http://bugs.winehq.org/show_bug.cgi?id=17425
Summary: NanoEgineer-1: application not responding after startup Product: Wine Version: 1.1.14 Platform: Other URL: http://www.nanoengineer-1.com OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: dendron2000@mail.ru
Created an attachment (id=19498) --> (http://bugs.winehq.org/attachment.cgi?id=19498) NanoEngineer application log
Free open-source nano structures scientific tools are not working under wine. The program installs without problems, but when I try to run it - it hangs after drawing the interface.
This is unexpected, as the project uses cross-platform python language and QT4 library. It also may affect other applications which make use of these tools, so I mark this bug as 'major'.
http://bugs.winehq.org/show_bug.cgi?id=17425
Denis Rut'kov dendron2000@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, FIXME, | |NoAppDBEntry, source
http://bugs.winehq.org/show_bug.cgi?id=17425
--- Comment #1 from Denis Rut'kov dendron2000@mail.ru 2009-02-16 14:35:15 --- And yes, I have nvidia binary drivers installed and I can run 3D games with wine. So my videocard (GF6600Go) is capable of OpenGL.
http://bugs.winehq.org/show_bug.cgi?id=17425
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Keywords|FIXME, NoAppDBEntry |
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2009-02-16 16:25:54 --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
Try reinstalling video drivers. If your system is 64-bit make sure 32-bit libs are installed as well.
http://bugs.winehq.org/show_bug.cgi?id=17425
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Component|-unknown |opengl Ever Confirmed|0 |1
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-08-24 04:13:18 --- confirming. I'm attaching +wgl,+opengl trace.
There seems to be 2 bugs here: the err:wgl:is_extension_supported No OpenGL extensions found, check if your OpenGL setup is correct!
is printed a load of times, which looks rather incorrect.
The 2nd is the freeze of the GUI. For me the applications starts fine if I use native glu32. Denis, can you confirm that native glu32 makes the app start fine? (copy it from a windowspartition to ~/.wine/drive_c/windows/system32/ and run like WINEDLLOVERRIDES="glu32=n" wine main.exe)
http://bugs.winehq.org/show_bug.cgi?id=17425
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-08-24 04:14:19 --- Created an attachment (id=23235) --> (http://bugs.winehq.org/attachment.cgi?id=23235) +wgl,+opengl trace
http://bugs.winehq.org/show_bug.cgi?id=17425
Roderick Colenbrander thunderbird2k@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |thunderbird2k@gmail.com
--- Comment #5 from Roderick Colenbrander thunderbird2k@gmail.com 2009-11-17 05:28:03 --- I have no idea what's going wrong. I checked it on my ati system and around the error it reports some pagefaults. GLU32 has some callback functions for tessalation and the app seems to call those, so perhaps something is going wrong close to there. GLU32 is just a simple wrapper library and it only makes GL calls and no GLX/WGL. It must be something in our glu32->libGLU wrapper but I have no idea where it is and I have no experience it.
http://bugs.winehq.org/show_bug.cgi?id=17425
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #6 from joaopa jeremielapuree@yahoo.fr 2011-08-02 06:29:46 CDT --- still a bug in current wine?
http://bugs.winehq.org/show_bug.cgi?id=17425
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com --- The official site is dead, it may be possible to try with one of these: http://diyhpl.us/~bryan/irc/nanoengineer/snapshots/ http://sourceforge.net/projects/moleculardynami/files/NanoEngineer/
http://bugs.winehq.org/show_bug.cgi?id=17425
--- Comment #8 from Austin English austinenglish@gmail.com --- (In reply to comment #7)
The official site is dead, it may be possible to try with one of these: http://sourceforge.net/projects/moleculardynami/files/NanoEngineer/
[austin@localhost ~]$ sha1sum NanoEngineer-1_Suite_v1.1.1.exe 2eb1709bb30f06bd68eea2b20ca7d82a1fb7ec4d NanoEngineer-1_Suite_v1.1.1.exe [austin@localhost ~]$ du -h NanoEngineer-1_Suite_v1.1.1.exe 98M NanoEngineer-1_Suite_v1.1.1.exe [austin@localhost ~]$ wine --version wine-1.7.11
Still present.
https://bugs.winehq.org/show_bug.cgi?id=17425
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #9 from Sebastian Lackner sebastian@fds-team.de --- Comment #5 is right, the deadlock is caused by bugs in the glu32 wrapper.
Bug 37239 (Deadlock of Adobe Premiere Pro 2) is the same issue, and after applying my patch ( https://bugs.winehq.org/attachment.cgi?id=49564&action=diff ) the NanoEngineer application seems to work well for me (haven't tested all functions though, but placing some DNA molecules worked well ;) ). There is only a small redrawing issue after starting the app, but clicking on the drawing area fixes it.
Should be marked as duplicate of 37239 (or the other way round).
https://bugs.winehq.org/show_bug.cgi?id=17425
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht@gmx.net Hardware|Other |x86 Resolution|--- |DUPLICATE
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
since Sebastian provided the analysis and solution in bug 37239 , resolving as dupe.
Regards
*** This bug has been marked as a duplicate of bug 37239 ***
https://bugs.winehq.org/show_bug.cgi?id=17425
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Bruno Jesus 00cpxxx@gmail.com --- Closing duplicate bugs.