LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   winex3 issues (https://www.linuxquestions.org/questions/linux-software-2/winex3-issues-285009/)

vexer 02-01-2005 02:42 PM

winex3 issues
 
I'm trying to run SteamInstaller.exe in winex3 but it goes into debug mode with the following information:

Code:

Your system requires the use of pthreads but the maximum system allowe
ze of 2052 kB may be too small for some games.
If you experience problems, try rerunning with "-use-pthreads no" whic
.
Could not load graphics driver 'x11drv'
Could not load graphics driver 'x11drv'
wine: Unhandled exception, starting debugger...
using wine_path: /usr/lib/transgaming_winex3//winex/bin/wine
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and y
welcome to change it and/or distribute copies of it under certain cond
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for det
This GDB was configured as "i686-pc-linux-gnu".
(no debugging symbols found)...Using host libthread_db library "/lib/l
b.so.1".
0806e220:080731e8: create process 'G:\life\Downloads\BPS\CS:S\SteamIns
0x400f7ca0 @00000000 (0<0>)
0806e220:080731e8: create thread I @00000000
0806e220:080731e8: loads DLL ntdll.dll @40054000 (0<0>)
0806e220:080731e8: loads DLL kernel32.dll @406f6000 (0<0>)
0806e220:080731e8: loads DLL advapi32.dll @408f2000 (0<0>)
0806e220:080731e8: loads DLL gdi32.dll @4088a000 (0<0>)
0806e220:080731e8: loads DLL user32.dll @4077a000 (0<0>)
0806e220:080731e8: exception code=80000003
[New Thread 134689256]
0x402cc8bb in ?? ()
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...warning: Unable to find dynamic linker
 function.
GDB will be unable to debug shared library initializers
and track explicitly loaded dynamic code.
warning: shared library handler failed to enable breakpoint
trace: 18 => 0
Wine-gdb>

It says it can't find the driver x11drv, here is my config section for [wine] and [x11drv]

Code:

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system32\\"
"Temp" = "e:\\"
"Path" = "c:\\windows\\;c:\\windows\\system32\\"
"GraphicsDriver" = "x11drv"
"ShellLinker" = "/usr/lib/transgaming_winex3/winex/bin/wineshelllink"
# <wineconf>


[x11drv]
"AllocSystemColors" = "100"
"CopyDefaultColors" = "0"
"PrivateColorMap" = "N"
"PerfectGraphics" = "N"
"ScreenDepth" = "24"
"Display" = "0:0.1"
"Managed" = "Y"
"UseDGA" = "N"
"UseXShm" = "Y"
"DXGrab" = "Y"
"UseXVidMode" = "Y"
"UseXRandR" = "N"
"DesktopDoubleBuffered" = "Y"
"TextCP" = "0"
"VideoRam" = "128"
"AGPVertexRam" = "16"



All times are GMT -5. The time now is 08:54 PM.