Battlefield 1942 crashes during install

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
thathz
Newbie
Newbie
Posts: 2
Joined: Tue Mar 20, 2012 10:33 pm

Battlefield 1942 crashes during install

Post by thathz »

Hey,

I'm trying to install Battlefield 1942. I'm running wine1.4 on Linux Mint 12.

Everything works until I enter the serial number. When I hit the "okay" on the serial number prompt my system gives the following error:

"Error Number 0x80040707
Description: Dll function call crashed: USER32.MessageBoxA"

Any ideas?
thathz
Newbie
Newbie
Posts: 2
Joined: Tue Mar 20, 2012 10:33 pm

Post by thathz »

Here's what the terminal outputs at crash:
err:wgl:has_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
err:wgl:has_opengl OpenGL support is disabled.
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
err:ddraw:ddraw_create_swapchain Failed to create swapchain, hr 0x8876086c.
err:ddraw:ddraw7_SetCooperativeLevel Failed to create swapchain, hr 0x8876086c.
err:ddraw:ddraw_create_swapchain Failed to create swapchain, hr 0x8876086c.
err:ddraw:ddraw7_SetCooperativeLevel Failed to create swapchain, hr 0x8876086c.
err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
err:d3d:InitAdapters Failed to get a gl context for default adapter
err:ddraw:ddraw_create_swapchain Failed to create swapchain, hr 0x8876086c.
err:ddraw:ddraw7_SetCooperativeLevel Failed to create swapchain, hr 0x8876086c.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

thathz wrote:Here's what the terminal outputs at crash:
err:wgl:has_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
err:wgl:has_opengl OpenGL support is disabled.
Where did you get Wine from? Your build is broken.
qparis
Level 2
Level 2
Posts: 44
Joined: Fri Dec 03, 2010 6:55 am

Post by qparis »

dimesio wrote:
thathz wrote:Here's what the terminal outputs at crash:
err:wgl:has_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
err:wgl:has_opengl OpenGL support is disabled.
Where did you get Wine from? Your build is broken.
I've seen the same problem for users that do not have 32bits drivers installed on 64bits machines. Couldn't it be the problem?
Locked