barryg613 / uqm-hd

Automatically exported from code.google.com/p/uqm-hd
0 stars 0 forks source link

Crash on Setup #190

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which resolution are you using? (important!)
1366x768
Does this bug appear at other resolutions?
Yes
What steps will reproduce the problem?
1.Starting the game
2.Scrolling down to setup
3.Pressing enter

What is the expected output? What do you see instead?
The setup menu. PANIC: Incorrect number of Choice Options: 23. Should be 24

What version of the product are you using? On what operating system?
R1022. Windows 7 Home Premium Service Pack 1

Please provide any additional information below.
I just updated my game from R1011 file-by-file and setup now crashes the 
game(and the last time being unable to enter graphics options, but changing 
setupmenu.c and setupmenu.h and setupmenu.txt into their alpha 1 counterparts 
fixed it)

Original issue reported on code.google.com by gxyf...@gmail.com on 7 Feb 2013 at 12:56

GoogleCodeExporter commented 8 years ago
Did you remember to re-compile the game after changing the setupmenu.c and .h 
to R1022 files?

This crash happens if there are more/less option lines in the setupmenu.txt 
than the .c file demands, and most usually that happens when playing e.g. with 
Alpha .exe and inadvertently using Beta content files (which include 
setupmenu.txt) with it.

Original comment by Jaakko.M...@gmail.com on 11 Feb 2013 at 7:50

GoogleCodeExporter commented 8 years ago
Can't duplicate this with the current revision. So I'm assuming this was 
because of mixing old content files and new executable. No need to fix anything.

Original comment by Jaakko.M...@gmail.com on 27 Feb 2013 at 6:33