Pages: 1
Posted on 11-22-11, 04:55 pm
Goomba


Karma: -4
Posts: 4/21
Since: 11-21-11
I am having an intermittant fault with NSMBe 5.2 occasionally it wont load and i get an error which doesnt really describe the issue just says it wont run. What i did notice is that when i attempt to run the app it seems to create a spritedata.txt file , fail to load , then delete the spritedata.txt file . Now i dont know if thats relavent but i noticed that happening. I have perfectly ran this app on this system in between these random errors.

btw 5.1 runs fine always.

any ideas ?
_________________________
if($girl['looks'] == "hot"){
if($beer == "cold"){
$life = "Sorted!";
}elseif(function_exists($girl_get_beer) == true){
if(msg_send ($girl['job_que'], 1, 'Get me a beer out of the fridge!') === false){
$life = "Get a new girl!";
}
}else{
array_push($girl['functions'], 'get_beer');
}
}else{
$life = "Get a new girl!";
}
echo $life;
Posted on 11-22-11, 05:02 pm
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 9979
Posts: 1199/4456
Since: 06-08-11
5.1 works because the spritedata.txt thing is new from 5.2

Could you post the error message? (a screenshot is fine)
Posted on 11-22-11, 05:33 pm
Goomba


Karma: -4
Posts: 5/21
Since: 11-21-11
At the time of posting i maybe could have , now half hour later it works fine , however when i do get the error it flashes on for a split second not really long enough to screen grab , but i will try...
_________________________
if($girl['looks'] == "hot"){
if($beer == "cold"){
$life = "Sorted!";
}elseif(function_exists($girl_get_beer) == true){
if(msg_send ($girl['job_que'], 1, 'Get me a beer out of the fridge!') === false){
$life = "Get a new girl!";
}
}else{
array_push($girl['functions'], 'get_beer');
}
}else{
$life = "Get a new girl!";
}
echo $life;
Posted on 11-23-11, 01:24 am
Buster Beetle


Karma: 379
Posts: 392/464
Since: 06-29-11
If your internet connection gets interrupted for any reason, the spritedata.txt will become corrupt. Most times I have to delete it and re-download. So if you are somewhere with bad wifi signal, be prepared for a tough time with it.

Posted on 11-23-11, 02:19 pm


Karma: 3752
Posts: 734/2112
Since: 06-28-11
If I have that problem I have to do this:
-Delete the spritedata.txt
-Restart Computer.

Then it works. It does not work by just deleting the SpriteData.txt. (For me at least)
Posted on 11-23-11, 05:12 pm
Buster Beetle


Karma: 379
Posts: 393/464
Since: 06-29-11
Huh, I can just delete my spritedata.txt and then re-start the NSMBe.exe

There is something left behind that corrupts the spritedata file. It is almost like bricking an operating system. Like you shutdown in the middle of an update. There is no way to disable this still. So make sure you have a good internet connection.
Posted on 11-23-11, 08:41 pm
Goomba


Karma: -4
Posts: 6/21
Since: 11-21-11
Sorry did i miss something , i need to be online to run it ?
_________________________
if($girl['looks'] == "hot"){
if($beer == "cold"){
$life = "Sorted!";
}elseif(function_exists($girl_get_beer) == true){
if(msg_send ($girl['job_que'], 1, 'Get me a beer out of the fridge!') === false){
$life = "Get a new girl!";
}
}else{
array_push($girl['functions'], 'get_beer');
}
}else{
$life = "Get a new girl!";
}
echo $life;
Posted on 11-23-11, 09:13 pm (rev. 1)
Fuzzy
Full mod

Karma: 1183
Posts: 305/785
Since: 06-28-11
The editor downloads a file from this site (See sprite database on the sidebar). Without this file it cannot run. You can manually download this file at http://nsmbhd.net/spritedata.php (rename it to spritedata.txt) and place it in the same directory as the NSMBe executable. Make sure you have the sprite data auto-update setting turned off in the settings tab, and you shouldn't need the internet to use NSMBe anymore.
Posted on 11-24-11, 02:06 pm
Goomba


Karma: -4
Posts: 7/21
Since: 11-21-11
Then that would explain my intermitant error , i probably tried to run it while not online . I guess that clears that up .

It maybe just myself that missed this issue mentioned somewhere .

Maybe it should be highlighted a little bit more so as to make more noob's like me aware

love the idea of the auto updating sprite data though very good solution.
_________________________
if($girl['looks'] == "hot"){
if($beer == "cold"){
$life = "Sorted!";
}elseif(function_exists($girl_get_beer) == true){
if(msg_send ($girl['job_que'], 1, 'Get me a beer out of the fridge!') === false){
$life = "Get a new girl!";
}
}else{
array_push($girl['functions'], 'get_beer');
}
}else{
$life = "Get a new girl!";
}
echo $life;
Pages: 1