[Bug 55156] New: The Program Crashes without opening
https://bugs.winehq.org/show_bug.cgi?id=55156 Bug ID: 55156 Summary: The Program Crashes without opening Product: Wine Version: 7.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: pourmand1376(a)gmail.com Distribution: --- Created attachment 74722 --> https://bugs.winehq.org/attachment.cgi?id=74722 Trace File for error The program crashes without opening. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #1 from joaopa <jeremielapuree(a)yahoo.fr> --- It is always better to report a bug when using the latest development version. Currently, it is wine-8.11. Please test again in a fresh wineprefix with wine-8.11 and report back if the bug persists. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 CC| |o.dierick(a)piezo-forte.be --- Comment #2 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- Hello, In addition to upgrading to a more recent Wine 8.x version, Please, attach a normal (=without WINEDEBUG) terminal output). Instructions to get a log can be found there: https://wiki.winehq.org/FAQ#get_log Is it this application ? https://www.webex.com/downloads/jabber.html Regards. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 Amir <pourmand1376(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|7.0 |8.11 --- Comment #3 from Amir <pourmand1376(a)gmail.com> --- Hi, Thanks for pointing -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 --- Comment #4 from Amir <pourmand1376(a)gmail.com> --- Created attachment 74763 --> https://bugs.winehq.org/attachment.cgi?id=74763 Normal Bug Trace. Via: wine CiscoJabber.exe &> log.txt -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 --- Comment #5 from Amir <pourmand1376(a)gmail.com> --- Hi, Thanks for helping me submit a better issue. The program is indeed what you have provided the link for. I tested the program on wine-8.11 and the problem still persists. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 --- Comment #6 from Amir <pourmand1376(a)gmail.com> --- I Updated my `winbind` package via ``` sudo apt-get remove winbind && sudo apt-get install winbind ``` Still, no success on opening Cicso Jabber. The log after updating is provided. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 --- Comment #7 from Amir <pourmand1376(a)gmail.com> --- Created attachment 74764 --> https://bugs.winehq.org/attachment.cgi?id=74764 Normal Bug Trace After Updating winbind -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 Amir <pourmand1376(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Distribution|--- |Ubuntu CC| |pourmand1376(a)gmail.com -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 Amir <pourmand1376(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.webex.com/downl | |oads/jabber.html -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 Amir <pourmand1376(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|The Program Crashes without |CiscoJabber Crashes without |opening |opening -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 --- Comment #8 from Rafał Mużyło <galtgendo(a)o2.pl> ---
err:wgl:init_opengl Failed to load libGL: libGL.so.1: cannot open shared object file: No such file or directory
This looks like a problem with your package manager, that is one of the deps not being installed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 --- Comment #9 from Amir <pourmand1376(a)gmail.com> --- According to [https://stackoverflow.com/questions/55313610/importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directo](Stackoveflow): ``` sudo apt install libgl1-mesa-glx sudo apt-get install libgl1 sudo apt-get install ffmpeg libsm6 libxext6 -y sudo apt-get install -y python3-opencv sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget sudo apt install python3-pip pip install opencv-python export LD_LIBRARY_PATH="/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH" sudo apt-get install libgl1-mesa-glx:i386 ``` -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 Amir <pourmand1376(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Resolution|--- |FIXED --- Comment #10 from Amir <pourmand1376(a)gmail.com> --- It is now working without any problem. Thanks. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 --- Comment #11 from Amir <pourmand1376(a)gmail.com> --- Distribution Kubuntu-22.04 LTS version -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID CC| |z.figura12(a)gmail.com --- Comment #12 from Zeb Figura <z.figura12(a)gmail.com> --- Nothing was fixed in Wine. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55156 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #13 from Gijs Vermeulen <gijsvrm(a)gmail.com> --- Closing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla