Installing Decal program in Wine32 bit

Questions about Wine on Linux
Locked
jhall1108
Newbie
Newbie
Posts: 2
Joined: Tue Mar 08, 2016 6:27 pm

Installing Decal program in Wine32 bit

Post by jhall1108 »

Hey, Im running Asheron's Call in a 32bit Winearch and im trying to install an addon for the game. Im in Ubuntu and running Wine 1.8. I have installed dotnet20 and dotnet35 in winetricks.

Code: Select all

$ WINEARCH=win32 WINEPREFIX=/home/jeremy/.wine32 wine ~/Downloads/setup.exe
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 17
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 16
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 25
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msvcrt:__clean_type_info_names_internal (0x63f085fc) stub
Any help would be appreciated.
jhall1108
Newbie
Newbie
Posts: 2
Joined: Tue Mar 08, 2016 6:27 pm

Re: Installing Decal program in Wine32 bit

Post by jhall1108 »

Let me clarify, im running Ubuntu 15.10, and im trying to install Decal for Asheron's Call 1.
qwertymnb
Level 5
Level 5
Posts: 280
Joined: Sun Jan 17, 2016 4:36 pm

Re: Installing Decal program in Wine32 bit

Post by qwertymnb »

Hi, file a bug, this is a bug in wine

I downloaded the app and found a workaround. Theres an installer log in ~/wine/drive_c/users/your_name/Temp/VSD956f.tmp or some similar called VSD***.tmp directory. In the end of that log it says here:
Error: An error occurred trying to download 'http://www.decaldev.com/releases/2975/Decal.msi'.

If you paste that url-line in your browser, you can just download the msi-file and install it (msiexec /i Decal.msi)
Locked