Anzeige:
Ergebnis 1 bis 4 von 4

Thema: Probleme mit wine und Ultima Online

  1. #1
    Jesus Freak Avatar von dobbienodoubt
    Registriert seit
    Nov 2003
    Ort
    Munich
    Beiträge
    52

    Probleme mit wine und Ultima Online

    Hi!
    Da ich noch nicht all zu viel Erfahrung mit wine habe, wende ich mich nun mal an euch.
    Also ich habe heute einmal versucht Ultima Online unter wine ( Version 20040121 ) zum laufen zu bringen.
    Die Installation klappt auch soweit, wenn das Spiel mich dazu auffordert DirectX zu installieren, breche ich ab.
    Wechsle ich dann in das Ultima Online Verzeichnis und starte UO mit

    Code:
    wine client.exe
    erscheint auch das UO Login- Fenster, allerdings mit einer Fehlermeldung:
    Code:
    Failed to create mapping for mmf.....map0.mul : Error 1006
    Die Konsole sagt folgendes:
    Code:
    bash-2.05b$ wine client.exe
    Line 69: Unrecognized input 'Windows version to imitate'
    wine: Unhandled exception (thread 0009), starting debugger...
    X Error of failed request:  BadDrawable (invalid Pixmap or Window parameter)
      Major opcode of failed request:  66 (X_PolySegment)
      Resource id in failed request:  0x3800017
      Serial number of failed request:  5390
      Current serial number in output stream:  5435
    Ich komme bis zum Menü in welchem ich meinen Charakter auswählen kann, dann schliesst sich der Schirm.
    Vielleicht sollte ich noch erwähnen das ich auf einem Freeshard spielen will und die dortigen *.mul- Dateien in mein UO Verzeichnis kopiert habe. Diese sind aber auf jeden Fall in Ordnung und fehlerfrei.

    Liegt es vielleicht an DirectX das UO bei mir dauernd abstürzt? Oder was für Ursachen könnte es noch haben?
    Ich bin für jeden Rat dankbar.

    Meine wine-config :

    Code:
    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]
    "M" = ""
    "Path" = "/mnt/cdrom"
    "Type" = "cdrom"
    "Device" = "/dev/scsi/host0/bus0/target0/lun0/cd"
    "Filesystem" = "win98"
    
    [Drive C]
    "Path" = "/home/metzler/.wine/fake_windows"
    "Type" = "hd"
    "Label" = "/home/metzler/.wine/fake_windows"
    "Filesystem" = "win95"
    
    [Drive M]
    "Type" = "cdrom"
    "Path" = "/mnt/cdrom1"
    "Label" = "/mnt/cdrom1"
    "FS" = "win98"
    "Device" = "/dev/scsi/host0/bus0/target0/lun0/cd"
    
    [Drive N]
    "Type" = "cdrom"
    "Path" = "/mnt/cdrom0"
    "Label" = "/mnt/cdrom0"
    "FS" = "win98"
    "Device" = "/dev/scsi/host0/bus0/target1/lun0/cd"
    
    [Drive X]
    "Type" = "hd"
    "Path" = "/tmp"
    "Label" = "Tmp Drive"
    "FS" = "win98"
    
    [Drive Y]
    "Type" = "network"
    "Path" = "/home/metzler/.wine"
    "Label" = "Home"
    "FS" = "win98"
    
    [Drive Z]
    "Type" = "network"
    "Path" = "/"
    "Label" = "Root"
    "FS" = "win98"
    
    [Version]
    Windows version to imitate
    "Windows" = "winxp"
    
    [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" = "true"
    ; Use a desktop window of 1024x768 for Wine
    "Desktop" = "true"
    ; 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" = "true"
    ; Create the desktop window with a double-buffered visual
    ; (useful to play OpenGL games)
    "DesktopDoubleBuffered" = "true"
    ; 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" = "true"
    
    [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" = "true"
    ; Home registries (stored in ~user/.wine/)
    "LoadHomeRegistryFiles" = "true"
    ; Load Windows registries from the Windows directory
    "LoadWindowsRegistryFiles" = "true"
    ; TRY to write all changes to home registries
    "WritetoHomeRegistryFiles" = "true"
    ; Registry periodic save timeout in seconds
    ; "PeriodicSave" = "600"
    ; Save only modified keys
    "SaveOnlyUpdatedKeys" = "true"
    
    [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" = "true"
    "Desktop" = "N"
    
    [AppDefaults\\nlnotes.exe\\x11drv]
    "Desktop" = "800x600"
    
    [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"
    Grüße.

  2. #2
    Registrierter Benutzer
    Registriert seit
    Sep 2003
    Ort
    Köln
    Beiträge
    46
    Welches Ultima Online?

    The Second Age
    Renaissance
    Third Dawn
    LBR
    Age of Shadows

    2D oder 3D Version?
    - Suse 8.2 + NVidia 1.0 5336
    - AMD Athlon XP+ 1700 als 1800
    - NVidia GeForce 2 MX 400 64 MB (Elsa Gladic 511)
    - 384 MB Ram PC-133
    - Windows für Musiksoftware *seufzt*

  3. #3
    Jesus Freak Avatar von dobbienodoubt
    Registriert seit
    Nov 2003
    Ort
    Munich
    Beiträge
    52
    Ich besitze Ultima Online: Renaissance und will es in 2D spielen.
    Ich habe jetzt von einem bekannten heute morgen seine Wine-Config bekommen und mit dieser scheint UO bei ihm zu funktionieren.
    Ich werde das im Laufe des Tages einmal testen und melde mich dann wieder.

    Grüße.

  4. #4
    Jesus Freak Avatar von dobbienodoubt
    Registriert seit
    Nov 2003
    Ort
    Munich
    Beiträge
    52
    So ich habe UO nun mit der neuen config und einer neueren Version von wine installiert und - es läuft!
    Es ruckelt zwar ein bisschen aber das ist okay!

    Worin jetzt der Unterschied zwischen den beiden configs lag habe ich noch nicht geschaut.

    Bye.

Ähnliche Themen

  1. WINE - Windows Programme unter Linux
    Von stefan.becker im Forum Hier Suchen und Finden, Links, Tutorials
    Antworten: 6
    Letzter Beitrag: 22.06.03, 15:56
  2. KDE3 mag kein Ultima Online?
    Von stefanos im Forum Emulatoren für Spiele
    Antworten: 1
    Letzter Beitrag: 16.10.02, 21:25
  3. Wine auf Winex geupdatet und jetzt nur Probleme.
    Von Sonic-NKT im Forum Emulatoren für Spiele
    Antworten: 3
    Letzter Beitrag: 12.10.02, 22:58
  4. Ultima Online unter linux
    Von jascha im Forum Spielen Allgemein
    Antworten: 2
    Letzter Beitrag: 10.09.02, 08:59
  5. Wine und Ultima Online
    Von TheChief im Forum Emulatoren für Spiele
    Antworten: 5
    Letzter Beitrag: 18.05.02, 14:00

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •