http://bugs.winehq.com/show_bug.cgi?id=1514
Summary: ddraw regression bug
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: hatky(a)users.sf.net
CC: fenix@club-internet.fr,lionel.ulmer@free.fr
As I said in wine-devel
(http://www.winehq.org/hypermail/wine-devel/2003/06/0232.html), since the lasts to
burst of commits (in the middle of alexanders vacation) some games give out a
ddraw crash as:
Unhandled exception: page fault on read access to 0x00000004 in 32-bit code
(0x40ac0ad3).
In 32-bit mode.
0x40ac0ad3 (HAL_DirectDrawSurface_Construct+0xd3 [hal.c:127] in ddraw.dll.so):
cmpb $0x0,0x4(%eax)
127 if (!(dd_gbl->dwFlags & DDRAWI_MODECHANGED)) {
a trace will be attached...
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1513
Summary: WM_HELP sent at wrong time; needs to support 0x4d
message
Product: Wine
Version: 20030508
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jr-winebugs(a)quo.to
For consistency with Windows (95 and 2000, at least), when you press F1 on a
control, it should not immediately send a WM_HELP message to the control as it
does now (see process_cooked_keyboard_message() in windows/message.c). Rather,
it should _post_ an 0x4d message to itself with wParam=0 and lParam=0.
DefWindowProc should then handle 0x4d by sending a WM_HELP message.
0x4d seems to be undocumented but is still useful to third-party apps: they can
swallow 0x4d messages in their message loop to prevent WM_HELP messages from
being sent.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1511
------- Additional Comments From mike(a)theoretic.com 2003-06-06 09:25 -------
We know about the compile problem - I suggest you subscribe to wine-devel.
Please send your patch to wine-patches, the submission process is documented on
winehq.com (we use email rather than bugzilla for patches as there are so many).
It's easier to review there.
many thanks for the patch! -mike
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1511
------- Additional Comments From kellyleahy(a)swbell.net 2003-05-06 10:43 -------
Created an attachment (id=279)
--> (http://bugs.winehq.com/attachment.cgi?id=279&action=view)
Proposed patch - please test!
I'm unable to adequately test this on my machine, since I've managed to really
@#$!-up my X and my wine config. Going to RH9 this afternoon.
BTW, there is a compile problem with the version of X included in RH8 and the
openGL stuff in the current wine source.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1511
------- Additional Comments From kellyleahy(a)swbell.net 2003-05-06 09:02 -------
I've got a patch for this... I just can't get some other stuff to work on my
machine right now, so I want to make sure it's not in my patch before
submitting.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1511
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)theoretic.com 2003-05-06 05:16 -------
Confirming. Patches welcome.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1480
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mike(a)theoretic.com 2003-05-06 05:11 -------
The lack of the FDI cabinet functions is a known problem, Greg said he'd hack on
this. Until then running wine like this:
wine --dll cabinet=n foo.exe
may work better (obviously you'll need a native cabinet.dll from somewhere).
The other problem is a dupe of 1456, I'll mark this bug as such. If you want to
open another bug for the cabinet FDI* functions go ahead, but patches are more
useful :)
*** This bug has been marked as a duplicate of 1456 ***
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1512
Summary: Segmentation fault. Wine failed with return code 139
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jagt28(a)latinmail.com
Hello, when I am trying to run any windows aplication, I got the followign error:
/usr/bin/wine: line 468: 1456 Segmentation fault $WINEBIN/$WINE_BIN_NAME
$DASH "$@"
Wine failed with return code 139
Thank you for your help.
Regards,
Jose Antonio
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1511
Summary: GDI GetObject (at least for Bitmap) is not correct.
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: kellyleahy(a)swbell.net
CC: kellyleahy(a)swbell.net
The GDI function GetObject should return the number of bytes needed for the
structure if a NULL pointer is passed as the "buffer" parameter. It should
also allow this functionality if count = 0. Currently, it errors if count = 0
(from the general GetObjectA/W impl) and does not check for a NULL buffer
pointer in the Bitmap implementation.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1507
------- Additional Comments From lionel.ulmer(a)free.fr 2003-04-06 16:20 -------
Could you try to run it in 'Synchronous' mode (look at your Wine configuration
file).
This should, if it still works, open the debugger at the failing X11 call. This
will help greatly pin-pointing the error cause and trying to track it down.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1510
Summary: tiny fonts when no appropriate TTF font available
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: eenge(a)prium.net
I have a document with Bookman Old Style font in it. I do not
have any TTF fonts on my filesystem. When Wine selects the default
font (set in my config to be -adobe-helvetica-) the font in the
document appears at font size 2 which is completely illegible.
I installed TTF fonts and pointed wine to them and now a TTF font
is being selected as the default and the sizes are appropriate.
It would be nice if Wine could select more appropriate font sizes
for my fixed width Helvetica when no TTF fonts are available.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1503
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-06 09:12 -------
Hmm, rereading the backtrace, I'm not sure any more whether my analysis is
entirely correct. I'd need more time to properly analyze this, I'm afraid.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1508
Summary: Lotus Notes 6 -> start but when open a DB Crash
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ilsaul(a)freemail.it
I have copy an installation of Notes6. i have set the notes.ini. I start Notes 6
and start. I login ok and see the workspace.
i push on an icon to open a DB (names.nsf) and crash. I put here part of my log.
------------------------------------------
fixme:commctrl:InitializeFlatSB stub
fixme:hook:NotifyWinEvent (32768,0x1005f,-4,0)-stub!
Thread=[000A:0002-000B]
Stack base=0x406C187C, Stack size = 8280 bytes
PANIC: LookupHandle: null handle
fixme:msvcrt:_XcptFilter (-1073741819,0x405b08f4)semi-stub
FIXME:pthread_cond_init
fixme:seh:EXC_RtlRaiseException call to unimplemented function
netapi32.dll.NetUserEnum
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
------------------------------------------
I try to implement a function NetUserEnum but is not theat the problem.
Where is the problem? on a null handle? how can i find exactly the error?
I near to forget the next is notes error log
------------------------------------------
search path: .;C:\WINDOWS
ERROR (0): SymInitialize() failed - (120) Call not implemented
NSD Version : 3.00
Memcheck Version: MEMCHECK Version (4.20) for Lotus Notes Release 6.0 (September
26, 2002)
Host Name : darkside
User Name : saul
Date : Sun Jun 01 21:53:12 2003
Windows Dir : C:\WINDOWS
Arguments : "D:\programmi\lotus\notes6\nsd.exe" -dumpandkill -termstatus 1
Notes Version : Release 6.0
OSVersion : Win95 4.0 (Build 67109814), PlatID=1, (1 Processor)
INFO (0): Using NSD profile C:\WINDOWS\notesnsd.ini
inst D:\programmi\lotus\notes6\data already added
INFO (0): Found 1 Notes processes, matched 1
inst D:\programmi\lotus\notes6\data already added
INFO (0): Using NSD profile nsd.ini
inst D:\programmi\lotus\notes6\data already added
-> Instance# 1 : (current)
Ini File : d:\programmi\lotus\notes6\notes.ini
Data Dir : D:\programmi\lotus\notes6\data
Prog Dir : D:\programmi\lotus\notes6
Notes Build: Release 6.0 September 26, 2002
Proc List:
D:\programmi\lotus\notes6\nlnotes.exe (a)
DBG(0010) 21:53:12
@@@@@@@@@@@@@@@@@ Process Table @@@@@@@@@@@@@@@@@
Active Users:
UID Name
INFO PID PPID UID STIME COMMAND
-> 000a 0008 0 ??? [ nlnotes:000a]
000f 000a 0 ??? [ nsd:000f]
INFO (0): Starting Debugger
** Attach to [ nlnotes:000a]
ERROR (0): can't load image D:\programmi\lotus\notes6\nlnotes.exe
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\ntcp.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\namhook.dll
- (6) Invalid handle
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\msimg32.dll' - (2) File not found
ERROR (0): can't load image D:\programmi\lotus\notes6\nstrings.dll
- (6) Invalid handle
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\x11drv.dll' - (2) File not found
ERROR (0): can't load image D:\programmi\lotus\notes6\nnotesws.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\nplugins.dll
- (6) Invalid handle
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\version.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\lz32.dll' - (2) File not found
ERROR (0): can't load image D:\programmi\lotus\notes6\ltouin22.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\nnotes.dll
- (6) Invalid handle
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\wsock32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\ws2_32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\comdlg32.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\winspool.drv' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\oleaut32.dll' - (2) File not
found
ERROR (0): can't load image D:\programmi\lotus\notes6\nlsccstr.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\js32.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\nxmlpar.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\nxmlcommon.dll
- (6) Invalid handle
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\msvcrt.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\shfolder.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\shell32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\comctl32.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\shlwapi.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\ole32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\rpcrt4.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\user32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\gdi32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\advapi32.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\kernel32.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\ntdll.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\msimg32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\x11drv.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\version.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\lz32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\wsock32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\ws2_32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\comdlg32.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\winspool.drv' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\oleaut32.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\msvcrt.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\shfolder.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\shell32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\comctl32.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\shlwapi.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\ole32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\rpcrt4.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\user32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\gdi32.dll' - (2) File not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\advapi32.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\kernel32.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\ntdll.dll' - (2) File not found
ERROR (0): failed to map thread [ nlnotes:000a:000e] stack
ERROR (0): failed to map thread [ nlnotes:000a:000d] stack
ERROR (0): failed to map thread [ nlnotes:000a:000c] stack
ERROR (0): failed to map thread [ nlnotes:000a:000b] stack
ERROR (0): StackWalk failed - (120) Call not implemented
ERROR (0): StackWalk failed - (120) Call not implemented
ERROR (0): StackWalk failed - (120) Call not implemented
ERROR (0): StackWalk failed - (120) Call not implemented
=== Attach to D:\programmi\lotus\notes6\nlnotes.exe (0xa)
Load module: base=0x00400000, size= 819200 D:\programmi\lotus\notes6\nlnotes.exe
Load module: base=0x625d0000, size= 36864 D:\programmi\lotus\notes6\ntcp.dll
Load module: base=0x625b0000, size= 20480 D:\programmi\lotus\notes6\namhook.dll
Load module: base=0x624d0000, size= 876544
D:\programmi\lotus\notes6\nstrings.dll
Load module: base=0x61180000, size= 16240640
D:\programmi\lotus\notes6\nnotesws.dll
Load module: base=0x624b0000, size= 40960
D:\programmi\lotus\notes6\nplugins.dll
Load module: base=0x18200000, size= 188416
D:\programmi\lotus\notes6\ltouin22.dll
Load module: base=0x60000000, size= 13307904 D:\programmi\lotus\notes6\nnotes.dll
Load module: base=0x62350000, size= 974848
D:\programmi\lotus\notes6\nlsccstr.dll
Load module: base=0x62150000, size= 376832 D:\programmi\lotus\notes6\js32.dll
Load module: base=0x621b0000, size= 1396736 D:\programmi\lotus\notes6\nxmlpar.dll
Load module: base=0x62320000, size= 94208
D:\programmi\lotus\notes6\nxmlcommon.dll
############################################################
### thread 1/4: [ nlnotes:000a:000e]
### FP=43a80bcc, PC=402d7d88, SP=43a80ba0, stkbase=00000000, stksize=0
############################################################
############################################################
### thread 2/4: [ nlnotes:000a:000d]
### FP=42e30bcc, PC=402d7d88, SP=42e30ba0, stkbase=00000000, stksize=0
############################################################
############################################################
### thread 3/4: [ nlnotes:000a:000c]
### FP=42bf0bcc, PC=402d7d88, SP=42bf0ba0, stkbase=00000000, stksize=0
############################################################
############################################################
### thread 4/4: [ nlnotes:000a:000b]
### FP=405b0c50, PC=402d7d88, SP=405b0c24, stkbase=00000000, stksize=0
############################################################
DBG(0010) 21:53:13
@@@@@@@@@@@@@@@@@ MEMCHECK: @@@@@@@@@@@@@@@@@
memcheck -k cur -p 0xa -d err -o
"D:\programmi\lotus\notes6\data\memcheck_W32I_darkside_06_01@21_53.dmp"
MEMCHECK Version (4.20) for Lotus Notes Release 6.0 (September 26, 2002)
Copyright (c) IBM Corporation 1987, 2002. All Rights Reserved.
** Open shared memory DPOOL key=IRIS$MEM$MM190$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$MM190$D.programmi.lotus.notes6.data' size=4452352
MM SPools = 0, SharedDPoolSize = 1000000
** MMM size=4452352
** Open shared memory DPOOL key=IRIS$MEM$190$1$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$1$D.programmi.lotus.notes6.data' size=1000000
** Open shared memory DPOOL key=IRIS$MEM$190$2$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$2$D.programmi.lotus.notes6.data' size=262144
** Open shared memory DPOOL key=IRIS$MEM$190$3$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$3$D.programmi.lotus.notes6.data' size=262144
** Open shared memory DPOOL key=IRIS$MEM$190$4$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$4$D.programmi.lotus.notes6.data' size=262144
** Open shared memory DPOOL key=IRIS$MEM$190$5$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$5$D.programmi.lotus.notes6.data' size=262144
** Open shared memory DPOOL key=IRIS$MEM$190$6$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$6$D.programmi.lotus.notes6.data' size=262144
** Open shared memory DPOOL key=IRIS$MEM$190$7$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$7$D.programmi.lotus.notes6.data' size=262144
** Open shared memory DPOOL key=IRIS$MEM$190$8$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$8$D.programmi.lotus.notes6.data' size=262144
** Open shared memory DPOOL key=IRIS$MEM$190$9$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$9$D.programmi.lotus.notes6.data' size=262144
** Open shared memory DPOOL key=IRIS$MEM$190$10$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$10$D.programmi.lotus.notes6.data' size=1050628
** Open shared memory DPOOL key=IRIS$MEM$190$11$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$11$D.programmi.lotus.notes6.data' size=1000000
** Open shared memory DPOOL key=IRIS$MEM$190$12$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$12$D.programmi.lotus.notes6.data' size=1050628
** Open shared memory DPOOL key=IRIS$MEM$190$13$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$13$D.programmi.lotus.notes6.data' size=4000000
** Open shared memory DPOOL key=IRIS$MEM$190$14$D.programmi.lotus.notes6.data
** Analyze shared memory DPOOL
'key=IRIS$MEM$190$14$D.programmi.lotus.notes6.data' size=1050628
[ ... I cut here because i think less important information ... ]
Started at: Sun Jun 01 21:53:12 2003
Ended at: Sun Jun 01 21:53:14 2003
Generated Messages:
INFO (0): Using NSD profile C:\WINDOWS\notesnsd.ini
INFO (0): Found 1 Notes processes, matched 1
INFO (0): Using NSD profile nsd.ini
INFO (0): Starting Debugger
ERROR (0): SymInitialize() failed - (120) Call not implemented
ERROR (0): can't load image D:\programmi\lotus\notes6\nlnotes.exe
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\ntcp.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\namhook.dll
- (6) Invalid handle
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\msimg32.dll' - (2) File
not found
ERROR (0): can't load image D:\programmi\lotus\notes6\nstrings.dll
- (6) Invalid handle
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\x11drv.dll' - (2) File not
found
ERROR (0): can't load image D:\programmi\lotus\notes6\nnotesws.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\nplugins.dll
- (6) Invalid handle
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\version.dll' - (2) File
not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\lz32.dll' - (2) File not found
ERROR (0): can't load image D:\programmi\lotus\notes6\ltouin22.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\nnotes.dll
- (6) Invalid handle
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\wsock32.dll' - (2) File
not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\ws2_32.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\comdlg32.dll' - (2) File
not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\winspool.drv' - (2) File
not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\oleaut32.dll' - (2) File
not found
ERROR (0): can't load image D:\programmi\lotus\notes6\nlsccstr.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\js32.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\nxmlpar.dll
- (6) Invalid handle
ERROR (0): can't load image D:\programmi\lotus\notes6\nxmlcommon.dll
- (6) Invalid handle
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\msvcrt.dll' - (2) File not
found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\shfolder.dll' - (2) File
not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\shell32.dll' - (2) File
not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\comctl32.dll' - (2) File
not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\shlwapi.dll' - (2) File
not found
ERROR (44): unable to open file 'C:\WINDOWS\SYSTEM\ole32.dll' - (2) File not
found
Please send the following files:
NSD Log :
D:\programmi\lotus\notes6\data\nsd_all_W32I_darkside_06_01@21_53.log
------------------------------------------
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1507
Summary: X error of failed request: BadValue (integer parameter
out of range for operation)
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jagt28(a)latinmail.com
Hello,
Running wine winword.exe, when trying to open a existing word document, i got the
following error message:
fixme:hook:NotifyWinEvent (32773,0x10042,-4,1)-stub!
X Error of failed request: BadValue (integer parameter out of range for operati
on)
Major opcode of failed request: 1 (X_CreateWindow)
Value in failed request: 0x0
Serial number of failed request: 2300
Current serial number in output stream: 2303
Wine failed with return code 1
thank you for your help
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1504
------- Additional Comments From jon(a)campbellsci.com 2003-03-06 16:41 -------
I have the firewall on my machine disabled. I did follow up on your suggestion
and found that the reason why the connection doesn't work is because the socket
is bound to the IN_ADDRNONE (0xFFFFFFFF) address. The reason for this is
because the server code passes a single space string, " ", to inet_addr() by
default. The microsoft documentation states that " " is supposed to result in
returning IN_ADDRANY (0). Apparently the behaviour documented by Microsoft is
not standard or the linux implementation fails to implement it.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1187
------- Additional Comments From dclark(a)akamail.com 2003-03-06 13:09 -------
Unfortunately, the old comments seem to be missing from all the bugs. One way to
see some of the old comments is to make an nntp connection to news.gmane.org and
look at the newsgroup gmane.comp.emulators.wine.bugs, sorting by subject. Since
the bugs all start with [Bug xxxx], that makes a very convenient way to look at
the history of a particular bug (I find this much easier to use than the winehq
archives). Unfortunately, gmane has archives only going back to Apr 2002.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=588
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-03-06 12:13 -------
implemented using Linux Directory Notifications now.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1187
------- Additional Comments From marcus(a)jet.franken.de 2003-03-06 12:08 -------
this bugreport is empty too?
what program is that exactly? what is the debugouytput?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=223
Bug 223 depends on bug 118, which changed state.
Bug 118 Summary: winsock.h should not depend on the native 'socket' headers
http://bugs.winehq.com/show_bug.cgi?id=118
What |Old Value |New Value
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1496
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-03-06 11:57 -------
please upgrade to current CVS or the next WINE release (200306xx).
It is fixed there.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1497
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
Summary|test Ignore this |test Ignore this
------- Additional Comments From marcus(a)jet.franken.de 2003-03-06 11:55 -------
be gone.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.