Pages: 1 2 3 4 5 6 7 8 9 10 11 12
I finally got the latest SVN to compile with gilcel's last tips (thanks!). Now the problem is I can't get any game to load properly. In the Console, I get a bunch of messages like:
8/7/09 12:28:49 AM Dolphin[9807] *** _NSAutoreleaseNoPool(): Object 0x18579440 of class NSPathStore2 autoreleased with no pool in place - just leaking
Stack: (0x9494bf0f 0x94859647 0x94865ec7 0x91e0b5ff 0x91e9d4b0 0x95b0f8b8 0x95b0e239 0x95b1e6d6 0x91e27340 0x91e16beb 0x91e1606b 0x91e15a26 0x91e9c918 0x91e9c185 0x91e9bb94 0x91e9b265 0x91e9e497 0x91e9dfe5 0x91e9df59 0x91e9de5a 0x91e9aff8 0x92050a0d 0x91ec879e 0x2d2a44 0x2c097a 0x2c0ef1 0x2c6708 0x29a670 0x29a6a7 0x18782092 0x1876523b 0x18765f33 0x109b42 0x66dac 0x96ba8155 0x96ba8012)
If I wait long enough, it finally crashes. The furthest I got was the Wii warning message about holding onto the Wiimote. Then it bombs out. Anyone have any troubleshooting tips? Is it likely the game itself?
I have the same problem...as far as I know Wii games don't work on Mac OS X and Linux yet, it's on the To-do list of the developers. However Gamecube games works (Zelda WW and Mario Sunshine).
http://code.google.com/p/dolphin-emu/wiki/TodoBeforeNextRelease
(08-07-2009, 02:50 PM)tacolou Wrote: [ -> ]I finally got the latest SVN to compile with gilcel's last tips (thanks!). Now the problem is I can't get any game to load properly. In the Console, I get a bunch of messages like:
8/7/09 12:28:49 AM Dolphin[9807] *** _NSAutoreleaseNoPool(): Object 0x18579440 of class NSPathStore2 autoreleased with no pool in place - just leaking
Stack: (0x9494bf0f 0x94859647 0x94865ec7 0x91e0b5ff 0x91e9d4b0 0x95b0f8b8 0x95b0e239 0x95b1e6d6 0x91e27340 0x91e16beb 0x91e1606b 0x91e15a26 0x91e9c918 0x91e9c185 0x91e9bb94 0x91e9b265 0x91e9e497 0x91e9dfe5 0x91e9df59 0x91e9de5a 0x91e9aff8 0x92050a0d 0x91ec879e 0x2d2a44 0x2c097a 0x2c0ef1 0x2c6708 0x29a670 0x29a6a7 0x18782092 0x1876523b 0x18765f33 0x109b42 0x66dac 0x96ba8155 0x96ba8012)
If I wait long enough, it finally crashes. The furthest I got was the Wii warning message about holding onto the Wiimote. Then it bombs out. Anyone have any troubleshooting tips? Is it likely the game itself?
(08-05-2009, 06:11 PM)gilcel Wrote: [ -> ]When you say: "wait for a new driver", do you mean a new Dolphin driver for nvidia graphics-card ? Or the one from Mac OS X ?
I get a yellow screen with a nvidia GeForce 7300GT, but ATI Radeon 2600 works pretty well.
I'm really curious how Dolphin will run on Snow Leopard....hopefully faster....
(08-04-2009, 05:18 PM)tmator Wrote: [ -> ]for a screenshot cmd+shift+4 and select the zone with the mouse
And yes, they are graphical problems with nvidia on osx, if we use an ati or software renderer it's better.... wait for a new driver
Snow leopard have a new driver, but dolphin not work on it actually
OK Snow Leopard is officially awesome. I can now run Dolphin on my 2 year old MacBook, which was impossible before Snow Leopard came along. Super Mario Sunshine works fine albeit a little slow with stuttered sound. Mario Kart Double Dash still works and so does F-Zero GX before the error message comes up which always happens in the Mac version anyway. Super Smash Bros Melee, Zelda WW and TP force quit Dolphin quite a few times, but eventually they do work. Still, very happy. Now I just need the damn keyboard plugin to work!

Will this work on a early 2008 macbook?
If you have Snow Leopard and you already compiled Dolphin before you installed it, then yes it should work. At least mine does anyway and I have a late 2007 MacBook.
If you still have Leopard, then no it won't work at all.
If you are trying to compile it for the first time on Snow Leopard, it will not work at the moment because you need libSDL-64 which MacPorts doesn't support yet.
#scons verbose=yes CC=gcc-4.2 CXX=g++-4.2
Results in the following errors.. any idea?
Building with Snow Leopard 64bit
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:26: error: redefinition of 'AlsaSound::AlsaSound(CMixer*)'
Source/Core/AudioCommon/Src/AlsaSoundStream.h:64: error: 'AlsaSound::AlsaSound(CMixer*)' previously defined here
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:31: error: definition of implicitly-declared 'virtual AlsaSound::~AlsaSound()'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In destructor 'virtual AlsaSound::~AlsaSound()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:33: error: 'mix_buffer' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: At global scope:
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:42: error: no 'bool AlsaSound::Start()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In member function 'bool AlsaSound::Start()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:44: error: 'thread' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:45: error: 'thread_data' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: At global scope:
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:49: error: no 'void AlsaSound::Stop()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In member function 'void AlsaSound::Stop()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:51: error: 'thread_data' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:52: error: 'thread' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: At global scope:
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:56: error: no 'void AlsaSound::Update()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:62: error: no 'void AlsaSound::SoundLoop()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In member function 'void AlsaSound::SoundLoop()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:64: error: 'AlsaInit' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:65: error: 'thread_data' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:68: error: 'mix_buffer' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:69: error: 'handle' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:69: error: 'snd_pcm_writei' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:73: error: 'snd_pcm_prepare' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:77: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:80: error: 'AlsaShutdown' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:81: error: 'thread_data' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: At global scope:
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:84: error: no 'bool AlsaSound::AlsaInit()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In member function 'bool AlsaSound::AlsaInit()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:89: error: 'snd_pcm_sw_params_t' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:89: error: 'swparams' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:90: error: 'snd_pcm_hw_params_t' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:90: error: 'hwparams' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:92: error: 'handle' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:92: error: 'SND_PCM_STREAM_PLAYBACK' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:92: error: 'snd_pcm_open' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:95: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:99: error: 'snd_pcm_hw_params_alloca' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:101: error: 'snd_pcm_hw_params_any' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:104: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:108: error: 'SND_PCM_ACCESS_RW_INTERLEAVED' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:108: error: 'snd_pcm_hw_params_set_access' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:111: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:115: error: 'SND_PCM_FORMAT_S16_LE' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:115: error: 'snd_pcm_hw_params_set_format' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:118: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:125: error: 'snd_pcm_hw_params_set_rate_near' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:128: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:132: error: 'snd_pcm_hw_params_set_channels' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:135: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:139: error: 'snd_pcm_hw_params' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:142: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:146: error: 'snd_pcm_sw_params_alloca' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:148: error: 'snd_pcm_sw_params_current' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:151: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:155: error: 'snd_pcm_sw_params_set_avail_min' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:158: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:162: error: 'snd_pcm_sw_params_set_start_threshold' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:165: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:169: error: 'snd_pcm_sw_params' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:172: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:176: error: 'snd_pcm_prepare' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:179: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: At global scope:
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:186: error: no 'void AlsaSound::AlsaShutdown()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In member function 'void AlsaSound::AlsaShutdown()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:188: error: 'handle' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:190: error: 'snd_pcm_drop' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:191: error: 'snd_pcm_close' was not declared in this scope
scons: *** [Build/Darwin-x86_64-release/Source/Core/AudioCommon/Src/AlsaSoundStream.o] Error 1
I was also wondering if people would post their latest OS X build? It would be really sweet for all of us wanting to try it. Unfortunately I and others just don't seem to have the knowledge to build this properly. I can even setup a host.
I get the same. Building on MacBook Intel Core 2 Duo 2.4 GHz, Leopard. Investigating...
(09-12-2009, 02:15 AM)Ezilagel Wrote: [ -> ]#scons verbose=yes CC=gcc-4.2 CXX=g++-4.2
Results in the following errors.. any idea?
Building with Snow Leopard 64bit
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:26: error: redefinition of 'AlsaSound::AlsaSound(CMixer*)'
Source/Core/AudioCommon/Src/AlsaSoundStream.h:64: error: 'AlsaSound::AlsaSound(CMixer*)' previously defined here
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:31: error: definition of implicitly-declared 'virtual AlsaSound::~AlsaSound()'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In destructor 'virtual AlsaSound::~AlsaSound()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:33: error: 'mix_buffer' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: At global scope:
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:42: error: no 'bool AlsaSound::Start()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In member function 'bool AlsaSound::Start()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:44: error: 'thread' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:45: error: 'thread_data' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: At global scope:
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:49: error: no 'void AlsaSound::Stop()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In member function 'void AlsaSound::Stop()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:51: error: 'thread_data' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:52: error: 'thread' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: At global scope:
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:56: error: no 'void AlsaSound::Update()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:62: error: no 'void AlsaSound::SoundLoop()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In member function 'void AlsaSound::SoundLoop()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:64: error: 'AlsaInit' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:65: error: 'thread_data' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:68: error: 'mix_buffer' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:69: error: 'handle' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:69: error: 'snd_pcm_writei' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:73: error: 'snd_pcm_prepare' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:77: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:80: error: 'AlsaShutdown' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:81: error: 'thread_data' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: At global scope:
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:84: error: no 'bool AlsaSound::AlsaInit()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In member function 'bool AlsaSound::AlsaInit()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:89: error: 'snd_pcm_sw_params_t' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:89: error: 'swparams' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:90: error: 'snd_pcm_hw_params_t' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:90: error: 'hwparams' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:92: error: 'handle' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:92: error: 'SND_PCM_STREAM_PLAYBACK' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:92: error: 'snd_pcm_open' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:95: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:99: error: 'snd_pcm_hw_params_alloca' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:101: error: 'snd_pcm_hw_params_any' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:104: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:108: error: 'SND_PCM_ACCESS_RW_INTERLEAVED' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:108: error: 'snd_pcm_hw_params_set_access' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:111: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:115: error: 'SND_PCM_FORMAT_S16_LE' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:115: error: 'snd_pcm_hw_params_set_format' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:118: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:125: error: 'snd_pcm_hw_params_set_rate_near' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:128: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:132: error: 'snd_pcm_hw_params_set_channels' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:135: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:139: error: 'snd_pcm_hw_params' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:142: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:146: error: 'snd_pcm_sw_params_alloca' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:148: error: 'snd_pcm_sw_params_current' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:151: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:155: error: 'snd_pcm_sw_params_set_avail_min' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:158: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:162: error: 'snd_pcm_sw_params_set_start_threshold' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:165: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:169: error: 'snd_pcm_sw_params' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:172: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:176: error: 'snd_pcm_prepare' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:179: error: 'snd_strerror' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: At global scope:
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:186: error: no 'void AlsaSound::AlsaShutdown()' member function declared in class 'AlsaSound'
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp: In member function 'void AlsaSound::AlsaShutdown()':
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:188: error: 'handle' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:190: error: 'snd_pcm_drop' was not declared in this scope
Source/Core/AudioCommon/Src/AlsaSoundStream.cpp:191: error: 'snd_pcm_close' was not declared in this scope
scons: *** [Build/Darwin-x86_64-release/Source/Core/AudioCommon/Src/AlsaSoundStream.o] Error 1
I was also wondering if people would post their latest OS X build? It would be really sweet for all of us wanting to try it. Unfortunately I and others just don't seem to have the knowledge to build this properly. I can even setup a host.
Man... I was planning on compiling Dolphin-svn on my brand new macbook w/ snow leopard and found this topic... I really hope somebody will study the matter soon, it would be such a shame to have to boot Windows just for dolphin!
Pages: 1 2 3 4 5 6 7 8 9 10 11 12