Programs won't load/internet connection
-
- Newbie
- Posts: 4
- Joined: Sun Aug 18, 2013 11:12 pm
Programs won't load/internet connection
I am using the Testing (Unstable) Wine I'm using, 1.7. I can't get 1 game (Clayside) and program to connect. I tried using the Wine Explorer, and it don't detect a connection and I can't load the properties to try and do a connection thing, so any help or guide?
Re: Programs won't load/internet connection
Post terminal output. http://wiki.winehq.org/FAQ#get_log
-
- Newbie
- Posts: 4
- Joined: Sun Aug 18, 2013 11:12 pm
Re: Programs won't load/internet connection
I have to figure out how to break it into 2mb files so I can upload it... Unless you have a test you are looking for?
Re: Programs won't load/internet connection
Ordinary console output (no debug traces) shouldn't be that large.
-
- Newbie
- Posts: 4
- Joined: Sun Aug 18, 2013 11:12 pm
Re: Programs won't load/internet connection
I ran this.... WINEDEBUG=+relay,+seh,+tid wine your_program.exe >> /tmp/output.txt 2>&1 but i looked to far and saw I should run a log kinda thing... one is having a 3d error and the other is just having sorts of issues...
Clayside game I was wanting to run
Clayside game I was wanting to run
Code: Select all
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "GeForce 8500 GT/PCIe/SSE2", version "1.4 (2.1.2 NVIDIA 325.15)").
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
Direct3D8 is not available without OpenGL.
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
Direct3D8 is not available without OpenGL.
Re: Programs won't load/internet connection
Try reinstalling your graphics driver, and if you are on 64 bit, make sure you have 32 bit OpenGL installed.gordon24186 wrote:Code: Select all
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "GeForce 8500 GT/PCIe/SSE2", version "1.4 (2.1.2 NVIDIA 325.15)").
-
- Newbie
- Posts: 4
- Joined: Sun Aug 18, 2013 11:12 pm
Re: Programs won't load/internet connection
could I run a command to use the 32bit opengl with out messing up my Video card drivers?
Re: Programs won't load/internet connection
Wine should just use it if it's installed. As the message says, it is probably not installed correctly. If you're not sure how to fix it, ask your distro.