-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Freezes with screen saying "Load Next Game" #9
Comments
never mind I worked out the problem. well how to solve it anyway. had to use arduboy assistant to clear the eeprom and everything seems to be fine. |
Really, had you been playing the game prior to this? I have a check in the startup to see if the EEPROM has been initialised before playing. |
I am seeing this same issue. I have not played the game before. I originally tried to install the game from the arduino IDE. That's when I first saw the message. I subsequently loaded the hex files using If clearing the EEPROM is the issue, how does one go about doing that? Thanks! |
Success! I was able to clear the EEPROM using the https://community.arduboy.com/t/arduboy-assistant-handy-arduboy-management-tool/2096 tool. I'd like to write a readme as well as an install script, if you're interested in the contribution. Evade 2 - https://github.com/ModusCreateOrg/evade2 - has an awesome install script that works on all the platforms. |
It doesn't really need an install script, that's a bit overkill. The root of the problem here is that there's some game that's overwriting LodeRunner's save area and leaving it in a state where LodeRunner doesn't realise that it wasn't the last game to write to that area. |
fair enough. I do think it would benefit from a readme. As a total n00b and running on mac, there really wasn't any way to know the best way of installing the game and ensuring that it could run. It took me a while to realize I didn't need to build the app at all and that I could just install the The only thing that I'd had on the arduboy was what it shipped with (I forget) and the HelloWorld example from the tutorial. Then, I loaded up LodeRunner in the Arduino IDE and installed it to the arduboy. Immediately, I got the message: Without knowing 100%, I think installing LodeRunner the way I did maybe is what had the wrong info in the eeprom? For instance, how would one install the first batch of levels from source? That could be in the readme too. At any rate - thanks for building this! Very nostalgic for me. I'm on level 5 now. 145 to go! ;) |
The reason there isn't a guide for how to compile/install is because it uses the same mechanism all games use. What is different though is that the game is split over several The EEPROM issue is more likely coming from a conflict with another game. |
I've tried building from source and also the released .hex files and all that happens on my arduboy (arduventure se) is it just sits there with the message on screen of line of dots, load next game and a line of dots.
any ideas?
The text was updated successfully, but these errors were encountered: