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

Wine Problem (x11drv)

sorteC`

Newbie
hi,
hab nach dem tutorial von unixfreunde.de
http://forum.unixfreunde.de/thread.php?threadid=418
mein wine installiert und habe da gleich unter dem punkt
2. Installation der Tahoma Schrift einen Fehler:
Could not load graphics driver 'x11drv'
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\Sven\\Desktop\\tahoma.exe" failed, status c0000142

und wenn ich den internet explorer installieren möchte, klappt das auch nicht - es kommt eben bei jedem aufruf des befehls "wine ..." der fehler.

was soll ich da machen? - und was ist dieser x11drv - treiber?
- danke für hilfe

**edit**
habe das xfree86 package runtergeladen und installiert, bekomme dennoch den obrigen fehler!
 
OP
S

sorteC`

Newbie
wenn ich direkt in die konsole "wine tahoma.exe" eingebe, dann kommt der fehler:
Sven@dhcppc0:~> wine tahoma.exe
Line 62: Unrecognized input 'WINE REGISTRY Version 2'
Line 120: Malformed value ' "Temp" = "e:\"'
Line 121: Malformed value ' "Path" = "c:\windows;c:\windows\system;e:\;e:\test;f:\"'
Warning: could not find DOS drive for current working directory '/home/Sven', starting in the Windows directory.
Converted drive type to new entry HKLM\Software\Wine\Drives "A:" = L"floppy"
Converted drive type to new entry HKLM\Software\Wine\Drives "C:" = L"hd"
Converted drive type to new entry HKLM\Software\Wine\Drives "D:" = L"cdrom"
Converted drive type to new entry HKLM\Software\Wine\Drives "E:" = L"hd"
Converted drive type to new entry HKLM\Software\Wine\Drives "F:" = L"network"
Converted temp dir to new entry HKCU\Environment "TEMP" = L"e:"
Converted path dir to new entry HKCU\Environment "PATH" = L"c:windows;c:windowssystem;e:;e:test;f:"
Converted profile dir to new entry HKCU\Environment "USERPROFILE" = L"c:windowsProfilesAdministrator"
Converted windows dir to new entry HKCU\Environment "windir" = L"c:windows"
Converted system dir to new entry HKCU\Environment "winsysdir" = L"c:windowssystem"
Warning: the specified Windows directory L"c:windows" is not accessible.
Warning: the specified System directory L"c:windowssystem" is not accessible.
wine: cannot open (null)
Sven@dhcppc0:~> wineserver: could not save registry branch to /home/Sven/.wine/system.reg : Permission denied
wineserver: could not save registry branch to /home/Sven/.wine/userdef.reg : Permission denied
wineserver: could not save registry branch to /home/Sven/.wine/user.reg : Permission denied
... so langsam verzweifle ich hier :twisted: :evil: :evil:
 

hobbit

Newbie
sorteC` schrieb:
Line 121: Malformed value ' "Path" = "c:\windows;c:\windows\system;e:\;e:\test;f:"'

Steht das so in deiner ~/.wine/config? Der Backslash muß dort doppelt drinstehen. Also z.B.

Code:
"Path" = "C:\\Windows;C:\\Windows\\System;X:\\;Y:\"

sorteC` schrieb:
Sven@dhcppc0:~> wineserver: could not save registry branch to /home/Sven/.wine/system.reg : Permission denied
Hast du Schreibrechte auf diese Datei?
 
Oben