smurk-too / wii-softchip

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

Disc won't load once Wii has been turned on #30

Closed GoogleCodeExporter closed 8 years ago

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

Problem Disc: No Disc problem
--------------------------------------------------
Disc Region:N/A
Wii Region:NTSC
cIOS Version:r07

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

Please describe the issue you're having
--------------------------------------------------
I turn my Wii from sleep or complete shut off, with a game already
inserted. I go through the usual steps to get Softchip loaded. Now, when I
select load game, (with the disc being already insterted) it says loading
game, and nothing happens. If I eject the disc and reinsert it, then
softchip continues to load the game, but only after I reinsert the disc.
This does not happen in Gamma, only in Softchip.
Please provide any additional information below.
--------------------------------------------------

Original issue reported on code.google.com by theponyp...@gmail.com on 10 Dec 2008 at 6:11

GoogleCodeExporter commented 8 years ago
Are you using r68? This is a really old issue.

Original comment by luccax@gmail.com on 10 Dec 2008 at 7:25

GoogleCodeExporter commented 8 years ago
I experience the same behaviour. The problem is the DI->Wait_CoverClose() call 
in
SoftChip.cpp. If you call it before DI->Reset() it blocks even if a disc is 
inserted.
I recommend using the RequestDiscStatus function, which returns 0 if a disc is 
inserted.
Download the attached files and replace the ones from your source directory 
with the
provided ones and recompile.
Note that I've only tested it with r69, but it should work with r68, too.

Original comment by ilduder...@googlemail.com on 11 Dec 2008 at 2:05

Attachments:

GoogleCodeExporter commented 8 years ago
Request added in r70.

Original comment by luccax@gmail.com on 11 Dec 2008 at 10:52

GoogleCodeExporter commented 8 years ago

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