Jump to content

cbro2r

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by cbro2r

  1. I tried reinstalling the drivers but it didn't work, however when I run the driver installer I used in the first place with the --update flag it magically all worked. Very mysterious. But hey, KSP is actually pretty fun .
  2. I'm running a 64-bit system, and I have both 64 and 32 bit xorg drivers. I haven't forced any driver settings. I can play TF2 with no problems (other than just being really bad at TF2 ). I don't think I have any 3D games that use wine.
  3. I am using the Nvidia drivers (v. 331.38). When I run glxgears I do get gears running and the following output: libGL error: failed to load driver: swrast Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. 351 frames in 5.1 seconds = 68.818 FPS ^C
  4. Hi, I am having problems making KSP work. The game launches throwing no apparent errors, and opening a totally black window with the correct icon. After a few moments music starts but the pane remains black. This happens using both KSP.x86 and KSP.x86_64 My system: Ubuntu 13.10 (64-bit) Intel i7 4770k Nvidia GeForce GTX 760 (Using the 331.38 driver) 16 GB RAM My KSP.log contains the following non-log entries [WRN 00:46:33.079] The image effect ImageEffects Unity3 (Tonemapping) has been disabled as it's not supported on the current platform. [WRN 00:46:33.081] The image effect ImageEffects Unity3 (DepthOfFieldScatter) has been disabled as it's not supported on the current platform. [WRN 00:46:57.575] PartLoader Warning: Variable rotPower not found in Part [WRN 00:46:57.575] PartLoader Warning: Variable linPower not found in Part [WRN 00:46:57.575] PartLoader Warning: Variable Kp not found in Part [WRN 00:46:57.575] PartLoader Warning: Variable Kd not found in Part [WRN 00:46:57.937] PartLoader Warning: Variable ThermalAnim not found in Part [WRN 00:46:58.419] PartLoader Warning: Variable animationName not found in Part [WRN 00:46:58.577] PartLoader Warning: Variable animationName not found in Part Running ldd on KSP.x86_64 gives: ldd ./KSP.x86_64 linux-vdso.so.1 => (0x00007fffa25fe000) libGLU.so.1 => /usr/lib/x86_64-linux-gnu/libGLU.so.1 (0x00007f77878ca000) libGL.so.1 => /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1 (0x00007f7787668000) libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 (0x00007f7787332000) libXext.so.6 => /usr/lib/x86_64-linux-gnu/libXext.so.6 (0x00007f7787120000) libXcursor.so.1 => /usr/lib/x86_64-linux-gnu/libXcursor.so.1 (0x00007f7786f16000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f7786d11000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f7786af4000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f77868ec000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f77865e7000) libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f77863d1000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7786009000) /lib64/ld-linux-x86-64.so.2 (0x00007f7787b67000) libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f7785d04000) libglapi.so.0 => /usr/lib/x86_64-linux-gnu/libglapi.so.0 (0x00007f7785add000) libXdamage.so.1 => /usr/lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007f77858da000) libXfixes.so.3 => /usr/lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f77856d3000) libX11-xcb.so.1 => /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1 (0x00007f77854d1000) libxcb-glx.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0 (0x00007f77852ba000) libxcb-dri2.so.0 => /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0 (0x00007f77850b4000) libxcb.so.1 => /usr/lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f7784e95000) libXxf86vm.so.1 => /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1 (0x00007f7784c8f000) libdrm.so.2 => /usr/lib/x86_64-linux-gnu/libdrm.so.2 (0x00007f7784a82000) libXrender.so.1 => /usr/lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f7784878000) libXau.so.6 => /usr/lib/x86_64-linux-gnu/libXau.so.6 (0x00007f7784673000) libXdmcp.so.6 => /usr/lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f778446d000) and running it on KSP.x86 gives: ldd ./KSP.x86 linux-gate.so.1 => (0xf77ad000) libGLU.so.1 => /usr/lib/i386-linux-gnu/libGLU.so.1 (0xf7708000) libGL.so.1 => /usr/lib/i386-linux-gnu/mesa/libGL.so.1 (0xf76ac000) libX11.so.6 => /usr/lib/i386-linux-gnu/libX11.so.6 (0xf7576000) libXext.so.6 => /usr/lib/i386-linux-gnu/libXext.so.6 (0xf7563000) libXcursor.so.1 => /usr/lib/i386-linux-gnu/libXcursor.so.1 (0xf7558000) libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf7553000) libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7538000) librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xf752e000) libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf74eb000) libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf74ce000) libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf731a000) /lib/ld-linux.so.2 (0xf77ae000) libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf7231000) libglapi.so.0 => /usr/lib/i386-linux-gnu/libglapi.so.0 (0xf7218000) libXdamage.so.1 => /usr/lib/i386-linux-gnu/libXdamage.so.1 (0xf7214000) libXfixes.so.3 => /usr/lib/i386-linux-gnu/libXfixes.so.3 (0xf720e000) libX11-xcb.so.1 => /usr/lib/i386-linux-gnu/libX11-xcb.so.1 (0xf720b000) libxcb-glx.so.0 => /usr/lib/i386-linux-gnu/libxcb-glx.so.0 (0xf71f3000) libxcb-dri2.so.0 => /usr/lib/i386-linux-gnu/libxcb-dri2.so.0 (0xf71ec000) libxcb.so.1 => /usr/lib/i386-linux-gnu/libxcb.so.1 (0xf71ca000) libXxf86vm.so.1 => /usr/lib/i386-linux-gnu/libXxf86vm.so.1 (0xf71c4000) libdrm.so.2 => /usr/lib/i386-linux-gnu/libdrm.so.2 (0xf71b7000) libXrender.so.1 => /usr/lib/i386-linux-gnu/libXrender.so.1 (0xf71ac000) libXau.so.6 => /usr/lib/i386-linux-gnu/libXau.so.6 (0xf71a7000) libXdmcp.so.6 => /usr/lib/i386-linux-gnu/libXdmcp.so.6 (0xf71a0000) I've uploaded my Player.log here: http://pastebin.com/rp7VdMyk When I run ./KSP.exe with Wine1.6 I get: Unable to load mono library from "Z:/home/cbro2r/Documents/KSP/KSP_linux/KSP_Data/Mono/mono.dll" (error = 126). What could be wrong? (I've followed all instructions that appear in the first 13 pages and last 6 pages of this thread.)
×
×
  • Create New...