360fly Director Software Working - How To

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
VIN2020

360fly Director Software Working - How To

Post by VIN2020 »

As a newbie to Linux Mint, I struggled for days to get the wine and 360fly Directors Software Application to work.

Although, after a breakthrough, here is the rough outline on how I got it to work:

1) Install wine
2) Download Windows Version of:
360fly+Director+v0.10.4+Setup.exe
From: https://www.360fly.com/Director

3) > sudo apt-get install winbind

4) Not sure if the following was necessary because it did not seem to work so only do if you run into problems:
> dpkg --add-architecture i386
> sudo dpkg --add-architecture i386
> sudo apt-get update
> sudo apt-get install libc6:i386 libstdc++6:i386

5) > sudo apt-get install ia32-libs
This was the breakthrough for me.

6) > wine 360fly+Director+v0.10.4+Setup.exe
7) > wine ./.wine/dosdevices/c\:/Program\ Files\ \(x86\)/360fly\ Director/360fly\ Director.exe

IT NOW WORKS!!!!!! (note: do not run “wine64”)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 6 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Hoser Rob
Level 20
Level 20
Posts: 11796
Joined: Sat Dec 15, 2012 8:57 am

Re: 360fly Director Software Working - How Too

Post by Hoser Rob »

Searching "linux wine 360fly Director" and "linux 360fly Director" gets me absolutely nothing. It's not in the wine app database. Have you tried the WIne forums? Unfortunately WIne and its derivatives like POL are all crap and you simply can't expect software to work. It's very hti and miss.
For every complex problem there is an answer that is clear, simple, and wrong - H. L. Mencken
VIN2020

Re: 360fly Director Software Working - How To

Post by VIN2020 »

Interesting enough I trashed my Mint install by accidentally and had to reinstall 360fly Director, but again had problems.

After playing around with it again, the following worked but do not know if all were necessary.

Install wine and tools
> sudo apt-get install wine32
> sudo apt-get install winbind
> sudo apt-get install ia32-libs
> sudo dpkg --add-architecture i386
> sudo apt-get install libc6:i386 libstdc++6:i386

Note: Was getting "0020:err:ole:CoGetClassObject class {f6d90f11-9c73-11d3-b32e-00c04f990bb4} not registered" until I did the following.

> export WINEPREFIX=~/.wine32
> export WINEARCH=win32
> wineboot -u

Download 360fly+Director+v0.10.4+Setup.exe
> wine 360fly+Director+v0.10.4+Setup.exe
> wine ./.wine/dosdevices/c\:/Program\ Files\ \(x86\)/360fly\ Director/360fly\ Director.exe
VIN2020

Re: 360fly Director Software Working - How To

Post by VIN2020 »

Just had to redo, and this method still works.

One note of learning for me is the following command helps clean up some of prior broken install problems:

> sudo apt-get install --fix-broken
Locked

Return to “Software & Applications”