• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 87 88 89 90 91 ... 116 Next »

"Single Core" broken?
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
"Single Core" broken?
02-28-2010, 10:28 AM
#1
elite Offline
Member
***
Posts: 108
Threads: 8
Joined: Jul 2009
I use r5081 x64 and also tried latest as of today, at least 2 games crash on startup when I DISABLE Dual Core mode. Is it known bug? Games I tried are House of Dead:overkill and my current Fire Emblem:path of radiance, there may be more. I had some issues in those games so I wanted try them with DC off and Dolphin always crashed on attempt to run.
Though I should let you know, I think this happened to me already before r5081. It was under D3D and Idle skipping both on/off.
E7400 @ 3.6Ghz 1.33v, GTX-260 192SP 650/1400/1100/1.05v, 4Gb RAM, Windows Server 2008 x86
Find
Reply
02-28-2010, 06:51 PM
#2
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
I fixed this issue in r5118 for JIT and r5122 for JITIL.

It's been broken since r4854.

The issue is documented in issue 2053.
Find
Reply
02-28-2010, 09:00 PM (This post was last modified: 02-28-2010, 09:05 PM by elite.)
#3
elite Offline
Member
***
Posts: 108
Threads: 8
Joined: Jul 2009
(02-28-2010, 06:51 PM)skid Wrote: I fixed this issue in r5118 for JIT and r5122 for JITIL.

It's been broken since r4854.

The issue is documented in issue 2053.

Skid, Single Core "SC" mode is still broken as of r5135 x64(JIT). It doesn't crash this time but I get no display at all although game is running and I can hear sounds. It happens in most of games I have: Fire Emblem[gc], Fire Emblem[Wii], Metroid 1,2,3, New Super Mario Bros, Silent Hill:SM, SMG, Zelda TP...
Zelda WW crash with opcode error.
The only game where SC mode works seems to me Dead Space.

It happened in the past that one revision made "SC" mode crash and with another I just got blank screen - switching every now and then.

When enabling DC mode, problems go away.
PS: It seems to happen in both D3D and GL.
E7400 @ 3.6Ghz 1.33v, GTX-260 192SP 650/1400/1100/1.05v, 4Gb RAM, Windows Server 2008 x86
Find
Reply
02-28-2010, 09:24 PM (This post was last modified: 02-28-2010, 09:29 PM by skid.)
#4
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
Are the sounds repeating? or are they new sounds generated by the game but with no picture?

Does it hang at the same spot every time? or is a bit random?

Can you try to reproduce this bug with r4853?
Find
Reply
02-28-2010, 09:31 PM (This post was last modified: 03-01-2010, 12:34 AM by elite.)
#5
elite Offline
Member
***
Posts: 108
Threads: 8
Joined: Jul 2009
(02-28-2010, 09:24 PM)skid Wrote: Are the sounds repeating? or are they new sounds generated by the game but with no picture?

Can you try to reproduce this bug with r4853?

Sound isn't repeating, game seem to run fine. I'll try that revision later my friend is by me now am showing him emu Wink)
Btw, seems in r5081 even with DC on Metroid 1 crash when trying "new game" and text seems messy even with safe texture on, but I may need new topic about it its just now quick report. I'll be back. ^_^

EDIT: Don't mind Metroid, r5081 messed text in main menu but later made it correct again. It didn't crashed again.
E7400 @ 3.6Ghz 1.33v, GTX-260 192SP 650/1400/1100/1.05v, 4Gb RAM, Windows Server 2008 x86
Find
Reply
03-01-2010, 12:28 AM (This post was last modified: 03-01-2010, 12:34 AM by elite.)
#6
elite Offline
Member
***
Posts: 108
Threads: 8
Joined: Jul 2009
Hey dude, am back! Indeed, r4853 runs all games with DC off fine.
E7400 @ 3.6Ghz 1.33v, GTX-260 192SP 650/1400/1100/1.05v, 4Gb RAM, Windows Server 2008 x86
Find
Reply
03-01-2010, 08:03 AM (This post was last modified: 03-01-2010, 08:04 AM by skid.)
#7
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
Thanks for the report, elite. Would you please try one more test: check if this bug occurs in the x86 version too?

After that, please file a new issue in the issues list with all of the details from this thread.
Find
Reply
03-01-2010, 01:30 PM (This post was last modified: 03-01-2010, 01:30 PM by benpicco.)
#8
benpicco Offline
Junior Member
**
Posts: 34
Threads: 3
Joined: Nov 2009
Now that's weird - I've using single core mode all the time since dual core mode is strangely broken in the linux build - single core creates two threads both consuming 100% cpu for emulation while dual core mode spawns four of those threads effectively slowing everything down. (x86_64)
Nightly Linux Builds (i686 and x86_64) - 64bit build server currently down, sorry
Find
Reply
03-01-2010, 03:23 PM
#9
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
benpicco, there is a line in CoreParameter.cpp

Code:
bJITLoadStorePairedOff = true;

Can you change this to:

Code:
bJITLoadStorePairedOff = false;

and retest?
Find
Reply
03-01-2010, 06:59 PM
#10
elite Offline
Member
***
Posts: 108
Threads: 8
Joined: Jul 2009
Ok skid, http://code.google.com/p/dolphin-emu/issues/detail?id=2379 - hope its correct. 32bit had same problem.
E7400 @ 3.6Ghz 1.33v, GTX-260 192SP 650/1400/1100/1.05v, 4Gb RAM, Windows Server 2008 x86
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode