http://bugs.winehq.org/show_bug.cgi?id=2264
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=77
--
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=2263
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=23
--
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=2262
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
--
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=2260
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2461
------- Additional Comments From frix(a)engineer.com 2004-17-09 08:01 -------
It seems the functionality of the wine quartz.dll isn't up to spec yet. Do the
following to get it working:
Copy from a Windows 98 installation: c:\windows\system\quartz.dll and
c:\windows\system\devenum.dll to your wine fake windows "windows\system" directory.
Next do the following:
WINEDLLOVERRIDES=quartz,devenum=n regsvr32 Ir50_32.dll
This seems to register the dll successfully.
Unconfirmed: Wether indeo 5 video content actually plays back...
--
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=2486
Summary: "Anchors" property not emulated with Wine!
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frocha(a)student.dei.uc.pt
Hi all,
I created a simple application with Delphi, and realised that if I set the
"Anchors" property to auto-align a component to 'grow' each time a the window
was Maximized or Resized, Wine couldn't do this... In result, emulating my
program with Wine, I could not Maximize or Resize the form!!!
The "Anchors" property on Delphi, has the capability to set an anchor in
four ways (Top, Left, Right, Bottom), so, that if I set a anchor at the top
and at the bottom, resizing the window vertically, would automatically resize
the component to fit the window!
I will try this on the new realesed version, but I don't think it will work.
Thank you,
Love Wine
--
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=2485
Summary: Paltalk crashed
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vhost6(a)yahoo.com
Backtrace:
=>1 0x40c48e68 OleSetContainedObject+0x48(pUnknown=0x200bc, fContained=0x1) [/
home/cn/wine/dlls/ole32/ole2.c:710] in ole32 (0x4087c138)
2 0x425585a9err:dbghelp_msc:codeview_process_info Unknown CODEVIEW signature
53445352 in module paltextctl
(0x427c0051)
Wine-dbg>quit
WineDbg terminated on pid 0x8
----------------------------------------------
Also when i login paltalk It shows only blue space in the main windows. Can you
fix 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=2483
------- Additional Comments From reif(a)earthlink.net 2004-16-09 20:44 -------
Just posted a patch to wine-patches that fixes 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=2484
Summary: lotus notes 6 (6.0.3) fails to work (after working a
bit, though)
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: grog(a)grsu.by
I've copied installed and functional Notes 6 (6.0.3) Client/Designer from
windows partition, like I've did this before (successfully) with version 5.*.
I've used both the environment from working notes 5 and empty environment with
mfc42.dll and msvcp60.dll copied in (mfc42.dll is a must, second lib is copied
by notes install).
Client loads and shows OK. However, when doing some things -- opening address
book, cancelling user preferences dialog, opening simple database and then
trying to open document -- client fails with Lotus Notes "red screen of death"
telling about "LookupHandle: Null Handle" error. Then Lotus debugger starts.
Designer can't even start, it fails immediately after (or during?) showing the
starting page.
I've tried the technique from Mike Hearn's intro, but I don't really know how to
do this properly.
Here is how I started notes (I made a separate environment for it):
cd $HOME/.wine/notes-6 && env \
WINEDEBUG=trace+seh,trace+tid,warn+heap,trace+dll,trace+system,+text
WINEPREFIX=$HOME/.wine/notes-6 \
wine "c:\\Lotus\\Notes-6\\notes.exe" >& $HOME/notes6.failure.winedebug.txt
Everything in output after PANIC: and lookup handle: null handle text is notes
NSD running, and seems unimportant to the problem itself. I'm including
everything, though. Something else I could add to help with resolving the
problem?
Output follows:
0009:trace:dll:fill_init_list (krnl386.exe) - START
0009:trace:dll:fill_init_list (krnl386.exe) - END
0009:trace:dll:fill_init_list (system.drv) - START
0009:trace:dll:fill_init_list (system.drv) - END
0009:trace:dll:fill_init_list (gdi.exe) - START
0009:trace:dll:fill_init_list (gdi.exe) - END
0009:trace:dll:fill_init_list (user.exe) - START
0009:trace:dll:fill_init_list (user.exe) - END
0009:trace:dll:fill_init_list (keyboard.drv) - START
0009:trace:dll:fill_init_list (keyboard.drv) - END
0009:trace:system:SystemParametersInfoA (5, 0, 0x4088fd4c, 0)
0009:trace:system:SystemParametersInfoW (5, 0, 0x4088fd4c, 0)
0009:trace:system:SystemParametersInfoA (13, 0, 0x409c3eb8, 0)
0009:trace:system:SystemParametersInfoW (13, 0, 0x409c3eb8, 0)
0009:trace:system:SystemParametersInfoA (24, 0, 0x409c3ebc, 0)
0009:trace:system:SystemParametersInfoW (24, 0, 0x409c3ebc, 0)
0009:trace:system:SystemParametersInfoA (27, 0, 0x409c3ec0, 0)
0009:trace:system:SystemParametersInfoW (27, 0, 0x409c3ec0, 0)
0009:trace:system:SystemParametersInfoA (56, 0, 0x409c3f38, 0)
0009:trace:system:SystemParametersInfoW (56, 0, 0x409c3f38, 0)
0009:trace:system:SystemParametersInfoW (41, 500, 0x4088fb58, 0)
0009:trace:system:SystemParametersInfoW (31, 0, 0x4088fb70, 0)
0009:trace:system:SystemParametersInfoW (31, 0, 0x4088fbd4, 0)
0009:trace:system:SystemParametersInfoW (31, 0, 0x4088fc38, 0)
0009:trace:system:SystemParametersInfoW (31, 0, 0x4088fc94, 0)
0009:trace:system:SystemParametersInfoW (31, 0, 0x4088fcf0, 0)
0009:trace:text:DrawTextExW L"Release 6.0.3 September 26, 2003"..., 32, [(12,
271),(503,295)]
0009:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:dll:fill_init_list (krnl386.exe) - START
000b:trace:dll:fill_init_list (krnl386.exe) - END
000b:trace:dll:fill_init_list (system.drv) - START
000b:trace:dll:fill_init_list (system.drv) - END
000b:trace:dll:fill_init_list (gdi.exe) - START
000b:trace:dll:fill_init_list (gdi.exe) - END
000b:trace:dll:fill_init_list (user.exe) - START
000b:trace:dll:fill_init_list (user.exe) - END
000b:trace:dll:fill_init_list (keyboard.drv) - START
000b:trace:dll:fill_init_list (keyboard.drv) - END
000b:trace:system:SystemParametersInfoA (5, 0, 0x4089fcac, 0)
000b:trace:system:SystemParametersInfoW (5, 0, 0x4089fcac, 0)
000b:trace:system:SystemParametersInfoA (13, 0, 0x40b2feb8, 0)
000b:trace:system:SystemParametersInfoW (13, 0, 0x40b2feb8, 0)
000b:trace:system:SystemParametersInfoA (24, 0, 0x40b2febc, 0)
000b:trace:system:SystemParametersInfoW (24, 0, 0x40b2febc, 0)
000b:trace:system:SystemParametersInfoA (27, 0, 0x40b2fec0, 0)
000b:trace:system:SystemParametersInfoW (27, 0, 0x40b2fec0, 0)
000b:trace:system:SystemParametersInfoA (56, 0, 0x40b2ff38, 0)
000b:trace:system:SystemParametersInfoW (56, 0, 0x40b2ff38, 0)
000b:trace:system:SystemParametersInfoW (41, 500, 0x4089fab8, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089fad0, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089fb34, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089fb98, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089fbf4, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089fc50, 0)
000b:fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or
testing yet
000b:fixme:console:SetConsoleCtrlHandler (0x601a93c0,1) - no error checking or
testing yet
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089ef74, 0)
000b:trace:system:SystemParametersInfoA (41, 340, 0x4089ed74, 0)
000b:trace:system:SystemParametersInfoW (41, 340, 0x4089e844, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089e85c, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089e8c0, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089e924, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089e980, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089e9dc, 0)
000b:trace:system:SystemParametersInfoA (38, 4, 0x4089ef34, 0)
000b:trace:system:SystemParametersInfoW (38, 4, 0x4089ef34, 0)
000b:fixme:ole:CoRegisterMessageFilter stub
000b:fixme:ole:CoCreateInstance no classfactory created for CLSID {4955dd33-
b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
000f:trace:dll:fill_init_list (krnl386.exe) - START
000f:trace:dll:fill_init_list (krnl386.exe) - END
000f:trace:dll:fill_init_list (system.drv) - START
000f:trace:dll:fill_init_list (system.drv) - END
000f:trace:dll:fill_init_list (gdi.exe) - START
000f:trace:dll:fill_init_list (gdi.exe) - END
000d:trace:dll:fill_init_list (krnl386.exe) - START
000d:trace:dll:fill_init_list (krnl386.exe) - END
000d:trace:dll:fill_init_list (system.drv) - START
000d:trace:dll:fill_init_list (system.drv) - END
000d:trace:dll:fill_init_list (gdi.exe) - START
000d:trace:dll:fill_init_list (gdi.exe) - END
000f:trace:dll:fill_init_list (user.exe) - START
000f:trace:dll:fill_init_list (user.exe) - END
000f:trace:dll:fill_init_list (keyboard.drv) - START
000f:trace:dll:fill_init_list (keyboard.drv) - END
000d:trace:dll:fill_init_list (user.exe) - START
000d:trace:dll:fill_init_list (user.exe) - END
000d:trace:dll:fill_init_list (keyboard.drv) - START
000d:trace:dll:fill_init_list (keyboard.drv) - END
000f:trace:system:SystemParametersInfoA (5, 0, 0x4089fcac, 0)
000f:trace:system:SystemParametersInfoW (5, 0, 0x4089fcac, 0)
000f:trace:system:SystemParametersInfoA (13, 0, 0x40b78eb8, 0)
000f:trace:system:SystemParametersInfoW (13, 0, 0x40b78eb8, 0)
000f:trace:system:SystemParametersInfoA (24, 0, 0x40b78ebc, 0)
000f:trace:system:SystemParametersInfoW (24, 0, 0x40b78ebc, 0)
000f:trace:system:SystemParametersInfoA (27, 0, 0x40b78ec0, 0)
000f:trace:system:SystemParametersInfoW (27, 0, 0x40b78ec0, 0)
000f:trace:system:SystemParametersInfoA (56, 0, 0x40b78f38, 0)
000f:trace:system:SystemParametersInfoW (56, 0, 0x40b78f38, 0)
000f:trace:system:SystemParametersInfoW (41, 500, 0x4089fab8, 0)
000f:trace:system:SystemParametersInfoW (31, 0, 0x4089fad0, 0)
000f:trace:system:SystemParametersInfoW (31, 0, 0x4089fb34, 0)
000f:trace:system:SystemParametersInfoW (31, 0, 0x4089fb98, 0)
000f:trace:system:SystemParametersInfoW (31, 0, 0x4089fbf4, 0)
000f:trace:system:SystemParametersInfoW (31, 0, 0x4089fc50, 0)
000d:trace:system:SystemParametersInfoA (5, 0, 0x4089fcac, 0)
000d:trace:system:SystemParametersInfoW (5, 0, 0x4089fcac, 0)
000d:trace:system:SystemParametersInfoA (13, 0, 0x40b78eb8, 0)
000d:trace:system:SystemParametersInfoW (13, 0, 0x40b78eb8, 0)
000d:trace:system:SystemParametersInfoA (24, 0, 0x40b78ebc, 0)
000d:trace:system:SystemParametersInfoW (24, 0, 0x40b78ebc, 0)
000d:trace:system:SystemParametersInfoA (27, 0, 0x40b78ec0, 0)
000d:trace:system:SystemParametersInfoW (27, 0, 0x40b78ec0, 0)
000d:trace:system:SystemParametersInfoA (56, 0, 0x40b78f38, 0)
000d:trace:system:SystemParametersInfoW (56, 0, 0x40b78f38, 0)
000d:trace:system:SystemParametersInfoW (41, 500, 0x4089fab8, 0)
000d:trace:system:SystemParametersInfoW (31, 0, 0x4089fad0, 0)
000d:trace:system:SystemParametersInfoW (31, 0, 0x4089fb34, 0)
000d:trace:system:SystemParametersInfoW (31, 0, 0x4089fb98, 0)
000d:trace:system:SystemParametersInfoW (31, 0, 0x4089fbf4, 0)
000d:trace:system:SystemParametersInfoW (31, 0, 0x4089fc50, 0)
000b:trace:system:SystemParametersInfoA (48, 0, 0x4089eee4, 0)
000b:trace:system:SystemParametersInfoW (48, 0, 0x4089eee4, 0)
000d:fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or
testing yet
000d:fixme:console:SetConsoleCtrlHandler (0x601a93c0,1) - no error checking or
testing yet
000f:fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or
testing yet
000f:fixme:console:SetConsoleCtrlHandler (0x601a93c0,1) - no error checking or
testing yet
000d:fixme:console:SetConsoleCtrlHandler (0x601a93c0,0) - no error checking or
testing yet
000d:fixme:console:SetConsoleCtrlHandler ((nil),1) - no error checking or
testing yet
000f:fixme:console:SetConsoleCtrlHandler (0x601a93c0,0) - no error checking or
testing yet
000f:fixme:console:SetConsoleCtrlHandler ((nil),1) - no error checking or
testing yet
000b:trace:text:DrawTextExW L"&File", 5, [(10,24),(37,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Edit", 5, [(49,24),(78,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&View", 5, [(90,24),(124,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Create", 7, [(136,24),(182,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Help", 5, [(194,24),(226,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:system:SystemParametersInfoA (48, 0, 0x4089eccc, 0)
000b:trace:system:SystemParametersInfoW (48, 0, 0x4089eccc, 0)
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089ec68, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089e748, 0)
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089ec00, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089e6b4, 0)
000b:trace:system:SystemParametersInfoA (41, 0, 0x4089df70, 0)
000b:trace:system:SystemParametersInfoW (41, 0, 0x4089dae8, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089db00, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089db64, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089dbc8, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089dc24, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089dc80, 0)
000b:trace:text:DrawTextExW L"Lotus Notes"..., 11, [(24,4),(964,22)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&File", 5, [(10,24),(37,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Edit", 5, [(49,24),(78,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&View", 5, [(90,24),(124,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Create", 7, [(136,24),(182,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Help", 5, [(194,24),(226,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:system:SystemParametersInfoA (41, 0, 0x4089c144, 0)
000b:trace:system:SystemParametersInfoW (41, 0, 0x4089bcbc, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089bcd4, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089bd38, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089bd9c, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089bdf8, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089be54, 0)
000b:trace:text:DrawTextExW L"Workspace - Lotus Notes"..., 23, [(24,4),(964,22)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&File", 5, [(10,24),(37,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Edit", 5, [(49,24),(78,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Help", 5, [(90,24),(122,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&File", 5, [(10,24),(37,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Edit", 5, [(49,24),(78,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&View", 5, [(90,24),(124,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Create", 7, [(136,24),(182,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Help", 5, [(194,24),(226,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:fixme:hook:NotifyWinEvent (32777,0x10032,-4,0)-stub!
000b:fixme:hook:NotifyWinEvent (32774,0x10032,-4,1121676824)-stub!
000b:trace:text:DrawTextExW L"&File", 5, [(10,24),(37,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Edit", 5, [(49,24),(78,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&View", 5, [(90,24),(124,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Create", 7, [(136,24),(182,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Actions", 8, [(194,24),(240,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Help", 5, [(252,24),(284,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:fixme:hook:NotifyWinEvent (32768,0x10080,-4,0)-stub!
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089c438, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089bd8c, 0)
000b:fixme:hook:NotifyWinEvent (32768,0x10088,-4,0)-stub!
000b:fixme:hook:NotifyWinEvent (32768,0x10090,-4,0)-stub!
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089b864, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089b1b8, 0)
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089b068, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089ab48, 0)
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089b000, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089aab4, 0)
000b:fixme:hook:NotifyWinEvent (32768,0x10092,-4,0)-stub!
Thread=[000A:0002-000B]
Stack base=0x4089E7A4, Stack size = 8964 bytes
PANIC: LookupHandle: null handle
000b:trace:text:DrawTextExW L"LookupHandle: null handle"..., 25, [(359,364),
(666,396)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x6018eb23
000b:trace:seh:EXC_RtlRaiseException info[0]=00000001
000b:trace:seh:EXC_RtlRaiseException info[1]=ffffffff
000b:trace:seh:EXC_RtlRaiseException eax=41c6088c ebx=00000000 ecx=417b0000
edx=417b0000 esi=4089cab8 edi=42dec33c
000b:trace:seh:EXC_RtlRaiseException ebp=4089ce24 esp=4089c4ac cs=0023 ds=002b
es=002b fs=1007 gs=0000 flags=00210202
000b:trace:seh:EXC_CallHandler calling handler at 0x401e60 code=c0000005 flags=0
000b:fixme:msvcrt:_XcptFilter (-1073741819,0x4089c08c)semi-stub
0016:trace:dll:fill_init_list (krnl386.exe) - START
0016:trace:dll:fill_init_list (krnl386.exe) - END
0016:trace:dll:fill_init_list (system.drv) - START
0016:trace:dll:fill_init_list (system.drv) - END
0016:trace:dll:fill_init_list (gdi.exe) - START
0016:trace:dll:fill_init_list (gdi.exe) - END
0016:trace:dll:fill_init_list (user.exe) - START
0016:trace:dll:fill_init_list (user.exe) - END
0016:trace:dll:fill_init_list (keyboard.drv) - START
0016:trace:dll:fill_init_list (keyboard.drv) - END
0016:trace:system:SystemParametersInfoA (5, 0, 0x4089fd2c, 0)
0016:trace:system:SystemParametersInfoW (5, 0, 0x4089fd2c, 0)
0016:trace:system:SystemParametersInfoA (13, 0, 0x409a8eb8, 0)
0016:trace:system:SystemParametersInfoW (13, 0, 0x409a8eb8, 0)
0016:trace:system:SystemParametersInfoA (24, 0, 0x409a8ebc, 0)
0016:trace:system:SystemParametersInfoW (24, 0, 0x409a8ebc, 0)
0016:trace:system:SystemParametersInfoA (27, 0, 0x409a8ec0, 0)
0016:trace:system:SystemParametersInfoW (27, 0, 0x409a8ec0, 0)
0016:trace:system:SystemParametersInfoA (56, 0, 0x409a8f38, 0)
0016:trace:system:SystemParametersInfoW (56, 0, 0x409a8f38, 0)
0016:trace:system:SystemParametersInfoW (41, 500, 0x4089fb38, 0)
0016:trace:system:SystemParametersInfoW (31, 0, 0x4089fb50, 0)
0016:trace:system:SystemParametersInfoW (31, 0, 0x4089fbb4, 0)
0016:trace:system:SystemParametersInfoW (31, 0, 0x4089fc18, 0)
0016:trace:system:SystemParametersInfoW (31, 0, 0x4089fc74, 0)
0016:trace:system:SystemParametersInfoW (31, 0, 0x4089fcd0, 0)
0016:fixme:netapi32:NetUserEnum stub!
0016:fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or
testing yet
0016:fixme:console:SetConsoleCtrlHandler (0x403050,1) - no error checking or
testing yet
0018:trace:system:SystemParametersInfoW (41, 0, 0x4138ebb4, 0)
0018:trace:system:SystemParametersInfoW (31, 0, 0x4138ebcc, 0)
0018:trace:system:SystemParametersInfoW (31, 0, 0x4138ec30, 0)
0018:trace:system:SystemParametersInfoW (31, 0, 0x4138ec94, 0)
0018:trace:system:SystemParametersInfoW (31, 0, 0x4138ecf0, 0)
0018:trace:system:SystemParametersInfoW (31, 0, 0x4138ed4c, 0)
0018:trace:text:DrawTextExW L"&OK", -1, [(16,40),(16,40)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0018:trace:text:DrawTextExW L"NSD Is Running\nSaving to file C:\\Lotus\\Notes-
6\\Data\\IBM_TECHNICAL_SUPPORT\\nsd_all_W32I_deptty_09_16(a)15_28.log\n\nThis file
may be used by your company's help desk and IBM\nto determine the possible cause
of this Notes error.\n\nPlease make note of the name of this file and its
location as you m"..., -1, [(0,0),(352,0)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0018:trace:text:DrawTextExW L"NSD Is Running\nSaving to file C:\\Lotus\\Notes-
6\\Data\\IBM_TECHNICAL_SUPPORT\\nsd_all_W32I_deptty_09_16(a)15_28.log\n\nThis file
may be used by your company's help desk and IBM\nto determine the possible cause
of this Notes error.\n\nPlease make note of the name of this file and its
location as you m"..., -1, [(0,0),(513,156)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0018:trace:text:DrawTextExW L"&OK", -1, [(3,3),(49,23)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0018:trace:text:DrawTextExW L"&OK", -1, [(0,0),(16,17)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0018:trace:text:DrawTextExW L"&OK", -1, [(3,3),(49,23)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0018:trace:text:DrawTextExW L"&OK", -1, [(0,0),(16,17)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0019:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x457ae2
0019:trace:seh:EXC_RtlRaiseException info[0]=00000001
0019:trace:seh:EXC_RtlRaiseException info[1]=00000000
0019:trace:seh:EXC_RtlRaiseException eax=00000004 ebx=41161ffc ecx=4149e2f0
edx=00000000 esi=41161ec8 edi=004579e0
0019:trace:seh:EXC_RtlRaiseException ebp=4149ea34 esp=4149ea28 cs=0023 ds=002b
es=002b fs=113f gs=0000 flags=00210246
0019:trace:seh:EXC_CallHandler calling handler at 0x48784b code=c0000005 flags=0
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x4878ac code=c0000005 flags=0
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x4878c9 code=c0000005 flags=0
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x486d30 code=c0000005 flags=0
0019:trace:seh:EXC_RtlRaiseException code=e06d7363 flags=1 addr=0x404818a0
0019:trace:seh:EXC_RtlRaiseException info[0]=19930520
0019:trace:seh:EXC_RtlRaiseException info[1]=4149e360
0019:trace:seh:EXC_RtlRaiseException info[2]=004b2b70
0019:trace:seh:EXC_RtlRaiseException eax=4149e1a4 ebx=4053d248 ecx=00000000
edx=e06d7363 esi=4149e240 edi=4149e1c4
0019:trace:seh:EXC_RtlRaiseException ebp=4149e200 esp=4149e1a4 cs=0023 ds=002b
es=002b fs=113f gs=0000 flags=00200216
0019:trace:seh:EXC_CallHandler calling handler at 0x47743e code=e06d7363 flags=1
0019:trace:seh:EXC_RtlUnwind code=e06d7363 flags=3
0019:trace:seh:EXC_CallHandler calling handler at 0x401a6b10 code=e06d7363
flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x47743e code=e06d7363 flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x401a6b10 code=e06d7363
flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x48784b code=e06d7363 flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x4878ac code=e06d7363 flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x4878c9 code=e06d7363 flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
--
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=2483
Summary: dinput.h uAppData member of DIDEVICEOBJECTDATA
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)peda.user.lysator.liu.se
The uAppData member of the DIDEVICEOBJECTDATA struct should only
be there when
#if(DIRECTINPUT_VERSION >= 0x0800)
is satisfied.
wine/include/dinput.h line 637 approx.
Without that member excluded, the data received with GetDeviceData is
incomprehensible when using DI less than 8.
--
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=2482
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-15-09 22:59 -------
It seems to use VXD technology. I would try setting windows version to "nt40"
in Wine to install the JVM.
--
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=2357
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From puoti(a)inwind.it 2004-15-09 11:20 -------
New RPMs have just been released.
--
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=2482
Summary: installation of Microsoft JVM "msjavx86.exe" does crash
on Register Base Class
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: coenblok(a)dse.nl
coen@cabdeb:~/media/matlab 6.5.1/disk1/MSutils$ wine msjavx86.exe
Fontconfig warning: line 245: invalid edit binding "same"
Fontconfig warning: line 257: invalid edit binding "same"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
Fontconfig warning: line 245: invalid edit binding "same"
Fontconfig warning: line 257: invalid edit binding "same"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have
to do here ?
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:vcpUICallbackProc16 (0xab80, 0705, 0000, 00000000, 40340b1c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xab80, 070f, 0000, 00000000, 40340b1c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xab80, 0710, 0000, 00000000, 40340b1c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xab80, 070b, 0000, 00000000, 40340b1c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xab80, 070c, 0000, 00000000, 40340b1c) -
semi-stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
Fontconfig warning: line 245: invalid edit binding "same"
Fontconfig warning: line 257: invalid edit binding "same"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
Fontconfig warning: line 245: invalid edit binding "same"
Fontconfig warning: line 257: invalid edit binding "same"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have
to do here ?
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
err:setupapi:SetupDefaultQueueCallbackA copy error 5
"E:\\IXP003.TMP\\REGTLIB.EXE" -> "c:\\windows\\REGTLIB.EXE"
fixme:setupapi:vcpUICallbackProc16 (0x2b80, 0705, 0000, 00000000, 40340ba4) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x2b80, 070f, 0000, 00000000, 40340ba4) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x2b80, 0710, 0000, 00000000, 40340ba4) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x2b80, 070b, 0000, 00000000, 40340ba4) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x2b80, 070c, 0000, 00000000, 40340ba4) -
semi-stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
err:setupapi:SetupDefaultQueueCallbackA delete error 2 "c:\\windows\\runvm.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 2
"c:\\windows\\system\\javasntx.dll"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\ClassR.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\jdbc.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\DxaR.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\Dx3R.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\CABR.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\AFCR.exe"
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"E:\\IXP002.TMP\\javabase.cab"
fixme:cabinet:process_files (basecab == ^0x7816f228): Memory leak.
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
Fontconfig warning: line 245: invalid edit binding "same"
Fontconfig warning: line 257: invalid edit binding "same"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:vxd:VXD_Open Unknown/unsupported VxD L"memmon.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"javasup.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"javasup.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"memmon.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"memmon.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"memmon.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"memmon.vxd". Try setting Windows
version to 'nt40' or 'win31'.
wine: Unhandled exception (thread 0013), starting debugger...
Usage: winedbg [--auto] [--gdb] cmdline
err:seh:EXC_DefaultHandling Unhandled exception code c000013a flags 0 addr
0x4010b936
--
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=2481
Summary: Cursor blinking in Edit fileds
Product: Wine
Version: 20040813
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: katia.maculan(a)isis-papyrus.com
I experienced a problem using an Edit Field in a DialogBox. I realized that
the blinking cursor (the Caret object) seems out of synchronization. The
visible result is that the shape of the cursor changes: the very first time
that the cursor is displayed it is Ok, when it is inverted (erased) the last
(bottonm) part of the cursor is not cleaned, and the next time it is inverted
again (shown), the visible part is shorter (missing a piece from the bottom).
Trying to increase the synchronization time did not fix the problem.
An interesting test was inserting a printf() of a single character somehow
modified the device synchronization, and the cursor blinking is correct (the
whole cursor-bitmap appears/disappears).
--
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=2259
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://wiki.daimi.au.dk/cpnt
| |ools/cpntools.wiki
Keywords| |download, NoAppDBEntry
--
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=2257
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
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=2241
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=585
--
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=2084
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-13-09 17:49 -------
*** This bug has been marked as a duplicate of 1486 ***
--
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=1486
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |questman11(a)mail.ru
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-13-09 17:49 -------
*** Bug 2084 has been marked as a duplicate of this bug. ***
--
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=1486
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-13-09 17:44 -------
Resolving Fixed (in CVS)
--
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=2479
Summary: OSS_MidiInit Synthesizer support MIDI in.
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mscdex(a)sbcglobal.net
As soon as application executes, the debug output in the konsole says:
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet
This happens while trying to execute the program Digtial Space Traveler
(traveler.exe)
--
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=2478
Summary: ragtime installs TTF which leads to bad System font
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
Ragtime (a DTP program installs a TTF symbol font which WINE uses
as "System" font, rendering all further text unreadable.
I have attached the font in question, just have WINE find it and run "notepad"
to see the problem.
--
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=2468
sam124(a)operamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P2
--
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=2477
Summary: inlining failed in call to 'GetProcessHeap'
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.kovar(a)gmail.com
ccache gcc-3.4.2 -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_KERNEL32_ -DETCDIR="\"/etc\"" -D_REENTRANT -fPIC -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith
-march=i686 -mtune=pentium3 -msse -mfpmath=sse -mmmx -O2 -pipe -fforce-addr
-fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt
-falign-functions=4 -maccumulate-outgoing-args -fprefetch-loop-arrays -o heap.o
heap.c
heap.c: In function `GlobalLock':
heap.c:252: sorry, unimplemented: inlining failed in call to 'GetProcessHeap':
redefined extern inline functions are not considered for inlining
heap.c:403: sorry, unimplemented: called from here
heap.c:252: sorry, unimplemented: inlining failed in call to 'GetProcessHeap':
redefined extern inline functions are not considered for inlining
heap.c:427: sorry, unimplemented: called from here
make[2]: *** [heap.o] Error 1
make[2]: Leaving directory `/usr/src/wine/dlls/kernel'
make[1]: *** [kernel] Error 2
make[1]: Leaving directory `/usr/src/wine/dlls'
make: *** [dlls] Error 2
--
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=2203
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2004-12-09 15:53 -------
Run in wineconsole, and ensure when you launch it you provide the full path, eg
wine c:\path\to\program.exe
This gets it futher - as to whether its fully usable I dont know
--
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=2335
------- Additional Comments From mike+wine(a)blakeley.com 2004-12-09 14:56 -------
Apple's QuickTimePlayer shows a similar trace under debian (unstable
0.0.20040716-1.2), when playing the builtin demo movie. Since Apple's software
is free to download, it might be easier to debug.
Possibly-relevant sections of $HOME/wine/.config:
[WinMM]
; Uncomment the "Drivers" line matching your sound setting.
"Drivers" = "wineoss.drv" ; default for most common configurations
;"Drivers" = "winearts.drv" ; for KDE
;"Drivers" = "winealsa.drv" ; for ALSA users
;"Drivers" = "winejack.drv" ; for Jack sound server
;"Drivers" = "winenas.drv" ; for NAS sound system
;"Drivers" = "wineaudioio.drv" ; for Solaris machines
;"Drivers" = "" ; to disable sound
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
[dsound]
;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
;"HELmargin" = "5"
;; HEL only: Number of waveOut fragments ahead to queue to driver.
;"HELqueue" = "5"
;; Max number of fragments to prebuffer
;"SndQueueMax" = "16"
;; Min number of fragments to prebuffer
;"SndQueueMin" = "8"
;; Forces emulation mode (using wave api)
"HardwareAcceleration" = "Emulation"
;; Sets default playback device (0 - number of devices - 1)
;"DefaultPlayback" = "0" ; use first device (/dev/dsp)
;"DefaultPlayback" = "1" ; use second device (/dev/dsp1)
;"DefaultPlayback" = "2" ; use third device (/dev/dsp2)
;; Sets default capture device (0 - number of devices - 1)
;"DefaultCapture" = "0" ; use first device (/dev/dsp)
;"DefaultCapture" = "1" ; use second device (/dev/dsp1)
;"DefaultCapture" = "2" ; use third device (/dev/dsp2)
--
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=2150
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-12-09 10:27 -------
Fixed by patch http://cvs.winehq.org/patch.py?id=13736.
--
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=2084
------- Additional Comments From phil(a)mail.ru 2004-12-09 10:06 -------
This was a duplicate of bug 1486 which is now fixed. Please close this bug.
--
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=2357
------- Additional Comments From puoti(a)inwind.it 2004-12-09 06:14 -------
There will be a new wine release in a few days, and the new RPMs won't have the
scrolling bug.
--
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=2465
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #687|application/octet-stream |text/plain
mime type| |
--
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=2473
------- Additional Comments From theflameeyes(a)libero.it 2004-11-09 17:42 -------
At least with gentoo, I have glibc-2.3.4.
glib is instead a gnome's component IIRC, so it's unrealted to that.
About the version mismatch is probably because you have a wine and a libwine
version different. Should be fixed when you upgrade them to the latest version.
--
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=2357
------- Additional Comments From theflameeyes(a)libero.it 2004-11-09 17:37 -------
The Mandrake's RPMs are built with the -fomit-frame-pointer c-flag, which
creates this problem. It was discussed on wine-user and wine-devel (I haven't
the gmane's threads at hand, anyway you can search for -fomit-frame-pointer on
wine-devel to find out more info).
Please rebuild wine without -fomit-frame-pointer c-flag.
Maybe someone should provide recompiled binaries for Mandrake's users until
Mandrake fix this upstream?
--
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=2357
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From puoti(a)inwind.it 2004-11-09 17:08 -------
I've tried with the wine supplied notepad, and scrolling works for me.
--
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=2357
larolsen(a)airpost.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |puoti(a)inwind.it
------- Additional Comments From larolsen(a)airpost.net 2004-11-09 16:53 -------
I open a MUD client in Wine and that basically goes smoothly. I can't install it
with Wine, so I use a copy of its directory. The moment a scroll bar appears
(because I've connected to a MUD and the login is more than a screenful), Wine
disappears and gives this output:
fixme:ole:CoRegisterMessageFilter stub
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
wine: Unhandled exception (thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --debugmsg -all 8 132")
(2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
It has nothing to do with the program. This happens with any program that would
initiate a scroll bar. It renders Wine useless to me unfortunately.
I'm using Mandrake 10.1 RC1 and previously had the same problem with Mandrake
10.0. Wine seems to run without that problem on other distros (Suse and Red Hat
at least). I don't know where the problem lies, but it's been about four months
since I've been able to use an updated Wine.
--
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=2473
------- Additional Comments From peter.talken(a)telia.com 2004-11-09 14:24 -------
Sorry, I found libc.so.6 at /lib, not as I guessed in /usr/lib.
But it's version glibc-2.3.3 and wine needs glibc-2.3.4. So I have to check if
I can update glibc without any problem.
/Peter
--
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=2473
peter.talken(a)telia.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From peter.talken(a)telia.com 2004-11-09 14:11 -------
I checked by using "type -all wine" and found only one version of wine,
wineserever etc.
But I found that I had an old version of libwine1
"libwine1-20040213-3mdk.i586" installed.
So I uninstalled whole wine and tried to install i again.
Then the system tried to install libwine1-20040213-3mdk.i586 again.
When I then tried to install libwine1-20040813-2mdk.i586 separately I got:
(Swedish messages within {})
[root@etab installera_rpm]# urpmi libwine1-20040813-2mdk.i586.rpm
{Vissa begärda paket kan inte installeras:}
Some requested packets could not be installed:
(libwine1-20040813-2mdk.i586 ({på grund av otillräckliga libc.so.6
(GLIBC_2.3.4)) (J/n) n})
libwine1-20040813-2mdk.i586 (due to unsufficient libc.so.6(GLIBC_2.3.4)) (Y/n)
n
As far as I can see, I have this (glib-2.0.pc)
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include
glib_genmarshal=glib-genmarshal
gobject_query=gobject-query
glib_mkenums=glib-mkenums
Name: GLib
Description: C Utility Library
Version: 2.4.6
Libs: -L${libdir} -lglib-2.0
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include
There is no libc.so.6 on my system!!
So, how do I get libs.so.6?
/Peter
--
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=1307
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-11-09 11:49 -------
dinput has enhanced joystick support now, fixed I assume.
--
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=2473
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-11-09 10:57 -------
type -all wine
type -all wineserver
will show 2 copies of wine. delete the old one. Also make sure the old
wineserver is not running anymore.
also the first errors can be avoided by doing "rehash" or similar after
installing / removing binaries.
--
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=2476
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-11-09 10:55 -------
lready fixed in CVS.
--
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=2476
Summary: Compiling of int13.c fails because of missing include
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: illmnec(a)sympatico.ca
Compilation of Wine-20040813 stopped at dlls/winedos/int13.c with error:
In file included from int13.c:34:
/usr/include/linux/fd.h:342: error: variable or field `__user' declared void
/usr/include/linux/fd.h:342: error: parse error before '*' token
/usr/include/linux/fd.h:360: error: parse error before '}' token
I edited dlls/winedos/int13.c and added before line 34 the following:
# include <linux/compiler.h>
which fixed the problem.
I am using Linux 2.6.7 with a con kolivas patch (ck6) on slackware 10.0.
--
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=2474
Summary: Program wants to call file in same directory as program,
but claims it cannot find it.
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mainmail(a)chello.at
This bug may be encountered with MP3 Gain (get it at:
http://mp3gain.sourceforge.net/).
Everything works fine, but for the fact that MP3GainGUI.exe wants to call
mp3gain.exe which does the actual work. When I start MP3GainGUI.exe I get a
message box with "PATH\mp3gain.exe NOT FOUND". I veryfied that the file exists,
is in the expected directory, and I even tried multiple cases (are calls from
wine environments case sensitive?) but nothing worked.
And I get a second message saying: "Run-time error '13': Type mismatch". No idea
why this is.
Since mp3gain.exe works fine when directly started with wine, I wonder if the
problem could not be solved if wine were able to start calls from programs also
in a wine environment and/or tries for any available case of the given filename.
--
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=2385
theflameeyes(a)libero.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From theflameeyes(a)libero.it 2004-10-09 13:05 -------
Ok I cleaned it up and it's partially merged :)
--
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=2465
------- Additional Comments From me(a)the-taz.net 2004-10-09 12:25 -------
Forgot.. The version of Wine I'm running is the latest relase (wine 040813)
--
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=1486
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mike(a)globalgroup.co.za
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-09-09 20:41 -------
*** Bug 2470 has been marked as a duplicate of this bug. ***
--
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=2470
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-09-09 20:40 -------
*** This bug has been marked as a duplicate of 1486 ***
--
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=2473
Summary: Can't start wine
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.talken(a)telia.com
This happens
[peter@etab peter]$ wine
Wine called with no arguments. Wine requires at least one argument - the name
of the Windows application you would like to run.
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
wine --native Use DLLs from a native MS-Windows (TM)
installation
Which is OK, but:
[peter@etab peter]$ wine --help
wine: could not exec /usr/local/kde/bin//usr/bin/wine-pthread
[peter@etab peter]$ wine --version
wine: could not exec /usr/local/kde/bin//usr/bin/wine-pthread
[peter@etab peter]$ notepad
wine: could not exec /usr/local/kde/bin//usr/bin/wine-pthread
[peter@etab peter]$
PATH looks like:
[peter@etab peter]$ echo $PATH
/usr/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin/:/usr/lib/jre-1.4.2_04/bin:/usr/lib/qt3/bin:/home/peter/bin:/usr/local/kde/bin
[peter@etab peter]$
If I start wine-pthread:(just to test)
[peter@etab peter]$ wine-pthread
wine client error:9: version mismatch 147/131.
Your wine binary was not upgraded correctly,
or you have an older one somewhere in your PATH.
Or maybe the wrong wineserver is still running?
[peter@etab peter]$
[peter@etab peter]$ whereis wine-pthread
wine-pthread: /usr/bin/wine-pthread
[peter@etab peter]$
[peter@etab peter]$ whereis wine
wine: /usr/bin/wine /usr/bin/wine.bin-kthread /usr/bin/wine.bin /usr/bin/wine.bin-pthread /etc/wine /usr/lib /usr/share/wine /usr/share/man/man1/wine.1.bz2
[peter@etab peter]$
wineserver is started.
wine version:
wine-20040813-2mdk.i586.rpm
from Mandrake cooker
Using Mandrake Linux 10.0
--
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=1486
------- Additional Comments From jarto(a)starsoft.fi 2004-09-09 06:04 -------
I just tested the latest patch with some of my Delphi apps. It does solve the
problem. Thank you Michael :)
--
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=1486
------- Additional Comments From hallo(a)michael-kaufmann.ch 2004-09-09 04:54 -------
I've found another way to fix this bug without breaking a test case. There's no
need to keep disputing ;-)
Although no other WINE developer has responded to my proposed patch yet, I think
it has good chances to be included in WINE.
http://www.winehq.org/hypermail/wine-devel/2004/09/0279.html
--
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=1486
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-09-09 03:14 -------
Some offtopic (excuse me):
Jarto, a new patches arrives every day and amount of people interested in
*fixing the root* of the bug would decrease, thus making bug getting buried
deeper and deeper.
IMHO many people consider this as a harm to future life of Wine. There is even
joke story about it:
* The greatest programming project of all took six days; on the seventh day
* the programmer rested. We've been trying to debug the *&^%$#@ thing ever
* since.
*
* Moral: design before you implement.
You wrote:
> 1. Accept Michael's patch
> 2. Let's find out what the patch breaks
The suggestion about some investigation of what gets broken is quite
interesting. It would shed some light on the amount of stuff got broken. Only
this the area of action should not belong to official Wine.
Its unclear for me: why do you need the patch to be in official Wine tree? Does
something restrict you from applying it by your hand and making your own Wine
package for your favourite distro?
Can you make this to be a separate project, call it Wine-smoof, for example?
IMHO this is the route by which both the CrossOver and Transgaming went. And it
would attract lots of advanced users which are too hot to stay on wait for one
year more. I would join it if it stays uncommercial.
--
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=1486
------- Additional Comments From jarto(a)starsoft.fi 2004-09-09 02:17 -------
I've read all the discussions about Michael's patch. It's unfortunate that the
patch was dropped. However, it's good that we know the root cause and it's
documented here in Bugzilla.
It's now about two years since I first noticed that menus don't work in the
Delphi apps I've created. It took another year before I was able to make a
simple test case. At this point I tried to solve the bug myself. When I
couldn't, I submitted this bug.
If I understand right, the patch won't be accepted because:
1. Somebody will reimplement the menu code properly at some point
2. The fix may break some other apps
IMHO the first reason is a bad one. Nobody can say for sure when the menu code
will be rewritten. There will always be areas to improve in Wine and lots of
other bugs and features will end up getting a higher priority in the future. We
might still be using the same menu code two more years from now.
What we know is that lots of Delphi apps don't work. But we don't know what the
patch may break.
I'd like to suggest:
1. Accept Michael's patch
2. Let's find out what the patch breaks
3. Revert back to the old code if it broke some important application
After that we'd at least know more which is better than guessing.
--
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=1486
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-09-09 00:56 -------
Samuel Herzog writes:
> -The user wants a working application.
> -The user wants to have the functions in the mainmenu.
> -The user does not know what a TestCases is.
> -The user is not interested in TestCases.
So you urge to sacrifice Wine architecture fineness, scalability, perspective of
future growth just for the few users to be able to run few applications?
So, you mean Wine should be designed for minority of the world? You mean all
the world should work just for few people? You are despotic person then. :-)
Wine should not, IMHO. Wines license doesn't restrict you from applying any
patch in your box/at your home. So, if you are using CVS to compile wine, you
can do this even automatically (by adding some lines to cvs-update script once).
I have just did this:
--- ../cvs_update 2004-09-09 08:51:58.000000000 +0200
+++ ../cvs_update_w_patch 2004-09-09 08:50:25.000000000 +0200
@@ -55,10 +55,18 @@
export CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine
#export CVSROOT=:pserver:cvs@rhlx01.fht-esslingen.de:/home/wine
push_to_CVS_dir
+ # unapplying the patch:
+ cd wine
+ w3m -dump "http://www.winehq.com/hypermail/wine-patches/2004/09/0074.html" |
patch -Rp0 --forward
+ cd ..
+ # updating:
if [[ $1 == "" ]];
then cvs update -PAd;
else cvs update -PdD "$1";
fi
+ # applying the patch:
+ cd wine
+ w3m -dump "http://www.winehq.com/hypermail/wine-patches/2004/09/0074.html" |
patch -p0
pop_dir
}
and it works. It may be better idea to move the reversing/forwarind patch game
to simple separate script. This would let you control several patches at once
and you will be easily able to do it by hand also.
Wine is supposed not to restrict you from being free, and you vote for
restricting Wine. Boo! ;-)
--
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=2394
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-09-09 00:03 -------
IMHO this has a lot to do with a bug (or even meta-bug) number 709.
I suppose you can always try using one more native dll and succeed:
WINEDLLOVERRIDES=riched32=n wine ...
--
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=1486
------- Additional Comments From sam_herzog(a)yahoo.com 2004-08-09 23:24 -------
Hi folks,
I am a little confused by all this mails about the MainMenu stuff.
Just for my personal interest I tried WINE with some of my Delphi Apps and
was amazed that they worked perfect.
EXCEPT the MainMenu. And an application without the working MainMenu is unusable!!!
As I understand some nice people have made a patch for this but
it's not integrated into WINE because some troubles with a TestCase.
A TestCase which seems to be inconistent anyway with different windows versions.
Let's make simple and look at this bug from a normal users view.
-The user wants a working application.
-The user wants to have the functions in the mainmenu.
-The user does not know what a TestCases is.
-The user is not interested in TestCases.
So please,please,please find a way around this dilemmma.
Since I am not a C programmer and a linux beginner there is not much I can do to
help.
But is it possible to order a WINE T-Shirt and make donation ? Where ?
Thanks,
Sam
--
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=2472
Summary: Wine crashes running every exe in Mandrake 10.0
Product: Wine
Version: 20040213
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.reznicek(a)wo.cz
Hi,
I'm not the only Czech user that noticed this problem.
I have the wine package distributed with Mandrake 10.0.
I use the kernel 2.4.25-2mdk.
After I had configured the conf file and tried to run wine on a brand new
installed Mandrake 10.0, I tried to type "wine --help". The help message showed
up, all OK.
But then I tried to run wine /mnt/windows/winnt/notepad.exe ... and it stopped
badly. The symptoms include:
1) After I pres Enter in the console, I get the cursor to the new line; and
that's all. Wine becomes frozen.
2) Moreover, I can type to the console and the letters appear axyctly as I type
them.
3) But ctrl-c doesn't terminate anything.
4) Many shell instances don't react and behave the same way. I think that it
includes the instances of bash that were run by the user who tried to launch wine.
5) When I try to kill wine (something as "killall wine"), nothing happens.
6) Then, when I try to shut the system down, it hangs by stopping the xprint
service. Another user reported that his system hangs by stopping the md service.
The shutdown/reboot process then simply doesn't continue anymore.
I don't know if it can help but I must also state that the Borland Kylix
programming tool (either 2 and 3) (that is based on its own wine version) has
very similar symptoms.
I just want to help you with your GREAT task and I hope the bug I am reporting
isn't already posted.
Pavel (Paul)
--
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=2470
------- Additional Comments From hallo(a)michael-kaufmann.ch 2004-08-09 15:07 -------
It's really the same bug, you can mark it as a duplicate.
--
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=2394
------- Additional Comments From erodrig_97(a)yahoo.com 2004-08-09 12:30 -------
Error continues until all memory is exhausted.....
Last token read was "}" near line 60917, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 60940, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 60963, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 60986, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 61009, position 1.
Killed
--
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=2394
------- Additional Comments From erodrig_97(a)yahoo.com 2004-08-09 12:27 -------
This bug will continue to dump out the messages until all the swap space on the
machine is consumed. At that point the process gets killed. The line number in
the messages continues to increase.
Last token read was "}" near line 60940, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 60963, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 60986, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 61009, position 1.
Killed
--
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=1486
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-08-09 11:19 -------
Bug 2470 is affected by the same root cause.
--
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=2470
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-08-09 11:14 -------
It looks like it is unlikely that this patch will be committed. The relevant
thread as to why it won't is here.
http://www.winehq.org/hypermail/wine-devel/2004/09/0229.html
The correct fix for this bug depends on the rewrite of the windows management code.
This bug and bug 1486 are have the same root cause and I am very tempted to mark
this as duplicate.
--
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=2470
------- Additional Comments From mike(a)globalgroup.co.za 2004-08-09 09:50 -------
Created an attachment (id=684)
--> (http://bugs.winehq.org/attachment.cgi?id=684&action=view)
Binaries of a proof of concept app (something to show the bug)
TestMenus is a proof of concept for a future TurboCash because:
1) It loads it's translations through a ZEOS-component db (in this case,
mysql-4.0)
2) It then changes the captions of the menus, lables etc from data gathered
from the db
Requirements:
A running MySQL4 server
Installation
1) Unzip all under a directory near you.
1) Copy the language-database (the language folder situated in the /data
folder) to your mysql folder with your other db's in and restart your mysql
server (read install the language database onto your mysql server)
Usage:
1) Click on the text box that says "Username here" and enter a username that
has read access to your newly created language db.
2) Then enter the text box that says "Password here" and enter the password for
the user that has access to your language db.
3) Then enter the text box that says "IP adress here" and enter the ip adress
of the mysql server with the language db.
4) Click on connect
5) Notice that it now loads a list of languages from the server
6) Change the item in the "Please select a language" combobox and notice how
the lables and menu-captions changes.
7) To exit, click on Look->Exit or Kyk->Maak toe depending on what language you
loaded
How it works:
Check the sourcecode, it is fully commented.
The Win32 binaries is located under /bin (wow..) You have my (Mike van
Niekerk's, the author of this app) full permission to edit and change this
program (even for commercial reasons, dont know how this is going to help you
commercially in anyway... :-)), and please post on
http://bugs.winehq.org/show_bug.cgi?id=2470 how got it work under wine.
--
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=2471
Summary: Path Setting is not effective in SuSE 9.1
Product: Wine
Version: 20040813
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bhoovi_s(a)rediffmail.com
In 20040615 - Wine on SuSE & RHEL, PATH was effective if it is set in
system.reg.
Where as in ver 20040813, PATH is effective only in RHEL and does not take
effect in SuSE when it is set in system.reg. But when it is set in user.reg, it
is effective both RHEL & SuSE.
Can you please make sure that it works uniformly in all flavours of linux.
My configuration is as follows
RHEL Desktop 3
wine binary used : wine-20040813-1wbl3winehq.i386.rpm
SuSE 9.1
wine binary used : wine-20040813-SuSELinux90.i586.rpm
Thanks
Bhuvaneswari S
--
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=2354
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-08-09 02:37 -------
fixed in latest CVS (or next release)
--
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=2289
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-08-09 02:36 -------
fixed in cvs as of last night.
--
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=2289
------- Additional Comments From davidjnice(a)btinternet.com 2004-08-09 02:03 -------
I belive that this bug is the same as BUG2354. I 'worked around' this error and
Rein Klazes has written a patch to be tested. (See Below).
FROM 2354:
The line 342 of /usr/include/linux/fd.h has been updated as shown at
http://www.linuxhq.com/kernel/v2.6/7/include/linux/fd.h.
The line - void *data;
is now + void __user *data;
I made a backup of /usr/include/linux/fd.h and then edited the line to show
'void *data; and saved the file. Now when I run ./wineinstall it completes
sucessfully and I can run exe files when I need to.
------- Additional Comment #3 From Rein Klazes 2004-09-04 10:06 -------
Does this patch help (with original fd.h) ?
--- wine/dlls/winedos/int13.c 2004-08-18 15:25:52.000000000 +0200
+++ mywine/dlls/winedos/int13.c 2004-09-04 17:02:08.000000000 +0200
@@ -31,6 +31,9 @@
#endif
#include <fcntl.h>
#ifdef linux
+#ifndef __user
+#define __user
+#endif
# include <linux/fd.h>
#endif
I'm quite new to Bugzilla & Wine so I'm afraid I'm not sure how/who should close
bugs (if they do need closing at all), but I hope this is helpful...
--
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=2211
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1749
--
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=2470
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-07-09 13:52 -------
This looks like a duplicate of bug 1486 which has a patch submitted. could you
please check this out.
--
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=2470
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=42
--
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=2470
Summary: Menus disabled when a caption is changed
Product: Wine
Version: 20040813
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike(a)globalgroup.co.za
CC: mike(a)globalgroup.co.za
Whenever you change a caption of a menu-item in an app made in Delphi
(regardless of the oldness of the delphi), the whole menu is disabled.
The severity of this is that apps that is translated by changing the caption
(like TurboCash for example) will be unusable.
I think that maby this is trivial to change since a menu is not that a complex
structure. It is trivial but it is very hampering (even blocking) for Delphi
developers to port their apps to wine.
Any previous versions of wine also had this bug. I tested it on Suse9.1, MDK10,
FC2 and Knoppix, so this is truly distribution independent.
--
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=2469
Summary: G7ToWin fails to communicate with serial port
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: braun(a)egeen.ee
G7ToWin is using WriteFile to write the GPS commands out to the serial port:
WriteFile(hCom, msg, count, &bytes, NULL);
This is syncronous write --- non-overlapped i/o;
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
In the NtWriteFile it is handled as asynchronous i/o, because the
FD_FLAG_TIMEOUT flag is set in the server/serial.c serial_get_info
Asynchronous i/o fails, because there is no overlapped structure assigned.
hEvent is NULL.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
My resolution:
--- dll/ntdll/file.c 2004-06-18 02:05:48.000000000 +0300
+++ dll/ntdll/file.c 2004-09-05 22:05:51.000000000 +0300
@@ -601,7 +601,7 @@
return STATUS_PIPE_DISCONNECTED;
}
- if (flags & (FD_FLAG_OVERLAPPED|FD_FLAG_TIMEOUT))
+ if (flags & FD_FLAG_OVERLAPPED)
{
async_fileio* ovp;
NTSTATUS ret;
Only to enter to asynchronous i/o, when FD_FLAG_OVERLAPPED flag is set. Probably
some changes also needed in the server/serial.c serial_get_info --- my patch can
break the asynchronous write.
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
wineserver log file:
> 0009: get_handle_fd( handle=0x2c, access=40000000 )
> 0009: get_handle_fd() = 0 { fd=12, type=1, flags=2 }
> 0009: register_async( handle=0x2c, type=2, overlapped=0x40320a68, count=8,
status=00000103 )
> 0009: register_async() = 0
ret = register_new_async(&ovp->async);
> 0009: select( flags=6, cookie=0x4068fa98, timeout=0, handles={(nil)} )
> 0009: select() = INVALID_HANDLE
NtWaitForSingleObject(hEvent, TRUE, NULL);
hEvent is NULL
> 0009: close_handle( handle=(nil) )
> 0009: close_handle() = INVALID_HANDLE { fd=0 }
NtClose(hEvent);
hEvent is NULL
I hope this helps to fix this bug.
sy,
Urmo
--
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=2365
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=2468
sam124(a)operamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
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=2468
sam124(a)operamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
Priority|P2 |P3
--
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=2468
sam124(a)operamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
--
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=2468
sam124(a)operamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |20040813
--
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=2468
Summary: No ./configure with Winelib (winemaker)
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam124(a)operamail.com
When I run winemaker on any program, it does not create a ./configure script,
configure.in, or makefile.in. It simply creates a Makefile. When I run the
makefile, all it gives me is an <appname>.exe.so instead of an Unix executable.
After editing the makefile to not make a Windows executable, I tried readelf
--all and it said "Wrong magic bits" and I found it to be a shell script that
invokes Wine. Winelib is supposed to compile executables for the host OS. I have
guessed that a configure script might fix the problem (though it might be
Winelib itself).
--
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=2087
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-05-09 21:28 -------
Closing
--
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=2186
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-05-09 20:51 -------
This should be three separate bug reports. resolving invalid
--
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=2181
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=444
--
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=2177
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2074
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=871
--
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=2014
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2467
Summary: starcraft doesn't display battle.net menus correctly
Product: Wine
Version: 20040813
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)tpetaccia.com
In starcraft, battle.net menus aren't drawn and refreshed correctly. The
buttons contain no pictures, just text, and whenever they should be redrawn,
they aren't. The text is just drawn on top of what was there before. This
makes reading things somewhat difficult.
--
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=2087
adam(a)tpetaccia.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From adam(a)tpetaccia.com 2004-05-09 16:33 -------
I have not received this error for a few versions. I'm marking the bug as fixed
(quite some time ago)
--
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=2042
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-05-09 16:27 -------
*** This bug has been marked as a duplicate of 1486 ***
--
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=1486
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sam_herzog(a)yahoo.com
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-05-09 16:27 -------
*** Bug 2042 has been marked as a duplicate of this bug. ***
--
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=2042
------- Additional Comments From hallo(a)michael-kaufmann.ch 2004-05-09 10:28 -------
This is a duplicate of bug 1486 which I've just fixed! :-)
--
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=1486
------- Additional Comments From hallo(a)michael-kaufmann.ch 2004-05-09 10:25 -------
I've hunted this bug for many hours and now I've squeezed it :-)
The cause of this bug is that Delphi calls DestroyMenu while the menu is still
visible. If you change a property of a TMenuItem (e.g. "Visible"), Delphi
rebuilds the whole menu. And it destroys the old one while it is still visible.
This is also a Delphi bug, because it's not documented what should happen in
this situation.
Windows 9x destroys the menu immediately and sets the window's menu handle to
NULL. Windows 2000 destroys the menu as soon as it's not used anymore. WINE
destroyed the menu, but didn't tell that to the window showing the menu.
It was very hard to find this bug, because WINE gave the new menu the same menu
handle as the old one. Delphi then thought that there was still a menu there,
and didn't call SetMenu. Because of this, the menu was not initialized properly.
I've submitted a patch:
http://www.winehq.com/hypermail/wine-patches/2004/09/0074.html
Now all our beloved Delphi apps should run flawlessly again :-)
--
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=2465
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-05-09 03:21 -------
i see no debug info here. :-(
it would be nice to see version of wine you are running:
$ wine --version
besides, try running with some debug flags enabled:
$ WINEDEBUG=+loaddll,+process wine /..path/to/a/program
when WineDbg starts, type the "bt" command. it should output some stuff. you
may try "info threads" command also. then copy all the output to some file and
send it here as an attachment. if the file gets large (>250kB), compress it.
IMHO that should make report of more use.
--
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=2466
Summary: ReadFile function failed (win error code 996)
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoalu04(a)yahoo.ca
I run Ezdl-4.0. This program read file then send value to serial port. It read
data from serial port is ok! But when read file to send is faile.
""ReadFile function failed (win error code 996)""
***Comment: The program was packed, I don't have an unpacked version
--
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=2308
------- Additional Comments From dank(a)kegel.com 2004-05-09 00:38 -------
Make sure c:/windows/system is a directory. When I checked, mine
was a file! Turning it into a directory got me further.
--
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=2308
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
------- Additional Comments From dank(a)kegel.com 2004-04-09 23:54 -------
Here are the messages I see when I run
http://bylands.dur.ac.uk/~mh/wine-ie/install-ie6.sh
with wine-20040813:
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x40c80000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x40c80000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok.
offset=0x40c80074
fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have
to do here ?
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
err:setupapi:SetupDefaultQueueCallbackA copy error 267
"U:\\ie-setup\\IXP000.TMP\\WinInet.dll" -> "c:\\windows\\system\\WinInet.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 267
"U:\\ie-setup\\IXP000.TMP\\URLMON.DLL" -> "c:\\windows\\system\\URLMON.DLL"
fixme:setupapi:vcpUICallbackProc16 (0xb80, 0705, 0000, 00000000, 40251e74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xb80, 070f, 0000, 00000000, 40251e74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xb80, 0710, 0000, 00000000, 40251e74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xb80, 070b, 0000, 00000000, 40251e74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xb80, 070c, 0000, 00000000, 40251e74) -
semi-stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
err:setupapi:SetupDefaultQueueCallbackA copy error 267
"U:\\ie-setup\\IXP000.TMP\\INSENG.DLL" -> "c:\\windows\\system\\INSENG.DLL"
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:ole:CoCreateInstance no classfactory created for CLSID
{6e449686-c509-11cf-aafa-00aa00b6015c}, hres is 0x80040150
I suppose it might be worth trying native msi.
--
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=2465
Summary: Xmedia player fails to start due to
"fixme:console:SetConsoleCtrlHandler..."
Product: Wine
Version: 20040813
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)the-taz.net
After installation of the player for my XCard (no support for linux yet) it fails to start... this is the
message that wine gives me:
fixme:console:SetConsoleCtrlHandler (0x405eb9f0,1) - no error checking or testing yet
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x10007ba2)
In 32bit mode.
0x10007ba2: movl 0x0(%eax), %ecx
Is this something that could be fixed? ;o)
--
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=2354
------- Additional Comments From rklazes(a)xs4all.nl 2004-04-09 10:06 -------
Does this patch help (with original fd.h) ?
--- wine/dlls/winedos/int13.c 2004-08-18 15:25:52.000000000 +0200
+++ mywine/dlls/winedos/int13.c 2004-09-04 17:02:08.000000000 +0200
@@ -31,6 +31,9 @@
#endif
#include <fcntl.h>
#ifdef linux
+#ifndef __user
+#define __user
+#endif
# include <linux/fd.h>
#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.
http://bugs.winehq.org/show_bug.cgi?id=2354
------- Additional Comments From davidjnice(a)btinternet.com 2004-04-09 07:53 -------
I also have SW10 with a complied 2.6.7 kernel (not testing). When I recieved
this error I checked the line 342 of /usr/include/linix/fd.h
I checked the file at http://www.linuxhq.com/kernel/v2.6/7/include/linux/fd.h
and noticed that the following update has been made:
The line - void *data;
is now + void __user *data;
I made a backup of /usr/include/linix/fd.h and then edited the line to show
'void *data; and saved the file. Now when I run ./wineinstall it completes
sucessfully and I can run exe files when I need to.
Perhaps this information cound help a developer to know how to resolve this?
Hope this helps!
--
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=1253
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-09 22:09 -------
closing
--
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=567
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-09 22:02 -------
Closing
--
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=387
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-09 21:59 -------
Closing
--
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=2455
------- Additional Comments From titan.costa(a)wanadoo.fr 2004-03-09 14:59 -------
Could you try registering devenum.dll to see if this solves the CoCreateInstance
issue?
I've just sent a stub for DBToAmpFactor...
--
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=2458
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-03-09 13:40 -------
IMHO it would be interesting for others to see what exactly Wine outputs and
what X server or kernel (dmesg) write to their log-files? maybe you should use
the most verbose logging of X server (level 9, AFAIK)?
--
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=2210
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-09 13:09 -------
Resolving FIXED
--
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=2464
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-09 13:02 -------
Patch to fix this is in cvs.
http://www.winehq.org/hypermail/wine-cvs/2004/09/0047.html
--
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=2458
wine(a)vrai.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040408 |20040716
------- Additional Comments From wine(a)vrai.net 2004-03-09 12:54 -------
Note - this also occurs in 20040716.
--
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=2464
------- Additional Comments From dclark(a)akamail.com 2004-03-09 10:26 -------
Could you please email this to Wine patches? Generally, patches won't be picked
up from wine-bugs.
--
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=2454
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-03-09 05:34 -------
fixed in the CVS as of 2004/09/03 by the patch from Alexandre [8], AFAIK.
[8] http://www.winehq.org/hypermail/wine-cvs/2004/09/0004.html
--
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=2464
Summary: tmschema.h has a typo: RBS_UNCHECEDHOT
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andreas.Hausladen(a)gmx.de
In the include/tmschema.h file the RBS_UNCHECEDHOT is missing the "K" in "checked".
--- tmschema.h 2004-09-03 11:42:11.000000000 +0200
+++ tmschema.h 2004-09-03 11:42:32.000000000 +0200
@@ -382,9 +382,9 @@
#define PBS_DEFAULTED 5
/* BUTTON RADIOBUTTON states */
#define RBS_UNCHECKEDNORMAL 1
-#define RBS_UNCHECEDHOT 2
+#define RBS_UNCHECKEDHOT 2
#define RBS_UNCHECKEDPRESSED 3
#define RBS_UNCHECKEDDISABLED 4
#define RBS_CHECKEDNORMAL 5
#define RBS_CHECKEDHOT 6
--
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=2280
------- Additional Comments From cmroddy(a)gmail.com 2004-03-09 03:41 -------
i have the same problem. this also applies to the version 8.x clients, and it
remains under Wine version 20040716. I should note that there is no such problem
with the version 7.100 client, which immediately preceded v7.112.
--
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=2463
Summary: Winelib does not work at all as documented
Product: Wine
Version: 20040813
Platform: Sun
OS/Version: Solaris
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gupta.lokesh(a)philips.com
Hi,
I have been trying to use Winelib to build a very trivial Windows Application on
Unix just to test the working of winelib. But it does not work according to the
documentation at all. Here are the problems I found:
- When I run winemaker in my project root directory, it runs successfully but in
the end does not produce any configure script as said in the documentation but
produces directly a Makefile
- The Makefile must be manually tweaked to put in the WINE include files path
and the WINE libraries path.
- After changing the generated Makefile, when I run it, I see thousands of
warnings related to ignoring of __stdcall__ attribute in some of the windows
header files, but the build goes through
- The generated executable always has a .so extension which gives a feeling that
it is a shared library rather than an executable
- When I run the above generated file, it simply dumps core without any messages
"Segmentation Fault"
- When I try to run the above application through GDB to debug it, it crashes
even before reaching main
- When I try to run the above application through winedbg to debug it, it simply
hangs, nothing happens after that.
If such a basic thing does not work with Winelib, then I hope that something is
wrong with the way I have understood things and in my process of trying to do
this. Can somebody help ?? By the way, the same kind of setup also did not work
on Linux/Intel and Linux/Athlon combinations as well. So there must be something
very wrong in the way I am doing it. I imagine that the Winelib user's guide
documentation is totally out of date, in which case could somebody please
forward me a document which can produce working executables.
Best Regards
Lokesh
--
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=2462
Summary: Lotus Sametime client crashing with stack overflow
Product: Wine
Version: 20040813
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raghavan.venkatachari(a)ge.com
Hi,
I installed Wine-20040813 on a RedHat 9.0 system.
I compiled Wine from source (wine-20040813.tar.gz).
Then I installed Lotus Sametime Client 3.1.The installation went well.
When i try to run the client, the sametime client opens.
the sametime server hostname to which i have to connect is given in
options->preferences... In preferences there is a sametime connectivity tab.
When i give the server hostname and press OK the application crashes by giving
the following error
err:seh:setup_exception stack overflow 256 bytes in thread 0009 eip 400a91c2
esp 40610f00 stack 0x40610000-0x40710000
--
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=2461
Summary: regsvr32 : Fails to register Intel Indeo 5 video codec
Product: Wine
Version: unspecified
Platform: PC
URL: http://appdb.codeweavers.com/bugs.php?appId=502.
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frix(a)engineer.com
The Intel Indeo 5 video codec is used to play in-game movie content for
the game: Kings Quest 8 by Sierra.
The following error is received:
$ regsvr32 Ir50_32.dll
fixme:quartz:FilterMapper2_RegisterFilter dwVersion != 2 not supported
at the moment
Failed to register dll Ir50_32.dll
--
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=2426
frix(a)engineer.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-tools |wine-user
Summary|EXC_DefaultHandling |DRI userlevel access denied
|Unhandled exception code |
|c000013a flags 0 addr |
|0xffffe410 |
------- Additional Comments From frix(a)engineer.com 2004-02-09 08:41 -------
Wine crashes with error code:
EXC_DefaultHandling Unhandled exception code c000013a flags 0 addr 0xffffe410
--
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=2460
Summary: PC Charge not working under Wine
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhoobler(a)comcast.net
Hi,
This program (PCCW.EXE - for PC Charge) wouldn't run... I'm getting...
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:GetRecordInfoFromGuids (0x503f40,1,0,1033,0x54c904,0xc5b0ac),stub!
fixme:ole:CoRegisterMessageFilter stub
When trying to launch it from winefile.
I'm running KDE 3.2.3 on Mandrkae.
Thanks,
--
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=2459
Summary: Winamp bug
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peregrinitalia(a)hotmail.com
There is an error when trying to open teh winamp.exe:
An unhandeled exeption caused that winamp crashes
--
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=2458
Summary: Running WINE causes video card to shutdown
Product: Wine
Version: 20040408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)vrai.net
Running a program under wine results in the video card ceasing all output. The
video card no longer feeds any signal to the monitor - the monitor believes that
the machine is switched off. This only occurs if wine is attempting to display a
window, wine runs fine when displaying console information only. Only the video
card appears to be affected, the system can still be used remotely and even KDE
appears to remain running.
Wine runs without error if it is using a remote display (via X) or a local XVNC
session. No errors are present in the system logs.
The same error occurs if wine is started from an ssh terminal, but exported to
the local display (export DISPLAY=:0.0).
System information:
Linux lenin 2.6.7-gentoo-r12 #7 SMP i686 AMD Athlon(tm) XP 2800+ AuthenticAMD
GNU/Linux
xorg-x11-6.7.0-r1
ATI Radeon 9600XT - ATI binary drivers 3.9.0-r1
--
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=2457
Summary: Windows Media Player 6.4 causes unhandled exception
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heartwood(a)members.limitless.org
I have the most recent Wine binaries from Debian APT (unstable).
I'm running programs in fake_windows.
I tried to install Windows Media Player 6.4 using the downlodable executable
from the Microsoft website (because another program I want to use in Wine
depends on it). I had to copy setupx.dll (from www.dll-files.com) into my /
fake_windows/Windows/System dirrectory before it would install, but it did.
I did get a lot of these during the install (although it's not the problem I'm
reporting, it might be relivant for all I know).
fixme:vxd:VXD_Open Unknown/unsupported VxD L"configmg.vxd". Try setting Windows
version to 'nt40' or 'win31'
Along with:
fixme:ole:CoCreateInstance no classfactory created for CLSID {4315d437-5b8c-
11d0-bd3b-00a0c911ce86}, hres is 0x80040154
When I tried to run WMP, here's what happens:
jlb@2[fake_windows]$ wine ./Program\ Files/Windows\ Media\ Player/mplayer2.exe
Invoking /usr/lib/wine/wine.bin ./Program Files/Windows Media Player/mplayer2.
exe ...
fixme:process:SetProcessPriorityBoost (0xffffffff,1): stub
fixme:seh:EXC_RtlRaiseException call to unimplemented function quartz.dll.
DBToAmpFactor
wine: Unhandled exception (thread 0009), starting debugger...
Usage: winedbg [--auto] [--gdb] cmdline
It apparently hangs there for several minutes or untill I get impatient and kill
it with ctrl-c.
--
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=2456
Summary: crash when aptempting to install Microsoft Word 97
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.bouat(a)wanadoo.fr
here is the log:
----------------
err:seh:setup_exception stack overflow 0 bytes in thread 000c eip ffffe401 esp
405d1000 stack 0x405d0000-0x406d0000
----------------
--
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=1073
------- Additional Comments From Speeddymon(a)yahoo.com 2004-01-09 08:35 -------
right. I have a computer again, i just have to wait a couple more months until
i get back on my feet and i will be back in the game (hopefully this time for
good)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2455
Summary: Windows Media Player 6.4 causes unhandled exception
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heartwood(a)members.limitless.org
I have the most recent Wine binaries from Debian APT (unstable).
I'm running programs in fake_windows.
I tried to install Windows Media Player 6.4 using the downlodable executable
from the Microsoft website (because another program I want to use in Wine
depends on it). I had to copy setupx.dll (from www.dll-files.com) into my /
fake_windows/Windows/System dirrectory before it would install, but it did.
I did get a lot of these during the install (although it's not the problem I'm
reporting, it might be relivant for all I know).
fixme:vxd:VXD_Open Unknown/unsupported VxD L"configmg.vxd". Try setting Windows
version to 'nt40' or 'win31'
Along with:
fixme:ole:CoCreateInstance no classfactory created for CLSID {4315d437-5b8c-
11d0-bd3b-00a0c911ce86}, hres is 0x80040154
When I tried to run WMP, here's what happens:
jlb@2[fake_windows]$ wine ./Program\ Files/Windows\ Media\ Player/mplayer2.exe
Invoking /usr/lib/wine/wine.bin ./Program Files/Windows Media Player/mplayer2.
exe ...
fixme:process:SetProcessPriorityBoost (0xffffffff,1): stub
fixme:seh:EXC_RtlRaiseException call to unimplemented function quartz.dll.
DBToAmpFactor
wine: Unhandled exception (thread 0009), starting debugger...
Usage: winedbg [--auto] [--gdb] cmdline
It apparently hangs there for several minutes or untill I get impatient and kill
it with ctrl-c.
--
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=2309
------- Additional Comments From santoshks(a)rocketmail.com 2004-31-08 04:48 -------
If config file is not created, how does one specify the DllOverrides?
--
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=2309
santoshks(a)rocketmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|WORKSFORME |
--
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=1703
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-31-08 02:44 -------
So does explorer.exe file belong to PowerDesigner, or it is just a common shell
for Windows 98 ?
If it is former, then please be more detailed. For example:
1, write, when do you caught your first crash;
2, provide debug data (the backtrace is important, the config isn't) in
separate files (I suppose files would be pretty small, so don't compress
them);
3, write the versions of your kernel, glibc, X server.
If it is latter, then fill a separate bug-report with the appropriate title, for
example this: "explorer.exe from Windows 98 doesn't work". I think in this
case it would be a meta-bug (bug, depending on a lots of other, simpler bugs).
--
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=2358
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-08 00:24 -------
Closing
--
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=2356
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-08 00:22 -------
Closing
--
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=2352
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-08 00:18 -------
Closing
--
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=2351
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-08 00:18 -------
Closing
--
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=2341
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-08 00:17 -------
Closing
--
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=2338
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-08 00:05 -------
Closing
--
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=2337
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-08 00:02 -------
Closing
--
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=2321
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-31-08 00:01 -------
Closing
--
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=2318
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:59 -------
Closing
--
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=2315
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:58 -------
Closing
--
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=2314
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:57 -------
Closing
--
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=2313
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:55 -------
Closing
--
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=2311
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:51 -------
Closing
--
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=2309
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:48 -------
Closing
--
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=2304
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:47 -------
Closing
--
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=2294
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:44 -------
Closing
--
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=2292
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:41 -------
Closing
--
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=2282
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:40 -------
Closing For sure this time
--
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=1236
winebugzilla(a)sun.consumer.org.il changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2004-30-08 23:32 -------
This bug is still open. I currently have no resources to handle it. If you think
you do have them, you are more than welcome to submit a patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2227
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:31 -------
Closing
--
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=2205
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:29 -------
Close
--
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=2200
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:28 -------
Closing
--
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=2184
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:25 -------
Closing
--
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=2176
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:23 -------
Closing
--
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=2151
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:18 -------
Closing
--
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=2141
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:17 -------
Closing
--
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=2137
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:11 -------
Closing
--
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=2134
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:05 -------
Closing
--
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=2129
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 23:01 -------
Closing
--
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=2128
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:57 -------
Closing
--
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=2113
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:56 -------
Closing
--
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=2106
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:54 -------
Closing
--
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=2105
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:52 -------
Closing
--
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=2104
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:50 -------
Closing
--
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=2097
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:45 -------
Closing
--
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=2089
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:43 -------
Closing
--
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=2088
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:34 -------
Closing
--
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=2085
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:33 -------
Closing
--
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=2079
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:31 -------
Closing
--
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=2073
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:30 -------
Closing
--
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=2072
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:28 -------
Closing
--
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=2067
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:27 -------
Closing
--
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=2063
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:26 -------
Closing
--
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=2055
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:25 -------
Closing
--
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=2041
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:22 -------
Closing
--
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=2016
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:16 -------
Closing
--
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=1993
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:12 -------
Closing
--
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=1978
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:11 -------
Closing
--
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=1971
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:09 -------
Closing
--
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=1967
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:07 -------
Closing
--
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=1965
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:05 -------
Closing
--
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=1959
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:03 -------
Closing
--
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=1957
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 22:01 -------
Closing
--
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=1936
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 21:58 -------
Closing
--
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=1935
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 21:56 -------
Closing
--
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=1932
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 21:55 -------
Closing
--
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=1914
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-30-08 21:54 -------
Closing
--
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.