Eagle App won't launch using Wine

Questions about Wine on Linux
Locked
Wonkglorg
Newbie
Newbie
Posts: 1
Joined: Sat Jun 15, 2024 5:04 am

Eagle App won't launch using Wine

Post by Wonkglorg »

I am pretty new to Linux and Wine, coming fresh from Windows trying to port / find replacements for the Applications I need.

And https://eagle.cool is the only one I cannot get to work which is a requirement I cannot take an alternative for.

Issue:
The installation works fine without an issue the problem arises when trying to open the program itself afterwards.
It gives me the loading icon but nothing ever happens.

Running the app from console shows this:

Code: Select 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
010c:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,00007FFFFE8FFE30,00007FFFFE8FFE28) stub!
010c:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!

010c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000537C0028CE70, 16) stub
010c:fixme:winstation:GetUserObjectSecurity (0000000000000004 00007FFFFE8FF790 0000000000000000 len=0 00007FFFFE8FF71C),stub!
010c:fixme:winstation:GetUserObjectSecurity (0000000000000004 00007FFFFE8FF790 00007FFFFEE9D780 len=40 00007FFFFE8FF71C),stub!
010c:fixme:winstation:GetUserObjectSecurity (0000000000000008 00007FFFFE8FF710 0000000000000000 len=0 00007FFFFE8FF69C),stub!
010c:fixme:winstation:GetUserObjectSecurity (0000000000000008 00007FFFFE8FF710 00007FFFFEE9D780 len=40 00007FFFFE8FF69C),stub!
010c:fixme:winstation:GetUserObjectSecurity (0000000000000100 00007FFFFE8FF5B0 0000000000000000 len=0 00007FFFFE8FF53C),stub!
010c:fixme:winstation:GetUserObjectSecurity (0000000000000100 00007FFFFE8FF5B0 00007FFFFEE9D780 len=40 00007FFFFE8FF53C),stub!
010c:fixme:advapi:SetSecurityInfo unimplemented type 7, returning success
010c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00007FFFFE8FF65C, 0000000000000000 00007FFFFE8FF658
010c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00007FFFFE8FF65C 0000000000000000 00007FFFFE8FF658) returning a dummy value (current locale)
010c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00007FFFFE8FF65C, 00007FFFFE8FF642 00007FFFFE8FF658
010c:fixme:nls:get_dummy_preferred_ui_language (0x38 0x409 00007FFFFE8FF65C 00007FFFFE8FF642 00007FFFFE8FF658) returning a dummy value (current locale)
010c:fixme:win:RegisterSuspendResumeNotification 0000000000010060, 0: stub.
010c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
010c:fixme:process:GetProcessMitigationPolicy (FFFFFFFFFFFFFFFF, 4, 00007FFFFE8FF450, 4): stub
0130:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 00007F1DD37DFF50
010c:fixme:ver:GetPackageFamilyName (FFFFFFFFFFFFFFFF 00007FFFFE8FF00C 00007FFFFE8FF010): stub
[264:0615/113355.142:ERROR:archive.cc(213)] Failed to read header size from \\?\C:\Program Files\Eagle\resources\app.asar: Success. (0x0)
[264:0615/113355.143:ERROR:archive.cc(213)] Failed to read header size from \\?\C:\Program Files\Eagle\resources\app.asar: Success. (0x0)
[264:0615/113355.143:ERROR:archive.cc(213)] Failed to read header size from \\?\C:\Program Files\Eagle\resources\app.asar: Success. (0x0)
[264:0615/113355.144:ERROR:archive.cc(213)] Failed to read header size from \\?\C:\Program Files\Eagle\resources\app.asar: Success. (0x0)
010c:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 00007FFFFE8FE5E0
Is there any way I can fix this myself without hoping those not yet implemented parts get added at some point?


Setup:
Mint Cinamon
Wine 9.0
WinBind latest
Wintricks latest
Locked