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

Can't run due to certificate issue #25

Closed
erahhal opened this issue Jan 4, 2024 · 1 comment
Closed

Can't run due to certificate issue #25

erahhal opened this issue Jan 4, 2024 · 1 comment

Comments

@erahhal
Copy link

erahhal commented Jan 4, 2024

Thanks for putting this together! Trying to get it running to build models for a 3D printer. Launching the snap results in a progress bar popping up a few times, then exiting.

image

The command line looks as such:

❯ fusion360
esync: up and running.
Installing application..

(yad:2054036): Gdk-WARNING **: 07:08:33.940: ../../../../../gdk/x11/gdkwindow-x11.c:5633 drawable is not a native X11 window
--2024-01-04 07:08:43--  https://mirrors.kernel.org/gentoo/distfiles/7d/andale32.exe
Resolving mirrors.kernel.org (mirrors.kernel.org)... 2604:1380:45e3:2400::1, 139.178.88.99
Connecting to mirrors.kernel.org (mirrors.kernel.org)|2604:1380:45e3:2400::1|:443... connected.
ERROR: cannot verify mirrors.kernel.org's certificate, issued by ‘CN=R3,O=Let's Encrypt,C=US’:
  Unable to locally verify the issuer's authority.
To connect to mirrors.kernel.org insecurely, use `--no-check-certificate'.
--2024-01-04 07:08:43--  https://web.archive.org/web/2000/https://mirrors.kernel.org/gentoo/distfiles/7d/andale32.exe
Resolving web.archive.org (web.archive.org)... 207.241.237.3
Connecting to web.archive.org (web.archive.org)|207.241.237.3|:443... connected.
ERROR: cannot verify web.archive.org's certificate, issued by ‘CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US’:
  Self-signed certificate encountered.
To connect to web.archive.org insecurely, use `--no-check-certificate'.

(yad:2055283): Gdk-WARNING **: 07:08:44.389: ../../../../../gdk/x11/gdkwindow-x11.c:5633 drawable is not a native X11 window
--2024-01-04 07:08:52--  https://aka.ms/vs/15/release/vc_redist.x86.exe
Resolving aka.ms (aka.ms)... 173.222.230.182
Connecting to aka.ms (aka.ms)|173.222.230.182|:443... connected.
ERROR: cannot verify aka.ms's certificate, issued by ‘CN=Microsoft Azure RSA TLS Issuing CA 04,O=Microsoft Corporation,C=US’:
  Unable to locally verify the issuer's authority.
To connect to aka.ms insecurely, use `--no-check-certificate'.
--2024-01-04 07:08:52--  https://web.archive.org/web/2000/https://aka.ms/vs/15/release/vc_redist.x86.exe
Resolving web.archive.org (web.archive.org)... 207.241.237.3
Connecting to web.archive.org (web.archive.org)|207.241.237.3|:443... connected.
ERROR: cannot verify web.archive.org's certificate, issued by ‘CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US’:
  Self-signed certificate encountered.
To connect to web.archive.org insecurely, use `--no-check-certificate'.

(yad:2056335): Gdk-WARNING **: 07:08:52.497: ../../../../../gdk/x11/gdkwindow-x11.c:5633 drawable is not a native X11 window

(yad:2057377): Gdk-WARNING **: 07:09:00.633: ../../../../../gdk/x11/gdkwindow-x11.c:5633 drawable is not a native X11 window
Running hook '/snap/fusion360/16/sommelier/hooks/pre-install'
Writing NMachineSpecificOptions.xml to force OpenGL

(yad:2058401): Gdk-WARNING **: 07:09:13.181: ../../../../../gdk/x11/gdkwindow-x11.c:5633 drawable is not a native X11 window
esync: up and running.

(yad:2058436): Gdk-WARNING **: 07:09:13.391: ../../../../../gdk/x11/gdkwindow-x11.c:5633 drawable is not a native X11 window
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.

removed '/tmp/Fusion%20360%20Admin%20Install.exe'
Running hook '/snap/fusion360/16/sommelier/hooks/post-install'
updated RUN_EXE=
Starting application..
Application could not be started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.

It seems there might be an issue with accessing system certificates from the snap.

Full disclosure, I'm using snapd on NixOS, so not sure if that's related.

Snap details:

❯ snap --version
snap    2.61
snapd   2.61
series  16
nixos   23.11
kernel  6.6.7

Kernel:

❯ uname -a
Linux nflx-erahhal-t490s 6.6.7 #1-NixOS SMP PREEMPT_DYNAMIC Wed Dec 13 17:45:36 UTC 2023 x86_64 GNU/Linux

OS: NixOS 23.11

@Thermionix
Copy link
Owner

fusion360 installer currently failing due to wine issue, I've pushed a merge request to winehq

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

2 participants