a white screen with wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
malmsteen
Level 2
Level 2
Posts: 24
Joined: Sun Mar 06, 2011 5:24 pm

a white screen with wine

Post by malmsteen »

hay every bady
i try to install a game named Luxor 3.exe and when i lunch it i have the sound but the screen stay white
i have wine 1.3.15
and winetricks 0.0+20110402
wine geko 1.1.0+1
ubuntu 11.04
thank you
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

a white screen with wine

Post by jjmckenzie »

On 7/24/11 1:13 PM, malmsteen wrote:
hay every bady
i try to install a game named Luxor 3.exe and when i lunch it i have the sound but the screen stay white
The Applications Database shows this game rated Garbage.
http://appdb.winehq.org/objectManager.p ... n&iId=6571
is the App. DB page for this game. This is for version 1.0 and the
tester could not get the installer to work.
i have wine 1.3.15
Wine is now up to 1.3.24. Your version is very old. Please update.
This may cure the white screen problem.
and winetricks 0.0+20110402
And please update to the latest version here as well.

http://wiki.winehq.org/winetricks

wine geko 1.1.0+1
Gecko has been updated as well.
ubuntu 11.04
If you are unable to get the game to work, please collect a logging file
and post it to a site like pastebin.com.
http://wiki.winehq.org/FAQ#get_log gives hints on how to get the log file.

James
malmsteen
Level 2
Level 2
Posts: 24
Joined: Sun Mar 06, 2011 5:24 pm

Post by malmsteen »

i have updated my wine and wintricks
but the game does t run
when i try to use a command line
it doesn t happend no thing
Image
the game is luxor
PS:at first with maverik the game runed with wine abd i play normaly
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Post by doh123 »

malmsteen wrote:i have updated my wine and wintricks
but the game does t run
when i try to use a command line
it doesn t happend no thing
Image
the game is luxor
PS:at first with maverik the game runed with wine abd i play normaly
you didn't end your quote.. thats why the next line started with a > symbol.. it was still trying to have you finish the cd command. so moral of the story... use the command line correctly, or of course nothing will work.
malmsteen
Level 2
Level 2
Posts: 24
Joined: Sun Mar 06, 2011 5:24 pm

Post by malmsteen »

what should i do to finish??
thank you
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

malmsteen wrote:what should i do to finish??
thank you

Code: Select all

cd ~/.wine/drive_c/Program\ Files/Luxor
wine luxor.exe
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

malmsteen wrote:what should i do to finish??
thank you
You need to understand the problem, first...

You do this:

Code: Select all

cd 'something
This is incomplete. You need to add an ending quote, otherwise the terminal will ask for more input belonging to whatever you put after cd... This is because an argument between quotes could look like this if you like:

Code: Select all

echo 'hello
I
Am
DaVince'
And it would display all that WITH the linebreaks included.

So close your argument properly and do this:

Code: Select all

cd 'something'
(Notice the ' at the end too.)
And then it properly finishes the argument, so you can actually put any commands below it, like wine luxor.exe.
malmsteen
Level 2
Level 2
Posts: 24
Joined: Sun Mar 06, 2011 5:24 pm

Post by malmsteen »

thank you
that is the result with terminal

Code: Select all

fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:win:EnumDisplayDevicesW ((null),0,0x33f66c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f640,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x8d7, disabling mixer
err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1fc3b0,0x1fcc50): stub
fixme:d3d:wined3d_buffer_preload Too many declaration changes or converting dynamic buffer, stopping converting
kakou@kakou-PC:~/.wine/drive_c/Program Files/Luxor$ 
malmsteen
Level 2
Level 2
Posts: 24
Joined: Sun Mar 06, 2011 5:24 pm

Post by malmsteen »

malmsteen wrote:thank you
that is the result with terminal

Code: Select all

fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:win:EnumDisplayDevicesW ((null),0,0x33f66c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f640,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x8d7, disabling mixer
err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1fc3b0,0x1fcc50): stub
fixme:d3d:wined3d_buffer_preload Too many declaration changes or converting dynamic buffer, stopping converting
kakou@kakou-PC:~/.wine/drive_c/Program Files/Luxor$ 
thank you very much, i have understoud and i've succeeded to run the command :wink:
malmsteen
Level 2
Level 2
Posts: 24
Joined: Sun Mar 06, 2011 5:24 pm

Post by malmsteen »

DaVince wrote:
malmsteen wrote:what should i do to finish??
thank you
You need to understand the problem, first...

You do this:

Code: Select all

cd 'something
This is incomplete. You need to add an ending quote, otherwise the terminal will ask for more input belonging to whatever you put after cd... This is because an argument between quotes could look like this if you like:

Code: Select all

echo 'hello
I
Am
DaVince'
And it would display all that WITH the linebreaks included.

So close your argument properly and do this:

Code: Select all

cd 'something'
(Notice the ' at the end too.)
And then it properly finishes the argument, so you can actually put any commands below it, like wine luxor.exe.
thank you very much, i have understoud and i've succeeded to run the command Wink
malmsteen
Level 2
Level 2
Posts: 24
Joined: Sun Mar 06, 2011 5:24 pm

Post by malmsteen »

thank you
that is the result with terminal

Code: Select all

fixme:mountmgr:harddisk_ioctl Unsupported ioctl 2d1400 (device=2d access=0 func=500 method=0)
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 74080 (device=7 access=1 func=20 method=0)
fixme:win:EnumDisplayDevicesW ((null),0,0x33f66c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f640,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x8d7, disabling mixer
err:alsa:ALSA_CheckSetVolume Could not find '{PCM,Line} Playback Volume' element
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1fc3b0,0x1fcc50): stub
fixme:d3d:wined3d_buffer_preload Too many declaration changes or converting dynamic buffer, stopping converting
Locked