http://bugs.winehq.org/show_bug.cgi?id=8778
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-05-14 09:24:25 --- Looks like there are two problems here:
1. It looks for a registry-key HKLM//Syetem/Services/Spooler/DependOnService In windows this is set to "RPCSS" whatever that may be. Maybe wine should create this key by default, i wouldn;t know. After creating it the installer gets further
2. Then it pops up a messagebox it can't find wineps.drv
From the log:
Call KERNEL32.FindFirstFileA(00a550f8 "C:\windows\system32\spool\drivers\w32x86\3\wineps.drv",00a56e58) ret=1000 7dbf 0019:Ret KERNEL32.FindFirstFileA() retval=ffffffff ret=10007dbf
After manually creating a fake-dll in that directory it finishes up to the end.
It then tries to start the app, end fails saying some files are corrupted; my guess would be that's some copyprotection, not sure though. Maybe Detlef could have a look and make patches, to let at least the installer finish?