smurk-too / wii-softchip

Automatically exported from code.google.com/p/wii-softchip
0 stars 0 forks source link

Error checking if IOS 249 is not present #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please fill out the following information:

Problem Disc:
--------------------------------------------------
Disc Region: N/A
Wii Region: N/A
cIOS Version: 249 r6 rr

Which SoftChip revision are you using?
--------------------------------------------------
r28

Please describe the issue you're having
--------------------------------------------------
I noticed the code doesn't really do anything if IOS249 doesn't load. We 
should have a banner about requiring cIOS 249 and kick back to the menu 
after they press a key to exit.

Please provide any additional information below.
--------------------------------------------------

Original issue reported on code.google.com by xor...@gmail.com on 8 Nov 2008 at 8:59

GoogleCodeExporter commented 8 years ago
Planned to be fixed pre-alpha once exception handling is complete.

Original comment by requiem@softchip-mod.com on 8 Nov 2008 at 9:13

GoogleCodeExporter commented 8 years ago

Original comment by requiem@softchip-mod.com on 8 Nov 2008 at 9:19

GoogleCodeExporter commented 8 years ago
Basic error checking committed in r29.  This will improve in the future as full
exception handling is implemented.

Original comment by requiem@softchip-mod.com on 8 Nov 2008 at 10:00

GoogleCodeExporter commented 8 years ago
r29 not building

Original comment by xor...@gmail.com on 8 Nov 2008 at 10:04

GoogleCodeExporter commented 8 years ago
cpp:137: error: 'IOS_Loaded' was not declared in this scope
cpp:139: error: 'IOS_Version' was not declared in this scope

Original comment by xor...@gmail.com on 8 Nov 2008 at 10:07

GoogleCodeExporter commented 8 years ago
Fixing that in a minute.

Original comment by luccax@gmail.com on 8 Nov 2008 at 10:13

GoogleCodeExporter commented 8 years ago
Fix was verified working, however, exception handling still needs to be 
implemented.

Original comment by requiem@softchip-mod.com on 21 Nov 2008 at 8:26