openambitproject / openambit

openambit
281 stars 82 forks source link

Suuntolink working with Wine #284

Open JmB11 opened 2 years ago

JmB11 commented 2 years ago

Not an issue of openambit but maybe will help the community : I have Suuntolink.exe working in Wine... So I can connect my Ambit 3 in Linux.

Need to have at least Wine 6.6 (for installing .net 4.5) in 32 bits mode. A Staging version is also needed for running installer on Wine (non admin rights needed...)

The rule created by libambit.rules is also needed to have rights on /dev/hidrawX

Need to disable the use of SDL to discover and communicate with HID devices in wine registry.

Install was done with winetricks (corefonts, dotnet452 and win7) before running Suuntolink_installer.exe ( Installer can be downloaded here : https://suuntolink.static.movescount.com/Suuntolink_installer.exe )

App still crash sometimes but almost fine for sync and change settings of my Ambit 3 with USB cable :+1:

jadahl commented 2 years ago

Have you tried firmware upgrade via wine?

JmB11 commented 2 years ago

No, just syncing and access sport modes. I think my Ambit firmware is up to date...

RajanChhetri-Astronomy commented 2 years ago

This sounds very encouraging. Would it be possible for you to share all steps at a basic level please?

JmB11 commented 2 years ago

Ok I'll try to prepare a basic tutorial next days...

ProtD commented 2 years ago

Wow, thank you! I just managed to get it working as you described. The crucial steps in more detail:

JmB11 commented 2 years ago

Hi ! I've just finished to write the tutorial : English Version French Version

RajanChhetri-Astronomy commented 2 years ago

Hi,

Thanks for this. I've followed your steps, but failing to install dotnet45 on my computer. I have the following questions:

1) You mention that we need at least wine 6.6 and a version of wine-staging. Does this mean we need both? I installed only winehq-staging (ver 7.1) and did not install any other version of wine. 2) I used your approach to install winetricks (then updated it as 'sudo winetricks --self-update') and then tried to install dotnet45. It ends with the following notes, but doesn't install anything.

winetricks -q dotnet45 Executing mkdir -p /home/uname Using winetricks 20210206-next - sha256sum: fa8e1cac62953f13f0964441eac40097d7054a78852ab5a35c925c78a6e89a65 with wine-7.1 (Staging) and WINEARCH=win32 Executing w_do_call dotnet45 Executing mkdir -p /home/uname Executing load_dotnet45

Only when I try to run 'wine Suuntolink_installer.exe' it tries to install dotnet45 framework and it gets hung. The commandline output during that process is attached. I would appreciate any thoughts/help.

Thanks, Rajan

On Sun, Feb 6, 2022 at 1:46 AM JmB11 @.***> wrote:

Hi ! I've just finished to write the tutorial but only in French now... Maybe in English soon ?!?

French Tuto is Here ! https://github.com/JmB11/SuuntoLinkWine/blob/main/LISEZMOI.md#suuntolinkwine

— Reply to this email directly, view it on GitHub https://github.com/openambitproject/openambit/issues/284#issuecomment-1030667875, or unsubscribe https://github.com/notifications/unsubscribe-auth/AESTPRW5BHRGS664BPIXZDTUZVO5PANCNFSM5J24N7TQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

JmB11 commented 2 years ago

Hi Rajan,

wine 6.6 and a version of wine-staging. Does this mean we need both? No. Only 1 version on Wine !!! At least 6.6-Staging (your 7.1-staging is ok).

winetricks -q dotnet45 Why did you use the "-q" option ? Try without. (only winetricks dotnet45). And if still not install .NET 4.5, try with another version : dotnet40 or dotnet452 before launching the SuuntoLink installer.

Bye. JmB11

RajanChhetri-Astronomy commented 2 years ago

Hi, Thanks for the response. I had used -q as someone else had suggested that as I wasn't having any success. Even without it, no luck.

Tried installing both dotnet45 and dotnet452, it didn't work. dotnet40 seems to have installed. However, when I try to launch SuuntoLink installer, then the warning sign comes up saying "this application needs .net 45, do you want to install?". If I say yes, then it just hangs as I mentioned in my previous email.

Not sure how you were able to install dotnet45 with same set-up but I am not having any success. Any thoughts?

Thanks in advance.

On Wed, Feb 9, 2022 at 2:10 AM JmB11 @.***> wrote:

Hi,

wine 6.6 and a version of wine-staging. Does this mean we need both? No. Only 1 version on Wine !!! At least 6.6-Staging.

winetricks -q dotnet45 Why did you use the "-d" option ? Try without. And if still not install .NET 4.5, try with another version : dotnet40 or dotnet452 before launching the SuuntoLink installer.

Bye. JmB11

— Reply to this email directly, view it on GitHub https://github.com/openambitproject/openambit/issues/284#issuecomment-1032912643, or unsubscribe https://github.com/notifications/unsubscribe-auth/AESTPRRPHOA7C4AMT3AC2XTU2FL7ZANCNFSM5J24N7TQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

JmB11 commented 2 years ago

Strange !?!

You can try another way (without installing .NET which seems only needed for suuntolink installer...) Very simple way :

  1. Create a new wine prefix in 32bits arch : export WINEARCH="win32"
  2. Select a windows 7 emulation : winetricks win7
  3. Add the required key in regsitry : wine reg add 'HKLM\System\CurrentControlSet\Services\WineBus' /v 'Enable SDL' /t REG_DWORD /d 0 /f
  4. Download suuntolink 4.0.5 installed files : here (link valid till March 9th, 2021).
  5. Copy downnloaded ZIP file into YOUR_WINEPREFIX/drive_c/users/YOUR_USERNAME/
  6. Expand the ZIP file into this directory : unzip suuntolink405.zip
  7. Move into the directory that has been added by the ZIP file : cd AppData/Local/Suuntolink/
  8. Try to run SuuntoLink : wine Suuntolink.exe

Hope App will run (Without .NET !!!!)

RajanChhetri-Astronomy commented 2 years ago

Great I'll give that a try. However, looks like you missed including the link to the installed files in step 4 above.

Thanks.

On Thu, Feb 10, 2022 at 7:08 PM JmB11 @.***> wrote:

Strange !?!

You can try another way (without installing .NET which seems only needed for suuntolink installer...) Very simple way :

  1. Create a new wine prefix in 32bits arch : export WINEARCH="win32"
  2. Select a windows 7 emulation : winetricks win7
  3. Add the required key in regsitry : wine reg add 'HKLM\System\CurrentControlSet\Services\WineBus' /v 'Enable SDL' /t REG_DWORD /d 0 /f
  4. Download sunntolink 4.0.5 installed files here : https://transfert.free.fr/Zm3nBo link valid till March 9th, 2021.
  5. Copy downnloaded ZIP file into YOUR_WINEPREFIX/drive_c/users/YOU_USERNAME/
  6. Expand the ZIP file into this directory : unzip suuntolink405.zip
  7. Move into the directory that has been added by the ZIP file : cd AppData/Local/Suuntolink/
  8. Try to run SuuntoLink : wine Suuntolink.exe

Hope App will run (Without .NET !!!!)

— Reply to this email directly, view it on GitHub https://github.com/openambitproject/openambit/issues/284#issuecomment-1034788433, or unsubscribe https://github.com/notifications/unsubscribe-auth/AESTPRWQUJTGUNZPH77K5UDU2OMC3ANCNFSM5J24N7TQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

JmB11 commented 2 years ago

Great I'll give that a try. However, looks like you missed including the link to the installed files in step 4 above. Thanks.

https://transfert.free.fr/Zm3nBo

RajanChhetri-Astronomy commented 2 years ago

Hi again,

Thanks for those, very helpful of you.

That did not solve the problem as I ran into unspecified error, and it didn't open sunntolink (please see the screenshot). The output on the terminal is attached, which may give a clue. I now suspect it has to do with the incorrect installation of wine.

On Fri, Feb 11, 2022 at 12:16 AM JmB11 @.***> wrote:

Great I'll give that a try. However, looks like you missed including the link to the installed files in step 4 above. Thanks. https://transfert.free.fr/Zm3nBo

— Reply to this email directly, view it on GitHub https://github.com/openambitproject/openambit/issues/284#issuecomment-1035113292, or unsubscribe https://github.com/notifications/unsubscribe-auth/AESTPRTUZVQBEHIJOONF34TU2PQGNANCNFSM5J24N7TQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>

$ wine Suuntolink.exe 002c:fixme:winediag:LdrInitializeThunk wine-staging 7.1 is a testing version containing experimental patches. 002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org. 0084:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 00d0:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 0034:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 002c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 0024:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 012c:err:winediag:ntlm_check_version ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 012c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 012c:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,0712FE60,0712FE5C) stub! 0130:fixme:process:NtQueryInformationProcess (0xffffffff,info_class=49,0x829fdb4,0x00000004,(nil)) Unknown information class 012c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 012c:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub

012c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 07198BD0, 16) stub 012c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0712FC2C, 00000000 0712FC28 012c:fixme:nls:get_dummy_preferred_ui_language (0x38 0712FC2C 00000000 0712FC28) returning a dummy value (current locale) 012c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0712FC2C, 0719C5F8 0712FC28 012c:fixme:nls:get_dummy_preferred_ui_language (0x38 0712FC2C 0719C5F8 0712FC28) returning a dummy value (current locale) 012c:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0150:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0A9DFEF8 012c:fixme:shcore:SetCurrentProcessExplicitAppUserModelID L"com.squirrel.Suuntolink.Suuntolink": stub 012c:fixme:msg:ChangeWindowMessageFilterEx 0001006A 4a 1 00000000 012c:fixme:winsock:WSALookupServiceBeginW (0712F98C 0x00000ff0 0712F9C8) Stub! 012c:fixme:iphlpapi:NotifyAddrChange (Handle 0712FB18, overlapped 0AE3EF80): stub 0124:fixme:ver:GetCurrentPackageId (0059FE94 00000000): stub @.**:~/.wine/drive_c/users/rajan/AppData/Local/Suuntolink$ 012c:fixme:win:GetPointerDevices (0712F694 00000000): partial stub 012c:fixme:system:DisplayConfigGetDeviceInfo Unimplemented packet type: 11 0174:fixme:wtsapi:WTSRegisterSessionNotification Stub 0001006C 0x00000001 0184:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented 0184:fixme:advapi:SetEntriesInAclW unhandled access mode 4 0184:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! 0184:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented 0184:fixme:advapi:SetEntriesInAclW unhandled access mode 4 0184:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! 0184:fixme:sync:NtSetInformationJobObject stub: 0x2e8 4 0xdeaf75c 4 0184:fixme:process:CreateProcessInternalW Unsupported attribute 0x20007. 0184:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenAppContainerSid, ...) semi-stub 012c:fixme:win:GetPointerDevices (0712F2C4 00000000): partial stub 012c:fixme:system:DisplayConfigGetDeviceInfo Unimplemented packet type: 11 018c:err:winediag:ntlm_check_version ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 018c:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 018c:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,0712FE60,0712FE5C) stub! 018c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 018c:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub 018c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 071DAD80, 16) stub 01c4:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. wine: Unhandled page fault on write access to 7D003F9C at address F76692EA (thread 018c), starting debugger... 012c:fixme:win:RegisterTouchWindow (00020082 00000002): stub 0174:fixme:wtsapi:WTSRegisterSessionNotification Stub 0003005C 0x00000000 0144:fixme:file:NtLockFile I/O completion on lock not implemented yet 0184:fixme:sync:NtSetInformationJobObject stub: 0x43c 4 0xdeaf81c 4 0144:fixme:file:ReplaceFileW Ignoring flags 2 012c:fixme:thread:QueryThreadCycleTime (FFFFFFFE,0712DCB0): stub! 012c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0712DE24, 00000000 0712DE20 012c:fixme:nls:get_dummy_preferred_ui_language (0x38 0712DE24 00000000 0712DE20) returning a dummy value (current locale) 012c:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0712DE24, 071F6420 0712DE20 012c:fixme:nls:get_dummy_preferred_ui_language (0x38 0712DE24 071F6420 0712DE20) returning a dummy value (current locale) 012c:fixme:win:GetPointerDevices (0712D804 00000000): partial stub 01f4:fixme:dwmapi:DwmGetWindowAttribute (00020082 14 0EDEFA94 4) stub 012c:fixme:system:DisplayConfigGetDeviceInfo Unimplemented packet type: 11 01f4:fixme:dwmapi:DwmGetWindowAttribute (00020082 14 0EDEF9C4 4) stub 0084:fixme:imm:ImeSetActiveContext (0x6dcee8, 0): stub 0084:fixme:imm:ImmReleaseContext (000D0028, 006DCEE8): stub 012c:fixme:imm:ImeSetActiveContext (0xade0440, 1): stub 012c:fixme:msctf:SetInputScopes STUB: 00020082 ... (null) (null) 012c:fixme:imm:ImmReleaseContext (00020082, 0ADE0440): stub 01d4:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 012c:fixme:shcore:GetCurrentProcessExplicitAppUserModelID 0712DC50: stub 012c:fixme:win:RegisterTouchWindow (000100A6 00000002): stub 012c:fixme:msctf:SetInputScopes STUB: 00020082 ... (null) (null) 012c:fixme:msctf:SetInputScopes STUB: 00020082 ... (null) (null) (node:296) electron: The default of contextIsolation is deprecated and will b e changing from false to true in a future release of Electron. See https://g ithub.com/electron/electron/issues/23506 for more information 012c:fixme:wtsapi:WTSRegisterSessionNotification Stub 000100AE 0x00000000 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CFA8C 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CFA38 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CF914 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CFAE0 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CFA88 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CFAE8 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CF8B0 1 C) semi-stub 01fc:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 0144:fixme:file:ReplaceFileW Ignoring flags 2 013c:fixme:file:ReplaceFileW Ignoring flags 2 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CF8DC 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CF370 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CF370 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CF47C 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CF47C 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CF48C 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CD15C 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CCFCC 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CD20C 1 ) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CD1FC 1 C) semi-stub 01d4:fixme:msvcp:_LocinfoLocinfo_ctor_cat_cstr (005CF47C 1 C) semi-stub 01f0:err:winediag:ntlm_check_version ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 01f0:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 01f0:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,0712FE60,0712FE5C) stub! 021c:fixme:process:NtQueryInformationProcess (0xffffffff,info_class=49,0x829fdb4,0x00000004,(nil)) Unknown information class 01f0:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 0208:err:winediag:ntlm_check_version ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 0208:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 0208:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,0712FE60,0712FE5C) stub! 0224:fixme:process:NtQueryInformationProcess (0xffffffff,info_class=49,0x829fdb4,0x00000004,(nil)) Unknown information class 01dc:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 0208:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 01f0:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub 01f0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0719A7E0, 16) stub 0244:fixme:winsock:WSALookupServiceBeginW (0ABDF17C 0x00000ff0 0ABDF1B8) Stub! 0244:fixme:iphlpapi:NotifyAddrChange (Handle 0ABDF300, overlapped 071C35B8): stub 0244:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 0ABDEE48) semi-stub 0244:fixme:wlanapi:WlanEnumInterfaces (00000001, 00000000, 0ABDEE48) semi-stub 0208:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub 0208:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0719D768, 16) stub 0208:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0208:fixme:thread:QueryThreadCycleTime (FFFFFFFE,0712F9F8): stub! 01dc:fixme:imm:ImeSetActiveContext (0x7c00e0, 1): stub 01dc:fixme:imm:ImmReleaseContext (0001010C, 007C00E0): stub 0290:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFA, 0CA3FEF8 01fc:fixme:imm:ImeSetActiveContext (0x6d0df8, 0): stub 01fc:fixme:imm:ImmReleaseContext (000100B2, 006D0DF8): stub 0258:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0144:fixme:file:ReplaceFileW Ignoring flags 2 023c:fixme:file:ReplaceFileW Ignoring flags 2 012c:fixme:win:GetPointerDevices (0712ED44 00000000): partial stub 012c:fixme:system:DisplayConfigGetDeviceInfo Unimplemented packet type: 11 012c:fixme:msctf:SetInputScopes STUB: 00020082 ... (null) (null) 012c:fixme:msctf:SetInputScopes STUB: 00020082 ... (null) (null) 023c:fixme:file:ReplaceFileW Ignoring flags 2 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 01dc:fixme:dbghelp:elf_search_auxv can't find symbol in module 0184:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented 0184:fixme:advapi:SetEntriesInAclW unhandled access mode 4 0184:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! 0184:fixme:ntdll:NtFilterToken support for restricting sids not yet implemented 0184:fixme:advapi:SetEntriesInAclW unhandled access mode 4 0184:fixme:ntdll:NtSetInformationToken TokenIntegrityLevel stub! 0184:fixme:sync:NtSetInformationJobObject stub: 0x2bc 4 0xdeaf75c 4 0184:fixme:process:CreateProcessInternalW Unsupported attribute 0x20007. 0184:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenAppContainerSid, ...) semi-stub 02a4:err:winediag:ntlm_check_version ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution. 02a4:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems 02a4:fixme:powrprof:PowerRegisterSuspendResumeNotification (0x00000002,0712FE60,0712FE5C) stub! 02a4:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 02a4:fixme:heap:RtlSetHeapInformation 00000000 1 00000000 0 stub 02a4:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 071DAD80, 16) stub wine: Unhandled page fault on write access to 7D003F9C at address F76C92EA (thread 02a4), starting debugger... 02bc:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 02b0:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 02b0:fixme:imm:ImeSetActiveContext (0x7c00e0, 1): stub 02b0:fixme:imm:ImmReleaseContext (0002007C, 007C00E0): stub 02bc:fixme:imm:ImeSetActiveContext (0x6d0df8, 0): stub

JmB11 commented 2 years ago

Wow what a log... If you want to remove all "fixme" warnings, add export WINEDEBUG="fixme-all" before running Wine !

Just reading it quickly i saw an error on ntlm_auth (was not found or is outdated).

Maybe a sudo apt remove winbind && sudo apt install winbind can help !?!

ProtD commented 2 years ago

You can also try a higher version of .NET - for me, dotnet48 works fine.