You are not logged in.

#1 2008-12-28 08:12:55

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

wine issue?

its not really a serious problem, since i have a workaround.

but i got around to installing half life 2 earlier, since i never got to play it when it came out, steam + dialup = gotohell. so i found some info to get it running anyway. but now my problem is, if i select HL2 in steam, and click launch, it shows the preparing to launch window, and then its done, same happens if i try to use a desktop shortcut

but if i open a terminal and type in wine "C:/Program\ Files/Valve/Steam/Steam.exe -applaunch 220" it'll launch.

basically, whatever i do, i have to run it from the terminal.

Last edited by ssl6 (2008-12-28 08:17:21)


this is a signature

Offline

#2 2008-12-28 09:08:41

Xauthority
Member
From: ../
Registered: 2008-11-03
Posts: 61

Re: wine issue?

1st check what command the shortcut is running. e.g nano $HOME/Desktop/NameofShortcut.desktop and edit it properly.
or
make a script eg
#!/bin/bash
wine "C:/Program\ Files/Valve/Steam/Steam.exe -applaunch 220"
save it make it executable and a new shortcut to it

Offline

#3 2008-12-28 21:31:08

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: wine issue?

ok, ill try that. if it works it would be nice, but otherwise, i can deal with launching them from terminal. i found that oblivion works that way too, it never worked with the desktop shortcut. i never thought of trying that i guess

the worst of my problems that i've found. in either game, is i have to set the resolution to 1600x1200, which is alot for my 7900gs. the reason, is that my desktop is set to that resolution. and if i run the game at say 1024x768, it leaves my screen res at 1024x768 when i quit the game, but my desktop itself is still 1600x1200,, so the screen scrolls until i reboot


this is a signature

Offline

#4 2008-12-28 22:12:15

Xauthority
Member
From: ../
Registered: 2008-11-03
Posts: 61

Re: wine issue?

In Linux (I mean GNOME/KDE) the desktop shortcuts contains just information... here an example from one of my games
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=Frozen Throne
Comment=
Exec=/store/wine/WarcraftIII/start.sh # HERE YOU CAN DO WHATEVER YOU FEEL LIKE - SAME LIKE IN TERMINAL; e.g execute a shell script
GenericName=Frozen Throne
Icon=/store/wine/WarcraftIII/drive_c/WarcraftIII/icon.png
Terminal=false
Type=Application
GenericName[en_US]=Frozen Throne

the worst of my problems that i've found. in either game, is i have to set the resolution to 1600x1200, which is alot for my 7900gs. the reason, is that my desktop is set to that resolution. and if i run the game at say 1024x768, it leaves my screen res at 1024x768 when i quit the game, but my desktop itself is still 1600x1200,, so the screen scrolls until i reboot

edit your exec line in the .desktop file like this

startx /usr/bin/wine "C:/Program\ Files/Valve/Steam/Steam.exe -applaunch 220" -- :1

this will open a new X server session on VT8 (you can switch to your desktop with CTRL+ALT+F7 or with CTRL+ALT+F8 back to the game)
and if you end the game the additional game session is closed and the resolution of your desktop is fine

Last edited by Xauthority (2008-12-28 22:13:15)

Offline

#5 2008-12-29 02:04:43

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: wine issue?

ok, well the startx thing was a good idea. except i get a message that it can't find the command......

Last edited by ssl6 (2008-12-29 02:09:51)


this is a signature

Offline

#6 2008-12-29 08:27:14

Xauthority
Member
From: ../
Registered: 2008-11-03
Posts: 61

Re: wine issue?

ssl6 wrote:

ok, well the startx thing was a good idea. except i get a message that it can't find the command......

maybe you could post the exact output

startx /usr/bin/wine "C:/Program\ Files/Valve/Steam/Steam.exe -applaunch 220" -- :1 &> $HOME/Desktop/log.txt

and post this file $HOME/Desktop/log.txt after you run the above command

Last edited by Xauthority (2008-12-29 08:28:58)

Offline

#7 2008-12-29 08:53:22

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: wine issue?

heres what was in the log file

bash: startx: command not found

heres what i get in terminal

[urmom@urmom-pc ~]$ startx /usr/bin/wine "C:/Oblivion/OblivionLauncher.exe" -- :1
bash: startx: command not found

but thats all i get, if i do locate startx, i get nothing. im guessing it should be there if im running kde

Last edited by ssl6 (2008-12-29 08:54:52)


this is a signature

Offline

#8 2008-12-29 09:04:42

Xauthority
Member
From: ../
Registered: 2008-11-03
Posts: 61

Re: wine issue?

Ok pls check if that package is installed

pacman -Q xorg-xinit

If yes it looks like /usr/bin is not in your $PATH variable. (strange)
Try

/usr/bin/startx /usr/bin/wine "C:/Oblivion/OblivionLauncher.exe" -- :1

Last edited by Xauthority (2008-12-29 09:05:58)

Offline

#9 2008-12-29 18:36:01

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: wine issue?

ok, startx works. but i can't just seem to run oblivion.exe. i have to run the launcher, and the new x session seems to crash once the launcher closes when i hit play

half life 2 doesnt even launch at all that way. maybe i should just get a video card for my windows box and use it for gaming, i wanted to wipe it and use it as a server though


for example, heres what i get when i run oblivionlauncher.exe

[urmom@urmom-pc ~]$ startx /usr/bin/wine "C:/Oblivion/OblivionLauncher.exe" -- :1
hostname: Unknown host                                                           
xauth:  creating new authority file /home/urmom/.serverauth.15061                


X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH x86_64 
Current Operating System: Linux urmom-pc 2.6.27-ARCH #1 SMP PREEMPT Sun Dec 21 09:13:30 UTC 2008 x86_64
Build Date: 17 December 2008  10:46:49PM                                                               
                                                                                                       
        Before reporting problems, check http://wiki.x.org                                             
        to make sure that you have the latest version.                                                 
Markers: (--) probed, (**) from config file, (==) default setting,                                     
        (++) from command line, (!!) notice, (II) informational,                                       
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.                                  
(==) Log file: "/var/log/Xorg.1.log", Time: Mon Dec 29 13:43:04 2008                                   
(==) Using config file: "/etc/X11/xorg.conf"                                                           
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element                              
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element                              
fixme:win:EnumDisplayDevicesW ((null),0,0x32f3dc,0x00000000), stub!                                    
fixme:event:wait_for_withdrawn_state window 0x2003a/80000f wait timed out                              
fixme:event:wait_for_withdrawn_state window 0x3003a/800011 wait timed out                              
fixme:wave:wodPlayer_Reset shouldn't have headers left
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x156b38,0x159a78): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x33efd4,0x00000000), stub!
err:d3d:getColorBits Unsupported format: WINED3DFMT_R16F
err:d3d:getColorBits Unsupported format: WINED3DFMT_A16B16G16R16F
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F
err:d3d:getColorBits Unsupported format: WINED3DFMT_A32B32G32R32F
err:d3d:getColorBits Unsupported format: WINED3DFMT_R16F
err:d3d:getColorBits Unsupported format: WINED3DFMT_A16B16G16R16F
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F
err:d3d:getColorBits Unsupported format: WINED3DFMT_A32B32G32R32F
err:d3d:getColorBits Unsupported format: WINED3DFMT_R16F
err:d3d:getColorBits Unsupported format: WINED3DFMT_A16B16G16R16F
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F
err:d3d:getColorBits Unsupported format: WINED3DFMT_A32B32G32R32F
err:d3d:getColorBits Unsupported format: WINED3DFMT_R16F
err:d3d:getColorBits Unsupported format: WINED3DFMT_A16B16G16R16F
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F
err:d3d:getColorBits Unsupported format: WINED3DFMT_A32B32G32R32F
fixme:d3d9:IDirect3DDevice9Impl_CreateSurface MultisampleQuality set to -1, bstituting 0
fixme:event:wait_for_withdrawn_state window 0x10028/800004 wait timed out

waiting for X server to shut down

at least with that i see the launcher, i can click play. but if i try to run oblivion directly, heres what i get

[urmom@urmom-pc ~]$ startx /usr/bin/wine "C:/Oblivion/Oblivion.exe" -- :1
hostname: Unknown host                                                   
xauth:  creating new authority file /home/urmom/.serverauth.15219        


X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH x86_64 
Current Operating System: Linux urmom-pc 2.6.27-ARCH #1 SMP PREEMPT Sun Dec 21 09:13:30 UTC 2008 x86_64
Build Date: 17 December 2008  10:46:49PM                                                               
                                                                                                       
        Before reporting problems, check http://wiki.x.org                                             
        to make sure that you have the latest version.                                                 
Markers: (--) probed, (**) from config file, (==) default setting,                                     
        (++) from command line, (!!) notice, (II) informational,                                       
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.                                  
(==) Log file: "/var/log/Xorg.1.log", Time: Mon Dec 29 13:45:39 2008                                   
(==) Using config file: "/etc/X11/xorg.conf"                                                           
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element                              
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element                              
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x13c108,0x13c008): stub                                
fixme:win:EnumDisplayDevicesW ((null),0,0x32efd4,0x00000000), stub!                                    
err:d3d:getColorBits Unsupported format: WINED3DFMT_R16F                                               
err:d3d:getColorBits Unsupported format: WINED3DFMT_A16B16G16R16F                                      
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F                                               
err:d3d:getColorBits Unsupported format: WINED3DFMT_A32B32G32R32F                                      
err:d3d:getColorBits Unsupported format: WINED3DFMT_R16F                                               
err:d3d:getColorBits Unsupported format: WINED3DFMT_A16B16G16R16F                                      
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F                                               
err:d3d:getColorBits Unsupported format: WINED3DFMT_A32B32G32R32F                                      
err:d3d:getColorBits Unsupported format: WINED3DFMT_R16F                                               
err:d3d:getColorBits Unsupported format: WINED3DFMT_A16B16G16R16F                                      
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F                                               
err:d3d:getColorBits Unsupported format: WINED3DFMT_A32B32G32R32F                                      
err:d3d:getColorBits Unsupported format: WINED3DFMT_R16F                                               
err:d3d:getColorBits Unsupported format: WINED3DFMT_A16B16G16R16F                                      
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F                                               
err:d3d:getColorBits Unsupported format: WINED3DFMT_A32B32G32R32F                                      
fixme:d3d9:IDirect3DDevice9Impl_CreateSurface MultisampleQuality set to -1, bstituting 0               
fixme:d3d9:IDirect3DDevice9Impl_CreateSurface MultisampleQuality set to -1, bstituting 0               
fixme:d3d9:IDirect3DDevice9Impl_CreateSurface MultisampleQuality set to -1, bstituting 0               
fixme:dinput:SysMouseAImpl_Acquire Clipping cursor to (0,0)-(1024,768)                                 
wine: Unhandled page fault on read access to 0x00000004 at address 0x58dc7c (thread 0009), starting debugger...                                                                                                             
wine: Unhandled page fault on read access to 0x00120004 at address 0x7ebdf384 (thread 001c), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 001e), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0020), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0022), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0024), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0026), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0028), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 002a), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 002c), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 002e), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0030), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0032), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0034), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0036), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0038), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 003a), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 003c), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 003e), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0040), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0042), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0044), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0046), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 000b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0049), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 004b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 004d), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 004f), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0051), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0053), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0055), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0057), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0059), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 005b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 005d), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 005f), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0061), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0063), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0065), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0067), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0069), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 006b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 006d), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 006f), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0071), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0073), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0075), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0077), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0079), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 007b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 007d), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 007f), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0081), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0083), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0085), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0087), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0089), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 008b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 008d), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 008f), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0091), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0093), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0095), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0097), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0099), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 009b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 009d), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 009f), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00a1), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00a3), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00a5), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00a7), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00a9), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00ab), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00ad), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00af), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00b1), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00b3), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00b5), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00b7), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00b9), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00bb), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00bd), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00bf), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00c1), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00c3), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00c5), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00c7), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00c9), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00cb), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00cd), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00cf), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00d1), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00d3), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00d5), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00d7), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00d9), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00db), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00dd), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00df), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00e1), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00e3), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00e5), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00e7), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00e9), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00eb), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00ed), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00ef), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00f1), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00f3), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 00f5), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00f7), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00f9), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00fb), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00fd), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 00ff), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0101), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0103), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0105), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0107), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0109), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 010b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 010d), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 010f), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0111), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0113), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0115), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0117), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0119), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 011b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 011d), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 011f), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0121), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0123), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0125), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0127), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0129), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 012b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 012d), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 012f), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0131), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0133), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0135), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0137), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0139), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 013b), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 013d), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 013f), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0141), starting debugger...                                                                                                           
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0143), starting debugger...
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0145), starting debugger...
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0147), starting debugger...
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0149), starting debugger...
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 014b), starting debugger...
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 014d), starting debugger...
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 014f), starting debugger...
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0151), starting debugger...
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebea384 (thread 0153), starting debugger...
wine: Unhandled page fault on read access to 0x0012000c at address 0x7ebdf384 (thread 0155), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 340 48") (87)
Read the Wine Developers Guide on how to set up winedbg or another debugger
/usr/bin/wine: line 4: 15244 Segmentation fault      LD_LIBRARY_PATH="/opt/lib32/usr/lib/:/opt/lib32/lib/:$LD_LIBRARY_PATH" linux32 /opt/wine/bin/wine "$@"

waiting for X server to shut down

actually, i just tried, and i get more or less the same with doom3, except its not running under wine

[urmom@urmom-pc ~]$ startx doom3 -- :1
hostname: Unknown host                
xauth:  creating new authority file /home/urmom/.serverauth.15588

X.Org X Server 1.5.3
Release Date: 5 November 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.27-ARCH x86_64 
Current Operating System: Linux urmom-pc 2.6.27-ARCH #1 SMP PREEMPT Sun Dec 21 09:13:30 UTC 2008 x86_64
Build Date: 17 December 2008  10:46:49PM                                                               
                                                                                                       
        Before reporting problems, check http://wiki.x.org                                             
        to make sure that you have the latest version.                                                 
Markers: (--) probed, (**) from config file, (==) default setting,                                     
        (++) from command line, (!!) notice, (II) informational,                                       
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.                                  
(==) Log file: "/var/log/Xorg.1.log", Time: Mon Dec 29 13:48:26 2008                                   
(==) Using config file: "/etc/X11/xorg.conf"                                                           


waiting for X server to shut down

x just crashes it seems, or shuts down, i dont know

Last edited by ssl6 (2008-12-29 18:51:10)


this is a signature

Offline

#10 2008-12-29 19:50:40

Xauthority
Member
From: ../
Registered: 2008-11-03
Posts: 61

Re: wine issue?

OK I am a bit confused now is this

startx /usr/bin/wine "C:/Program\ Files/Valve/Steam/Steam.exe -applaunch 220" -- :1

or that

startx /usr/bin/wine "C:/Oblivion/OblivionLauncher.exe" -- :1

what you are trying to run ?
I think what you may should try is

startx /usr/bin/xterm -- :1

and then launch whatever you want

Last edited by Xauthority (2008-12-29 19:52:42)

Offline

#11 2008-12-29 21:38:03

ssl6
Member
From: Ottawa, ON, CA
Registered: 2007-08-30
Posts: 594

Re: wine issue?

im trying to run either game, one is half life, one is oblivion

but if i run startx /usr/bin/xterm -- :1 i get a black screen flash as if its opening a session, and then it shuts down and back to my desktop.....somethings screwy there

Last edited by ssl6 (2008-12-29 21:38:25)


this is a signature

Offline

Board footer

Powered by FluxBB