http://bugs.winehq.com/show_bug.cgi?id=1262
------- Additional Comments From felipewd(a)elipse.com.br 2003-02-07 10:54 -------
Created an attachment (id=393)
Executable of a program that creates an transparent window
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1262>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1262
Summary: WS_EX_TRANSPARENT bug
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: felipewd(a)elipse.com.br
CreateWindow's flag WS_EX_TRANSPARENT doesn't do anything.
Cesar Mello did a little example program which uses this flag:
Both source and an executable are available here:
ftp://ftp.elipse.com.br/pub/transp/transp-exe.tar.gz
ftp://ftp.elipse.com.br/pub/transp/transp-source.tar.gz
Does anyone can help me with this?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1262>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1255
------- Additional Comments From horacio6217(a)mchsi.com 2003-02-07 09:43 -------
Sorry for not being more clear about it. It was late, I was tired.
With the newer version of WINE, it only displays those messages and it never
gets Matlab up and running. I waited for about 3 minutes. It only gets as far
as displaying the Matlab logo.
Thanks
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1255>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1261
Summary: Nascar 2002/2003 are not able to start with OpenGL
rasterizer
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: frick(a)sc-networks.de
When selecting OpenGL for playing Nascar Season 2002/2003 the test of the config
program fails, with a message, that the say, that the desired render method can
not be initalized. Starting the game, the game ends at once when starting. A
trace x11drv, opengl and relay was sent to Lionell about this problem.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1261>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1256
felipewd(a)elipse.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From felipewd(a)elipse.com.br 2003-02-07 05:18 -------
Tested and it works great.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1256>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1256
felipewd(a)elipse.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From felipewd(a)elipse.com.br 2003-02-07 05:17 -------
Sander van Leeuwen fixed it with this patch:
--- controls/edit.c.orig 2003-02-07 09:16:26.000000000 -0200
+++ controls/edit.c 2003-02-07 08:57:04.000000000 -0200
@@ -1747,7 +1747,7 @@
alloc_size = ROUND_TO_GROW((size + 1) * sizeof(WCHAR));
if ((es->undo_text = HeapReAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY,
es->undo_text, alloc_size))) {
-
es->undo_buffer_size = alloc_size/sizeof(WCHAR);
+
es->undo_buffer_size = alloc_size/sizeof(WCHAR) - 1;
return TRUE;
}
else
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1256>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1260
Summary: MS Office 2000 installation lock
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: eleknader(a)phnet.fi
MS Office 2000 installation on clean cvs version chokes after accepting the EULA with
following information in console:
wineserver: request.c:175: set_reply_data_size: Assertion `size <=
get_reply_max_size()' failed.
Installation has worked flawlessly a couple of weeks ago, so this is due to a recent
change in wine.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1260>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1259
Summary: Wine system tray under GNOME
Product: Wine
Version: 20010112
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: adamd_84(a)hotmail.com
There appears to be a problem with the wine systray under GNOME, starting wine
will start the systray but no icons are loaded in.
for example the program Utopian Angel(www.utopiatemple.com), requries an icon in
the system tray, the tray appears when wine is started but there is no angel
icon in it.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1259>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1255
------- Additional Comments From tony_lambregts(a)telusplanet.net 2003-02-06 23:45 -------
By the log I take it that the original problem is gone. The log shows me that
the program encounters a couple of stubs. These are not nessesarily a problem. I
suppose that the program still does not work otherwise you would not have
reopened the report. What is not clear to me is what is going wrong. There is no
evidence of a crash from the log. Could you please elaborate on what the problem is.
BTW is matlab is by the company at this web site?. http://www.mathworks.com
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1255>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.