http://bugs.winehq.org/show_bug.cgi?id=8459
horscht(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #6398 is|0 |1
obsolete| |
------- Additional Comments From horscht(a)gmail.com 2007-21-05 17:58 -------
Created an attachment (id=6405)
--> (http://bugs.winehq.org/attachment.cgi?id=6405&action=view)
Wine console output
--
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=8378
------- Additional Comments From thunderbird2k(a)gmx.net 2007-21-05 16:25 -------
Could you add +opengl as well? So +wgl,+opengl? The 'buggy' code was at a
different location at the time. Now it is available using +wgl, in the past not.
I fear that I won't be able to fix the bug but I'll see what can be done.
--
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=8304
------- Additional Comments From julliard(a)winehq.com 2007-21-05 15:58 -------
The app is passing a garbage value as expiration, it worked before by pure luck.
I'll add a proper fix.
--
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=3412
------- Additional Comments From markknecht(a)gmail.com 2007-21-05 15:39 -------
BTW - This is not a Vista or even an XP program. LAst time I used it was
probably Win ME or early XP. For kicks I jsut tried it on my current Win XP box
and it installed and runs fine.
I'll be happy to continue trying things. Note that I haven't used Wine in quite
awhile so I may need some detailed instructions if things go beyond just
installing and running the program.
Cheers
--
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=8304
------- Additional Comments From wine.dev(a)web.de 2007-21-05 15:36 -------
Created an attachment (id=6404)
--> (http://bugs.winehq.org/attachment.cgi?id=6404&action=view)
good_thread.txt
Part of the log with the last good state:
When kernel32.SetWaitableTimer is called, expire in set_timer() is 0
and the following kernel32.WaitForMultipleObjects result in select() = PENDING
Afterwards the next thread is started.
When the Main-Menu is up, both threads alternate from
*wakeup* to select() = PENDING
(ret from kernel32.WaitForMultipleObjects is equal in both threads)
--
By by ... Detlef
--
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=8371
------- Additional Comments From stefandoesinger(a)gmx.at 2007-21-05 15:30 -------
You could try to insert a glReadBuffer(GL_BACK) right before glxswapbuffers in
dlls/wined3d/swapchain.c to see if that fixes the problem. Wine doesn't keep
track of the currently set read buffer. All functions that need a specific
setting set it without caring for restoring the previous value.
--
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=8304
------- Additional Comments From wine.dev(a)web.de 2007-21-05 15:25 -------
Created an attachment (id=6403)
--> (http://bugs.winehq.org/attachment.cgi?id=6403&action=view)
bad_thread.txt
Part of the log after the bad commit:
When kernel32.SetWaitableTimer is called, expire in set_timer() is != 0
and every following kernel32.WaitForMultipleObjects result in select() = 1
--
By by ... Detlef
--
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=3412
------- Additional Comments From markknecht(a)gmail.com 2007-21-05 15:14 -------
Terminal data for MathCAD 8 were sent as new attachment. Not sure it says enough
to help much.
I have no need to run this program immediately under Wine these days so let's
work to see if we can solve the problems correctly. I'm in no rush. This bug is
almost 2 years old!
--
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.