cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.79k stars 115 forks source link

Constant updates *solved* #205

Closed Vermoot closed 2 years ago

Vermoot commented 2 years ago

It seems almost every time I start Fusion there's a new update, and I'm talking multiple times a day here.

Are Fusion 360 updates really that frequent?

cryinkfly commented 2 years ago

Hey @Vermoot can you ckeck if you have a version.txt file here:

Bildschirmfoto_2022-03-23_15-06-13

$HOME/.wineprefixes/fusion360/drive_c/users/YOURUSERNAME/AppData/Roaming/Autodesk/Autodesk\ Fusion\ 360/API/version.txt

And check if you can see the versions like here: https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/releases/tag/v7.1

Vermoot commented 2 years ago
Autodesk/Autodesk Fusion 360/API on  main [!]
❯ cat version.txt
2.0.12392%

When starting Fusion I can see the "Online version" and "System version" lines like in the video, but the "Online Version" line is blank. I'm guessing the launcher is comparing my system's version with an empty online version and deciding I need an update?

cryinkfly commented 2 years ago
Autodesk/Autodesk Fusion 360/API on  main [!]
❯ cat version.txt
2.0.12392%

Okay I see that you get a version number with "%" and this is the reason why you get this issue!

So I must change my function that we can solved this. :+1:

But you can delete this "%" and save your version.txt file.

Then the issue must be solved ...

cryinkfly commented 2 years ago

I'm guessing the launcher is comparing my system's version with an empty online version and deciding I need an update?

Can you check this file:

$HOME/.config/fusion-360/bin/launcher.sh

Bildschirmfoto_2022-03-23_15-52-39

cryinkfly commented 2 years ago

I discovered the cause! It was my fault!!! 😅

Vermoot commented 2 years ago

Awesome, glad I could help!