Displaying 2 results from an estimated 2 matches for "tjzeeman".
2005 Feb 08
1
Warcraft III can't find cdrom
...-the-box installation gave me a lot of logging. This snippet looks
most suspicious to me:
warn:seh:setup_exception exception outside of stack limits in thread
0020 eip 2000c1d6 esp 55917204 stack 0x55c20000-0x55d20000
warn:file:wine_nt_to_unix_file_name L"KERNEL32.dll" not found
in /home/tjzeeman/.wine/dosdevices/c:/Program Files/Warcraft III
warn:file:wine_nt_to_unix_file_name L"KERNEL32.dll" not found
in /home/tjzeeman/.wine/dosdevices/c:/Program Files/Warcraft III
warn:file:wine_nt_to_unix_file_name L"KERNEL32.dll" not found
in /home/tjzeeman/.wine/dosdevices/c:/windo...
2005 Mar 23
1
winetools (and x86_64) problems
Hi,
winetools 2.1.1 (installed from wine.sf.net deb recently) has a few
missing double quotes on line 2568. Here's the diff:
tjzeeman@carrington:~$
diff /chroot/ia32-sid/root/winetools.orig /chroot/ia32-sid/usr/bin/winetools
2568c2568
< if [ $WINEVER -lt 20040914 ] || [ $WINEVER -gt 20050111 ]; then
---
> if [ "$WINEVER" -lt "20040914" ] || [ "$WINEVER" -gt "20050111" ];
then
Unfort...