
Code: Select all
$ wine autoplay.exeCode: Select all
$ wine War3.exe -- -openglCode: Select all
/usr/bin/wine: line 55: 9107 Trace/breakpoint trap WINEDEBUG=-all "$RUNWINE" "$@"Code: Select all
$ wine Warcraft\ III.exe -- -openglCode: Select all
Please verify that your WarCraft III disc is in your CD-ROM drive, then click on 'Retry'.Code: Select all
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
<snip comments>
[Drive E]
"Type" = "cdrom"
"Path" = "/mnt/dvd"
;;"Label" = "DVD-ROM"
"FS" = "win95"
"Device" = "/dev/ide/host0/bus1/target0/lun0/cd"
[Drive F]
"Type" = "cdrom"
"Path" = "/mnt/cdr"
;;"Label" = "CD-RW"
"FS" = "win95"
"Device" = "/dev/ide/host0/bus1/target1/lun0/cd"
[Drive X]
"Type" = "hd"
"Path" = "/tmp"
"Label" = "Tmp Drive"
"FS" = "win95"
[Drive Y]
"Type" = "network"
"Path" = "${HOME}"
"Label" = "Home"
"FS" = "win95"
[Drive Z]
"Type" = "network"
"Path" = "/"
"Label" = "Root"
"FS" = "win95"
[wine]
"Windows" = "C:\\Windows"
"System" = "C:\\Windows\\System"
"Temp" = "X:\\"
"Path" = "C:\\Windows;C:\\Windows\\System;X:\\;Y:\\"
"GraphicsDriver" = "x11drv"
"ShellLinker" = "wineshelllink"
# <wineconf>
[Version]
"Windows" = "win2k"
[DllOverrides]
"*" = "builtin, native, so"
[x11drv]
"AllocSystemColors" = "100"
"PrivateColorMap" = "N"
"PerfectGraphics" = "N"
"Managed" = "Y"
"Desktop" = "N"
"UseDGA" = "Y"
"UseXShm" = "Y"
"DXGrab" = "Y"
"DesktopDoubleBuffered" = "Y"
"TextCP" = "0"
[fonts]
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
<snip serialports, parallelports, spooler, ports, spy>
[registry]
"LoadGlobalRegistryFiles" = "Y"
"LoadHomeRegistryFiles" = "Y"
"LoadWindowsRegistryFiles" = "Y"
"WritetoHomeRegistryFiles" = "Y"
"SaveOnlyUpdatedKeys" = "Y"
[Tweak.Layout]
"WineLook" = "Win98"
[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"
[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"
[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>

Code: Select all
[FAIL] CoCreateInstance(CLSID_FilterGraph, NULL, CLSCTX_INPROC, IID_IGraphBuilder, (void **)&s_pGraph) = -2147221164wine: Unhandled exception (thread 0009), starting debugger...




Code: Select all
$ wine war3.exe -openglCode: Select all
$ wine war3.exe -- -opengl
Code: Select all
echo 1 > /proc/sys/vm/legacy_va_layout
Code: Select all
$ wine war3.exe -openglCode: Select all
xinit ./war3 -- :1
Code: Select all
/usr/bin/wine: line 55: 31983 Trace/breakpoint trap "$RUNWINE" "$@"


Code: Select all
$ echo "My life for Ner'zhul!" >> ~/load.dammitCode: Select all
[Drive D]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Filesystem" = "win95"
"Device" = "/dev/cdroms/cdrom0"
...
[Version]
; Windows version to imitate. Valid versions are: 'win20', 'win30', 'win31', 'win95', 'win98', 'winme', 'nt351', 'nt40', 'win2000', 'winxp'
"Windows" = "winxp"
I found a nice start script which you can use to start Warcraft 3 directly from console (no longer annoying border problems):whiskeypriest wrote:I've (mostly) solved the problem by simply setting Desktop = N in my configuration; the mouse cursor will still fly off into my second monitor if I cross that particular edge of the screen, but the other cardinal directions are fine. I'm calling this good enough and moving on