https://bugs.winehq.org/show_bug.cgi?id=49343
Bug ID: 49343 Summary: Neverwinter Online: Launcher crash on Startup Product: Wine Version: 5.10 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: vo_gel_frei@yahoo.de Distribution: ---
Created attachment 67367 --> https://bugs.winehq.org/attachment.cgi?id=67367 Terminal Output
the (old) Neverwinter Online Launcher crashes at startup with wine 5.10. It works well with 5.0.1. My own builds of 5.10 work as well (preventing me from proper regression testing), but I was not able to build a proper SysWoW build of wine with all dependencies.
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #1 from Johannes vo_gel_frei@yahoo.de --- Created attachment 67368 --> https://bugs.winehq.org/attachment.cgi?id=67368 Terminal Output with WINEDEBUG=+seh
https://bugs.winehq.org/show_bug.cgi?id=49343
Johannes vo_gel_frei@yahoo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86 |x86-64 Keywords| |regression
https://bugs.winehq.org/show_bug.cgi?id=49343
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Johannes from comment #1)
Created attachment 67368 [details] Terminal Output with WINEDEBUG=+seh
Hi, could you also attach a WINEDEBUG=+seh,+relay (compressed) output? That might give some more info
My own builds of 5.10 work as well (preventing me from proper regression testing)
Did you use any special compilation flags?
the (old) Neverwinter Online Launcher crashes
As the game seems to be free, could you add (exact) downloadlink (and version) of the launcher?
Thanks in advance for reporting back
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #3 from Johannes vo_gel_frei@yahoo.de --- (In reply to Louis Lenders from comment #2)
(In reply to Johannes from comment #1) Hi, could you also attach a WINEDEBUG=+seh,+relay (compressed) output? That might give some more info
The program behaves differently with those debug options when launched from terminal and shows a window with an error. All options exit the application. When set up to log to file (>> log_file_relay 2>&1) no such thing happens (the application crashes directly again).
Did you use any special compilation flags?
No, but i was missing a lot of 32bit libraries. I could not figure out how to get them (Ubuntu 19.10).
As the game seems to be free, could you add (exact) downloadlink (and version) of the launcher?
I think the launcher gets downloaded by the other launcher during installation or is not available any more at all. I uploaded it to dropbox since it is a tad to big for an attachment: https://dl.dropbox.com/s/0e8jg6les4d5qlq/Neverwinter.tar.xz
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #4 from Johannes vo_gel_frei@yahoo.de --- Created attachment 67403 --> https://bugs.winehq.org/attachment.cgi?id=67403 Compressed "Terminal Output" with WINEDEBUG=+seh,+relay
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #5 from Johannes vo_gel_frei@yahoo.de --- Created attachment 67404 --> https://bugs.winehq.org/attachment.cgi?id=67404 Errow window that pops up when running with WINEDEBUG=+seh,+relay
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #6 from Johannes vo_gel_frei@yahoo.de --- Problem persists with wine 5.11 and 5.12
https://bugs.winehq.org/show_bug.cgi?id=49343
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #7 from joaopa jeremielapuree@yahoo.fr --- At least, did you fix that?
Wine cannot find the ncurses library (libncurses.so.6).
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #8 from Johannes vo_gel_frei@yahoo.de --- (In reply to joaopa from comment #7)
At least, did you fix that?
Wine cannot find the ncurses library (libncurses.so.6).
Doesn't change much, but i fixed it. (had this error message with every program for years now :D) Now i get a different line relating to terminal output instead (also with every other (even working) program running over wine):
003c:err:service:process_send_command service protocol error - failed to write pipe!
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #9 from joaopa jeremielapuree@yahoo.fr --- Please, do a regression test now https://wiki.winehq.org/Regression_Testing
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #10 from Johannes vo_gel_frei@yahoo.de --- (In reply to joaopa from comment #9)
Please, do a regression test now https://wiki.winehq.org/Regression_Testing
This won't work (most certainly). If you can link me a proper (easy to follow) tutorial on building wine with 32bit support on L/Ubuntu 19.10, i am happy to perform regression testing. Currently I can build any wine version (e.g. 5.10) (with lots of non essential 32bit build time dependencies missing) and the resulting wine binary works. The officially packaged wine version does however not. That is why i can't do regression testing.
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #11 from joaopa jeremielapuree@yahoo.fr --- I compile wine with Ubuntu 19.10. Everything is explained in the link https://wiki.winehq.org/Building_Wine#Chroot
./configure will list you all the missing development libraries. Add them with command line
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #12 from Johannes vo_gel_frei@yahoo.de --- (In reply to joaopa from comment #11)
I compile wine with Ubuntu 19.10. Everything is explained in the link https://wiki.winehq.org/Building_Wine#Chroot
./configure will list you all the missing development libraries. Add them with command line
With a chroot (as you liked to) building 32bit + 64bit properly worked. One (non essential) dependency is still missing (libhal). i do not know how to get it (searching for libhal via apt gives three, seemingly unrelated results). However with my wine build, the Neverwinter launcher still works fine. With version 5.12 of wine. The same version of wine does not work from the package repos.
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #13 from joaopa jeremielapuree@yahoo.fr --- libhal is deprecated. So no problem to no install it. Did you compile the latest wine git or the wine-5.12 release git?
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #14 from Johannes vo_gel_frei@yahoo.de --- (In reply to joaopa from comment #13)
libhal is deprecated. So no problem to no install it. Did you compile the latest wine git or the wine-5.12 release git?
wine-5.12 release git (git clone git://source.winehq.org/git/wine.git; git checkout tags/wine-5.12)
https://bugs.winehq.org/show_bug.cgi?id=49343
Olivier F. R. Dierick o.dierick@piezo-forte.be changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick@piezo-forte.be
--- Comment #15 from Olivier F. R. Dierick o.dierick@piezo-forte.be --- Hello,
Which repository does the affected package come from (Ubuntu, WineHQ.org or other)?
Regards.
https://bugs.winehq.org/show_bug.cgi?id=49343
--- Comment #16 from Johannes vo_gel_frei@yahoo.de --- (In reply to Olivier F. R. Dierick from comment #15)
Hello,
Which repository does the affected package come from (Ubuntu, WineHQ.org or other)?
Regards.
winehq-devel (5.12~eoan) from WineHQ
https://bugs.winehq.org/show_bug.cgi?id=49343
Johannes vo_gel_frei@yahoo.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #17 from Johannes vo_gel_frei@yahoo.de --- Not sure what fixed it, but i do not have that issue any more. (i updated to Ubuntu 20.04 and updated wine)
https://bugs.winehq.org/show_bug.cgi?id=49343
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.18.