Emulator Issues #233
closedGames that use multiple executables don't load (Sonic Gems Collection, Zelda Collection, demo discs, etc)
0%
Description
What steps will reproduce the problem?
- Load up any game that would normally use .dol files to load multiple
games (2-1s, collections, etc) - Load up a game on a collection
- Crash - If audio is present the game stutters. FPS still normal?
What is the expected output? What do you see instead?
You expect the game to load that you've chosen to appear, but it never
loads.
What version of the product are you using? On what operating system?
Dolphin x64 REV830. Windows XP Pro X64.
Please provide any additional information below.
If you don't understand what I'm talking about, here's an example. For a
game like Sonic Gems Collection, any game besides any emulated game (which
don't use .dol files) do not load. Sonic Gems Collection uses a
seperate .dol file for each game on the root (?) of the disc. For example,
if you wanted to load Sonic CD, the game loads from soniccd.dol. This
somehow doesn't work as Dolphin fails to actually load up the .dol.
Another example would be the Zelda Collections. To my knowledge, each game
has it's own .tgc file. Inside these .tgc files are the .dols the
collection uses to load each game.
I don't own those multi-demo discs though, but I'm guessing it's the same
deal.
Hope this helps.
PS: I know I made an error report that states this error with Sonic Gems
Collection, but I made this report instead because it appears to be a
problem with all games similar to Sonic Gems Collection. Hopefully once
this feature is emulated, it will span across all games that have this
problem
Updated by hrydgard about 16 years ago
- Status changed from New to Accepted
- Priority changed from Normal to Low
Updated by Sonicadvance1 about 16 years ago
i was looking at Zelda Collector's edition, and the games are actually running in it.
If you turn on Wireframe in the GL plugin, you see everything being emulated
perfectly. This is probably similar to what is wrong with Animal Crossing. Another
strange thing is that it doesn't receive any controller input.
Updated by zenmanorg about 16 years ago
Oh wow...you are right. I can see Animal Crossing in wireframe mode. I had no
idea. I can actually get in game and play in wireframe. No text is being displayed
which makes it kinda hard to play, but still...interesting...
Updated by fires.gc almost 16 years ago
- Status changed from Accepted to Accepted
Updated by XTra.KrazzY almost 16 years ago
What's your suggestion to try and fix it? What might be the cause?
Is there an "exec" instruction in PowerPC? Maybe it forks into the executable?
Updated by XTra.KrazzY almost 16 years ago
Can anyone write a homebrew which has a DOL which loads another DOL file?
Updated by knuckles500 almost 16 years ago
I know this is sorta not related to the report, but going back to that Animal
Crossing problem - it's fixed. And it's a perfect game to play too! Fully working
sound, minimum graphic problems, nice speed, etc.
Updated by XTra.KrazzY almost 16 years ago
Still nothing in the multiboot area...
Updated by lpfaint99 over 15 years ago
a homebrew based disc that you could test with is a gcos multigame disc,
use the multigame creator 3.2.4 and combine a couple games,
change dvdinterface to break for 0xD9000000, and 0xD9001000, rather than assert
use xfb, and start the game. you can see the gcos screen and choose which game you
want to start, after starting the game the screen turns green, and after a little bit
goes back to the gcos choose a game screen.
could be unrelated, but may be useful
Updated by knuckles500 over 15 years ago
This could also be unrelated, but for the time being it might be a nice idea to think
about.
I was wondering if maybe you could add TGC support/detection in Dolphin? You can
convert TGC>GCM and GCM>TGC easily using a very commonly used command line tool. But
you know, if it's really as simple as using a command line tool, then adding support
for TGC files to load naturally in Dolphin from either the game browser or the load
windows. Maybe adding support for this will get some collections/demo discs to work
properly?
But then again, the more I think about it, it isn't going to help much with this
issue. Sure it'll save time and patience converting a simple demo, but having it run
in Dolphin without conversion (plus being able to browse and compress it into a gcz
as well) would be okay for the time being...I guess...
But hey, now that we have some new logging tools to use, maybe it'll be easier on us
than originally thought when I first made this issue.
Updated by XTra.KrazzY over 15 years ago
Also, the log manager doesn't help one bit with the multiboot :(
Updated by knuckles500 over 15 years ago
Still nope, same type of problem still occurs.
I still think it'd help some, as demos have more than one game/cutscenes gone/etc.
You can easily extract the .TGC or whatever and convert it to GCM, but still, not
everything uses .TGC (ala Sonic Gems Collection).
The problem just lies with how the collection/demo disc loads every game.
Updated by MofoMan2000 about 15 years ago
Might want to look into the Pokémon Colosseum Bonus Disk as well. It's the same type
of deal. I'm not sure whether it uses .DOL files or anything but I'll check when I
get home today.
Updated by XTra.KrazzY about 15 years ago
godisgovernment has done some work on emulating soft resets, therefore I crown him
king of issue 233.
Multibooting (almost) works in interpreter mode now!
Updated by XTra.KrazzY about 15 years ago
- Status changed from Accepted to Work started
Updated by MofoMan2000 about 15 years ago
Pokémon Colosseum Bonus Disk looks a bit more complex. It's got a thpPlayer.dol which
no doubt plays the movies (the two thp files) and it also has a tgc file, which is no
doubt the program to download Jirachi to a GBA cart. If we get this working and the
Zelda Wind Waker collector's edition working then it's probably done.
Updated by Anonymous about 15 years ago
dolphin doesn't care about the files, really. The main dol on that disc probably
decompresses the .tgc file somewhere (likely 0x8130000?), jumps to it, and done.
Specifics are a little more, but yeah...emulators should not care about high level
stuff*
*unless you're HLE'ing, then you ask for PAIN :D
Updated by MofoMan2000 about 15 years ago
On that Legend of Zelda disk I can actually watch that "Legend of Zelda the Wind
Waker Special Movie" in interpreter mode (albeit at 3FPS) but in JIT or JITIL I get
the following panic errors:
ERROR: Trying to compile at 0. LR=00000000
[OK]
iCacheJIT: Reading Opcode from ffffffc. Please report. (which is why I decided to
report this just now)
[OK]
Read from invalid memory region (0x4f464614)
This could be TLB blah blah blah...
[OK}
(emulator closes)
I don't know if you have this particular disk (PZLE01) so I figured I'd try to be as
helpful as possible and report it.
Updated by XTra.KrazzY about 15 years ago
hmm.. maybe this is our way to start solving the jit issue.
Updated by Anonymous about 15 years ago
I wouldn't look too much into it just yet, it's likely that the lack of hardware being
reset is the culprit. (I think the only reason it works as much as it does is because
the newly loaded dol inits most things manually anyways...yay for the sdk being sane)
Inarguably the jit does show different results than the interpreter in these cases, I'm
just saying that it could be hard to debug without first getting reset down properly :)
Updated by masterkillua123 about 15 years ago
That's right...we can play fine Zelda CE (Not all the games), I can play Zelda wind
waker in CE with interpreter (very slow). So, the problem is JIT.
Updated by masterkillua123 about 15 years ago
omg!!We can use savestates and work fine!!! (Use savestate in wind waker CE. Now
stop the game and use JIT Recompiler!!!
Updated by Xplus93 almost 15 years ago
I don't really see this as a major problem, because the complaint was about
collections of games which can be ran perfectly in other emulators.
Updated by MofoMan2000 almost 15 years ago
Um, I don't know if ANYTHING runs perfectly in another emulator. Especially not at a
speed higher than a snail crawling through molasses.
Updated by Flare7571728 almost 15 years ago
no, this is by far the best emulator.
Updated by AHeinerm almost 15 years ago
huh? It didn't mention they used TGC containers.
Updated by XTra.KrazzY almost 15 years ago
Does it matter? For all we know, TGC unpacking is fine, but the emulation after the
soft reset is broken with JIT
Updated by masterkillua123 almost 15 years ago
ok now zelda ce oot and mm 64 was fixed (only for NTSC with a patch...).
Playable : Zelda OoT and MM 64 games NTSC ONLY
Perfect : Zelda Wind Waker NTSC and PAL
PS : Use interpreter (very slow), choise the game and when the game is loaded, make
a savestate of the game and now use Recommended (JIT) :P
Updated by Anonymous almost 15 years ago
patches don't count as fixes at all :|
Updated by MofoMan2000 almost 15 years ago
Well if things that fix things aren't considered fixes, then what are? Certainly not
things that BREAK things...
Updated by Anonymous almost 15 years ago
patches modify the game code instead of fixing dolphin to operate more like real
hardware - i.e. not fixing dolphin, just hacking away some troublesome code.
Updated by XTra.KrazzY almost 15 years ago
Where is this patch? What does it do??
If we can reverse the patch we might find out what's wrong with dolphin..
Updated by CuentaSpam23 almost 15 years ago
With that patch you mean the memory patches that are loaded with the game ( an AR code )?
Updated by Anonymous almost 15 years ago
the result is much like an AR code, however the ones we are talking about are just
"plain" memory patches:
http://code.google.com/p/dolphin-cheats-database/source/detail?r=233
To people interested in hacking about:
remember to rescan for symbols after the new gamedata has loaded, as well as apply
HLE patches. Else, dolphin's debugger will still think the loader code is being used,
instead of the launched game.
Updated by anh1234 almost 15 years ago
would metroid prime trilogy be affected by the same issue?
Updated by knuckles500 almost 15 years ago
Yay, time to report back after a couple of months.
If it helps any, Sonic Gems Collection reports a nice series of errors. Let's see if
this helps the matter any.
Note: This is for the US version, G2XE8P. Also note that the DirectX plugin was used,
with Dual Core mode enabled, JIT Recompiler, HLE the IPL, Idle Skipping on, Unlimited
Jit Cache on, Lock Threads to Cores on, DSP on thread on, and Optimize Quantizers on.
This is what happens when loading Sonic CD:
First pop up says:
Warning
BackPatch : Currently only supporting reads.
Attempted to write to 020b8d2c
Second pop up says:
Warning
Backpatch write - not through EAX
Third pop up says:
Warning
Redundant MOV @ 000000009150008
Fourth pop up says:
Warning
Redundant MOV @ 000000009150020
Fifth pop up says:
Warning
Redundant MOV @ 000000009150022
Sixth pop up says:
Warning
Write to invalid memory region (0xba108104)
---message here---
This is what happens when you try to load Sonic R:
Hang, no error messages. Sound loops in place.
This is what happens when you try to load Sonic the Fighters:
First pop up:
Warning
Backpatch - no support for operand size 1
Error encountered accessing emulated address 02ffe836.
Culprit instruction:
movzx esi, byte ptr ds:[rbx+rcx]
at 0000000013375291
If you need anything else tested let me know here.
Thanks! Let's see if we can iron this thing soon. :P
Updated by edubsedu over 14 years ago
The only game that works as a Interpreter, saving at State, is Zelda WW!
Any progress?
Updated by Anonymous over 14 years ago
Issue 2577 has been merged into this issue.
Updated by Anonymous over 14 years ago
Issue 2554 has been merged into this issue.
Updated by Anonymous over 14 years ago
Issue 2775 has been merged into this issue.
Updated by marcel.werner3 over 14 years ago
has any dev had a look into this, yet? Doesn't sound like it could be so tough...?
Updated by marcel.werner3 over 14 years ago
has any dev had a look into this, yet? Doesn't sound like it could be so tough...?
Updated by lpfaint99 over 14 years ago
Issue 2845 has been merged into this issue.
Updated by XTra.KrazzY over 14 years ago
marcel: Too many times. JIT makes it hard on the memory. Interpreter mode works fine with multibooting.
Updated by davidwilly81 over 14 years ago
I have a multi game disk created for my.Is a GC dvd,contains five games,no work.
http://subefotos.com/ver/?234e2460d1c42dcca4b59d1dc2a71f2do.jpg
Updated by kalhovdo over 14 years ago
The issue affects Metroid Prime: Trilogy as well. There is a workaround where you manually replace the first .dol to launch (the one which launches the other ones) with the one you want to launch yourself - so it launches directly first.
See here for instructions:
http://forums.dolphin-emu.com/thread-3792-post-58342.html#pid58342
Probably works for similar games as well.
Updated by skidau over 14 years ago
Does Interpreter still work fine with multiboot? I tried a multiboot GCOS disc with the Interpreter and it behaves just like lpfaint99 describes back in March 14th, 2009. Which multiboot discs work?
Updated by skidau about 14 years ago
- Status changed from Work started to Fixed
This issue was closed by revision r6088.
Updated by marcel.werner3 about 14 years ago
I think this issue should be re-opened since it's not fixed for a lot of games...
BTW, someone showed it's possible to take apart the Metroid Trilogy iso and use just one .dol so you could start any of the three games...however, only the LLE audio plugin worked there...so my question is, if the Metroid Trilogy would be fixed, would it also be possible to use the HLE plugin or will it still need the LLE plugin?
Updated by skidau about 14 years ago
Metroid Prime Trilogy has the Wii IOCTL_ES_LAUNCH problem described in issue 661.
Issue 233 is for the GameCube collection games (the ones that worked in Interpreter but not in JIT mode).
godisgovernment has the fix needed to get the remaining GC games working.
Updated by marcel.werner3 about 14 years ago
Ah, alright. Sorry for mixing things up and thanks for explaining :)
Updated by MofoMan2000 almost 14 years ago
Much as I hate to beat a long-dead horse…
I can't seem to get the Pokémon Colosseum Bonus Disk (PC6E01) executables to work, even in interpreter mode. It's the only mutiboot ISO I have that's having issues though, The Legend of Zelda: Collector's Edition (PZLE01) and ZELDA OCARINA MULTI PACK (D43E01) both work, but these are the only three I can test.
Updated by skidau almost 14 years ago
Would you please describe what happens in a bit more detail? Does it black screen? Is it silent? Does any part of the disc work?
Updated by MofoMan2000 almost 14 years ago
Never mind, guess I'm just a dumbass.
It seems to be working, and some other issue is stopping the videos from playing. The Jirachi transfer option is fully usable short of actually performing the transfer (I believe VBA runs too slow and the game times out the connection).
Updated by MayImilae over 12 years ago
....Why is this marked as fixed? Metroid Prime Trilogy and others are still broken on game load. Was r6088 reverted?
Updated by pauldacheez over 12 years ago
Let me just copy-paste skid's comment #67:
"Metroid Prime Trilogy has the Wii IOCTL_ES_LAUNCH problem described in issue 661.
Issue 233 is for the GameCube collection games (the ones that worked in Interpreter but not in JIT mode).
godisgovernment has the fix needed to get the remaining GC games working."
This issue doesn't apply to Metroid Prime Trilogy or other Wii games. If any GameCube games don't work, file new issues.