https://bugs.winehq.org/show_bug.cgi?id=57529
Bug ID: 57529 Summary: reMarkable application crash on new winehq-devel 10 RC1 Product: Wine Version: 10.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: olivier.pantale@uttop.fr Distribution: ---
reMarkable-3.16.0.898-win64.exe application installs on new RC1 version but crash on launching while it works very well on other versions upto 9.22.
https://bugs.winehq.org/show_bug.cgi?id=57529
--- Comment #1 from Rafał Mużyło galtgendo@o2.pl --- ...any, you know, logs of that crash ?
https://bugs.winehq.org/show_bug.cgi?id=57529
--- Comment #2 from Olivier Pantalé olivier.pantale@uttop.fr --- Created attachment 77581 --> https://bugs.winehq.org/attachment.cgi?id=77581 Backtrace attached
https://bugs.winehq.org/show_bug.cgi?id=57529
--- Comment #3 from Rafał Mużyło galtgendo@o2.pl --- ...not this again...
No backtrace available
Also, as the documentation linked on the initial bug reporting page clearly says, unless you have a clear idea what is going on, the first log is meant to be *complete* *standard* console output, not just the backtrace (even when it's valid).
https://bugs.winehq.org/show_bug.cgi?id=57529
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=57529
--- Comment #4 from Austin English austinenglish@gmail.com --- Please attach a log with the console output, see https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#how-can-i-get-a-debugging-lo...
https://bugs.winehq.org/show_bug.cgi?id=57529
--- Comment #5 from Olivier Pantalé olivier.pantale@uttop.fr --- Created attachment 77589 --> https://bugs.winehq.org/attachment.cgi?id=77589 Logfile
Hi, Here is the requested logfile, sorry for delay. Olivier
https://bugs.winehq.org/show_bug.cgi?id=57529
--- Comment #6 from Fabian Maurer dark.shadow4@web.de --- Probably
01c8:fixme:connectivity:connection_profile_QueryInterface {e2045145-4c9f-400c-9150-7ec7d6e2888a} not implemented, returning E_NOINTERFACE.
I could try adding stubs, is there a way to test ourselves?
https://bugs.winehq.org/show_bug.cgi?id=57529
--- Comment #7 from Olivier Pantalé olivier.pantale@uttop.fr --- Sure, You can download the application using the following link: https://downloads.remarkable.com/latest/windows and test yourself. The installation is straightforward using: wine reMarkable-3.16.0.898-win64.exe
Then launching the application will crash under 10RC1, but runs under 9.22.
Olivier
https://bugs.winehq.org/show_bug.cgi?id=57529
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #8 from Fabian Maurer dark.shadow4@web.de --- I have a working branch here: https://gitlab.winehq.org/DarkShadow44/wine/-/commits/remarkable
Still needs some more work though, not sure how the memory management between those two interfaces works.
https://bugs.winehq.org/show_bug.cgi?id=57529
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexhenrie24@gmail.com Regression SHA1| |6348526da2c58a1a89836a56f53 | |a56bc2f2b2177
https://bugs.winehq.org/show_bug.cgi?id=57529
Alex Henrie alexhenrie24@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winehq@login.cgranade.com
--- Comment #9 from Alex Henrie alexhenrie24@gmail.com --- *** Bug 57553 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=57529
--- Comment #10 from Cassandra Granade winehq@login.cgranade.com --- Created attachment 77652 --> https://bugs.winehq.org/attachment.cgi?id=77652 Backtrace with DarkShadow44/wine, commit 99601e23
https://bugs.winehq.org/show_bug.cgi?id=57529
--- Comment #11 from Cassandra Granade winehq@login.cgranade.com --- (In reply to Fabian Maurer from comment #8)
I have a working branch here: https://gitlab.winehq.org/DarkShadow44/wine/-/commits/remarkable
Still needs some more work though, not sure how the memory management between those two interfaces works.
I tried out your working branch, and got the same crash as reported in 57553 on 10.0-rc2. I've attached a backtrace for that crash, which seems to place the fault inside the PE version of qnetworklistmanager.dll, as called by qt6network.dll. Since the reMarkable desktop application uses Qt, I'm guessing those are the DLLs for the version of Qt that ships with the client application installer.
https://bugs.winehq.org/show_bug.cgi?id=57529
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://downloads.remarkabl | |e.com/desktop/production/wi | |n/reMarkable-3.16.1.901-win | |64.exe Keywords| |download
https://bugs.winehq.org/show_bug.cgi?id=57529
--- Comment #12 from Fabian Maurer dark.shadow4@web.de --- What exactly are you doing? I just run the program and it shows a windows with a "Login" button.
Can you attach a complete log (using my branch)? Does it work for you using wine-9.22?