Can't install Rollercoaster Tycoon 3

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
tsschulz
Newbie
Newbie
Posts: 3
Joined: Thu Apr 23, 2009 12:05 am

Can't install Rollercoaster Tycoon 3

Post by tsschulz »

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
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Can't install Rollercoaster Tycoon 3

Post by dimesio »

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
Run it from a terminal and post whatever messages appear. If the output is long, use pastebin.
http://wiki.winehq.org/FAQ#head-3b297df ... b8edc21619
tsschulz
Newbie
Newbie
Posts: 3
Joined: Thu Apr 23, 2009 12:05 am

Post by tsschulz »

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.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

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.
The first two are Tages copy protection drivers. They won't work in Wine.
tsschulz
Newbie
Newbie
Posts: 3
Joined: Thu Apr 23, 2009 12:05 am

Post by tsschulz »

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:~>
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

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:~>
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.
Locked