Installing XLN Online Installer for Addictive Drums

Questions about Wine on Linux
Locked
TheMetalDog
Newbie
Newbie
Posts: 3
Joined: Thu Jan 15, 2015 9:46 am

Installing XLN Online Installer for Addictive Drums

Post by TheMetalDog »

I'm installing the XLN Online Installer in Wine and am getting:
---------------------------------------------

Code: Select all

saveFile() exception: Error creating file :C:\users\me\My Documents\XLN Online Installer\use3611.tmp : Access denied. 1511 resource: XLN Online Installer/user:user.csv
----------------------------------------------

The "My Documents" location folder "XLN Online Installer" has all permissions for me as a user. I've several other installed apps in this wine bottle that write directories and files to this same "My Documents" location without issue.

I've also tried a new wine bottle by running the installer exe as root and the XLN Online Installer and the applications that it installed, did in fact install without issue. But since this is now /root/.wine... that's not going to work.

Any ideas?
TheMetalDog
Newbie
Newbie
Posts: 3
Joined: Thu Jan 15, 2015 9:46 am

Re: Installing XLN Online Installer for Addictive Drums

Post by TheMetalDog »

From what I can tell the issue is caused by the installer creating new directories without write permission.
TheMetalDog
Newbie
Newbie
Posts: 3
Joined: Thu Jan 15, 2015 9:46 am

Re: Installing XLN Online Installer for Addictive Drums

Post by TheMetalDog »

I solved this by creating a new bottle as root to a new folder with root permission under my user folder and running the installer. Once installed, I chmoded to my regular user and remapped the "my documents" locations.
Locked