Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid WINEPREFIX #410

Open
rafalou38 opened this issue Apr 15, 2024 · 2 comments
Open

Invalid WINEPREFIX #410

rafalou38 opened this issue Apr 15, 2024 · 2 comments

Comments

@rafalou38
Copy link

rafalou38 commented Apr 15, 2024

Describe the bug
Install seems to work, but run and refresh fail because of empty WINEPREFIX.

To Reproduce
Install and run.

Expected behavior
It works

Desktop (please complete the following information):

  • Version number of Autodesk Fusion 360: 2.0.17228
  • NVIDIA GeForce RTX 2060 SUPER / proprietary drivers
  • Debian GNU/Linux trixie/sid x86_64
  • Plasma 5.27.10

Additional context

[$] echo $WINEPREFIX                                                                                                                                                                                               
/home/rafael/.wine

it is set in .profile and .zshrc

When ran:

└─[$] ./launcher.sh                                                                                                                                                                                                   [12:26:14]
--2024-04-15 12:26:20--  https://raw.githubusercontent.com/cryinkfly/Autodesk-Fusion-360-for-Linux/main/files/builds/stable-branch/bin/build-version.txt
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 2606:50c0:8003::154, 2606:50c0:8002::154, 2606:50c0:8000::154, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|2606:50c0:8003::154|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20 [text/plain]
Saving to: ‘/tmp/fusion360/build-version.txt’

build-version.txt                                        100%[===============================================================================================================================>]      20  --.-KB/s    in 0s

Last-modified header missing -- time-stamps turned off.
2024-04-15 12:26:20 (3.02 MB/s) - ‘/tmp/fusion360/build-version.txt’ saved [20/20]

Online Build-Version: 2.0.17228
Online Insider-Build-Version: 2.0.17228
The version.txt file not exist!
mkdir: cannot create directory ‘/tmp/fusion360/logs’: File exists
EN
find: ‘’: No such file or directory
wine: invalid directory  in WINEPREFIX: not an absolute path
@fattylipidacid
Copy link

fattylipidacid commented Apr 15, 2024

i think you want to set the path variable:

WP_BOX='/home/$USER/.fusion360/wineprefixes/default' . /home/$USER/.fusion360/bin/launcher.sh

...or in your case point to whereever your prefix is located

@BedoAkgun
Copy link

The installer probrably didnt set the wineprefix correctly if you chose a custom location, just use the command above and replace the first string with your custom prefix location if you chose a custom location

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants