http://bugs.winehq.org/show_bug.cgi?id=6902
Summary: D-Info 2001 full text search crashes after click on exit
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)haeber.de
The program D-Info crashes after a click on the exit-button in the full text
search with this error:
err:seh:setup_exception stack overflow 592 bytes in thread 0009 eip 7bc6595a
esp 00840db0 stack 0x841000-0xa50000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5652
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From thestig(a)google.com 2006-14-12 16:18 -------
testing shows this patch caused the regression:
c8901d6f6253f6c97610eb1068ac4ff89758ed0a is first bad commit
commit c8901d6f6253f6c97610eb1068ac4ff89758ed0a
Author: Stefan Dösinger <stefandoesinger(a)gmx.at>
Date: Fri Jun 9 19:36:12 2006 +0200
ddraw: Rewrite most of ddraw using WineD3D.
Immediately after the patch, the game went from working to crashing. I guess the
fact that it's not crashing anymore is an improvement?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6686
ajackson(a)bcs.org.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ajackson(a)bcs.org.uk 2006-14-12 16:05 -------
I haven't had this occur since the switch to 0.9.27 so I assume some change has
fixed the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6901
Summary: Assistants in MS Works 4.0 aborts
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)haeber.de
The work-assistants in MS Works 4.0 crashes. But the main program recovers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6900
thunderbird2k(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From thunderbird2k(a)gmx.net 2006-14-12 15:36 -------
Could you run WoW.exe like this:
WINEDEBUG=+wgl wine wow -opengl &> log
Then provide me with that logfile.
Thanks,
Roderick
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6899
thunderbird2k(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From thunderbird2k(a)gmx.net 2006-14-12 15:34 -------
Hi,
The issue you are seeing is not caused by Ulrich his patch though the crash is
related to it.
Untill last week wine offered its own implementation of glut32.dll. It was
removed because it didn't appear to be compatible with most win32 programs. The
dll calls native functions behind its back. In case of a win32 glut32.dll this
are windows opengl functions (WGL) whereas on Linux it are glX functions. The
mixing of wgl/glx functions caused issues and for this reason the dll got removed.
The issue you are seeing is one of the cases where wine's glut32.dll had issues.
The dll can create an OpenGL context and set it as the context of the current
thread. The programs expects this to be done by glut and then just calls GL
functions. Based on your wgl output I think you have wine's glut32 around which
creates a GLX context instead of a WGL one. This isn't seen by wine and causes
the crash.
I explained the same to you on IRC and removing glut32.dll.so (which was a
remnant of an old wine installation) indeed fixed the problem.
Regards,
Roderick
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6679
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-12 15:16 -------
The patch prevents crash in AutoCAD 2000. I have not verified actual
functionality but it seemed as ACAD being happy with it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.