https://bugs.winehq.org/show_bug.cgi?id=53940
Bug ID: 53940 Summary: I have an app that launches an app, but when that app launches the second app, the second app opens with a black screen. Product: Wine Version: 7.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: hsehnt@q.com Distribution: ---
Created attachment 73498 --> https://bugs.winehq.org/attachment.cgi?id=73498 standard out of wine RMS\ Express.exe
I have an app that launches an app, but when that app launches the second app, the second app opens with a black window. It doesn't do that in windows.
I've recorded the screencast and piped the standard out to blackscreen.txt
$ wine RMS\ Express.exe |& tee blackscreen.txt
I updated the screencast and blackscreen.txt file.
At about 10 seconds into the video I click on the open session (upper right of screen) to launch a VARA HF winlink session. This is still part of the first app (RMS Express). The VARA HF winlink session request spawns a new app called VARA. It is the VARA app that opens with a black window. If I open VARA manually, it opens with a good usable window. It's only a black window when automatically spawned by RMS Express.
I don't know how to troubleshoot this. I'm hoping there is enough information in the blackscreen.txt file that can be correlated with the screen capture.
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #1 from William Tracy hsehnt@q.com --- Created attachment 73499 --> https://bugs.winehq.org/attachment.cgi?id=73499 screencast of black window problem
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #2 from William Tracy hsehnt@q.com --- Created attachment 73501 --> https://bugs.winehq.org/attachment.cgi?id=73501 mp4 of screencast of black window problem
https://bugs.winehq.org/show_bug.cgi?id=53940
William Tracy hsehnt@q.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Alias| |Winlink_Express
https://bugs.winehq.org/show_bug.cgi?id=53940
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|I have an app that launches |VARA window is black when |an app, but when that app |launched from RMS Express |launches the second app, | |the second app opens with a | |black screen. | Alias|Winlink_Express |
https://bugs.winehq.org/show_bug.cgi?id=53940
William Tracy hsehnt@q.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #73499|0 |1 is obsolete| |
--- Comment #3 from William Tracy hsehnt@q.com --- Comment on attachment 73499 --> https://bugs.winehq.org/attachment.cgi?id=73499 screencast of black window problem
can't view webm file. converted it to mp4 and uploaded
https://bugs.winehq.org/show_bug.cgi?id=53940
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi, is that second app "VARA" also a .Net application?
If so you might wanna try disabling d3d9 like :
WINEDLLOVERRIDES=d3d9=d wine RMS Express.exe
(or however that 1st program is called)
Does that change anything?
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #5 from William Tracy hsehnt@q.com --- Louis,
I tried $ WINEDLLOVERRIDES=d3d9=d wine RMS\ Express.exe
and it still launched a black window for VARA, and then 'RMS Express' crashed with backtrace. I attached it.
WINEDLLOVERRIDES did not work.
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #6 from William Tracy hsehnt@q.com --- The second time I tried WINEDLLOVERRIDES=d3d9=d wine RMS\ Express.exe
it didn't crash, but I still got the black window for VARA.
I uploaded the stdout for WINEDLLOVERRIDES=d3d9=d wine RMS\ Express.exe
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #7 from William Tracy hsehnt@q.com --- Created attachment 73512 --> https://bugs.winehq.org/attachment.cgi?id=73512 stdout for WINEDLLOVERRIDES=d3d9=d wine RMS\ Express.exe
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #8 from William Tracy hsehnt@q.com --- Created attachment 73513 --> https://bugs.winehq.org/attachment.cgi?id=73513 WINEDLLOVERRIDES=d3d9=d_backtrace
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #9 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to William Tracy from comment #8)
Created attachment 73513 [details] WINEDLLOVERRIDES=d3d9=d_backtrace
If disabling d3d9 doesn`t work then it`s another issue than i thought. I noticed you run wine-7.0.1, maybe upgrading to wine-7.21 might change anything?
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #10 from William Tracy hsehnt@q.com --- I installed wine-7.21. It didn't fix VARA black window. Still a black window. wptracy@wptracy:~$ wine --version wine-7.21
I also tried WINEDLLOVERRIDES=d3d9=d wine RMS\ Express.exe
Still a black window.
Do I need to install another .NET Framework, besides 4.7.2, or a C++ package?
How do I know what .NET is required.
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #11 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to William Tracy from comment #10)
I installed wine-7.21. It didn't fix VARA black window. Still a black window. wptracy@wptracy:~$ wine --version wine-7.21
I also tried WINEDLLOVERRIDES=d3d9=d wine RMS\ Express.exe
Still a black window.
Do I need to install another .NET Framework, besides 4.7.2, or a C++ package?
How do I know what .NET is required.
I don`t think other .Net version would change anything, as a guess.
f I open VARA manually, it opens with a good usable window.
It might be more useful to find out how the 1st app invokes the 2nd one.
Could you run like: WINEDEBUG=+process wine RMS\ Express.exe &>log
and attach the (bzipped2) file "log" to this bugreport?
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #12 from William Tracy hsehnt@q.com --- I'm uploading the winedebug log, but I'm thinking that won't get what you want because RMS Express brings up a window where I have to manually click to open another session called Vara HF Winlink. Vara HF Winlink session window is configured in it's settings to Automatically launch Vara TNC when session is opened. And that is when the VARA window is launched automatically. See the attached bzip2 log and Screenshots.pdf
WINEDEBUG=+process wine RMS\ Express.exe &>log
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #13 from William Tracy hsehnt@q.com --- Created attachment 73518 --> https://bugs.winehq.org/attachment.cgi?id=73518 wine WINEDEBUG=+process wine RMS\ Express.exe &>log
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #14 from William Tracy hsehnt@q.com --- Created attachment 73519 --> https://bugs.winehq.org/attachment.cgi?id=73519 RMS Express screenshots
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #15 from William Tracy hsehnt@q.com --- Woops, I thing the WINEDEBUG=+process wine RMS\ Express.exe &>log
does get what you want.
I recorded another session and bzip2 the log.
I uploaded the new winedebug+process log
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #16 from William Tracy hsehnt@q.com --- Created attachment 73520 --> https://bugs.winehq.org/attachment.cgi?id=73520 new bzip2 log of degug process
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #17 from Louis Lenders xerox.xerox2000x@gmail.com --- So you can see that it is called like: C:\VARA\Vara.exe TCPIP 127.0.0.1 8300
If you run that command (wine Vara.exe TCPIP 127.0.0.1 8300) does also show the black window?
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #18 from William Tracy hsehnt@q.com --- Yes I did see how it was called in the program trace.
Thanks for all the good wine troubleshooting training you're giving me.
(wine Vara.exe TCPIP 127.0.0.1 8300)
generates a good VARA window. I uploaded a PDF of it.
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #19 from William Tracy hsehnt@q.com --- Created attachment 73523 --> https://bugs.winehq.org/attachment.cgi?id=73523 (wine Vara.exe TCPIP 127.0.0.1 8300) PDF
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #20 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to William Tracy from comment #18)
(wine Vara.exe TCPIP 127.0.0.1 8300)
generates a good VARA window.
Well then i`m a bit out of ideas really; could be maybe repainting/focus issue but that is all a shot in the dark Guess someone really needs to debug this deeply then.
Maybe one thing you might try is try maximize /minimize or resize the window, or run the app in a virtual desktop (see winecfg under graphics tab)
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #21 from William Tracy hsehnt@q.com --- I tried maximize/minimize/resizing the window but that didn't help.
I also tried setting in winecfg graphics tab. That didn't help.
Thanks for all your help and for the trouble shooting commands. That
was very helpful.
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #22 from William Tracy hsehnt@q.com --- Auto launch worked and window was not black when I configured Vara Setup with locations, and ticked Automatically launch Vara TNC when session is opened and ticked Show the Vara TNC screen when it's launched.
see attached screenshot.
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #23 from William Tracy hsehnt@q.com --- Created attachment 73530 --> https://bugs.winehq.org/attachment.cgi?id=73530 Vara TNC Setup screenshot
https://bugs.winehq.org/show_bug.cgi?id=53940
--- Comment #24 from William Tracy hsehnt@q.com --- Created attachment 73532 --> https://bugs.winehq.org/attachment.cgi?id=73532 Debug Process Trace when extra TNC setup options ticked
https://bugs.winehq.org/show_bug.cgi?id=53940
William Tracy hsehnt@q.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #25 from William Tracy hsehnt@q.com --- It wasn't a problem with the software. I should have used the correct TNC setup options.
https://bugs.winehq.org/show_bug.cgi?id=53940
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #26 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 7.22.
https://bugs.winehq.org/show_bug.cgi?id=53940
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |INVALID