http://bugs.winehq.com/show_bug.cgi?id=1529
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:51 -------
Dumping FIXMEs into bugzilla isn't very helpful I'm afraid. In this case, the
messages are mostly harmless. Patches to resolve them are welcome.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1450
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:50 -------
The backtrace is unfortunately not useful, that exception is apparently normal
(it's trapped using SEH later in the code). You'd need to use "pass" to continue
to the real source of the problem.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1461
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:48 -------
Reporter, please could you resubmit details of this bug?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1345
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:48 -------
Reporter, can you please resubmit the info? Unfortunately bugzilla ate the
descriptions.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1531
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:47 -------
Unfortunately this is more like a CANTFIX - waiting for vertical blank requires
kernel level support that currently does not exist, as far as I'm aware.
Certainly it'd be good if it did, simply for increased smoothness of XFree, but
this is not really a bug Wine can resolve.
If there is a kernel bugzilla bug about exposing vsync signals to user space
applications, this would depend on it.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1530
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:44 -------
Resolving invalid, this function is only useful for increasing efficiency on SMP
systems by avoiding a call to WaitForSingleObject. It makes no difference on
uniprocessor systems, and is useful only for locks that experience high levels
of contention.
If anything, I'd say this fixme should be turned into a comment. The amount of
spew it generates can be large, and I can't see it being implemented anytime
soon, there are too many more important things.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:35 -------
Hi Ed, could you try this patch please?
--- olefont.c.old 2003-06-20 11:33:06.000000000 +0100
+++ olefont.c 2003-06-20 11:33:11.000000000 +0100
@@ -304,10 +304,11 @@
if (ppvObj==0)
return E_POINTER;
- *ppvObj = 0;
-
if (lpFontDesc == 0)
return NO_ERROR; /* MSDN Oct 2001 */
+
+ *ppvObj = 0;
+
/*
* Try to construct a new instance of the class.
Apply it with `patch -p0 </path/to/patch` in the wine/dlls/oleaut32 directory.
See if that fixes the problem.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:51 -------
can you run it again with --debugmsg +ole,+relay this time?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=96
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:43 -------
partially true.
you sometimes cannot drop in windows dlls though, for instance
our ddraw.dll could not work with windows gdi.
but review might be possible and needed
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=15
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:37 -------
judging from last comment it is fixed, so why is the bug "reopened"?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1530
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:35 -------
this is not a bugreport?
what is broken?
these messages do not point to brokenness as is.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1532
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|fixme:win32:SetCriticalSecti|fixme:win32:SetCriticalSecti
|onSpinCount |onSpinCount
|critsection=0xa9165c0: |critsection=0xa9165c0:
|spincount=4000 not supported|spincount=4000 not
|fixme:win32:SetCriticalSecti|supportedfixme:win32:SetCrit
|onSpinCount |icalSectionSpinCount
|critsection=0xa9165e0: |critsection=0xa9165e0:
|spincount=100 not supported |spincount=100 not
|fixme:win32:SetCriticalSecti|supportedfixme:win32:SetCrit
|onSpinCount |icalSectionSpinCount
|critsection=0x412f00b0: |critsection=0x412f00b0:
Summary|spincount=4000 not supported|spincount=4000 not supported
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:34 -------
these are harmless and probably not root of the problem.
does xilinx 5.1 have a problem?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:30 -------
please rerun --debugmsg +relay and post the 200 lines before it starts the
debugger (or attach thge last 2000 lines bzipped)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
Summary: THREED20.OCX - Unhandled exception: page fault on read
access
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ed(a)centralmanclc.com
Trying to run a program used in primary schools that was written in Visual
Basic. The errors from the debugger are as follow:
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:OleLoadPictureEx
(0x4168edec,782,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x408a2a68),
partially implemented.
fixme:win32:PE_CreateModule Security directory ignored
wine: Unhandled exception, starting debugger...
Wine already configured, run 'winesetup' to reconfigure.
WineDbg starting on pid 14
Loaded debug information from ELF 'wine' ((nil))
Breakpoint 1 at 0x4000bb50 (_end+0x400a3c4)
No debug information in ELF '/usr/lib/libntdll.dll.so' (0x40023000)
No debug information in ELF '/usr/lib/libwine.so.1' (0x40125000)
No debug information in ELF '/usr/lib/libwine_unicode.so.1' (0x4013d000)
No debug information in ELF '/lib/libc.so.6' (0x4021e000)
No debug information in ELF '/lib/libm.so.6' (0x40354000)
No debug information in ELF '/lib/libdl.so.2' (0x40376000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x408b3000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x40975000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x40abc000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x40b40000)
No debug information in ELF '/usr/lib/wine/ole32.dll.so' (0x40b6f000)
No debug information in ELF '/usr/lib/wine/rpcrt4.dll.so' (0x40beb000)
No debug information in ELF '/usr/lib/wine/oleaut32.dll.so' (0x40c34000)
No debug information in ELF '/usr/lib/libungif.so.4' (0x40cb0000)
No debug information in ELF '/usr/lib/libjpeg.so.62' (0x40cb8000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40cd7000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40da5000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40df7000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40e6b000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40e74000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40e8b000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x40e9a000)
No debug information in ELF '/usr/X11R6/lib/libXmu.so.6' (0x41072000)
No debug information in ELF '/usr/X11R6/lib/libXi.so.6' (0x41088000)
No debug information in ELF '/usr/X11R6/lib/libXt.so.6' (0x41090000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x410e4000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x410ed000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x40015000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x41150000)
No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x4001f000)
No debug information in ELF '/usr/lib/wine/olepro32.dll.so' (0x418f4000)
No debug information in ELF '/usr/lib/wine/winmm.dll.so' (0x41908000)
No debug information in ELF '/usr/lib/wine/msvcrt.dll.so' (0x41976000)
No debug information in ELF '/usr/lib/wine/wineoss.drv.so' (0x419be000)
No debug information in ELF '/usr/lib/wine/msacm.drv.so' (0x41a01000)
No debug information in ELF '/usr/lib/wine/msacm32.dll.so' (0x41a19000)
No debug information in ELF '/usr/lib/wine/midimap.drv.so' (0x41b50000)
No debug information in 32bit DLL 'Y:\winroot\Program Files\Edutech\Primary
Classroom\Primary Word\Primary Word.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40050000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x408e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40b50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40ad0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x409a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40c00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVBVM60.DLL' (0x66000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40e10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEPRO32.DLL' (0x41900000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x41920000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x41990000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\THREED20.OCX' (0x24100000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x419d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41a10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41b60000)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x241088e9).
In 32-bit mode.
0x241088e9 (THREED20.OCX..text+0x78e9 in C:\WINDOWS\SYSTEM\THREED20.OCX): movl
0x0(%ecx),%eax
Wine-dbg>c
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x241088e9).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:008f GS:0000
EIP:241088e9 ESP:408a2838 EBP:408a2868 EFLAGS:00010246( R- 00 I Z- -P1 )
EAX:408a2860 EBX:00000000 ECX:00000000 EDX:408a285c
ESI:403b1b18 EDI:403b1c2b
Stack dump:
0x408a2838 (MSVCRT.DLL.sqrt+0x544d68): 24136370 408a2860 4168edec 403b1b18
0x408a2848 (MSVCRT.DLL.sqrt+0x544d78): 4168f82c 4168edec 408a2890 00000004
0x408a2858 (MSVCRT.DLL.sqrt+0x544d88): 00000000 00000000 403b1b18 00000000
0x408a2868 (MSVCRT.DLL.sqrt+0x544d98): 408a2910 2410178c 403b1b18 4168edec
0x408a2878 (MSVCRT.DLL.sqrt+0x544da8): 408a2910 403b1b18 4168edec 4168f82c
0x408a2888 (MSVCRT.DLL.sqrt+0x544db8): 241155f2 403b1b18 4168edec 403b1b18
0x408a2898 (MSVCRT.DLL.sqrt+0x544dc8):
0011: sel=008f base=4011c4e0 limit=00000fff 32-bit rw-
Backtrace:
=>0 0x241088e9 (THREED20.OCX..text+0x78e9 in C:\WINDOWS\SYSTEM\THREED20.OCX)
(ebp=408a2868)
1 0x2410178c (THREED20.OCX..text+0x78c in C:\WINDOWS\SYSTEM\THREED20.OCX)
(ebp=408a2910)
2 0x660690d2 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x5a86 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a29a0)
3 0x66069c62 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x6616 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2a04)
4 0x6605a6a0 (MSVBVM60.DLL.__vbaStrI4+0x3328 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2a14)
5 0x660661ad (MSVBVM60.DLL.EVENT_SINK_AddRef+0x2b61 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2a4c)
6 0x66065e0a (MSVBVM60.DLL.EVENT_SINK_AddRef+0x27be in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2a78)
7 0x66065d07 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x26bb in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2aa0)
8 0x66065d69 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x271d in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2ad0)
9 0x66065d69 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x271d in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2b00)
10 0x660670db (MSVBVM60.DLL.EVENT_SINK_AddRef+0x3a8f in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2b38)
11 0x66066c2e (MSVBVM60.DLL.EVENT_SINK_AddRef+0x35e2 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2b98)
12 0x66066b45 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x34f9 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2bb8)
13 0x66066ad9 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x348d in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2c10)
14 0x6601997e (MSVBVM60.DLL.TipCreateInstanceEx+0x1ce in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2c4c)
15 0x660182f9 (MSVBVM60.DLL.EbLoadRunTime+0x923 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2d9c)
16 0x6601684a (MSVBVM60.DLL.EbSetContextWorkerThread+0xd39 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2db8)
17 0x66024502 (MSVBVM60.DLL.ThunRTMain+0x3f4 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2dd8)
18 0x66024263 (MSVBVM60.DLL.ThunRTMain+0x155 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2df8)
19 0x66024169 (MSVBVM60.DLL.ThunRTMain+0x5b in C:\WINDOWS\SYSTEM\MSVBVM60.DLL)
(ebp=408a2e78)
20 0x0040146a (Primary Word.exe.EntryPoint+0xa in Y:\winroot\Program
Files\Edutech\Primary Classroom\Primary Word\Primary Word.exe) (ebp=408a2f28)
21 0x400bc5d8 (KERNEL32.DLL.WaitForMultipleObjectsEx+0x2b8 in libntdll.dll.so)
(ebp=408a2ff4)
22 0x400bc774 (KERNEL32.DLL.WaitForMultipleObjectsEx+0x454 in libntdll.dll.so)
(ebp=00000000)
0x241088e9 (THREED20.OCX..text+0x78e9 in C:\WINDOWS\SYSTEM\THREED20.OCX): movl
0x0(%ecx),%eax
Wine-dbg>
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1522
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 02:45 -------
i submitted a patch to alexandre fixing this problem.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1532
Summary: fixme:win32:SetCriticalSectionSpinCount
critsection=0xa9165c0: spincount=4000 not supported
fixme:win32:SetCriticalSectionSpinCount
critsection=0xa9165e0: spincount=100 not supported
fixme:win32:SetCriticalSectionSpinCount
critsection=0x412f00b0: spincount=4000 not supported
Product: Wine
Version: 20030618
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: john_vms(a)hotmail.com
The following fixme message is generate by wine20030618 and xilinx 5.1 tools
command : wine pace.exe
fixme:win32:SetCriticalSectionSpinCount critsection=0x416300b0: spincount=4000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x416f00b0: spincount=4000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x418200b0: spincount=4000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0xa9165c0: spincount=4000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0xa9165e0: spincount=100 not
supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x412f00b0: spincount=4000
not supported
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1332
------- Additional Comments From 7ownq0k402(a)sneakemail.com 2003-19-06 18:18 -------
You havent's said what was wrong with Fireworks4.
If there's nothing wrong with the way it's behaving, then
the messages are nothing to worry about.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1332
------- Additional Comments From 7ownq0k402(a)sneakemail.com 2003-19-06 18:08 -------
***** Bug description recovered from news.gmane.org *********
http://bugs.winehq.com/show_bug.cgi?id=1332
Summary: Problem with WINTAB32.DLL
Product: Wine
Version: 20030318
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: lord_of_destiny(a)centrum.cz
I installed Fireworks 4 succesfully,
but after running 'wine "Fireworks 4.exe"' it makes this Errors :
trace:loaddll:MODULE_LoadLibraryExA Loaded module
'C:\WINDOWS\SYSTEM\WINTAB32.DLL' : builtin
fixme:wintab32:WTInfoA (200, 9, 0xc55c70): stub
fixme:wintab32:WTInfoA (200, 7, 0x406b0f04): stub
fixme:wintab32:WTGetA ((nil), 0x406b0f24): stub
fixme:wintab32:WTInfoA (1080758468, 15, 0x406b0ef4): stub
fixme:wintab32:WTInfoA (200, 10, 0x406b0eec): stub
fixme:wintab32:WTInfoA (4, 0, 0x406b0f24): stub
fixme:wintab32:WTOpenA (0x10023, 0x406b0f24, 1): stub
fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
fixme:accel:CreateAcceleratorTableA should check that the accelerator
descriptions are valid, return NULL and SetLastError() if not.
and for example Flash 5 runs correctly.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1461
jnewman(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.com
Component|website-bugs |wine-misc
Product|WineHQ Apps Database |Wine
------- Additional Comments From jnewman(a)codeweavers.com 2003-19-06 17:24 -------
moving to Wine bugs. Not a website bug.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1345
jnewman(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.com
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.