smurk-too / wii-softchip

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

Crash on startup with not compatible IOS like IOS4 #82

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select IOS4 as IOS to use
2. Let SoftChip save this in the config file

Workaround:
Delete the configfile on sd card located under /SoftChip/.

Possible fixes(just collecting ideas):
- Save the configfile before and after changing the IOS, store the changed
IOS after the IOS reload, and everything else before
- do something like this:
boot SoftChip
load config
check config byte for testing, if tried before, revert to the backup
write config byte(1) for testing
load the ios
write config byte(0)
- like before but with a backup config

Original issue reported on code.google.com by nintendo...@kaffeeschluerfer.com on 7 Apr 2009 at 3:32

GoogleCodeExporter commented 8 years ago
Since R90 the configuration file is saved before the IOS selection menu. Before 
it
was saved after the new IOS was selected and before it was loaded. Now 
selecting IOS4
results in a freeze, but IOS4 is not saved in the configuration file then.

Original comment by nintendo...@kaffeeschluerfer.com on 10 Apr 2009 at 8:27

GoogleCodeExporter commented 8 years ago

Original comment by requiem@softchip-mod.com on 8 Jul 2009 at 4:31