9/4/14 : renamed to be more descriptive please look at 2nd post for clearer explanation of the problems
CPU: i5-3570k (overclocked to 4.3Ghz)
GPU: 2 GeForce GTX 670 2GB vram ( sli=auto )
RAM: 16GB DDR3 1600
OS: Lubuntu 14.04.1 x86_64
the GPU is not seen by UBox2 as a compute device ( just shows regular CPU ) even though OpenCL is installed and looks like its working since Luxmark is able to test the GPUs OpenCL performance have yet to try other OpenCL programs
edit 9/1/14 ::
tried different OpenCL drivers and ICD loader and still no luck right now using the Nvidia CUDA toolkit 6.5 version of the OpenCL drivers and loader(340.29).... the main problem seems to be that libOpenCL.so from with in the Universe Sandbox_Data folder is not loading
--- after looking a bit LibOpenCL.so is not located in "~/.local/share/Steam/SteamApps/common/Universe Sandbox 2/Universe Sandbox_Data/Mono/x86/" or in "~/.local/share/Steam/SteamApps/common/Universe Sandbox 2/Universe Sandbox_Data/Mono/x86/./"
edit 9/2/14 ::
found out that LibOpenCL.so in /usr/lib/i386-linux-gnu and in /usr/lib/x86_64-linux-gnu had minor versions on the end and after setting up symlinks to fix the problem some opencl apps(like compiling clinfo) were having, but now Universe sanbox2 gets SIGSEGV. new log attached, no crash dumps found
edit 9/3/14 ::
changed some setting and now gdb add debug information to the log. added new log just in-case more information other than the new debug info is in it
Have you tried:
1 - Force CPU Mode (turn off OpenCL)
- In Steam, Right-click on the game title under the 'Library' and select 'Properties'.
- Under the General tab click the 'Set launch options...' button.
- Enter -forcecpu into the launch options (note the dash) and click 'OK'.
- Close the game's 'Properties' window and launch the game.
2 - Set Graphics to Lowest Settings
- In Steam, Right-click on the game title under the 'Library' and select 'Properties'.
- Under the General tab click the 'Set launch options...' button.
- Enter -safemode (or -forcecpu -safemode if you want both options on) into the launch options and click 'OK'.
- Close the game's 'Properties' window and launch the game.