• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[solved] WineX: Compiled mit CVS, doch nun nen fehler?

King_S

Member
Hallo zusammen,
habe mich an dieses HOWTO gehalten:
http://www.linux-gamers.net/modules/wfsection/article.php?articleid=45

Also ist WineX auch korrekt installiert, keine Fehlermeldung beim compilen, keine Warnung nüx. Sobald ich aber eingebe

Code:
winex330 dvdshrink32setup.exe

Kommt folgendes:
Code:
err:module:BUILTIN32_dlopen failed to load .so lib for builtin x11drv.dll: /usr/lib/winex330/lib/libx11drv.so: undefined symbol: dllname
Could not load graphics driver 'x11drv'
err:win:GetDesktopWindow Wine init error: either you're trying to use an invalid native USER.EXE config, or some graphics/GUI libraries or DLLs didn't initialize properly. Aborting.

Es scheint mir so, als ob der ne DLL ned findet bzw. Das irgendwo in den libs nen Fehler ist...aber da für mich Linux noch relativ neu ist, kann ich dazu auch nichts sagen. Hat jemand ne Lösung oder ne Idee, was das sein kann? Hoffe auf schnelle Hilfe ^^

Meine System:
SuSE Linux Personal 9.1 ( mit ftp Zugriff auf Professional ;))
Intel Pentium III 667Mhz

Greetz
King_S
 
OP
K

King_S

Member
Mittlerweile habe ich sogar wine fertig gemacht, dann kommt das hier:
Code:
kings@linux:~> wine /media/dvdram/autorun.exe
wine: exists lstat socket : No such file or directory
kings@linux:~> wineserver
kings@linux:~> wine /media/dvdram/autorun.exe
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (German keyboard layout without dead keys) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (German keyboard layout without dead keys) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:xrender:X11DRV_XRender_Finalize Free cached glyphsets
kings@linux:~> fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (German keyboard layout without dead keys) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:xrender:X11DRV_XRender_Finalize Free cached glyphsets
XIO:  fatal IO error 0 (Success) on X server ":0.0"
      after 84 requests (72 known processed) with 0 events remaining.
 
OP
K

King_S

Member
Habe nun den Fehler behoben, folgendes habe ich gemacht:

1. Das WINE Verzeichniss gelöscht ($HOME/.wine/)
2. Die Wine Lib gelöscht (/usr/lib/wine)
3. Wine Bin gelöscht (usr/bin/wine)
4. Das Wine RPM mittels YaST 2 neuinstalliert.

Das selbe habe ich für cvscedega und winex330 gemacht, damit dieser Fehler weg ist. Nun funzt mein DVD Shrink und Games lasse ich dann erstma :D
Greetz
King_S
 
Oben