Emulator Issues #159
closedOGL crash under GNU/Linux x86 (valgrind log include)
0%
Description
What steps will reproduce the problem?
- Build last Rev (R327 builded fine under x86)
- Launch Dolphin
- Launch a GC game
What is the expected output? What do you see instead?
Having working emulation. Instaled we have OGL windows for 2 ou 3 sec then
Dolphin crash
What version of the product are you using? On what operating system?
R327 on GNU/Linux x86
Please provide any additional information below.
I know this is a known issue, I just report it once and for all and try to
provide usefull informations.
Full Valgrind log provided.
Updated by knuckles500 about 16 years ago
I get an issue with OpenGL in a similar but different way, it just doesn't want to
compile:
g++ -o Binary/linux/Plugins/libzeroogl.so wx-config --libs
pkg-config --libs xxf86vm
-shared Source/Plugins/Plugin_VideoOGL/Src/BPStructs.os
Source/Plugins/Plugin_VideoOGL/Src/DataReader.os
Source/Plugins/Plugin_VideoOGL/Src/Globals.os
Source/Plugins/Plugin_VideoOGL/Src/GLInit.os
Source/Plugins/Plugin_VideoOGL/Src/main.os
Source/Plugins/Plugin_VideoOGL/Src/memcpy_amd.os
Source/Plugins/Plugin_VideoOGL/Src/OpcodeDecoding.os
Source/Plugins/Plugin_VideoOGL/Src/PixelShader.os
Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.os
Source/Plugins/Plugin_VideoOGL/Src/rasterfont.os
Source/Plugins/Plugin_VideoOGL/Src/Render.os
Source/Plugins/Plugin_VideoOGL/Src/TextureMngr.os
Source/Plugins/Plugin_VideoOGL/Src/VertexLoader.os
Source/Plugins/Plugin_VideoOGL/Src/VertexLoader_Normal.os
Source/Plugins/Plugin_VideoOGL/Src/VertexShader.os
Source/Plugins/Plugin_VideoOGL/Src/VertexShaderManager.os
Source/Plugins/Plugin_VideoOGL/Src/XFB.os
Source/Plugins/Plugin_VideoOGL/Src/GUI/ConfigDlg.os -LSource/Core/Common/Src
-LSource/Core/DiscIO/Src -LSource/PluginSpecs -LSource -LSource/Core/Core/Src
-LSource/Core/DebuggerWX/src -LExternals/Bochs_disasm -LSource/Core/VideoCommon/Src
-lvideocommon -lcommon -lGLEW -ljpeg -lGL -lCg -lCgGL -lX11
/usr/bin/ld: cannot find -ljpeg
collect2: ld returned 1 exit status
scons: *** [Binary/linux/Plugins/libzeroogl.so] Error 1
scons: building terminated because of errors.
Using the same revision, worked before, and everything else seems to compile except
for the OpenGL plugin. Are you guys in the middle of doing something with the plugin
right now or should I wait for another revision later?
Updated by gnuraziel about 16 years ago
Now x86 version is at the same level as x86_64 version, see issue 151.
Updated by knuckles500 almost 16 years ago
I've been able to use OpenGL now. I don't know if it's still a problem for anyone
else though.