Scrolls on OpenSuse 13.1

Questions about Wine on Linux
Locked
Gonneman
Newbie
Newbie
Posts: 3
Joined: Wed Jan 15, 2014 8:59 pm

Scrolls on OpenSuse 13.1

Post by Gonneman »

I have been trying to get Scrolls to work OpenSuse 13.1 (x86_64) and was hoping to maybe get some advice here.

My version of wine is 1.7.10 and when I try and install scrolls the installer window pops up. However, after clicking next to get to the actual installation, the installer hangs at "Status: Removing duplicated files". I'm not sure where these duplicated files are supposed to be, since I have never actually managed to install the game. In the shell I get the following output:

Code: Select all

> wine msiexec /i Scrolls-Installer.msi
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:shell:SHGetKnownFolderPath flags 0x00004400 not supported
fixme:advapi:CreateProcessAsUserW 0xc4 L"C:\\windows\\system32\\cmd.exe" L"/C \"C:\\users\\gonneman\\Temp\\{87BBBA2A-FDF7-4A21-B07F-FB79B9E77BCA}.bat\"" (nil) (nil) 1 0x08000000 (nil) (null) 0xd4dc6c 0xd4dcb8 - semi- stub
Microsoft Windows 5.2.3790 (1.7.10)
I'd be very grateful for any advice.
Gonneman
Newbie
Newbie
Posts: 3
Joined: Wed Jan 15, 2014 8:59 pm

Re: Scrolls on OpenSuse 13.1

Post by Gonneman »

Could anyone perhaps tell me what

Code: Select all

fixme:advapi:CreateProcessAsUserW
means? Is that an error message? If yes, what does it mean?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Scrolls on OpenSuse 13.1

Post by dimesio »

Fixmes are unimplemented functions.
Gonneman
Newbie
Newbie
Posts: 3
Joined: Wed Jan 15, 2014 8:59 pm

Re: Scrolls on OpenSuse 13.1

Post by Gonneman »

OK good to know. Thanks Dimesio. Is there something I can do that might produce a more helpful debugging output?
Locked