http://bugs.winehq.org/show_bug.cgi?id=2327
Summary: Graphics not rendered with VB6 application using graph
server component
Product: Wine
Version: 20040615
Platform: Other
URL: http://www.performancetrends.com/download.htm#ea3
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richard(a)freedomwigs.com
You can reproduce this bug with the Engine Analayzer Demo from
http://www.performancetrends.com/download.htm#ea3 This is a visual basic
application which launches a separate "graphics server" for rendering the graphs.
Install and run the application. Click "calculate performace" to generate some
results. Click Graph on the menu or the left-most button (incorrectly rendered,
however it renders when clicked - dunno if that's related or not). A new window
is opened but the graph is then not shown, nor are the buttons at the top of the
window.
Errors reported are similar to this - fixme:dc:GetDCEx not supported yet on
other process window 0x100e8
--
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=2287
------- Additional Comments From rklazes(a)xs4all.nl 2004-01-07 05:04 -------
a "ps alx|grep wine" during a header update being different when the fault is
occurring or not would be significant.
The observation that the error occurs only on a fat file system is interesting.
Is this a fat32 or fat16 partition?
I don't remember what version of FreeAgent you are using, including the build
number please.
--
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=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-01-07 02:14 -------
Regarding the question, "Is it possible that there is more then one wine process
active, and that one is 'hung'?" - is that end-user-testable, or is it something
that would have to be examined by someone with significant system knowledge?
--
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=2287
m.d.nagy(a)worldnet.att.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-files
Version|20040505 |20040615
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-01-07 02:10 -------
I tried out the new FC2 rpm of Wine 20040615, and the bug showed up when I used
a vfat filesystem, but not when I used ext3, for the DOS drive containing Agent.
--
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=2325
Summary: Wine-20040615 fails to run on FreeBSD-5.2
Product: Wine
Version: 20040615
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gvs(a)rinet.ru
any app fails with the following reason:
wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: mmap of entire
address space failed: Cannot allocate memory
To be honest, Wine-20040615 doesn't even compile on FreeBSD because of a minor
bug which can be fixed with a little patch:
--- dlls/ntdll/cdrom.c.orig Wed Jun 30 16:21:10 2004
+++ dlls/ntdll/cdrom.c Wed Jun 30 16:22:41 2004
@@ -1735,8 +1735,6 @@
TRACE("\n");
return CDROM_GetStatusCode(ioctl(fd, DVD_AUTH, &auth_info));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
- return CDROM_GetStatusCode(ioctl(cdrom_cache[dev].fd,
(rmv->PreventMediaRemoval) ? CDIOCPREVENT : CDIOCALLOW, NULL));
#else
return STATUS_NOT_SUPPORTED;
#endif
--
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.