[Bug 47318] New: wine has seizure when run in ubuntu 18.04LTS with NVIDIA driver
https://bugs.winehq.org/show_bug.cgi?id=47318 Bug ID: 47318 Summary: wine has seizure when run in ubuntu 18.04LTS with NVIDIA driver Product: Wine Version: 4.0.1 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: topjetboy(a)yahoo.com Distribution: --- Ubuntu 18.04 with NVIDIA driver on Jun 3 17:15:32 2019 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 418.56 Driver Version: 418.56 CUDA Version: 10.1 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 TITAN X (Pascal) Off | 00000000:01:00.0 On | N/A | | 23% 29C P0 61W / 250W | 866MiB / 12192MiB | 1% Default | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 1812 G /usr/lib/xorg/Xorg 45MiB | | 0 1890 G /usr/bin/gnome-shell 50MiB | | 0 3724 G /usr/lib/xorg/Xorg 433MiB | | 0 3881 G /usr/bin/gnome-shell 334MiB | +-----------------------------------------------------------------------------+ wine installed as per instructions. succesfully installed mathType.exe executing ~/.wine/drive_c/MathType$ wine MathType.exe results in 0024:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 000d:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 0009:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 002d:fixme:kernelbase:AppPolicyGetThreadInitializationType 0xfffffffa, 0xa7fea0 003b:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! 003b:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! 0009:fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"! 0009:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub! 0031:fixme:heap:RtlCompactHeap (0x2120000, 0x0) stub 002c:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 0040:fixme:tasklist:wmain stub: L"C:\\windows\\system32\\tasklist.exe" L"/FI" L"PID eq 8" L"/FO" L"CSV" L"/NH" ^C0043:fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0 Although window for MathType appears, any attempt to use it only causes ubuntu to beep. Same exe runs fine on windows machine. I need to run NVIDIA driver for machine learning projects. -- 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=47318 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |o.dierick(a)piezo-forte.be --- Comment #1 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- Hello, Please, attach WINEDEBUG=+xrandr terminal output. 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=47318 --- Comment #2 from topjetboy(a)yahoo.com --- (base) stefan(a)4930:~$ WINEDEBUG=+xrandr (base) stefan(a)4930:~$ this command produces no output. Does it save it somewhere? -- 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=47318 --- Comment #3 from topjetboy(a)yahoo.com --- running this WINEDEBUG=+xrandr > debug.txt produces the file, debug.txt, which is empty -- 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=47318 --- Comment #4 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- (In reply to topjetboy from comment #3)
running this
WINEDEBUG=+xrandr > debug.txt
produces the file, debug.txt, which is empty
Hello, You're expected to know what you're doing. https://wiki.winehq.org/FAQ#How_can_I_get_a_debugging_log_.28a.k.a._terminal... A variable affectation by itself will not give any output. The command to run is: WINEDEBUG=+xrandr wine MathType.exe > debug.txt 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=47318 --- Comment #5 from topjetboy(a)yahoo.com --- Created attachment 64632 --> https://bugs.winehq.org/attachment.cgi?id=64632 debug.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=47318 --- Comment #6 from topjetboy(a)yahoo.com --- Interestingly, the command $ WINEDEBUG=+xrandr wine MathType.exe > debug.txt produced an empty file and all the output was produced at the terminal (which I copied and pasted into debug.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=47318 --- Comment #7 from topjetboy(a)yahoo.com --- Created attachment 64633 --> https://bugs.winehq.org/attachment.cgi?id=64633 betterdebug.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=47318 --- Comment #8 from topjetboy(a)yahoo.com --- Sorry, I executed the debug command from home dir previously. I navigated to the MathType.exe dir and repeated the debug command. The output is in the file 'Betterdebug.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=47318 pattietreutel <katyaberezyaka(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katyaberezyaka(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=47318 --- Comment #9 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- Hello, The issue is not related to the XRandR error message. XRandR error is bug 34368. There is a workaround in the FAQ: https://wiki.winehq.org/FAQ#Broken_NVIDIA_RandR_detected.2C_falling_back_to_... XRandR is only used to change screen resolution. If the application is not a fullscreen one that does switch the resolution XRandR will not be used and the error message is harmless. (In reply to topjetboy from comment #0)
Although window for MathType appears, any attempt to use it only causes ubuntu to beep.
Please, provide a screen shot of the MathType window from your system, just after it is created. 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=47318 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|wine has seizure when run |MathType window is unusable |in ubuntu 18.04LTS with | |NVIDIA driver | -- 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=47318 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal --- Comment #10 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- Importance is normal (=bug in one application). Also, please retest with current wine-devel package (4.9). -- 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=47318 --- Comment #11 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- (In reply to Olivier F. R. Dierick from comment #9)
XRandR error is bug 34368.
Typo: XRandR error is bug 34348. Also, what version of MathType are you using? -- 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=47318 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW URL| |http://www.wiris.com/editor | |/demo/en/ Ever confirmed|0 |1 --- Comment #12 from Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> --- Hello, I found a trial version of MathType (7.4.2.480 - English version) and can confirm the issue. $ du -b MathType-win-en.exe 42560536 MathType-win-en.exe $ sha1sum MathType-win-en.exe 64684968e59c76496c2ad8602499e3c7ea110825 MathType-win-en.exe The main window can be moved and resized and it redraws, but is otherwise completely unresponsive. I don't own a license to the full program but it should work for a 30 day period, according to the website. I use Debian 8 Jessie 64-bit with NVIDIA driver 430.14 and wine-4.9. I get the same terminal output, without the xrandr stuff (I have no xrandr error): --- terminal output --- $ wine MathType.exe 0030:fixme:kernelbase:AppPolicyGetThreadInitializationType 0xfffffffa, 0xb8feb0 003e:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x80c080c, 0000: semi-stub! 003e:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x80c080c, 0000: semi-stub! 0009:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x80c080c, 0000: semi-stub! 0043:fixme:tasklist:wmain stub: L"C:\\windows\\system32\\tasklist.exe" L"/FI" L"PID eq 8" L"/FO" L"CSV" L"/NH" 0039:fixme:msvcrt:__clean_type_info_names_internal (0x16caecd4) stub 0039:fixme:msvcrt:__clean_type_info_names_internal (0x15546344) stub 0039:fixme:msvcrt:__clean_type_info_names_internal (0x1566c40c) stub 0039:fixme:msvcrt:__clean_type_info_names_internal (0x15652594) stub 0039:fixme:msvcrt:__clean_type_info_names_internal (0x1553cfbc) stub 0039:fixme:msvcrt:__clean_type_info_names_internal (0x12ba23cc) stub 0039:fixme:msvcrt:__clean_type_info_names_internal (0x3767c4) stub 0039:fixme:msvcrt:__clean_type_info_names_internal (0x3549e4) stub --- end --- winetricks vcrun6 removes the msvcrt FIXMEs but doesn't fix the issue. 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=47318 Olivier F. R. Dierick <o.dierick(a)piezo-forte.be> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|MathType window is unusable |MathType window is | |unresponsive -- 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=47318 --- Comment #13 from topjetboy(a)yahoo.com --- Yes this is exactly what happens. The window can be moved around but all buttons and fields in it are unresponsive as well as the menu option to quit does not work. -- 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=47318 Gijs Vermeulen <gijsvrm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- 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=47318 Jactry Zeng <jactry92(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.wiris.com/editor |https://web.archive.org/web |/demo/en/ |/20221012073142/https://dow | |nloads.wiris.com/mathtype/w | |indows/MathType-win-en-7.4. | |10.53.exe --- Comment #14 from Jactry Zeng <jactry92(a)gmail.com> --- Still can reproduce this issue with MathType 7.4 on Wine 7.18. sha256: b2747250e68850de277e27be3a9e916b4c9d5e5108b46ace007ef12aac7e13d6 MathType-win-en-7.4.10.53.exe -- 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=47318 --- Comment #15 from Jactry Zeng <jactry92(a)gmail.com> --- Created attachment 73280 --> https://bugs.winehq.org/attachment.cgi?id=73280 A dirty hack of tasklist.exe for MathType. This is caused by the lack of tasklist.exe's implementation. The attached dirty hack should make it happy. -- 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=47318 Jactry Zeng <jactry92(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |programs Summary|MathType window is |MathType window is |unresponsive |unresponsive (needs | |implementation of | |tasklist.exe). -- 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=47318 Jactry Zeng <jactry92(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #16 from Jactry Zeng <jactry92(a)gmail.com> --- This is a duplication of bug 48596. And Wine staging has a patch to make MathType work: https://github.com/wine-staging/wine-staging/tree/master/patches/tasklist-ba... *** This bug has been marked as a duplicate of bug 48596 *** -- 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=47318 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #17 from Austin English <austinenglish(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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla