http://bugs.winehq.org/show_bug.cgi?id=4853
qingdao33122(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From qingdao33122(a)yahoo.com 2006-02-05 01:00 -------
Tried wine 0.9.12, this bug seems to be fixed.
I think we should close 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.
http://bugs.winehq.org/show_bug.cgi?id=5170
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Error message about failed |Office 97 install - failed
|DDE communication when |DDE communication
|installing Office 97 |
--
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=4648
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-01-05 20:18 -------
Thanks: please send your patch to wine-patches(a)winehq.org.
--
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=4648
------- Additional Comments From ead1234(a)hotmail.com 2006-01-05 19:31 -------
I've found the problem to this. The thumbnail is actually displaying but windows
doesn't like the zero height and width being output by the appdb so it displays
it 0 pixels by 0 pixels literally.
<a href="./appimage.php?id=56"
onclick="javascript:openWin('./appimage.php?id=56','He8P8',776,436);return
false;"><img src="./appimage.php?thumbnail=true&id=56" alt="Designer" width=""
height=""></a>
where this works in internet explorer
<a href="./appimage.php?id=56"
onclick="javascript:openWin('./appimage.php?id=56','He8P8',776,436);return
false;"><img src="./appimage.php?thumbnail=true&id=56" alt="Designer"></a>
The problem lies in include/screenshot.php
oThumbnailImage is spelled wrong
--
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=5135
------- Additional Comments From parsonsl(a)upstate.edu 2006-01-05 14:56 -------
I think your bug might be related to the bug I posted some time ago with new
versions of wine not running windows executables in FreeBSD. Look at
Bug #5008
I can give you instructions on regression testing if you have the time and
drive space to do it. I won't have time to continue regression testing for
some time right now, but I may be able to help you with it if you want to pick
up where I left off.
During my testing I was able to get previously non-working versions of wine
(like 0.9.6) to run both 16 and 32bit binaries successfully. I have not been
able to get any further than that due to time constraints.
--
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=4561
------- Additional Comments From imago(a)devinity.de 2006-01-05 14:32 -------
> Unhandled exception: page fault on read access to 0x003c002f in 32-bit code
> (0x7ff9aea1).
> In 32 bit mode.
> Register dump:
> CS:0073 SS:007b DS:007b ES:007b FS:ffff GS:0033
The fs register looks quite wrong to me.
It probably crashes then in process_attach when accessing
NtCurrentTeb->xxx(which uses the fs register).
So I would *guess* the fglrx driver wants to use this register for its own
purpose(for whatever reasons), which simply doesn't work with wine.
You could probably verify that with a simple test prog, which dlopens libGL and
checks the fs register before and after loading GL.
But reading comment #6 the option UseFastTLS="2" should work around that
problem, so I dunno if it worth to put too much effort into this ;)
--
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=5090
------- Additional Comments From spidie99(a)gmail.com 2006-01-05 13:58 -------
Sorry OGL, not D3D. Don't remember exactly what I did, it was a couple of weeks
ago, but it was mostly dlls/opengl32/wgl_ext.c I fiddled with I think.
--
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=5090
spidie99(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spidie99(a)gmail.com
--
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.