mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.57k stars 274 forks source link

Ripes.exe cannot be restarted on Windows 10 after Ripes crashed #254

Closed mistralino closed 1 year ago

mistralino commented 1 year ago

Ripes.exe cannot be restarted on Windows 10 after Ripes crashed. Even a reinstallation of Ripes and a reboot did not help. Any idea? Thanks.

mortbopet commented 1 year ago

It might have to do with some invalid settings stored in the registry which thwarts Ripes starting up.

Try opening regedit and clear the settings under HKEY_CURRENT_USER\Software\Ripes\Ripes and see whether that changes anything.

mistralino commented 1 year ago

...good point: this could explain why just deleting the subdir / rebooting is not sufficient.

mortbopet commented 1 year ago

Will close this - fairly sure that it is related to the fix of https://github.com/mortbopet/Ripes/commit/5176a80b8fb3e1caf8e80b144a8f0cdb755336f9 and is resolvable by using the current continuous version + deleting the Ripes settings file.