Two Questions

Questions about Wine on macOS.
Locked
dusel
Newbie
Newbie
Posts: 4
Joined: Fri Dec 07, 2012 1:03 pm

Two Questions

Post by dusel »

I have two questions, which occured after nearly one year running wine without problems.
1: After installing and deinstaling a Windows program, which didn't work with wine, and I didn't really needed to use, there are two Error notices, which appear every time I use wine:

Code: Select all

err:module:import_dll Library WDFLDR.SYS (which is needed by L"C:\\windows\\System32\\Drivers\\cputemperature.sys") not found
err:winedevice:ServiceMain driver L"cputemperature" failed to load
. How can I remove them?
2: I tried to play Driver: Parallel Lines via wine, which has Gold rating, but I got stuck after registration, getting this information:

Code: Select all

fixme:ole:CoInitializeSecurity (0x0,-1,0x0,0x0,0,3,0x0,0,0x0) - stub!
fixme:wbemprox:wbem_locator_ConnectServer 0x143dc0, L"ROOT\\CIMV2", (null), (null), (null), 0x00000000, (null), 0x0, 0x31b83c)
fixme:ole:CoInitializeSecurity (0x0,-1,0x0,0x0,0,3,0x0,0,0x0) - stub!
fixme:wbemprox:wbem_locator_ConnectServer 0x143dc0, L"ROOT\\CIMV2", (null), (null), (null), 0x00000000, (null), 0x0, 0x31b83c)
fixme:gameux:GameExplorerImpl_VerifyAccess (0x144290, L"Z:\\Users\\[i]USERNAME[/i]\\applications\\Driver4\\DriverParallelLines.exe", 0x32fd7c)
fixme:advapi:RegisterTraceGuidsW (0x3424d0, 0x34d708, {7c830ece-5fb3-417a-a1bd-508f45277356}, 1, 0x32f634, (null), (null), 0x34d710,): stub
. What do I have to do to get this game running?

Regards
Maexel
Level 3
Level 3
Posts: 71
Joined: Fri Dec 07, 2012 11:08 am

Re: Two Questions

Post by Maexel »

Hi dusel,

what was the programs name which you've deinstalled?

Do you know if Driver: Parallel Lines requires .NET Framework from Microsoft?

Cheers mate,
Maexel
dusel
Newbie
Newbie
Posts: 4
Joined: Fri Dec 07, 2012 1:03 pm

Re: Two Questions

Post by dusel »

The program I deinstalled was TThrottle, which can be used to control the CPU-usage of BOINC depending on the CPU temperature. I expected the program wouldn't work but I thought it would be worth a try. Driver4 doesn't require the .NET framework, I also tried it even though I was sure there would be no effect by installing mono.
Maexel
Level 3
Level 3
Posts: 71
Joined: Fri Dec 07, 2012 11:08 am

Re: Two Questions

Post by Maexel »

Which wine version have you installed and under which wine version is the game running under the AppDB?
dusel
Newbie
Newbie
Posts: 4
Joined: Fri Dec 07, 2012 1:03 pm

Re: Two Questions

Post by dusel »

Thank you for that version tip. I installed the latest wine version now. It still doesn't work from the point I click on the Play button, and after several minutes the spinning pinwheel appears in X11.

Code: Select all

driver4 ...$ wine autorun.exe
err:module:import_dll Library WDFLDR.SYS (which is needed by L"C:\\windows\\System32\\Drivers\\cputemperature.sys") not found
err:winedevice:ServiceMain driver L"cputemperature" failed to load
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:ole:CoInitializeSecurity (0x0,-1,0x0,0x0,0,3,0x0,0,0x0) - stub!
fixme:wbemprox:client_security_SetBlanket 0x457e6fb8, 0x1436a8, 10, 0, (null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x457e6fb8
XIO:  fatal IO error 2 (No such file or directory) on X server "/tmp/launch-kRRmul/org.x:0"
      after 248 requests (248 known processed) with 0 events remaining.
XIO:  fatal IO error 2 (No such file or directory) on X server "/tmp/launch-kRRmul/org.x:0"
      after 3069 requests (3069 known processed) with 0 events remaining.
XIO:  fatal IO error 35 (Resource temporarily unavailable) on X server "/tmp/launch-kRRmul/org.x:0"
      after 139 requests (139 known processed) with 0 events remaining.
dusel
Newbie
Newbie
Posts: 4
Joined: Fri Dec 07, 2012 1:03 pm

Re: Two Questions

Post by dusel »

All programs are running fine now. I had to install X11 again. Now there is only the first question left.
Locked