Latest Saturn PCB Design Toolkit refuses to work

Questions about Wine on Linux
Locked
diminDDL
Newbie
Newbie
Posts: 1
Joined: Mon Sep 18, 2023 11:57 am

Latest Saturn PCB Design Toolkit refuses to work

Post by diminDDL »

As stated by AppDB, Saturn PCB Design Toolkit should work perfectly, however after getting the latest Version 8.33 from the official website https://saturnpcb.com/saturn-pcb-toolkit/. I get the following when trying to run it:

Code: Select all

wine ./Saturn_PCB_Toolkit_V8.23_Setup.exe WINEDEBUG=warn+all
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
wine: failed to open "./Saturn_PCB_Toolkit_V8.23_Setup.exe": c0000135
This happens on both the .exe and .msi, I am running wine-8.0.2 on KDE Neon 5.27
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Latest Saturn PCB Design Toolkit refuses to work

Post by jkfloris »

You will receive this error message if the specified file cannot be located. Please make sure that you are in the correct directory or specify the full path.
For example, if you downloaded the Saturn_PCB_Toolkit_V8.23_Setup.exe file to your Downloads folder.

Code: Select all

cd ~/Downloads
wine Saturn_PCB_Toolkit_V8.23_Setup.exe
# or
wine ~/Downloads/Saturn_PCB_Toolkit_V8.23_Setup.exe
Locked