http://bugs.winehq.org/show_bug.cgi?id=14547
Summary: Problem with loading of windows from Java applications Product: Wine Version: 1.1.1 Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: yolande@haneder.biz
Created an attachment (id=14894) --> (http://bugs.winehq.org/attachment.cgi?id=14894) Files for the test case
We made a test case to show that child windows for Java applications (written in a class are not appearing) are problematic. To start the test, you have to install Java on Wine (I tested with java1.5-10) and start file in the /bin directory of the java installation directory.
What is expected (showing during tests on Windows XP): There is a mainframe called "Using a JDesktopPane" Then a row in the main body of the main frame called "Add" Then a child window called "Internal frame"
Result in Wine: Totally black screen with only the part with the word "Add" to be visible. Through hovering the mouse over the black part, you can restore most parts of your desktop to access other windows.
If you need the source code of any of the file, you just need to ask.
http://bugs.winehq.org/show_bug.cgi?id=14547
--- Comment #1 from Lei Zhang thestig@google.com 2008-07-18 12:34:47 --- If you can attach the source code, that would great.
http://bugs.winehq.org/show_bug.cgi?id=14547
--- Comment #2 from Yolande Haneder yolande@haneder.biz 2008-07-18 12:54:29 --- Created an attachment (id=14901) --> (http://bugs.winehq.org/attachment.cgi?id=14901) Java file
I will attach the source code of the class on Monday, it's not on this computer. Here the other files I had previously, it had just been compiled differently. The Java file can be opened with Gedit.
http://bugs.winehq.org/show_bug.cgi?id=14547
--- Comment #3 from Yolande Haneder yolande@haneder.biz 2008-07-18 12:55:39 --- Created an attachment (id=14902) --> (http://bugs.winehq.org/attachment.cgi?id=14902) Class for the test
http://bugs.winehq.org/show_bug.cgi?id=14547
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2008-07-18 18:14:31 --- This is probably a known problem with our ddraw implementation. Some programs (including, I believe, the java swing toolkit) like to lock the entire screen so that they have a block of memory that they can read and write to do drawing. In Wine, we would theoretically have to grab the screen, wait for the program to do drawing, and then write the entire screen back. Instead, we give it a black screen and write the information back to only the application's window (but swing gives us a NULL window so we have to write back to the entire screen).
Windows Vista with compositing enabled doesn't support this kind of behavior either. It would be nice to see a result from the test on real Windows Vista with compositing and Wine with winver set to Vista (but this wouldn't tell us anything about Wine or get us closer to fixing this bug.. I'm just curious about the result).
http://bugs.winehq.org/show_bug.cgi?id=14547
--- Comment #5 from Austin English austinenglish@gmail.com 2009-01-21 11:06:11 --- Is this still an issue in current (1.1.13 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=14547
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damjan.jov@gmail.com Status|UNCONFIRMED |NEW Component|-unknown |directx-d3d Ever Confirmed|0 |1
--- Comment #6 from Damjan Jovanovic damjan.jov@gmail.com 2009-04-13 11:38:35 --- It's still an issue in 1.1.17. If you set the environment variable J2D_D3D=false, it works.
Confirming and setting component.
Is bug 18020 a duplicate of this one? The same workaround also works there.
http://bugs.winehq.org/show_bug.cgi?id=14547
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |testcase Severity|normal |major
--- Comment #7 from Damjan Jovanovic damjan.jov@gmail.com 2009-05-17 04:57:18 --- Many bugs about this, some with votes, and all Java GUI applications break because of this => raising severity to MAJOR and closing the duplicates.
http://bugs.winehq.org/show_bug.cgi?id=14547
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kennybobs@o2.co.uk
--- Comment #8 from Damjan Jovanovic damjan.jov@gmail.com 2009-05-17 05:11:43 --- *** Bug 18020 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=14547
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |correo.cuervo@gmail.com
--- Comment #9 from Damjan Jovanovic damjan.jov@gmail.com 2009-05-17 05:12:40 --- *** Bug 17371 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=14547
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #10 from Damjan Jovanovic damjan.jov@gmail.com 2009-05-17 05:14:44 --- *** Bug 10914 has been marked as a duplicate of this bug. ***
http://bugs.winehq.org/show_bug.cgi?id=14547
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=14547
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.sonyericsson.com | |/cws/download/1/110/61/1239 | |022074/Update_Service_Setup | |-2.9.4.19.exe
--- Comment #11 from Ken Sharp kennybobs@o2.co.uk 2009-08-05 19:53:07 --- Still present in latest git.
http://bugs.winehq.org/show_bug.cgi?id=14547
butraxz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz@gmail.com
--- Comment #12 from butraxz@gmail.com 2012-05-18 05:26:49 CDT --- This bug has not been updated for three years and OP by four. Is this still an issue i current (1.5.4) or newer wine ? You may also close this as abandoned if you feel that that this is issue is no longer relevant to you.
http://bugs.winehq.org/show_bug.cgi?id=14547
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #13 from Damjan Jovanovic damjan.jov@gmail.com 2012-05-18 09:26:20 CDT --- The above test case is not a problem in vanilla Wine 1.3.28 and Ubuntu Wine 1.4 with jdk 6u26.
Resolving fixed.
http://bugs.winehq.org/show_bug.cgi?id=14547
Damjan Jovanovic damjan.jov@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | Summary|Problem with loading of |Problem with loading of |windows from Java |windows from Java |applications |applications with older | |Java versions
--- Comment #14 from Damjan Jovanovic damjan.jov@gmail.com 2012-05-18 09:47:19 CDT --- Actually it only works because Java made some changes in recent versions. JDK 1.6.0 still has the problem, so this bug is REOPENED.
http://bugs.winehq.org/show_bug.cgi?id=14547
--- Comment #15 from Damjan Jovanovic damjan.jov@gmail.com 2012-05-18 09:48:19 CDT --- This only works with JDK 6u26 because of changes in Java. JDK 1.6.0 still has the problem, so this bug is REOPENED.
https://bugs.winehq.org/show_bug.cgi?id=14547
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW
--- Comment #16 from Ken Sharp imwellcushtymelike@gmail.com --- Probably still an issue in Wine 1.7.45.
https://bugs.winehq.org/show_bug.cgi?id=14547
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #17 from super_man@post.com --- Download dead.
https://bugs.winehq.org/show_bug.cgi?id=14547
Andrey raziel943@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |raziel943@gmail.com