- --
Viewing Issue Advanced Details
ID | Category [?] | Severity [?] | Reproducibility | Date Submitted | Last Update |
---|---|---|---|---|---|
00501 | Crash/Freeze | Critical (emulation) | Have not tried | Jan 30, 2008, 08:19 | May 19, 2012, 13:37 |
Tester | -Misc Reporters- | View Status | Public | Platform | |
Assigned To | couriersud | Resolution | Fixed | OS | |
Status [?] | Resolved | Driver | |||
Version | 0.61 | Fixed in Version | 0.146 | Build | |
Fixed in Git Commit | Github Pull Request # | ||||
Summary | 00501: liberatr: Select any wave above 16 (19 or 22) and the game resets on the planet screen. | ||||
Description | Insert coin, press fire and start to select higher starting wave. Select any wave above 16 (19 or 22) and the game resets on the planet screen and you loose all your credits. | ||||
Steps To Reproduce | |||||
Additional Information | Originally posted by Kirin. | ||||
Github Commit | |||||
Flags | |||||
Regression Version | 0.37b7 | ||||
Affected Sets / Systems | liberatr | ||||
Attached Files
|
0.zip (1,660 bytes) Aug 14, 2010, 06:09 | ||||
Relationships
There are no relationship linked to this issue. |
Notes
5
No.06545
MJongo Tester
Aug 14, 2010, 06:09
edited on: Aug 14, 2010, 06:12 |
This happens when reaching planet 19 normally also. I uploaded a state at planet 18; just finish the level or lose all your ships (I have extras accumulated) to go to 19, where it resets. Very disappointing that it has not been fixed in the years it has been emulated, as it is such a great game. |
---|---|
No.06546
hap Developer
Aug 14, 2010, 21:06
edited on: Aug 14, 2010, 21:07 |
regression details: src/emu/sound/pokey.c 17bit/9bit random number generating (which according to pokey.txt is simulated: not 100% accurate) was changed in 0.37b7 to fix Tempest, and hasn't been touched since. Changing poly_init and rand_init back to how they were in 0.37b6 fixes Liberator. Doing that will break Tempest again of course :P likely solution: accurate emulation of 17/9bit random generator.. any Pokey experts around? |
No.07634
johnmcallister Tester
Jul 3, 2011, 18:24
|
Bump |
No.07635
Fujix Administrator
Jul 3, 2011, 19:33
edited on: Jul 3, 2011, 19:34 |
Please do not bump a report only for pushing forward it. Your useless change affects the My View page information, and if everybody does the same thing, the testers system will get screwed up. |
No.08614
couriersud Developer
May 19, 2012, 13:37
|
Missed that Tafoid already updated the entry. Anyhow, fixed. |