gruntlips_
2009-May-30 04:22 UTC
[Wine] Error registering dll - DllRegisterServer not implemented
I am trying to install the program MARK in WINE and all but the following 2 dll files, pcdlib32.dll and lfpcd13n.dll (both in my system32 folder), fail to register after running regsvr32. The error is: DllRegisterServer not implemented in DLL /home/coldwater/.wine/drive_c/windows/system32/PCDLIB32.DLL DllRegisterServer not implemented in DLL /home/coldwater/.wine/drive_c/windows/system32/lfpcd13n.dll I have the most recent version of wine and I tried switching to from xp to windows98 to avoid being windows administrator. Any ideas? Thanks, - Chris
Austin English
2009-May-30 04:24 UTC
[Wine] Error registering dll - DllRegisterServer not implemented
On Fri, May 29, 2009 at 11:22 PM, gruntlips_ <wineforum-user at winehq.org> wrote:> I am trying to install the program MARK in WINE and all but the following 2 dll files, pcdlib32.dll and lfpcd13n.dll (both in my system32 folder), fail to register after running regsvr32. ?The error is: > > DllRegisterServer not implemented in DLL > /home/coldwater/.wine/drive_c/windows/system32/PCDLIB32.DLL > DllRegisterServer not implemented in DLL > /home/coldwater/.wine/drive_c/windows/system32/lfpcd13n.dll > > I have the most recent version of wine and I tried switching to from xp to windows98 to avoid being windows administrator. > > Any ideas? > > Thanks, > > - Chris > > > > > >What are those dll's from? -- -Austin
gruntlips_
2009-May-30 15:35 UTC
[Wine] Re: Error registering dll - DllRegisterServer not implemented
lfpcd13n13n.dll was either in my system32 folder after installing wine but before I installed MARK or perhaps MARK added it during its install. PCDLIB32.DLL I added manually to system32 from the internet because regsvr32 said it required this dll to register lfpcd13n.dll. I am not sure what either of these dll's do and an internet search wasn't helpful. Thanks, - Chris
gruntlips_
2009-May-30 15:46 UTC
[Wine] Re: Error registering dll - DllRegisterServer not implemented
I found this bug report where someone had a similar problem for a different dll. It appears that there was some patch to fix it. Could this patch be modified to work for me and if so how? And, how does one apply patches in the first place? http://bugs.winehq.org/show_bug.cgi?id=16603 Thanks, - Chris
vitamin
2009-May-30 16:13 UTC
[Wine] Re: Error registering dll - DllRegisterServer not implemented
gruntlips_ wrote:> DllRegisterServer not implemented in DLLExactly what it says, that dll does not support registration. You do not need register every single dll installed/copied into system.
gruntlips_
2009-May-30 16:19 UTC
[Wine] Re: Error registering dll - DllRegisterServer not implemented
Thanks vitamin, I am aware of that fact. However, during the MARK installation MARK tried to register the lfpcd13n.dll and was unable. Then the installation hangs and craps out, leading to the problem.