https://bugs.winehq.org/show_bug.cgi?id=57058
Bug ID: 57058 Summary: Application will not start at all Product: Wine Version: 9.14 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: leonardo.davinci@dirtons.com Distribution: ---
Created attachment 76920 --> https://bugs.winehq.org/attachment.cgi?id=76920 Crash in Wine
I'm using Linux Mint, the latest version, and have already gotten a few applications to run with Wine. There is one application that just won't work. It's an application which is an alternative to a mobile app to authenticate yourself at a bank. I have tried to start the application with 64 and also with 32 bit. I get the most feedback when I start the application under 32 bit. In Wine there is a crash message, see attachment. If anyone is interested, that would be great.
https://bugs.winehq.org/show_bug.cgi?id=57058
--- Comment #1 from leonardo.davinci@dirtons.com --- Created attachment 76921 --> https://bugs.winehq.org/attachment.cgi?id=76921 Terminal Output
https://bugs.winehq.org/show_bug.cgi?id=57058
--- Comment #2 from Austin English austinenglish@gmail.com --- https://www.bekb.ch/services/support/update-smartlogin-app
Is this the program?
https://bugs.winehq.org/show_bug.cgi?id=57058
--- Comment #3 from leonardo.davinci@dirtons.com --- Hi, no, not quite. You can download the application here: www.bekb.ch/updatepc This link will download the app from the official BEKB site, the app is: BEKBsmartLogin216.exe
https://bugs.winehq.org/show_bug.cgi?id=57058
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #4 from joaopa jeremielapuree@yahoo.fr --- confirming. The windows disappears without any error messages Archived here for testing purpose https://archive.org/details/bekbsmart-login-216
https://bugs.winehq.org/show_bug.cgi?id=57058
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://www.bekb.ch/-/media | |/bekb/portal/files/smartlog | |in/bekbsmartlogin216.exe Summary|Application will not start |BEKB Smart Login doesn't |at all |start
https://bugs.winehq.org/show_bug.cgi?id=57058
--- Comment #5 from leonardo.davinci@dirtons.com --- I tried Lutris to get the app working. Hier what comes in Lutris: wine: RLIMIT_NICE is <= 20, unable to use setpriority safely Di. Aug 20 18:39:26 2024 [1100] Warning: A style sheet file is specified, but it does not exist. Di. Aug 20 18:39:26 2024 [1196] Critical: WindowCreationData::create: CreateWindowEx failed (Erfolg.) Di. Aug 20 18:39:26 2024 [1197] Warning: Failed to create platform window for QWidgetWindow(0x337fc10, name="InstallerGuiClassWindow") with flags QFlagsQt::WindowType(Dialog|WindowTitleHint|WindowSystemMenuHint|WindowCloseButtonHint) Di. Aug 20 18:39:26 2024 [1201] Critical: WindowCreationData::create: CreateWindowEx failed (Erfolg.) Di. Aug 20 18:39:26 2024 [1204] Warning: Failed to create platform window for QWidgetWindow(0x337fc10, name="InstallerGuiClassWindow") with flags QFlagsQt::WindowType(Dialog|WindowTitleHint|WindowSystemMenuHint|WindowCloseButtonHint)
It seems, that there could bee a Problem when creating the window of the app.
https://bugs.winehq.org/show_bug.cgi?id=57058
Bernhard Übelacker bernhardu@mailbox.org changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bernhardu@mailbox.org
--- Comment #6 from Bernhard Übelacker bernhardu@mailbox.org --- A +seh,+relay log may show at the end some integrity check because some iteration through export functions of some windows dlls are shown.
Then a few NtReadVirtualMemory with handle 0xffffffff happen where the last one tries to read some bogus pointer 0x2e which returns therefore error STATUS_PARTIAL_COPY, followed by a TerminateProcess.
https://bugs.winehq.org/show_bug.cgi?id=57058
--- Comment #7 from leonardo.davinci@dirtons.com --- Thanks for the hint I'm not entirely sure that was what it needed.
Since I'm not an absolute Linux pro, but I can manage quite well, I can help. I may have to ask once or twice.
I tried the following command: winedebug=+relay,+seh wine "/home/administrator/.wine/drive_c/users/administrator/AppData/Roaming/BEKB/smartLogin/BEKB smartLogin.exe" &>log.txt
That's what the logfile wrote: 0134:err:vulkan:vulkan_init_once Failed to load libvulkan.so.1 0134:err:xrandr:vulkan_init_once Failed to load libvulkan.so.1 0134:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0042F478, 0042F488 0042F47C 0134:fixme:nls:get_dummy_preferred_ui_language (0x38 0x807 0042F478 0042F488 0042F47C) returning a dummy value (current locale) 0134:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 0042F374, 0042F384 0042F378 0134:fixme:nls:get_dummy_preferred_ui_language (0x38 0x807 0042F374 0042F384 0042F378) returning a dummy value (current locale) 0134:fixme:msvcrt:_SetWinRTOutOfMemoryExceptionCallback (73446550): stub 0134:fixme:msvcp:locale__Locimp__Makexloc (0042F914 63 01363878 00000000) semi-stub 0134:fixme:msvcp:locale__Locimp__Makewloc (0042F914 63 01363878 00000000) semi-stub 0134:fixme:msvcp:locale__Locimp__Makeushloc (0042F914 63 01363878 00000000) semi-stub
https://bugs.winehq.org/show_bug.cgi?id=57058
--- Comment #8 from leonardo.davinci@dirtons.com --- Created attachment 77090 --> https://bugs.winehq.org/attachment.cgi?id=77090 Debug Info
https://bugs.winehq.org/show_bug.cgi?id=57058
leonardo.davinci@dirtons.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #77090|0 |1 is obsolete| |
--- Comment #9 from leonardo.davinci@dirtons.com --- Created attachment 77097 --> https://bugs.winehq.org/attachment.cgi?id=77097 After installing vulkan
I installed vulkan-based D3D9/D3D10/D3D11. After this I run the command winedebug=+relay,+seh wine "/home/administrator/.wine/drive_c/users/administrator/AppData/Roaming/BEKB/smartLogin/BEKB smartLogin.exe" &>log.txt Now the log show a different result, but still doesn't work.
https://bugs.winehq.org/show_bug.cgi?id=57058
leonardo.davinci@dirtons.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WONTFIX
--- Comment #10 from leonardo.davinci@dirtons.com --- There will be another new version