You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just black screen and nothing in the logs with current simavr-arduboy build.
With simavr updated to the latest and your spi related patch:
Keymap: 1073741906,1073741905,1073741904,1073741903,122,120SSD1306: 37uS is 592 cycles for your AVRSSD1306: 1uS is 16 cycles for your AVRCORE: *** Invalid write address PC=6b24 SP=0afb O=93c0 Address 18c6=ff out of ramavr_sadly_crashedavr_gdb_init listening on port 1234
Game works on real hardware.
The text was updated successfully, but these errors were encountered:
CORE: *** Invalid write address PC=6b24 SP=0afb O=93c0 Address 18c6=ff out of ram
avr_sadly_crashed
avr_gdb_init listening on port 1234
Address 0x18c6 seems to be indeed outside the RAM address space. This could be a bug in the game that shows up here because the hardware ignored the out of bounds write or it could be something else.
avr_gdb_init listening on port 1234
Attaching GDB and debugging where in the game this occurs may shed some light on the issue.
Game Ardynia do not start: https://github.com/city41/ardynia
Game works on real hardware.
The text was updated successfully, but these errors were encountered: