UgaTEC / swiss-gc

Swiss aims to be the ultimate utility Gamecube homebrew application.
0 stars 0 forks source link

Tales of Symphonia bug? #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
While retail Zelda Twilight Princess EUR Disc works flawlessly, I got a stack 
and code dump with retail Tales of Symphonia EUR. Also, Swiss says the disc is 
NTSC, but it's PAL/EUR.

STACK DUMP:
81318cdc --> 813042e0 --> 81303604 --> 81303688 -->
81300348 --> 81326658 --> 813265f8

CODE DUMP:
81318cdc: 80030000 392945B0 81690024 540007BE
81318cec: 7F805800 419E0010 39600001 90090024
81318cfc: 916D0188 801D0000 3D608159 392B45B0

More info needed - what console was it running on?

Original issue reported on code.google.com by emuki...@gmail.com on 2 Feb 2011 at 5:32

GoogleCodeExporter commented 9 years ago
This is not my issue I am just posting it for someone else.

Original comment by emuki...@gmail.com on 2 Feb 2011 at 5:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Oh sorry, it was running on a Wii. I repeated it several times but got always 
the same stack/code dump.

Original comment by ArkAurion@googlemail.com on 2 Feb 2011 at 8:12

GoogleCodeExporter commented 9 years ago
If Swiss does not detect the region correctly, did you try to boot the game 
with the correct video mode? Do you use component cables? What's the disc id of 
the game, what does Swiss say about that?

Original comment by nintendo...@kaffeeschluerfer.com on 2 Feb 2011 at 10:52

GoogleCodeExporter commented 9 years ago
Lol, i forgot that i have the game myself. Booted in PAL50, the game works.

The region of the game is 'D' for me, because i have the german version. Maybe 
it's time to add a few region codes:
http://wiibrew.org/wiki/Title_database

Original comment by nintendo...@kaffeeschluerfer.com on 2 Feb 2011 at 11:00

GoogleCodeExporter commented 9 years ago
Oh thanks, it was indeed a video mode issue. Setting up video mode to auto 
detection caused the stack/code dump. 50Hz works, 60Hz screws up the picture, 
NTSC causes a green screen and 480p reboots the system.

I too have the german version.

Original comment by ArkAurion@googlemail.com on 2 Feb 2011 at 9:14

GoogleCodeExporter commented 9 years ago
*note to self* add extra region codes:

case 'P': // PAL
case 'D': // German
case 'F': // French
case 'S': // Spanish
case 'I': // Italian
case 'L': // Japanese Import to PAL
case 'M': // American Import to PAL
case 'X': // PAL other languages?
case 'Y': // PAL other languages?
(thx WiiPower)

Original comment by emuki...@gmail.com on 2 Feb 2011 at 10:11

GoogleCodeExporter commented 9 years ago
Fixed in revision 6.

Original comment by emuki...@gmail.com on 2 Feb 2011 at 10:51