tried to install wine with installpkg, and came up with a bunch of errors when i run "winecfg". can anyone recommend a work around to get it configured properly, or experiences/ techniques that did work. looking to get a built package working as opposed to compiling from source.
install worked ok (though apparently missing some config dialog):
Code:
root@box:~# installpkg wine-0.9.20-i486-S10.2.tgz
Installing package wine-0.9.20-i486-S10.2...
PACKAGE DESCRIPTION:
wine: Wine (Client, server, and winelib)
wine:
wine: Wine Is Not an Emulator, it is an alternative implementation of the
wine: Windows 3.x and Win32 APIs. Wine provides both a development toolkit
wine: (Winelib) for porting legacy Windows sources to Unix and a program
wine: loader, allowing unmodified Windows 3.1/95/NT binaries to run under
wine: Intel Unixes. Please, PLEASE read the README or else Wine probably
wine: won't work for you.
wine:
wine: Homepage: http://www.winehq.org
wine: Packaged by Adam Schreiber
Executing install script for wine-0.9.20-i486-S10.2...
root@box:~#
errors with winecfg command:
Code:
root@box:~# winecfg
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/root', starting in the Windows directory.
wine: Unhandled page fault on write access to 0x003ffd80 at address 0x60e333af (thread 0009), starting debugger...
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/', starting in the Windows directory.
wine: Unhandled page fault on write access to 0x003ffd80 at address 0x609493af (thread 000b), starting debugger...
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory '/', starting in the Windows directory.
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x6000b3a3
root@box:~# wine: Unhandled page fault on write access to 0x003ffd80 at address 0x609493af (thread 000d), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x6000b3a3
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x6000b3a3
any recommendations?
my "c" partition is "fat-c" as per fstab. i'd like to set up a directory specific for wine. would a seperate partition (fat-c) be needed or would a directory (in linux) suffice labebled as "c:" work? would fstab, and mtab entries work along with registry mod be needed? please recommend how to go about configuring this?
btw, i've stfw, and only found one item specific, and the reply given was something like well it worked with my system
. and i also tried to find posts here through the search engine, but received much unrelated.
thanks in advance!