winedefault patch

Ove Kaaven ovek at arcticnet.no
Wed Mar 14 14:35:17 CST 2001


Wine won't load builtin dlls if a full path to a nonexistent file is
specified, so the default registry should probably not have a full path to
dplayx.dll. Some guy managed to start Settlers 3 after this was fixed...

Log:
Removed path from dplayx registry entry, so that the builtin dplayx can be
loaded.

Index: winedefault.reg
===================================================================
RCS file: /cvsroot/winex/wine/winedefault.reg,v
retrieving revision 1.1.1.4
diff -u -r1.1.1.4 winedefault.reg
--- winedefault.reg	2001/01/26 19:14:04	1.1.1.4
+++ winedefault.reg	2001/03/14 20:30:55
@@ -141,7 +141,7 @@
 @="DirectPlay Object"
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{D1EB6D20-8923-11D0-9D97-00A0C90A43CB}\InprocServer32]
-@="C:\WINDOWS\SYSTEM\dplayx.dll"
+@="dplayx.dll"
 "ThreadingModel"="Both"
 
 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{47D4D946-62E8-11cf-93BC-444553540000}]





More information about the wine-patches mailing list