http://bugs.winehq.org/show_bug.cgi?id=11012
Summary: KOMPAS-3D: Problems with OpenGL Product: Wine Version: 0.9.52. Platform: PC URL: http://download.kompas.kolomna.ru/public/International/E n/Kompas-3D_LT_V9_En_SP1_intgr.zip OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-opengl AssignedTo: wine-bugs@winehq.org ReportedBy: aleks@spamtest.ru
Created an attachment (id=9998) --> (http://bugs.winehq.org/attachment.cgi?id=9998) Kompas-3D with OpenGL bug
When I try to edit model (select XY plane and try to add aperture, etc.) screen becomes black and no screen redraw. Sometimes application crashes.
The problem can be reproduced in WINE 0.9.47-0.9.52 and KOMPAS 8-9.
Correct screenshots (before edit attempt): http://appdb.winehq.org/screenshots.php?iAppId=4606&iVersionId=
http://bugs.winehq.org/show_bug.cgi?id=11012
Aleksandr Yakimov aleks@spamtest.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #1 from Roderick Colenbrander thunderbird2k@gmx.net 2008-01-06 11:00:15 --- What video drivers are you using? Could you run the app using WINEDEBUG=+wgl?
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #2 from Aleksandr Yakimov aleks@spamtest.ru 2008-01-06 12:40:03 --- Created an attachment (id=10082) --> (http://bugs.winehq.org/attachment.cgi?id=10082) WINEDEBUG=+wgl,+opengl wine 'C:\Program Files\ascon\KOMPAS-3D LT V9\Bin\KOMPASLT.exe'
I'm using binary nvidia-drivers-100.14.19.
This bug can be reproduced using nouveau drivers (from GIT).
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #3 from Aleksandr Yakimov aleks@spamtest.ru 2008-01-06 13:01:25 --- Created an attachment (id=10083) --> (http://bugs.winehq.org/attachment.cgi?id=10083) glxinfo output
GLX_SGI_swap_control seems as supported.
http://bugs.winehq.org/show_bug.cgi?id=11012
Aleksandr Yakimov aleks@spamtest.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #9998 is|0 |1 obsolete| |
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #4 from Aleksandr Yakimov aleks@spamtest.ru 2008-01-12 04:08:33 --- Created an attachment (id=10176) --> (http://bugs.winehq.org/attachment.cgi?id=10176) Kompas-3D with OpenGL bug (EN version)
Screenshot from English version of KOMPAS-3D.
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #5 from Aleksandr Yakimov aleks@spamtest.ru 2008-01-12 04:13:29 --- Created an attachment (id=10177) --> (http://bugs.winehq.org/attachment.cgi?id=10177) WINEDEBUG=+wgl wine 'C:\Program Files\ascon\KOMPAS-3D LT V9\Bin\KOMPASLT.exe'
Wine 0.9.53.
This bug is still actual.
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #6 from Roderick Colenbrander thunderbird2k@gmx.net 2008-02-25 12:51:28 --- I have no idea what the program is doing. You could try the latest git version of wine (the one of 25 february). It should fix a lot of OpenGL issues (lack of pixel formats). Hopefully that fixes it.
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #7 from Aleksandr Yakimov aleks@spamtest.ru 2008-02-27 03:14:49 --- (In reply to comment #6)
I have no idea what the program is doing. You could try the latest git version of wine (the one of 25 february). It should fix a lot of OpenGL issues (lack of pixel formats). Hopefully that fixes it.
Not fixes :-( (FEATURES=nostrip emerge -v =wine-9999)
It seems problem may be in other components.
The first log with buildin msvcrt, second with native.
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #8 from Aleksandr Yakimov aleks@spamtest.ru 2008-02-27 03:17:10 --- Created an attachment (id=11006) --> (http://bugs.winehq.org/attachment.cgi?id=11006) buildin msvcrt
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #9 from Aleksandr Yakimov aleks@spamtest.ru 2008-02-27 03:19:19 --- Created an attachment (id=11007) --> (http://bugs.winehq.org/attachment.cgi?id=11007) native msvcrt (bug in comctl32)
http://bugs.winehq.org/show_bug.cgi?id=11012
Aleksandr Yakimov aleks@spamtest.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://download.kompas.kolom%7Chttp://download.kompas.kolom |na.ru/public/International/E|na.ru/public/International/E |n/Kompas- |n/Kompas3DV9_Demo_En_SP2_int |3D_LT_V9_En_SP1_intgr.zip |gr.zip
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #10 from Aleksandr Yakimov aleks@spamtest.ru 2008-06-22 05:20:54 --- According to Ivan Sinitsin (Etersoft) this problem is due to GDI drawing over OpenGL picture.
He suggested, that problem in SetROP2 function (incorrect R2_COPYPEN mode setting).
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #11 from Roderick Colenbrander thunderbird2k@gmx.net 2008-08-14 17:01:26 --- A long time ago we had opengl / gdi mixing issues where they drew over each other but it has been fixed a while ago. This is something else and I don't know what.
http://bugs.winehq.org/show_bug.cgi?id=11012
Aleksandr Yakimov skyaleks@ya.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|opengl |gdi32
http://bugs.winehq.org/show_bug.cgi?id=11012
Ivan Sinitsin ivan@etersoft.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ivan@etersoft.ru
--- Comment #12 from Ivan Sinitsin ivan@etersoft.ru 2008-09-30 02:31:18 --- At output OpenGL copying XCopy is used, but the output mode which could be changed by function `SetROP2` is not checked and not returned back as it occurs in Kompas. I send patch to fix this problem.
http://bugs.winehq.org/show_bug.cgi?id=11012
Aleksandr Yakimov skyaleks@ya.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|gdi32 |opengl Keywords| |patch
http://bugs.winehq.org/show_bug.cgi?id=11012
--- Comment #13 from Austin English austinenglish@gmail.com 2010-06-03 23:52:32 --- Is this still a problem in current (1.2-rc2 or newer) wine? Please give steps to reproduce, if so.
http://bugs.winehq.org/show_bug.cgi?id=11012
Alexander Morozov amorozov@etersoft.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |amorozov@etersoft.ru
--- Comment #14 from Alexander Morozov amorozov@etersoft.ru 2010-06-07 15:59:31 --- I tried to reproduce but the program crashes before this bug.
Run KOMPAS.Exe in drive_c/Program Files/ASCON/KOMPAS-3D V9/Bin, press OK, File -> Open..., select drive_c/Program Files/ASCON/KOMPAS-3D V9/Samples/Models/Bracket.m3d, Kompas crashes.
$ wine --version wine-1.2-rc2-111-g9aa9a12
http://bugs.winehq.org/show_bug.cgi?id=11012
butraxz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |butraxz@gmail.com
--- Comment #15 from butraxz@gmail.com 2012-05-16 14:10:10 CDT --- No update from OP for four years. Issue reported two years ago another issue without corresponding ug. Is this still an issue in 1.5.4 or should this be closed as abandoned ?
https://bugs.winehq.org/show_bug.cgi?id=11012
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution|--- |ABANDONED
--- Comment #16 from Anastasius Focht focht@gmx.net --- Hello folks,
no further response from OP, resolving 'abandoned'.
Regards
https://bugs.winehq.org/show_bug.cgi?id=11012
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Austin English austinenglish@gmail.com --- Closing.