PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : winex macht kummer



jamaica^deivel
28.10.03, 17:09
Dann fang ich mal an :
alles begann an einem schönen Nachmittag.
jamaica^deivel saß an seinem PC auf dem Mandrake 9.1 installiert war und freute sich auf das Ende der Kompilation und als es dann soweit war richtete er mit Hilfe von www.holarse.net sein winex ein.
Er tippte cd /mnt/cdrom ein und gab dann den Befehl "wine setup.exe" ein.
Er sah das Half-Life Setup bis 99 % geladen war, doch dann brach das Setup ab.
In der Konsole stand

Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
Warning: /usr/local/bin/wine not accessible from a configured DOS drive
XIO: fatal IO error 0 (Success) on X server ":0.0"
after 3924 requests (3924 known processed) with 0 events remaining.


Ihm fiel auf, dass dieser Fehler schon bei Holarse beschrieben war und tat was dort stand :

XIO: fatal IO error 0 (Success) on X server ":0.0"

Wine ist installiert, jedoch sobald ihr eine Windows-Executable starten wollt, geschieht folgendes:

[root@localhost install]# wine setup.exe
XIO: fatal IO error 0 (Success) on X server ":0.0"
after 209 requests (207 known processed) with 0 events remaining.


Um diesen Fehler zu beheben, gebt folgendes in die Konsole ein, bevor ihr mit Wine ein Programm startet:

export LD_ASSUME_KERNEL=2.2.5

Nun statet ihr Wine mit "nice", um die Priorität zu erhöhen. Der Befehl sieht dann wie folgt aus:

nice wine setup.exe


Er folgte den Anweisungen doch es trat wieder der selbe Fehler auf. Doch weil er sich nicht damit zufrieden geben wollte hoffte er mit bearbeiten der Config und anderen tutorials weiter zukommen. Doch es war keine Besserung in sicht, also tippte er www.linuxforen.de ein und schrieb diese Geschichte.
Und wenn er nicht gestorben ist, dann grübelt er noch heute.

Ich hoffe ihr könnt mir helfen und nehmt die Geschichte nicht übel :)

Colamix
28.10.03, 17:41
not accessible from a configured DOS drive

Kann es sein das er Winex3 falsch konfiguriert hat?

tonmeister440
29.10.03, 00:39
hi,

das glaub ich auch :)
wär nicht schlecht wenn er seine config mal posten würde, dann köönt ihm geholfen werden ;)

gruss tonmeister440

jamaica^deivel
29.10.03, 13:27
Config 1 - angepasste config die bei winex dabei war

INE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;; If you think it is nescessary to show others your complete config for a
;; bug report, filter out empty lines and comments with
;; grep -v "^;" ~/.wine/config | grep '.'
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
;; This is the FS Wine is supposed to emulate on a certain
;; directory structure.
;; Recommended:
;; - "win95" for ext2fs, VFAT and FAT32
;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;
[Drive A]
"path" = "/mnt/floppy"
"Type" = "floppy"
"Label" = "floppy"
"Serial" = "87654321"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "/home/deivel/winec"
"Type" = "hd"
"Label" = "Dos Drive"
"Filesystem" = "win95"


[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "tmp"
"Filesystem" = "win95"

[Drive F]
"Path" = "/lmule"
"Type" = "hd"
"Label" = "E"
"Filesystem" = "win95"

[Drive D]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
"Device" = "/dev/hdc"

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system32\\"
"Temp" = "e:\\"
"Path" = "c:\\windows\\;c:\\windows\\system32\\"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "/usr/lib/transgaming/winex/bin/wineshelllink"

# <wineconf>

[Version]
; This doesn't work in WineX, but its here for WineHQ compatability.
; can be (win95, win98, winme, nt351, nt40, win2k, winxp, win20, win30, win31)
"Windows" = "win98"
; dos version
;"DOS" = "6.22"

[DllDefaults]
"DefaultLoadOrder" = "native, builtin, so"

[DllOverrides]
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"ver" = "builtin, native"
"version" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"lzexpand" = "builtin, native"
"lz32" = "builtin, native"
"comctl32" = "builtin, native"
"commctrl" = "builtin, native"
"advapi32" = "builtin, native"
"crtdll" = "builtin, native"
"mpr" = "builtin, native"
"winspool.drv" = "builtin, native"
"d3d8" = "builtin, native"
"d3drm" = "builtin, native"
"ddraw" = "builtin, native"
"dinput" = "builtin, native"
"dinput8" = "builtin, native"
"dmusic" = "builtin, native"
"dsound" = "builtin, native"
"opengl32" = "builtin, native"
"msvcrt" = "native, builtin"
"rpcrt4" = "native, builtin"
"msvideo" = "builtin, native"
"msvfw32" = "builtin, native"
"mcicda.drv" = "builtin, native"
"mciseq.drv" = "builtin, native"
"mciwave.drv" = "builtin, native"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msacm.drv" = "builtin, native"
"msacm" = "builtin, native"
"msacm32" = "builtin, native"
"midimap.drv" = "builtin, native"

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Number of colors to copy from the default palette
"CopyDefaultColors" = "0"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "800x600"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "N"
; Use XShm extension if present
"UseXShm" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "Y"
; Use XVidMode extension if present
"UseXVidMode" = "Y"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "Y"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"
; Use this to make your X server execute all commands
; sequentially rather than buffering commands. Will make
; everything really SLOW but can be nice for debugging.
;; "Synchronous" = "Y"


[fonts]
;Read documentation/fonts before adding aliases
"Resolution" = "96"
"Default" = "-adobe-times-"

[FontPatterns]
"Pattern0" = "-adobe-times*"
"Pattern1" = "-adobe-helvetica*"
"Pattern2" = "-adobe-courier*"
"Pattern3" = "-misc-fixed*"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"

[parallelports]
"Lpt1" = "/dev/lp0"

[spooler]
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
; "write" = "0x779,0x379,0x280-0x2a0"

[spy]
"Exclude" = "WM_SIZE;WM_TIMER;"

[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "n"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "n"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
"WineLook" = "Win98"

[Console]
"Drivers" = "xterm"
;"Drivers" = "tty"
"XtermProg" = "konsole"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

; List of all directories directly contain .AFM files
[afmdirs]
;"1" = "/usr/share/ghostscript/fonts"
;"2" = "/usr/share/a2ps/afm"
;"3" = "/usr/share/enscript"
;"4" = "/usr/X11R6/lib/X11/fonts/Type1"

[WinMM]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

[wineoss]
"UseMMap" = "Y"
"FullDuplex" = "N"

;; sample AppDefaults entries
;[AppDefaults\\iexplore.exe\\DllOverrides]
;"shlwapi" = "native"
;"rpcrt4" = "native"
;"ole32" = "native"
;"shdocvw" = "native"
;"wininet" = "native"
;"shfolder" = "native"
;"shell32" = "native"
;"shell" = "native"
;"comctl32" = "native"
;
;[AppDefaults\\setup.exe\\x11drv]
;"Desktop" = "800x600"

# </wineconf>


Config 2ter versuch , mit nem konfigtool geschrieben

WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
;; This is the FS Wine is supposed to emulate on a certain
;; directory structure.
;; Recommended:
;; - "win95" for ext2fs, VFAT and FAT32
;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;

[Drive A]
"Type" = "floppy"
"Path" = "/mnt/floppy"
"Label" = "/mnt/floppy"
"Device" = "/dev/fd0"

[Drive C]
"Path" = "/home/deivel/.wine/fake_windows"
"Type" = "hd"
"Label" = "/home/deivel/.wine/fake_windows"
"Filesystem" = "win95"

[Drive E]
"Type" = "hd"
"Path" = "/lmule"
"Label" = "/lmule"
"FileSystem" = "win95"

[Drive G]
"Type" = "cdrom"
"Path" = "/mnt/cdrom"
"Label" = "/mnt/cdrom"
"FileSystem" = "win95"
"Device" = "/dev/hdc"

[Drive X]
"Type" = "hd"
"Path" = "/tmp"
"Label" = "Tmp Drive"
"FileSystem" = "win95"

[wine]
"Windows" = "C:\\Windows"
"System" = "C:\\Windows\\System"
"Temp" = "X:\\"
"Path" = "C:\\Windows;C:\\Windows\\System;X:\\;Y:\\"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"

# <wineconf>

[DllOverrides]
; default for all other dlls
"*" = "builtin, native, so"

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
"Desktop" = "N"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "Y"
; Use XShm extension if present
"UseXShm" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "Y"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"
; Run in synchronous mode (useful for debugging X11 problems)
;;"Synchronous" = "Y"

[fonts]
;Read documentation/fonts before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"

;; default TrueType fonts with russian koi8-r encoding
;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;; default cyrillic bitmap X fonts
;"Default" = "-cronyx-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"

[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"

[parallelports]
"Lpt1" = "/dev/lp0"

[spooler]
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"

[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
; "write" = "0x779,0x379,0x280-0x2a0"

[spy]
"Exclude" = "WM_SIZE;WM_TIMER;"

[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"

[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
"WineLook" = "Win98"

[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"

[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"

; List of all directories directly contain .AFM files

[afmdirs]
"1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/a2ps/afm"
"3" = "/usr/share/enscript"
"4" = "/usr/X11R6/lib/X11/fonts/Type1"

[WinMM]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"

# </wineconf>

#########################################
# Application dependent sections follow #
#########################################

[AppDefaults\\_INS5576._MP\\x11drv]
; Lotus Notes R5 installer
; I'm quite not sure this will run on some other machine than mine, but it
; can't hurt
"Managed" = "N"
"Desktop" = "N"

[AppDefaults\\nlnotes.exe\\x11drv]
"Desktop" = "800x600"

"Managed" = "N"

[AppDefaults\\notes.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"

[AppDefaults\\nlnotes.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"

[AppDefaults\\nhldaemn.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"

tonmeister440
29.10.03, 14:30
hi,
füge einfach mal den folgenden abschnitt in die laufwerkssektion von deiner config, den laufwerks buchstaben musste vielleicht anpassen

[Drive H]
"Path" = "/"
"Type" = "hd"
"Label" = "root"
"Filesystem" = "win95"

damit sollte es dann aufjedenfall keine probs mehr geben

gruss tonmeister440

jamaica^deivel
29.10.03, 19:53
hm , danke und ich depp dachte neeeee ich lösch mal lieber den eintrag.

aber leider war es immernoch nicht alles

der XIO : fatal IO error bleibt noch. Laut holarse mit prioritäts änderung zu beheben
also anstatt wine setup.exe nice wine setup.exe eingeben. Klappt bei mir aber nicht

tonmeister440
30.10.03, 00:36
du musst auch dir priotität angeben:

nice prio wine bla.exe (prio= zahl zwischen -20(höchste) und 19(niedrigste) priorität)
kannst ja einfach mal "nice -20 wine bla.exe" ausprobieren, wenn dann immer noch der fehler kommt, kanns daran eigentlich nicht liegen

gruss tonmeister440

jamaica^deivel
30.10.03, 15:38
habe ich gemacht, klappt trotzdem nicht

tonmeister440
31.10.03, 00:33
hi,

also oberflächlich betrachtet hat das nix mit winex zutun.
XIO: fatal IO error 0 (Success) on X server ":0.0" bedeutet lediglich das er den x-server nicht errreicht hat und winex kein fenster öffnen konnte.
du startest doch aud kde oder gnome raus :o ;)
versuche mal - nur um auszuschliesen das es eine rechte sache ist - wine setup.exe als root oder su zu starten.
was für ne graka hast du eigentlich ??

gruss tonmeister440

doc85
31.10.03, 03:09
ich habe HIER (http://www.omniplan.net/phpads/adframe.php?clientID=10) so eine schönes howto gteschrieben, damit nich immer auf www.holarse.net nachgeschaut werden muss.
aber die mods missachten es einfach (ja, dies ist eine kritik, ihr könntest es ruhig mal zum wine howto anpinnen).

auf jeden fall steht da die gleiche fehlermeldung, ich hab mich an da howto von holarse.net gehalten.
dazu habe ich dort fehlermeldungen dazugeschrieben, welche ich unter holarse erstmal suchen musste.

auf jeden fall solltest du:
export LD_ASSUME_KERNEL=2.2.5
in deine shell eintippen (ob user oder root hängt von deiner installation ab)
und danach entweder "nice wine bla.exe"
oder wen du die fehlermeldung kriegst dass irgendein directory nicht existiert dann vorher "wineserver"

danach startest du programme (ab jetzt immer au der konsole, weil du immer das schreiben musst) mit wine bla.exe.

komischerweise denke ich auf anhieb das du redhat hast, ok, es ist auch die einzige distri mit der ich winex ausprobiert habe.

sollten weitere fehlermeldungen kommen dann schau bitte in mein howto, weiterhin wird dir hier sehr gut geholfen.


dazu kann ich sagen:
wenn du half life spielen willst (das einzige spiel was ich spiele momentan) dann zieh dir besser WINE (das noramle) es läuft besser, und du kriegst ein richtiges spiel unter OpenGL hin, unter der neuen winex cvs version nicht möglich, da siehst du keine texturen.


entschuldigt bitte rechtschreibfehler, ich bin alkoholisiert (und zwar nicht zu wenig), aber die hilfe ist richtig (ja, da hab ich dreimal nachgeprüft, genauso wie die kritik an den mods).

der doc

jamaica^deivel
31.10.03, 13:46
das hab ich doch alles schon versucht

das mit dem winserver hab ich über ein script gelöst

und das export LD_ASSUME_KERNEL=2.2.5
und anschließend nice -20 wine bla.exe

das hab ich schon geschrieben dass es nicht klappt.
Aber da is wohl der alkohol bei dir schuld, dass du es übersehen hast :)

Ich hab die 3.0 cvs version, die neueste is aber 3.1 läuft also HL unter 3.0 oder 3.1 nicht richtig ?

jamaica^deivel
31.10.03, 14:00
wahoo, wieso klappt das auf einmal? *g*

jamaica^deivel
31.10.03, 14:01
argh, und wieso jetzt doch nichtmehr, dreckig, einfach dreckig

jamaica^deivel
31.10.03, 14:18
schon merkwürdig, mal gehts und mal nicht, naja, jetzt muss ich erstmal gucken wie ich den sound zum laufen bekomme

doc85
31.10.03, 14:26
du musst das jedes mal aufs neue eingeben ;)

aber vielleicht musst du ja von nun an auch "wineserver" vorher eintippen.

jamaica^deivel
31.10.03, 16:47
wie gesagt, dass hab ich mit nem script gelöst

nur das thema is immer noch nciht vorbei, wenn ich hl starte kann ich kein opengl auswählen, da kommt ne meldung und dann geht garnixs mehr

und wenn ich auf software lasse, und multiplayer hoste, dann fängt er an zu laden und dann geht auch nixs mehr

Ahahn
30.01.04, 13:16
könntest du den script hier bitte posten?

tonmeister440
30.01.04, 14:36
hi,

@jamaica^deivel: was hl betrifft, weiss ich das man es patchen muss bevor es unter linux funktioniert.

gruss tonmeister440