Programs won't load/internet connection

Questions about Wine on Linux
Locked
gordon24186
Newbie
Newbie
Posts: 4
Joined: Sun Aug 18, 2013 11:12 pm

Programs won't load/internet connection

Post by gordon24186 »

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?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Programs won't load/internet connection

Post by dimesio »

gordon24186
Newbie
Newbie
Posts: 4
Joined: Sun Aug 18, 2013 11:12 pm

Re: Programs won't load/internet connection

Post by gordon24186 »

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?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Programs won't load/internet connection

Post by dimesio »

Ordinary console output (no debug traces) shouldn't be that large.
gordon24186
Newbie
Newbie
Posts: 4
Joined: Sun Aug 18, 2013 11:12 pm

Re: Programs won't load/internet connection

Post by gordon24186 »

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

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.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Programs won't load/internet connection

Post by dimesio »

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)").
Try reinstalling your graphics driver, and if you are on 64 bit, make sure you have 32 bit OpenGL installed.
gordon24186
Newbie
Newbie
Posts: 4
Joined: Sun Aug 18, 2013 11:12 pm

Re: Programs won't load/internet connection

Post by gordon24186 »

could I run a command to use the 32bit opengl with out messing up my Video card drivers?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Programs won't load/internet connection

Post by dimesio »

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.
Locked