TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.15k stars 380 forks source link

v2.5 hang on opening tasproj #2392

Closed arukAdo-tas closed 4 years ago

arukAdo-tas commented 4 years ago

drag'n'drop saturn-fast-replay.tasproj https://workupload.com/file/ZqsFRmEWCzS

adelikat commented 4 years ago

What game is this tasproj for?

nattthebear commented 4 years ago

The tarseproj file here is badly broken, the greenzone lump is way too small. With 302b12c this will now give an error instead of hanging.

Whatever bug there may be here happened when the tarseproj was originally saved. How did you make it and can you reproduce this?

adelikat commented 4 years ago

I confirmed that if you delete the greenzone file, that the .tasproj will load fine, so the work can be salvaged if needed.

arukAdo-tas commented 4 years ago

I dont need to salvage stuff and sry for slow answer. To produce such a file, my best guess would be to use sram. I can try to reproduce steps but they will all be depending on a tasproj that will be broken too (even if its a different file), so im not too sure how to avoid the redundancy in this. Ive probably dozens of such files by now. The game is castlevania symphony of the night for saturn btw. It might be related to the other ticket ive opened for the sram issue, in wich case im sorry for the double post, it wasnt intentional as I though it was not related, but because it is the green zone, im fairly sure it has something to do with the sram itself as sometime it doesnt work properly.

nattthebear commented 4 years ago

The brokenness here matches 757ac4e27ef5654453eda392a2d reasonably well, so I think we fixed it.