Dolphin, the GameCube and Wii emulator - Forums

Full Version: JIT and JITIL not working ubuntu 10.04 svn 6809
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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:
ALSA found, enabling ALSA sound backend
ao found, enabling ao sound backend
bluez found, enabling bluetooth support
PulseAudio found, enabling PulseAudio sound backend
OpenAL NOT found, disabling OpenAL sound backend
X11 found
Xrandr found
libav found, enabling AVI frame dumps
xdg-screensaver found, enabling screensaver inhibition
PortAudio not found, disabling mic support
-- checking for one of the modules 'QUIET;lzo2'
Shared lzo not found, falling back to the static library
Using shared SDL
-- checking for one of the modules 'QUIET;sfml-network'
Shared sfml-network not found, falling back to the static library
-- checking for one of the modules 'QUIET;soil'
Shared SOIL not found, falling back to the static library
Using shared zlib
GLEW found
Cg found
CgGL found
wxWidgets found, enabling GUI build
-- Configuring done
-- Generating done
-- Build files have been written to: /home/david/dolphin-emu-read-only/Build
Bump and update - I just installed the version from the ppa suggested here http://code.google.com/p/dolphin-emu/wik...tuPackages
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...
Does opening the video config dialog work for you?
Do you have audio throttle (dsp settings) enabled or disabled? (try both)
(01-15-2011, 05:20 AM)NeoBrain Wrote: [ -> ]Does opening the video config dialog work for you?
Do you have audio throttle (dsp settings) enabled or disabled? (try both)

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.
Do you have DEP disabled? It'll have to be disabled for the JIT to work.