RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
Thanks.
Active player (432)
Joined: 4/21/2004
Posts: 3517
Location: Stockholm, Sweden
master strikes again http://code.google.com/p/dolphin-emu/source/detail?r=d2f61fa1556ca0867a7d58b72bba63f8e7531180&name=master "some movie playback fixes" "Note that Wii input movie recording is still broken (the remote is being polled in a different pattern relative to the GC controller on playback vs. recording), but at least it shows an error message now instead of crashing."
Nitrogenesis wrote:
Guys I come from the DidyKnogRacist communite, and you are all wrong, tihs is the run of the mileniun and everyone who says otherwise dosnt know any bater! I found this run vary ease to masturbate too!!!! Don't fuck with me, I know this game so that mean I'm always right!StupedfackincommunityTASVideoz!!!!!!
Arc wrote:
I enjoyed this movie in which hands firmly gripping a shaft lead to balls deep in multiple holes.
natt wrote:
I don't want to get involved in this discussion, but as a point of fact C# is literally the first goddamn thing on that fucking page you linked did you even fucking read it
Cooljay wrote:
Mayor Haggar and Cody are such nice people for the community. Metro City's hospitals reached an all time new record of incoming patients due to their great efforts :P
Emulator Coder, Skilled player (1300)
Joined: 12/21/2004
Posts: 2687
rog wrote:
it gives an error every time you load a state (turn off panic handlers)
What error are you getting, by the way, and in which game? I'm not seeing this in WW, at least when loading savestates made in the same version. If you're seeing an error that says "Warning: You loaded a save whose movie mismatches", don't ignore that, it means you loaded a savestate incorrectly and it's trying to warn you about the desync that's going to cause if you don't fix it.
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
nitsuja wrote:
rog wrote:
it gives an error every time you load a state (turn off panic handlers)
What error are you getting, by the way, and in which game? I'm not seeing this in WW, at least when loading savestates made in the same version. If you're seeing an error that says "Warning: You loaded a save whose movie mismatches", don't ignore that, it means you loaded a savestate incorrectly and it's trying to warn you about the desync that's going to cause if you don't fix it.
It's fixed in 235. I believe the error was something like that, but it was a lie, and synced fine regardless of errors (which occurred every single time a state was loaded for me, in muramasa) edit: actually it's not fixed, just got it in 235.
Emulator Coder, Skilled player (1300)
Joined: 12/21/2004
Posts: 2687
rog wrote:
edit: actually it's not fixed, just got it in 235.
What's the actual error message (and are you seeing it even when loading saves that were created in 235)? If it's the same one I mentioned, it might be your fault for loading savestates incorrectly. Here is an example of what I mean (these steps should cause the error message if you follow them):
  1. start or continue recording a movie
  2. save state 1
  3. run the game for a little while, pressing some buttons in the game
  4. save state 2
  5. load state 1 (not in read-only mode. still recording.)
  6. run the game for a little while again but this time don't press the same buttons
  7. also, run the game a bit longer than you did last time
  8. switch to read-only mode
  9. load state 2 <— brings up error message because you're not supposed to do it
This is a sequence of events you should avoid doing while actually TASing. This goes for other re-recording emulators as well. The warning that pops up is to make sure you don't accidentally do it without realizing it. EDIT: I just noticed your posts in the other thread which give more details. I think there's an actual bug happening, though it could be several different things (for example, my error check code might be detecting the result of a bug in the DTM saving or loading code). In any case, I think the steps I posted above of "what not to do" could be informative for someone, even if that's not what you're doing in this case.
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
The error message was exactly what you stated, and included which byte the files differed at. I've also never attempted to load a save state from a previous version (except once, and when it crashed dolphin, i assumed it would never work). It was happening every single time i loaded a save state in 234 (including if i saved a state, then immediately loaded it, regardless of whether read only was on or off). In 235, now it looks like it just happens if i load a save state after the current frame, such as: 1. start recording 2. save state 1 3. stop recording 4. play back recording with read only 5. load state 1 before reaching it. I have definitely never done anything of the sort that would actually cause a desync.
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
Ok, i've got a problem in 235 that is completely breaking my movies. A new header is being randomly made in the middle of my .dtm files, causing a desync. Deleting the extra header does not make it sync. I have no idea what causes it. I uploaded a .dtm with an example of it, in case it's useful to anyone in figuring it out. http://www.mediafire.com/?t5fvo2i42pugg6s edit: Entire first 0x1000 bytes are duplicated. Deleting that however still does not make it sync.
Active player (333)
Joined: 1/19/2010
Posts: 383
Location: Texas
rog wrote:
Ok, i've got a problem in 235 that is completely breaking my movies. A new header is being randomly made in the middle of my .dtm files, causing a desync. Deleting the extra header does not make it sync. I have no idea what causes it. I uploaded a .dtm with an example of it, in case it's useful to anyone in figuring it out. http://www.mediafire.com/?t5fvo2i42pugg6s edit: Entire first 0x1000 bytes are duplicated. Deleting that however still does not make it sync.
I noticed this error, but not on dtms I record. If I go to the "savestates" folder the dtms there have the extra headers.
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
It appears to be caused by loading a save state in read only mode. So it seems like the problem should always fix itself, when you then save over the save stated you used. The only time it should actually cause a problem is if you playback a movie, load a state, then continue recording without reloading a save state from before you last closed dolphin.
Emulator Coder, Skilled player (1300)
Joined: 12/21/2004
Posts: 2687
Maybe it's fixed (as of 3.0-276)? I saw it before too, but I can't get the byte 0x1000 bug to happen anymore, nor do I see the error message appear (I think it was appearing because it was correctly detecting the junk at 0x1000 as a potential source of desync). It might have been caused by memory corruption in unrelated savestate code (which I hopefully fixed). But let me know if you find any steps that still make it happen. By the way, I really don't recommend anyone to turn off panic handlers. If you do turn them off, you should be extra careful and periodically check your movie from the beginning for desyncs (a little more than usual, I mean), because there won't be any warning if something goes wrong.
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
Could you upload 276 somewhere?
arflech
He/Him
Joined: 5/3/2008
Posts: 1120
i imgur com/QiCaaH8 png
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
arflech wrote:
Maybe he meant 267: http://www.emucr.com/2011/12/dolphin-git-30-267.html
It's not fixed in that.
arflech
He/Him
Joined: 5/3/2008
Posts: 1120
Well that's the latest Git revision I found...
i imgur com/QiCaaH8 png
Emulator Coder, Skilled player (1300)
Joined: 12/21/2004
Posts: 2687
I don't think 267 had my changes. Try 3.0-291. Note that builds I create might run slower than builds someone else makes of the same revision, and I don't have a 64-bit version.
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
Well that fixes it, but it is a good 10 fps slower than 64 bit 235, so not worth it.
Emulator Coder, Skilled player (1300)
Joined: 12/21/2004
Posts: 2687
There's an EmuCR release of 291 now, so try that.
Editor, Experienced player (608)
Joined: 11/8/2010
Posts: 4012
Why are the new Dolphin releases on EmuCR and not the Dolphin-Emulator Download page?
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
nitsuja wrote:
There's an EmuCR release of 291 now, so try that.
Yeah, i saw that last night, it works great. And thanks for all the recent fixes.
CoolKirby wrote:
Why are the new Dolphin releases on EmuCR and not the Dolphin-Emulator Download page?
EmuCR appears to be a third party site that just compiles every new version of various emulators. Not sure why team dolphin doesn't always post the newest revisions.
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
Can't turn on read only while a game is paused, in 291 =x
Emulator Coder, Skilled player (1300)
Joined: 12/21/2004
Posts: 2687
rog wrote:
Can't turn on read only while a game is paused, in 291 =x
Try going to Options > Hotkey Settings and setting a hotkey for "Read-only mode". Then you can press it when the game window is active to toggle read-only. That should always work even when emulation is paused.
C13
Joined: 3/10/2011
Posts: 21
Does anybody know what VCOMP100.DLL is? I have the lastest Dolphin update and it kept saying that "VCOMP100.DLL" is missing...
RachelB
She/Her
Player (127)
Joined: 12/3/2011
Posts: 1579
nitsuja wrote:
rog wrote:
Can't turn on read only while a game is paused, in 291 =x
Try going to Options > Hotkey Settings and setting a hotkey for "Read-only mode". Then you can press it when the game window is active to toggle read-only. That should always work even when emulation is paused.
It doesn't. And c13, http://www.dolphin-emulator.com/faq.html#VCOMP100 .
C13
Joined: 3/10/2011
Posts: 21
rog wrote:
nitsuja wrote:
rog wrote:
Can't turn on read only while a game is paused, in 291 =x
Try going to Options > Hotkey Settings and setting a hotkey for "Read-only mode". Then you can press it when the game window is active to toggle read-only. That should always work even when emulation is paused.
It doesn't. And c13, http://www.dolphin-emulator.com/faq.html#VCOMP100 .
Okay, thanks.
Emulator Coder, Skilled player (1300)
Joined: 12/21/2004
Posts: 2687
rog wrote:
nitsuja wrote:
Try going to Options > Hotkey Settings and setting a hotkey for "Read-only mode". Then you can press it when the game window is active to toggle read-only. That should always work even when emulation is paused.
It doesn't.
But the hotkey works when emulation isn't paused? Does the window title change when you press it or not?