how fix the error below

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Pegasus
Newbie
Newbie
Posts: 3
Joined: Mon Nov 24, 2008 12:30 pm

how fix the error below

Post by Pegasus »

please tell me how to fix next:

Code: Select all

$ '/media/media2/WINE/Program Files/You Are Empty/you_are_empty.exe'
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer
err:module:attach_process_dlls "ds2kernel.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"G:\\Program Files\\You Are Empty\\you_are_empty.exe" failed, status c0000005
I have installed DX9 and WMP9 absolutely successful. I also installed vcrun2005spi via the winetricks.

Code: Select all

Package: wine
Status: install ok installed
Priority: optional
Section: otherosfs
Installed-Size: 57060
Maintainer: Ubuntu MOTU Developers <[email protected]>
Architecture: i386
Version: 1.1.9~winehq0~ubuntu~8.04-0ubuntu1
Any idea ?
Thanx.
Last edited by Pegasus on Mon Nov 24, 2008 1:35 pm, edited 1 time in total.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: how fix the error below

Post by dimesio »

Pegasus wrote: I have installed DX9 absolutely successful.
http://wiki.winehq.org/FAQ#head-fbaa851 ... bc741260b2
Pegasus
Newbie
Newbie
Posts: 3
Joined: Mon Nov 24, 2008 12:30 pm

Re: how fix the error below

Post by Pegasus »

dimesio wrote:
Pegasus wrote: I have installed DX9 absolutely successful.
http://wiki.winehq.org/FAQ#head-fbaa851 ... bc741260b2
I have installed DirectX 9.0c absolutely successful and I checked it by running dxdiag.exe
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

how fix the error below

Post by austin987 »

On Mon, Nov 24, 2008 at 11:34 AM, Pegasus <[email protected]> wrote:
please tell me how to fix next:

Code:
$ '/media/media2/WINE/Program Files/You Are Empty/you_are_empty.exe'
Don't do this, cd to the directory first.

--
-Austin
Pegasus
Newbie
Newbie
Posts: 3
Joined: Mon Nov 24, 2008 12:30 pm

Re: how fix the error below

Post by Pegasus »

austin987 wrote:On Mon, Nov 24, 2008 at 11:34 AM, Pegasus <[email protected]> wrote:
please tell me how to fix next:

Code:
$ '/media/media2/WINE/Program Files/You Are Empty/you_are_empty.exe'
Don't do this, cd to the directory first.

--
-Austin
That gives nothing =(

Code: Select all

$ cd /media/media2/WINE/Program\ Files/You\ Are\ Empty
buzdack@main-desktop:/media/media2/WINE/Program Files/You Are Empty$ wine you_are_empty.exe 
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer
err:module:attach_process_dlls "ds2kernel.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"G:\\Program Files\\You Are Empty\\you_are_empty.exe" failed, status c0000005
Any idea ?
Thanks.
Locked