http://bugs.winehq.org/show_bug.cgi?id=17703
Summary: unimplemented function KERNEL32.dll.GetSystemTimes
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: superlaido(a)gmail.com
Created an attachment (id=19901)
--> (http://bugs.winehq.org/attachment.cgi?id=19901)
virtualgalileo backtrace
Hi there,
i'm using a sw for control Galileo, a sound processor from meyer sound.
The software is called virtualgalileo, a sw used to emulate a real galileo
controller. The application crashed beccause:
wine: Call from 0x414f18 to unimplemented function KERNEL32.dll.GetSystemTimes,
aborting
A debug output is in the attachment.
The sw is downloadble from:
http://www.meyersound.com/products/processor_drive_systems/galileo/616/regi…
You have to register, sorry...
The sw to download are two:
- Compass, a sw for connect to real and vrtual galileo
- VirtualGalileo, a sw to emulate a galileo (This is the software that crash)
Thanks for any attention
Lawrence
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17695
Summary: Silkypix 3.0 toolbox menus too narrow
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florin(a)andrei.myip.org
Created an attachment (id=19894)
--> (http://bugs.winehq.org/attachment.cgi?id=19894)
screenshot
Running Silkypix 3.0:
http://www.isl.co.jp/SILKYPIX/english/p/
Look at the attached screenshot. It represents an open menu in the application
toolbox. The menu shows only two options, the other can be revealed if you
scroll up/down through the options.
That's not how the menu looks like on Windows. On that OS, many more options
are visible at once - I can't recall if all options are visible, or just many
more. In any case, the way it works on Windows is much more usable. Being able
to see only two options makes it hard to work with the toolbox.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17654
Summary: Edit control on toolbar behaves badly
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
Created an attachment (id=19839)
--> (http://bugs.winehq.org/attachment.cgi?id=19839)
+message,+toolbar,+edit logs for both native and builtin comctl32 on
wine-1.1.16
Let's start with a screenshot:
http://www.polosatus.ru/wine/lefttoolbar.sidebyside.png
On this screenshot you can ignore red numbers, they are related to bug #12553.
The interesting part is edit control, and even more interesting is the most
right button. When running with native comctl32 (bottom image) as you can see
the button is positioned to the right from the edit control. But with builtin
comctl32 (top image) the button is positioned below the edit control. Also,
there is 2 px gap between buttons (supposedly that's what toolbar control
thinks about edit width).
This is the first strange thing.
The second one is displayed on this screenshot:
http://www.polosatus.ru/wine/editbug2.sidebyside.png
Here native comctl32 shows combobox 100% toolbar wide (and without the dropdown
button), and no edit control. Builtin one shows combobox not in full toolbar
size and shows dropdown button. But that's not big problem. The problem is that
edit control is out there, while it shouldn't.
Related to this bug here is what is there in the log: There is
WM_WINDOWPOSCHANGING sent to the edit control which happens with both native
and builtin comctl. But native then also sends WM_WINDOWPOSCHANGED and WM_MOVE
and really moves edit item out of toolbar visible area (somewhere to the
right).
P.S: The application is Watchtower Library.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17228
Summary: Gecko makes Google Talk shows an internal error
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.google.com/talk/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
If you start Google Talk and install gecko, when it starts will show an
internal error and close. If you don't install Gecko this error won't appear.
Tested in wine 1.1.14.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17193
Summary: [PATCH] cope with missing wglGetExtensionsStringARB /
wglGetPixelFormatAttribivARB
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
Created an attachment (id=19093)
--> (http://bugs.winehq.org/attachment.cgi?id=19093)
patch
Currently, WineD3D assumes wglGetExtensionsStringARB and
wglGetPixelFormatAttribivARB are present, and if they're not, it will segfault
when attempting to call them. This patch adds some checks so that:
- The pointers in GLINFO_LOCATION are set to NULL when a WGL function is not
present (this was only done for GL ones).
- Code paths exist to fail gracefully when either wglGetExtensionsStringARB or
wglGetPixelFormatAttribivARB are unimplemented, disabling the functionality
associated with them.
(This situation was found when using WineD3D with Chromium OpenGL as
implemented in VirtualBox OSE 2.1)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17170
Summary: Text display error in Autocad - size mismatch
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
Created an attachment (id=19052)
--> (http://bugs.winehq.org/attachment.cgi?id=19052)
Drawing showing PATH_ExtTextOutW bug
The following attachments are 2 simple autocad drawings with an MTEXT object (2
lines of text) inside.
The first one shows the bug and, when traced, goes through PATH_ExtTextOutW;
the text is drawn much smaller as it should.
On second drawing the same text (just copied-pasted from the first drawing...),
tracing it shows a call to ExtTextOutW and it's displayed correctly.
I don't know why the text object copied from first drawing (which goes through
PATH_ExtTextOutW) doesn't go through the same code flow if pasted on a new
drawing, but it shows indeed some bug on PATH_ExtTextOutW() or other path
functions.
Ciao
Max
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17162
Summary: Installed IE8 RC1 crashes on rpcrt4 call
Product: Wine
Version: 1.1.13
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?FamilyId
=821025fe-9adf-487e-b58c-561b7c8c25db&displaylang=en
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=19040)
--> (http://bugs.winehq.org/attachment.cgi?id=19040)
crash trace
After this patch applied
http://www.winehq.org/pipermail/wine-patches/2009-January/068470.html
I was able to install IE8 RC1 (ENU):
e218ee0868b244e9ba26e9c54184d0ea60923e9e IE8-WindowsXP-x86-ENU.exe
But after first I've got a crash in RpcServerUseProtseqW (actually
RpcServerUseProtseqEpExW wich's last in call tree).
Log provided..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16833
Summary: Build fails in Cygwin at
dlls/inetcomm/internettransport.c
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dgerard(a)gmail.com
./configure --without-freetype (Cygwin freetype isn't detected)
make depend
make
bombs out in the "make" with:
internettransport.c: In function `InternetTransport_WndProc':
internettransport.c:348: error:
`Include_winsock_h_before_stdlib_h_or_use_the_MSVCRT_library' undeclared (first
use in this function)
internettransport.c:348: error: (Each undeclared identifier is reported only
once
internettransport.c:348: error: for each function it appears in.)
internettransport.c:348: error: parse error before "infd"
internettransport.c:379: warning: implicit declaration of function
`Include_winock_h_before_stdlib_h_or_use_the_MSVCRT_library'
internettransport.c:379: error: `infd' undeclared (first use in this function)
make[2]: *** [internettransport.o] Error 1
make[2]: Leaving directory `/cygdrive/d/wine-1.1.12/dlls/inetcomm'
make[1]: *** [inetcomm] Error 2
make[1]: Leaving directory `/cygdrive/d/wine-1.1.12/dlls'
make: *** [dlls] Error 2
Applying attachment 18288 from bug 16660 (a failure in the same file on
OpenBSD) gives:
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -g -O2 -o internettransport.o internettransport.c
In file included from internettransport.c:31:
../../include/ws2tcpip.h:238: error: parse error before "socklen_t"
../../include/ws2tcpip.h:240: error: parse error before "socklen_t"
make[2]: *** [internettransport.o] Error 1
make[2]: Leaving directory `/home/fun/wine-1.1.11/dlls/inetcomm'
make[1]: *** [inetcomm] Error 2
make[1]: Leaving directory `/home/fun/wine-1.1.11/dlls'
make: *** [dlls] Error 2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16662
Summary: build broken in dlls/ntdll/cdrom.c on OpenBSD 4.4
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: OpenBSD
Status: NEW
Keywords: patch, source
Severity: major
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_NTSYSTEM_
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wwrite-strings
-Wpointer-arith -I/usr/local/include -g -O2 -o cdrom.o cdrom.c
cdrom.c: In function `DVD_ReadStructure':
cdrom.c:1942: error: syntax error before "s"
cdrom.c:1950: error: `s' undeclared (first use in this function)
cdrom.c:1950: error: (Each undeclared identifier is reported only once
cdrom.c:1950: error: for each function it appears in.)
*** Error code 1
Patch below fixes it. Not submitted yet, need to investigate more first.
diff --git a/dlls/ntdll/cdrom.c b/dlls/ntdll/cdrom.c
index 998b2dc..72b940e 100644
--- a/dlls/ntdll/cdrom.c
+++ b/dlls/ntdll/cdrom.c
@@ -1938,7 +1938,9 @@ static NTSTATUS DVD_GetRegion(int dev, PDVD_REGION
region)
*/
static NTSTATUS DVD_ReadStructure(int dev, const DVD_READ_STRUCTURE
*structure, PDVD_LAYER_DESCRIPTOR layer)
{
-#ifdef DVD_READ_STRUCT
+#if defined(DVD_READ_STRUCT) && defined(__OpenBSD__)
+ union dvd_struct s;
+#elif defined(DVD_READ_STRUCT)
dvd_struct s;
if (structure->BlockByteOffset.u.HighPart ||
structure->BlockByteOffset.u.LowPart)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.