Click to See Complete Forum and Search --> : wine configuration


Anjo
01-30-2003, 04:36 PM
I'm dual boothing MDK9.0 and WIN2k, and new to wine. I'm having some trouble installing. I downloaded the 20020804 rpm and installed on
MDK9.0, but I cant seem to get it to work. I edited the /etc/wine/config file to have /mnt/nt as the windows directory and c://winnt replacing c://windows for all the options in the [wine] section of the config file. But when I try to run the program I get an error for libntdll.dll.so saying permission denied. I checked /etc/ld.so.conf and the list of paths has the location of libntdll.dll.so (a link to /usr/lib/wine/ntdll.dll.so). I've read some stuff about ./tools/winesetup or ./tools/wineconfig and I'm a bit confused as to how I should be going about configuring it. Any tips would be helpful. Thanks

bkinney
01-30-2003, 04:54 PM
No advice, just same feelings of angst.

I have tried to get Wine to work as well and have setup the config file, etc.

When I try to get Wine to call a Windows app it tells me it can't find the file...

Anjo
02-08-2003, 01:56 AM
I got rid of the link /usr/lib/libntdll.dll.so, which linked to /usr/lib/wine/ntdll.dll.so and just put ntdll.dll.so in /usr/lib/ as libntdll.dll.so and that solved the original error. Now I get a whole slew of others...

[anjo@UDRH ~/.wine]$ wine notepad.exe
Warning: could not find wine config [Drive x] entry for current working directory /home/anjo/.wine; starting in windows directory.
err:module:PE_fixup_imports Module (file) KERNEL32.dll (which is needed by C:\WINNT\system32\msvcrt.dll) not found
err:win32:PE_LoadLibraryExA can't load C:\WINNT\system32\msvcrt.dll
err:module:PE_fixup_imports Module (file) msvcrt.dll (which is needed by C:\WINNT\system32\shlwapi.dll) not found
err:win32:PE_LoadLibraryExA can't load C:\WINNT\system32\shlwapi.dll
err:module:PE_fixup_imports Module (file) SHLWAPI.DLL (which is needed by C:\WINNT\system32\COMDLG32.DLL) not found
err:win32:PE_LoadLibraryExA can't load C:\WINNT\system32\COMDLG32.DLL
err:module:PE_fixup_imports Module (file) comdlg32.dll (which is needed by C:\WINNT\NOTEPAD.EXE) not found

Beaudificus
02-08-2003, 10:26 AM
Anjo,

To my knowledge, Wine works best with DLLs and programs that can be supported by Windows 9x. Not with those from Win2k...