Hello,
if I will install Rollercoaster Tycoon 3, first I see the Message "Internal Failure - Error Number 0x80040707" (I don't know for it is from RCT3 or from wine), but I'm able to proceed with click on ok.
But if I'm in the page to set the path and see the discspace and click on next, I ever get this page. But I don't see any error-message and it is enough discspace. Any ideas whats wrong?
Greetings
Torsten
Can't install Rollercoaster Tycoon 3
Re: Can't install Rollercoaster Tycoon 3
Run it from a terminal and post whatever messages appear. If the output is long, use pastebin.tsschulz wrote:Hello,
if I will install Rollercoaster Tycoon 3, first I see the Message "Internal Failure - Error Number 0x80040707" (I don't know for it is from RCT3 or from wine), but I'm able to proceed with click on ok.
But if I'm in the page to set the path and see the discspace and click on next, I ever get this page. But I don't see any error-message and it is enough discspace. Any ideas whats wrong?
Greetings
Torsten
http://wiki.winehq.org/FAQ#head-3b297df ... b8edc21619
startet with wine setup.exe, output:
Code: Select all
err:winedevice:ServiceMain driver L"atksgt" failed to load
err:winedevice:ServiceMain driver L"lirsgt" failed to load
err:winedevice:ServiceMain driver L"PxHelp20" failed to load
err:winedevice:ServiceMain driver L"SVKP" failed to load
fixme:storage:StgCreateDocfile Storage share mode not implemented.
The first two are Tages copy protection drivers. They won't work in Wine.tsschulz wrote:startet with wine setup.exe, output:
Code: Select all
err:winedevice:ServiceMain driver L"atksgt" failed to load err:winedevice:ServiceMain driver L"lirsgt" failed to load err:winedevice:ServiceMain driver L"PxHelp20" failed to load err:winedevice:ServiceMain driver L"SVKP" failed to load fixme:storage:StgCreateDocfile Storage share mode not implemented.
I'm sorry, but I see the same lines in every application, in wine regedit.exe too:
Code: Select all
tsschulz@linux-9x8l:~> wine regedit.exe
err:winedevice:ServiceMain driver L"atksgt" failed to load
err:winedevice:ServiceMain driver L"lirsgt" failed to load
err:winedevice:ServiceMain driver L"PxHelp20" failed to load
err:winedevice:ServiceMain driver L"SVKP" failed to load
tsschulz@linux-9x8l:~>
That's right. In Windows, they would load at boot, so in Wine, they will try to load every time you run Wine.If you want to get rid of them, delete ~/.wine and reinstall the apps that don't use those drivers.tsschulz wrote:I'm sorry, but I see the same lines in every application, in wine regedit.exe too:
Code: Select all
tsschulz@linux-9x8l:~> wine regedit.exe err:winedevice:ServiceMain driver L"atksgt" failed to load err:winedevice:ServiceMain driver L"lirsgt" failed to load err:winedevice:ServiceMain driver L"PxHelp20" failed to load err:winedevice:ServiceMain driver L"SVKP" failed to load tsschulz@linux-9x8l:~>