![]() |
|
JIT and JITIL not working ubuntu 10.04 svn 6809 - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: JIT and JITIL not working ubuntu 10.04 svn 6809 (/Thread-jit-and-jitil-not-working-ubuntu-10-04-svn-6809) |
JIT and JITIL not working ubuntu 10.04 svn 6809 - ShadowWraith - 01-11-2011 Hi, I just compiled svn 6809 on my Ubuntu 10.04 install. Everything seems to be working fine, except that when I try to load anything using the JIT recompiler or JITIL the entire program hangs with no error messages (like it's stuck in an infinite loop). Everything seems fine in the interpreter. My system has AMD Phenom II X2 550 NVIDIA GT 220 Can anyone help me? EDIT: I thought perhaps JIT did not build properly (though there were no errors at compile time), and perhaps the output from cmake would be helpful Code: Cmake output:RE: JIT and JITIL not working ubuntu 10.04 svn 6809 - ShadowWraith - 01-15-2011 Bump and update - I just installed the version from the ppa suggested here http://code.google.com/p/dolphin-emu/wiki/DolphinUbuntuPackages It is currently at revision 6816. I am having the same issue - when I start up using the interpreter everything runs as expected (albeit extremely slowly) but when I choose JIT or JITIL, I just get a blank dolphin window where the opengl window should be and the program hangs. Can anyone help me with this? - I'm getting sick of running dolphin buggily in wine... RE: JIT and JITIL not working ubuntu 10.04 svn 6809 - neobrain - 01-15-2011 Does opening the video config dialog work for you? Do you have audio throttle (dsp settings) enabled or disabled? (try both) RE: JIT and JITIL not working ubuntu 10.04 svn 6809 - ShadowWraith - 01-20-2011 (01-15-2011, 05:20 AM)NeoBrain Wrote: Does opening the video config dialog work for you? The video config does open, and the same issue occurs both with audio throttle off and on. The only hint I've gotten so far is that it does start up when I run it in interpreter mode, so it doesn't look like a graphics display problem. RE: JIT and JITIL not working ubuntu 10.04 svn 6809 - skid - 01-20-2011 Do you have DEP disabled? It'll have to be disabled for the JIT to work. |