http://bugs.winehq.com/show_bug.cgi?id=1157
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:40 -------
Bug comments restored from Gmane.org:
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2002-12-09
15:44 -------
It appears that it does display Hebrew properly, but only when the fonts are
loaded in the fakeroot directory. When the exact same fonts are available
through the X configuration (have not tried a font server, it used to work even
worst than setting the fonts dir and using ttmkfdir), Hebrew characters are
displayed as squares instead.
This happens both when running Unicode and Ansi programs.
--
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=1159
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:37 -------
Bug comments restored from Gmane.org:
The patch http://cvs.winehq.com/patch.py?id=6301 introduced a regression:
with "DesktopDoubleBuffered" = "N" and "ScreenDepth" = "8" in the config file
wine get's a SIGSEGV, tries to start the debugger, next SIGSEGV looping forever.
Setting "DesktopDoubleBuffered" = "Y" or commenting out "ScreenDepth" (or
setting it to 16) makes the bug go away.
The SIGSEGV happens in DefaultScreenOfDisplay (X function) called from
X11DRV_GDI_Initialize and that one is called by process_attach (x11drv_main.c) .
--
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=1161
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:35 -------
Bug comments restored from Gmane.org:
This is on Wine 20021031 (no option appears for this above).
CryptoAPI is broken under this version. I started poking around trying to find
out if someone was working on this. All I could find was a conversation between
two people -- both of whom seem to indicate that they were close to finishing
some kind of implementation for this. This was around August/September 2001.
There was another discussion as to legal issues surrounding cryptography exports
and licensing issues surrounding the integration with OpenSSL.
I'm a complete novice with Wine. I'm trying to run the application Microsoft
Money 2001 from an existing installation on a Windows partition. The most
successful attempt to date passes the splash screen and opens the main window,
but does not draw the "home" page. This is the trace:
=>0 0x7ca03a36 (RSAENH.DLL.CPDuplicateHash+0x12d in
C:\WINDOWS\SYSTEM\RSAENH.DLL) (ebp=406b1e10)
1 0x4099bf0b (ADVAPI32.DLL.CryptDeriveKey+0x145 in advapi32.dll.so) (ebp=406b1e58)
2 0x27108809 (MNYUTIL.DLL.??_7COfdPoolAdvDates@@6B@+0x69 in C:\PROGRAM
FILES\MICROSOFT MONEY\SYSTEM\MNYUTIL.DLL) (ebp=406b1e80)
3 0x271088ea (MNYUTIL.DLL.?Encrypt@@YAPAEPBEKPAKPBD@Z+0x4a in C:\PROGRAM
FILES\MICROSOFT MONEY\SYSTEM\MNYUTIL.DLL) (ebp=406b1eb0)
4 0x2710889b (MNYUTIL.DLL.?SetPassword@CEncryptedPassword@@QAEXPBD@Z+0x46 in
C:\PROGRAM FILES\MICROSOFT MONEY\SYSTEM\MNYUTIL.DLL) (ebp=406b268c)
5 0x10554d47 (MNYOB99.DLL.?FCreate@CPlaceBar@@UAEHPAVCWnd@@@Z+0x6c8 in
C:\PROGRAM FILES\MICROSOFT MONEY\SYSTEM\MNYOB99.DLL) (ebp=406b28c8)
6 0x1055a77f (MNYOB99.DLL.?InitInstance@CObeliskDLL@@QAEHXZ+0xd75 in
C:\PROGRAM FILES\MICROSOFT MONEY\SYSTEM\MNYOB99.DLL) (ebp=406b2c9c)
7 0x10559bf9 (MNYOB99.DLL.?InitInstance@CObeliskDLL@@QAEHXZ+0x1ef in
C:\PROGRAM FILES\MICROSOFT MONEY\SYSTEM\MNYOB99.DLL) (ebp=406b2d98)
8 0x5f40b4f3 (MFC42.DLL.1576+0x47 in C:\WINDOWS\SYSTEM\MFC42.DLL) (ebp=406b2e58)
9 0x400c6709 (KERNEL32.DLL.CreatePipe+0xd99 in libntdll.dll.so) (ebp=406b2f1c)
10 0x400cb1c7 (KERNEL32.DLL.WaitForMultipleObjectsEx+0x659 in libntdll.dll.so)
(ebp=406b2ff4)
11 0x400cb418 (KERNEL32.DLL.WaitForMultipleObjectsEx+0x8aa in libntdll.dll.so)
(ebp=00000000)
I've tried using the native advapi32.dll, but this fares even worse (or
better?). Money complains that is unable to load a resource and crashes. At
least with the builtin advapi I get a stack trace.
The other settings are trivial -- mostly defaults from winesetuptk. The major
change is that the windowing mode is desktop. Other windowing modes fail.
Double-buffering fails for the desktop mode. Installing money natively to Wine
fails with an internal error (2761?) at about the 50% mark.
If you need more information, just give me some basic instruction as to the
debugmsg options and wine config you'd like.
------- Additional Comments From mike(a)theoretic.com 2003-03-30 15:20 -------
Is this still a bug in latest CVS? CryptoAPI has been implemented for a long
time now iirc, it sounds like a regression or bug, rather than unimplemented API.
------- Additional Comments From pollockd(a)magma.ca 2003-03-30 20:29 -------
I'm currently running the wine-20021125 package from Gentoo. They also have
20030115 and 20030219, but these are marked as unstable. This is a bit of the
current goo from the trace (-debugmsg +all).
trace:string:lstrcpynW (0x4053e748, L"C:\\WINDOWS\\SYSTEM\\USER32.DLL", 260)
trace:crypt:CryptCreateHash (0x402fe678, 0x8003, 0x0, 00000000, 0x4053f674)
trace:crypt:CryptHashData (0x43b900a8, 0x41382c80, 66, 00000000)
trace:crypt:CryptDeriveKey (0x402fe678, 26625, 0x1136197800, 00000001, 0x4053f678)
wine: Unhandled exception, starting debugger...
It definitely seems (to the novice's eyes) that it is still failing somewhere in
cryptographic code. I wish I could be more help.
------- Additional Comments From mike(a)theoretic.com 2003-03-31 03:35 -------
Yes, the trace indicates that it's failing inside the crypto code, that doesn't
mean it's unimplemented however.
I'll confirm this bug. Without a test app to reproduce this crash, there's not
much we can do to fix it, unless somebody recognises this trace.
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-03-31 11:06
-------
Why?
Couldn't it be that our ADVAPI32.CryptDeriveKey simply calls into the crypt
provider DLL
(in this case, RSAENH.DLL) function in an illegal way?
It's most likely CPDeriveKey() that's called illegally, since that is the only
provider DLL function our CryptDeriveKey() calls...
BTW, The algorithm used (26625) is
ALG_CLASS_DATA_ENCRYPT | ALG_TYPE_STREAM | 1
and thus it should be RC4:
#define CALG_RC4 (ALG_CLASS_DATA_ENCRYPT | ALG_TYPE_STREAM |
ALG_SID_RC4)
since ALG_SID_RC4 is 1
Hmm, strange, why is the alg id RC4, but the DLL is called RSAENH.DLL??
Maybe that is the real problem?
BTW, could you try using a different version of RSAENH.DLL?
------- Additional Comments From pollockd(a)magma.ca 2003-03-31 14:56 -------
I'm not sure how to try using a different RSAENH.DLL. I specified the
command-line as: "wine --debugmsg +all --dll rsaenh=b msmoney.exe
&>~/output.txt". I hope that's what you wanted. It didn't change the result,
however.
Here's some more stuff I've been able to find in the logs.
err:win32:PE_fixup_imports No implementation for
ADVAPI32.dll.71(CryptGetLocalKeyLimits) imported from
C:\windows\system\rsabase.dll, setting to 0xdeadbeef
I'm set up to use the built-in advapi32 implementation. I'll attach my config,
in case there are some glaring errors that I haven't noticed.
Just to check, I tried again with both:
wine --debugmsg +all --dll advapi32=n,rsaenh=b msmoney.exe &>~/output.txt
wine --debugmsg +all --dll rsaenh=b,rsabase=b msmoney.exe &>~/output.txt
Native advapi32 failed to get anywhere (even to the splash), and native rsabase
had no effect.
------- Additional Comments From pollockd(a)magma.ca 2003-03-31 14:56 -------
Created an attachment (id=442)
--> (http://bugs.winehq.com/attachment.cgi?id=442&action=view)
Wine Configuration File
------- Additional Comments From mike(a)theoretic.com 2003-04-01 04:20 -------
Hmm, could you give us the full debug output, rather than just the backtrace?
If the crash is caused by dereferencing 0xdeadbeef then it's probably due to the
unimplemented CryptGetLocalKeyLimits function. I had a quick scoot around, I
can't find any docs on that, MSDN doesn't appear to have any info on it, so
maybe it's a callback or undocumented function?
------- Additional Comments From mike(a)theoretic.com 2003-04-01 04:22 -------
This might be a dupe of bug 682
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-01 06:45
-------
Could you please try the following patch and report a --debugmsg +relay,+crypt
logfile?
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-01 06:46
-------
Created an attachment (id=444)
--> (http://bugs.winehq.com/attachment.cgi?id=444&action=view)
Patch to implement minimal CryptGetLocalKeyLimits() stub.
------- Additional Comments From pollockd(a)magma.ca 2003-04-01 09:42 -------
Now, when the application starts, two windows open. One for "PSTORES.EXE" and
another for MSMoney. The application still bombs, but I don't get the same "no
implementation message". I'll attach the +crypt,+relay trace you asked for.
The patch given didn't apply on the version I have. The spec file has an
additional value after the parameter list, which appears to just be the function
name itself. I've patched as follows:
@ stdcall CryptGetHashParam(long long ptr ptr long) CryptGetHashParam
@ stdcall CryptGetKeyParam(long long ptr ptr long) CryptGetKeyParam
@ stdcall CryptGetLocalKeyLimits(long long long long long long long)
CryptGetLocalKeyLimits
@ stdcall CryptGetProvParam(long long ptr ptr long) CryptGetProvParam
@ stdcall CryptGetUserKey(long long ptr) CryptGetUserKey
------- Additional Comments From pollockd(a)magma.ca 2003-04-01 09:43 -------
Created an attachment (id=445)
--> (http://bugs.winehq.com/attachment.cgi?id=445&action=view)
wine --debugmsg +relay,+crypt msmoney.exe &>~/output.txt
------- Additional Comments From mike(a)theoretic.com 2003-04-02 08:38 -------
trace:crypt:CryptAcquireContextA (0x40541eb4, (null), (null), 1, 00000000)
trace:crypt:CryptCreateHash (0x4029ef40, 0x8003, 0x0, 00000000, 0x40541e84)
trace:crypt:CryptHashData (0x4029f4c8, 0x27108998, 2, 00000000)
trace:crypt:CryptDeriveKey (0x4029ef40, 26114, 0x1076491464, 00000000, 0x40541e80)
wine: Unhandled exception, starting debugger...
Looks like a stub isn't good enough
--
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=1162
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:31 -------
Bug comments restored from Gmane.org:
This game runs almost perfect in wine. The only problem that I have is that it
has a screen for parents to use that is inaccesable. The way it is supposed to
be accessed is through pressing Ctrl-P. This does not work... any help suggestions..
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-11-22 06:32
-------
Check out a
--debugmsg+relay,+keyboard,+key,+event,+x11drv,+message,+msg,+sendmsg logfile
to find out why this key combo doesn't get recognized or gets lost (especially
event and keyboard should be helpful).
(remove some debugmsg options if needed)
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-11-24
12:48 -------
Created an attachment (id=341)
--> (http://bugs.winehq.com/attachment.cgi?id=341&action=view)
11000 line log (snipped) +relay,+keyboard,+key,+event,+x11drv,+message,+msg,+sendmsg
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-11-25
19:01 -------
I snipped down the log some on my own and ran across this section as I was doing so
0874e8e0:Call USER.106: GETKEYSTATE(0070) ret=029f:0a36 ds=0397
trace:msg:GetKeyState key (0x50) -> 0
0874e8e0:Ret USER.106: GETKEYSTATE() retval=0000 ret=029f:0a36 ds=0397
Now ascii(70) is lower case p and ascii (50) is upper case P. After playing
around a bit I found that GetKeyState is defined in /windows/message.c and this
function converts the keypressed to upper for whatever reason so I commented it
out as in the following patch and now ctrl-P works.
Index: message.c
===================================================================
RCS file: /home/wine/wine/windows/message.c,v
retrieving revision 1.148
diff -u -r1.148 message.c
--- message.c 30 Oct 2002 23:45:38 -0000 1.148
+++ message.c 26 Nov 2002 00:40:19 -0000
@@ -665,7 +665,7 @@
{
INT retval;
- if (vkey >= 'a' && vkey <= 'z') vkey += 'A' - 'a';
+/* if (vkey >= 'a' && vkey <= 'z') vkey += 'A' - 'a'; */
retval = ((WORD)(QueueKeyStateTable[vkey] & 0x80) << 8 ) |
(QueueKeyStateTable[vkey] & 0x80) |
(QueueKeyStateTable[vkey] & 0x01);
Now I suspect that this is not the "Right Fix" tm but I am going to submit it to
wine-devel anyway.
--
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=1166
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:24 -------
Bug comments restored from Gmane.org:
was bug 1002 but I don't know how to reopen it...
the msvcrt's 'unhandled: %' bug is still there in Wine 20021125
last time you had some problems with attachments, so now I put part of it into
comment:
08077c00:Call msvcrt.strstr(406c2820 "// Registry key which tells that there is
already a complete installation on the"...,0040537c "KEY_INSTALLCOMPLETE")
ret=004010a9
08077c00:Ret msvcrt.strstr() retval=00000000 ret=004010a9
08077c00:Call msvcrt.fgets(406c2820,00000200,403c1050) ret=00401092
08077c00:trace:msvcrt:MSVCRT_fgets :file(0x403c1050) fd (3) str (0x406c2820) len
(512)
08077c00:trace:msvcrt:MSVCRT_fgets :got 'KEY_INSTALLCOMPLETE
"SOFTWARE\BlueByte\Incubation\InstallIncComplete"
'
08077c00:Ret msvcrt.fgets() retval=406c2820 ret=00401092
08077c00:Call msvcrt.strstr(406c2820 "KEY_INSTALLCOMPLETE
\"SOFTWARE\\BlueByte\\Incubation\\InstallIncComplete\"\n",0040537c
"KEY_INSTALLCOMPLETE") ret=004010a9
08077c00:Ret msvcrt.strstr() retval=406c2820 ret=004010a9
08077c00:warn:msvcrt:MSVCRT_sscanf KEY_INSTALLCOMPLETE
"SOFTWARE\BlueByte\Incubation\InstallIncComplete"
("%s"): semi-stub
08077c00:trace:msvcrt:MSVCRT_sscanf returning 1
08077c00:Call msvcrt.strlen(406c2a20 "KEY_INSTALLCOMPLETE") ret=004010d8
08077c00:Ret msvcrt.strlen() retval=00000013 ret=004010d8
08077c00:Call msvcrt.strcpy(406c2abc,406c2833 "
\"SOFTWARE\\BlueByte\\Incubation\\InstallIncComplete\"\n") ret=004010e6
08077c00:Ret msvcrt.strcpy() retval=406c2abc ret=004010e6
08077c00:warn:msvcrt:MSVCRT_sscanf
"SOFTWARE\BlueByte\Incubation\InstallIncComplete"
("%"%[^"]s"): semi-stub
08077c00:fixme:msvcrt:MSVCRT_sscanf unhandled: %"
08077c00:trace:msvcrt:MSVCRT_sscanf returning 0
------- Additional Comments From nog(a)sdf.lonestar.org 2002-12-14 06:04 -------
Created an attachment (id=359)
--> (http://bugs.winehq.com/attachment.cgi?id=359&action=view)
Quick-hack patch
------- Additional Comments From nog(a)sdf.lonestar.org 2002-12-14 06:09 -------
This is the first part of your origional problem (bug #1002). The program is
passing %" as the format and is expecting to start the input from the first "
character in the input stream. I have attached a simple fix which should work
but I haven't actually tested if it works ok. Let me know if it works.
------- Additional Comments From michal.seliga(a)visicom.sk 2002-12-17 03:21 -------
install now works but later in game it crashes (with unhandled exception)
it is strange - when i run game normally (wine incubation.exe) I get unhandled
exception in msvcrt sscanf. but when I run game with 'wine --debugmsg +all,
+trace, +relay incubation.exe >& log' I get unhandled exception in ntdll sscanf.
So I don't know... Part of log is attached, but I am not sure if it is connected
to this bug or it is something else. so if it does then send me how i should
test it for you (parameters to --debugmsg and stuff like that)... if it soeasn't
then for me it is fixed (when this patch will be in wine sources)
log:
...lot of stuff before..... full length of log was 250MB....
080ced98:Call ntdll.RtlEnterCriticalSection(468d13c0) ret=40eb8503
080ced98:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40eb8503
080ced98:Call ntdll.RtlLeaveCriticalSection(468d13c0) ret=40eb8537
080ced98:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40eb8537
080ced98:Call msvcrt.??2@YAPAXI@Z(00000024) ret=00478f08
080ced98:Call ntdll.RtlAllocateHeap(40370000,00000000,00000024) ret=40c60547
080ced98:trace:heap:RtlAllocateHeap (0x40370000,00000002,00000028): returning
468d14c0
080ced98:Ret ntdll.RtlAllocateHeap() retval=468d14c0 ret=40c60547
080ced98:trace:msvcrt:MSVCRT_operator_new (36) returning 0x468d14c0
080ced98:trace:msvcrt:_lock (9)
080ced98:Call ntdll.RtlEnterCriticalSection(40c76340) ret=40c61961
080ced98:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40c61961
080ced98:trace:msvcrt:_unlock (9)
080ced98:Call ntdll.RtlLeaveCriticalSection(40c76340) ret=40c61a39
080ced98:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40c61a39
080ced98:Ret msvcrt.??2@YAPAXI@Z() retval=468d14c0 ret=00478f08
080ced98:CALL newtoolsr.10: ??0DListBase@BB@@QAE@XZ() ret=0048ccd3
080ced98:RET newtoolsr.10: ??0DListBase@BB@@QAE@XZ() retval = 468d14c4 ret=0048ccd3
080ced98:CALL newtoolsr.10: ??0DListBase@BB@@QAE@XZ() ret=0048cd15
080ced98:RET newtoolsr.10: ??0DListBase@BB@@QAE@XZ() retval = 468d14d4 ret=0048cd15
080ced98:CALL newtoolsr.38: ??0String@BB@@QAE@XZ() ret=00478f84
080ced98:Call msvcrt.??2@YAPAXI@Z(00000001) ret=10001ef4
080ced98:Call ntdll.RtlAllocateHeap(40370000,00000000,00000001) ret=40c60547
080ced98:trace:heap:RtlAllocateHeap (0x40370000,00000002,00000018): returning
468d14f0
080ced98:Ret ntdll.RtlAllocateHeap() retval=468d14f0 ret=40c60547
080ced98:trace:msvcrt:MSVCRT_operator_new (1) returning 0x468d14f0
080ced98:trace:msvcrt:_lock (9)
080ced98:Call ntdll.RtlEnterCriticalSection(40c76340) ret=40c61961
080ced98:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40c61961
080ced98:trace:msvcrt:_unlock (9)
080ced98:Call ntdll.RtlLeaveCriticalSection(40c76340) ret=40c61a39
080ced98:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40c61a39
080ced98:Ret msvcrt.??2@YAPAXI@Z() retval=468d14f0 ret=10001ef4
080ced98:RET newtoolsr.38: ??0String@BB@@QAE@XZ() retval = 004eda84 ret=00478f84
080ced98:Call msvcrt.?name@type_info@@QBEPBDXZ(00000001) ret=00478f9f
080ced98:trace:msvcrt:MSVCRT_type_info_name
080ced98:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x402b2b9b
080ced98:trace:seh:EXC_RtlRaiseException info[0]=00000000
080ced98:trace:seh:EXC_RtlRaiseException info[1]=00000009
080ced98: queue_exception_event( first=1,
record={context={flags=00000000,eax=00000009,ebx=40359340,ecx=00000001,edx=00000073,esi=00000000,edi=402879da,ebp=406c2960,eip=402b2b9b,esp=406c2244,eflags=00210202,cs=0023,ds=002b,es=002b,fs=008f,gs=0007,dr0=00000000,dr1=00000000,dr2=00000000,dr3=00000000,dr6=00000000,dr7=00000000,float={00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000}},rec={code=c0000005,flags=0,rec=(nil),addr=0x402b2b9b,params={0,9}}
)
080ced98: queue_exception_event() = 0 { handle=(nil) }
080ced98:trace:seh:EXC_CallHandler calling handler at 0x479e25 code=c0000005 flags=0
080ced98:Call msvcrt.__CxxFrameHandler(405b09d0,406c2c88,405b0a44,405b0960)
ret=400d5085 fs=008f
eax=004abf28 ebx=4010af6c ecx=405b0960 edx=405b0a44 esi=405b09d0 edi=4010ad44
ebp=405b0930 esp=405b0904 ds=002b es=002b gs=0007 flags=00200216
080ced98:Ret msvcrt.__CxxFrameHandler() retval=00000001 ret=400d5085 fs=008f
eax=00000001 ebx=4010af6c ecx=405b0960 edx=405b0a44 esi=405b09d0 edi=4010ad44
ebp=405b0930 esp=405b0904 ds=002b es=002b gs=0007 flags=00200216
080ced98:trace:seh:EXC_CallHandler handler returned 1
080ced98:trace:seh:EXC_CallHandler calling handler at 0x4124dc code=c0000005 flags=0
080ced98:Call msvcrt.__CxxFrameHandler(405b09d0,406c2ca4,405b0a44,405b0960)
ret=400d5085 fs=008f
eax=004aa9e0 ebx=4010af6c ecx=405b0960 edx=405b0a44 esi=405b09d0 edi=4010ad44
ebp=405b0930 esp=405b0904 ds=002b es=002b gs=0007 flags=00200216
080ced98:Ret msvcrt.__CxxFrameHandler() retval=00000001 ret=400d5085 fs=008f
eax=00000001 ebx=4010af6c ecx=405b0960 edx=405b0a44 esi=405b09d0 edi=4010ad44
ebp=405b0930 esp=405b0904 ds=002b es=002b gs=0007 flags=00200216
080ced98:trace:seh:EXC_CallHandler handler returned 1
080ced98:trace:seh:EXC_CallHandler calling handler at 0x4a3102 code=c0000005 flags=0
080ced98:Call msvcrt._except_handler3(405b09d0,406c2e74,405b0a44,405b0960)
ret=400d5085
080ced98:trace:msvcrt:_except_handler3 exception c0000005 flags=0 at 0x402b2b9b
handler=0x4a3102 0x405b0a44 0x405b0960 semi-stub
080ced98:trace:msvcrt:_except_handler3 filter = 0x4a2e80
080ced98:Call msvcrt._XcptFilter(c0000005,405b0844) ret=004a2e97
080ced98:fixme:msvcrt:_XcptFilter (-1073741819,0x405b0844)semi-stub
080ced98:Call kernel32.UnhandledExceptionFilter(405b0844) ret=40c5aeb9
080ced98: queue_exception_event( first=0,
record={context={flags=00000000,eax=00000009,ebx=40359340,ecx=00000001,edx=00000073,esi=00000000,edi=402879da,ebp=406c2960,eip=402b2b9b,esp=406c2244,eflags=00210202,cs=0023,ds=002b,es=002b,fs=008f,gs=0007,dr0=00000000,dr1=00000000,dr2=00000000,dr3=00000000,dr6=00000000,dr7=00000000,float={00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000}},rec={code=c0000005,flags=0,rec=(nil),addr=0x402b2b9b,params={0,9}}
)
080ced98: queue_exception_event() = 0 { handle=(nil) }
080ced98: create_event( manual_reset=1, initial_state=0, inherit=1, name=L"" )
080ced98: create_event() = 0 { handle=0x98 }
wine: Unhandled exception, starting debugger...
------- Additional Comments From nog(a)sdf.lonestar.org 2002-12-17 11:25 -------
This doesn't look like it's related to the sscanf problem. It seems like this
is related to bug #1124. By looking at that bug, it could be possible that your
program doesn't install properly, wether because of a scanf bug or not.
------- Additional Comments From michal.seliga(a)visicom.sk 2002-12-18 07:00 -------
hard to tell, anyway I think when this patch will be commited to wine this
should be marked as 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=1167
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:21 -------
Bug comments restored from Gmane.org:
When I try to install JRE(JAVA Runtime Environment) or any other program that
installs JRE (Netscape 7,Opera 7 etc.), Wine crashes. When installing programs
like Netscape 7 or Opera 7, only JRE installation crashes, the browsers are
still installed and work without JAVA support.
Wine 20021125
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
RedHat Linux 8.0
Linux Kernel 2.4.19
KDE 3.0.3
No Windows
Download j2re-1_3_1_06-windows-i586.exe from
http://java.sun.com/webapps/download/DisplayLinks
wine ?c:\zipfiles\j2re-1_3_1_06-windows-i586.exe?
Wine crashes.
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de
2002-11-29 09:24 -------
Use an appropriate native mcvcrt win conjunction with jre
------- Additional Comments From axgupta1(a)ureach.com 2002-11-30 21:08 -------
I tried to use native msvcrt with jre install, wine still crashes.
------- Additional Comments From axgupta1(a)ureach.com 2002-12-05 21:47 -------
Wine crashes with most versions of native msvcrt.dll. I took msvcrt.dll from
Windows XP and JRE versions 1.4.1/1.1.8/1.3.1. Everytime I switched to native
for msvcrt, wine crashed. Wine seems to work only when I choose builtin for
msvcrt. However, I get limited functionality, since most newer programs require
newer versions of msvcrt.
------- Additional Comments From Speeddymon(a)yahoo.com 2002-12-05 21:54 -------
Try using a Win2k or 98/nt4 copy of native mscvrt.. If you dont have access to
one, I can email a Win2k or a Win98 copy to you..
If you could provide some debug msgs, that would help, try
+mscvrt,+ole,+ole32,+commctrl,+comctl32 any or all of those may be of some
help..
------- Additional Comments From g_tselentis(a)worldonline.co.za 2003-03-11 13:52
-------
I have the same problem with Wine 20030115. If this is still relevant, I would
be willing to submit debug info. If there has been a solution for this bug
already, please direct me to it as I've extensively searched everything (I
think). I've got a similar setup:
Redhat 7.3
gcc version 2.96 20000731
linux kernel 2.4.18-3
No windows
using jre_1.4.0*.exe
when I do "wine jre_1.4.0*.exe" it gives me a whole lot of fixme's and other
msgs and then throws me into a debug window.
I've registered with the wine bugs section, so just let me know how to send
debug msgs (if needed).
Thanks
------- Additional Comments From mike(a)theoretic.com 2003-03-27 04:40 -------
When you get a debug window, can you give a backtrace?
FWIW I have the Java JDK working just fine here, v1.4
--
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=1168
------- Additional Comments From winebug(a)flonet.net 2003-28-06 09:17 -------
Bug comments restored from Gmane.org:
------- Additional Comments From webmaster <at> autoinstaller.de 2003-03-04
13:27 -------
MOHAA didn't start here. Maybe too high details setup?
--
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=1169
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:56 -------
Bug comments restored from Gmane.org:
Master of Orion 2 (a six year old Win95 game from Microprose) runs fine with
the Debian unstable package of Wine 20021125 except when the game tries to play
sound (I didn't notice before because usually other programs already use the
soundcard when I start playing). The sound is terrific (you don't want to hear
it, it's nothing anywhere near to a melody or so). In the xterm the following
messages occur:
<-- snip -->
$ wine orion95.exe
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40390978)->(00010021,00000011)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x403992a0,00010021,2):stub
fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank
(0x40390978)->(flags=0x00000001,handle=(nil))
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=12616 <
primary_done=12620)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=13112 <
primary_done=13116)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=12600 <
primary_done=12604)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=13752 <
primary_done=13756)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=12880 <
primary_done=12884)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=12224 <
primary_done=12228)
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=13344 <
primary_done=13348)
...
<-- snip -->
The ddraw and x11drv messages are harmless (see #1154).
My setting is
"dsound" = "builtin, native"
The boot messages for my soundcard are:
ad1816: HIGHSCREEN SOUND-BOOSTAR 16 3D detected
ad1816: ISAPnP reports 'HIGHSCREEN SOUND-BOOSTAR 16 3D' at i/o 0x530, irq 5, dma
1, 3
ad1816: AD1816 sounddriver Copyright (C) 1998 by Thorsten Knabe
ad1816: io=0x530, irq=5, dma=1, dma2=3, clockfreq=33000, options=0 isadmabug=1
<AD1816 audio driver> at 0x530 irq 5 dma 1,3
This ISA card runs otherwise fine with the OOS driver in kernel 2.4.
I'll attach the output of
wine -debugmsg +dsound orion95.exe
in a minute.
------- Additional Comments From bunk <at> fs.tum.de 2002-11-30 09:20 -------
Created an attachment (id=344)
--> (http://bugs.winehq.com/attachment.cgi?id=344&action=view)
output of "wine -debugmsg +dsound orion95.exe"
------- Additional Comments From rbt <at> rbt.ca 2003-04-18 09:40 -------
I have an underrun issue with Total Annihilation (Demo has same issue) on FreeBSD.
Single sounds work fine (narration), but mixed sounds during the game come out
very shoppy and thousands of the buffer underrun messages occur.
--
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=1170
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:53 -------
Bug comments restored from Gmane.org:
I don' t know if either the DOSFS_FindUnixName has a bug when used with "*" or
if the file get created too late so I'm submitting this :
atoch@C1XD:~$ wine -v
Wine 20021125
atoch@C1XD:~$ wine /tmp/Msvbvm50.exe
....
warn:dosfs:DOSFS_FindUnixName L"*" not found in '/tmp/IXP003.TMP'
In a message box, I got the following error message :
"Error loading advpack.dll"
atoch@C1XD:~$ ls /tmp/IXP003.TMP/
ADVPACK.DLL
------- Additional Comments From arnaud.atoch <at> wanadoo.fr 2002-11-30 15:42
-------
Created an attachment (id=345)
--> (http://bugs.winehq.com/attachment.cgi?id=345&action=view)
MS VB VM selft extracting archive
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-30 15:54 -------
I have seen this before with the starcraft installer. It appears that the file
doesnt exist when it tries to call/load/reference/find the file and so no
operation can be done.. I am not sure of the correct fix for this, but I will
confirm the bug.. And since this isnt totally related to my bug in the
StarCraft Installer, im not marking it as a dupe. Although you should look at
bug 717 for some more info.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-30 16:01 -------
adding dependency on newly entered bug (bug #1172)
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-02 17:44
-------
See the first attachement to download the test application.
--
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=1171
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:50 -------
Bug comments restored from Gmane.org:
The ability of using window program sound from MMSSTV and TRUETTY has
disappeared from the latest version. Using Mandrake 8.1 on one box and
Mandrake 9.0 on another. Same problem exists on both machines. Uninstalled the
20020904-7 and went back to the 20020411 version and everything works again on
both machines.
------- Additional Comments From mcbridematt <at> hotmail.com 2002-12-02 02:55
-------
Found the same problems with Total Annihilation on a RH 7.3 Box. "Cavedog Intro"
movie sound plays finally :-), but anything other than that has called it a day.
(It thinks my DirectX is too old, first time it's said that)
--
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=1172
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:49 -------
Bug comments restored from Gmane.org:
See bug 717 and bug 1170 for more info, basically, during certain installs,
there are operations that try to get performed on certain files that are
extracted/created during the install. In those certain installs, wine either
does not do this fast enough or the installer is braindead and tries to perform
actions on them before it tries to extract them (perhaps checking if the
version that is already installed is up-to-date) and therefore causes wine to
do unusual things. 2 installers I can think of are the msvb runtime installer
mentioned in bug 1170, the starcraft installer mentioned in bug 717 and the AIM
installer mentioned in the comments of bug 129.
--
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=1173
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:47 -------
Bug comments restored from Gmane.org:
Trying to get ie 6 to work, but it fails each and every time. It comes up with
a cabinet.dll.so failure. My assumption is that it hasn't been implamented yet.
Can we please? So i can go ahead and use some of the programs I really need to
use, that require ie to be present on the system. I would give details, but
ain't sure how to get them. But I do know its an internal failure. Tried
adding cabinet.dll as a native, still failed for me
------- Additional Comments From daracerz <at> hotmail.com 2002-12-01 13:22 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From daracerz <at> hotmail.com 2002-12-01 13:41 -------
To help out some more, heres a little more information I gathered.
Wine crashes when the Program Starts installing the components, and loads
WineDebugger (I wish I knew how to export info from WineDebugger).
Hers the output from the Console Window:
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x41370000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x41370000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x41370074
fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have
to do here ?
fixme:dosfs:QueryDosDeviceA (A:) not detected as DOS device!
fixme:dosfs:QueryDosDeviceA (B:) not detected as DOS device!
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:vcpUICallbackProc16 (0xbea0, 0705, 0000, 00000000, 416d2f74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xbea0, 070f, 0000, 00000000, 416d2f74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xbea0, 0710, 0000, 00000000, 416d2f74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xbea0, 070b, 0000, 00000000, 416d2f74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xbea0, 070c, 0000, 00000000, 416d2f74) -
semi-stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:urlmon:URLMON_DllRegisterServer (void): stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
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:reg:RegFlushKey (0x84): stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:dc:GetLayout (0x880): stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x41640000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x41640000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x41640074
fixme:reg:RegFlushKey (0x94): stub
fixme:reg:RegFlushKey (0x9c): stub
fixme:reg:RegFlushKey (0x9c): stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
wine: Unhandled exception, starting debugger...
----
And This is the WineDebugger Windows Info. (Some of it)
No debug information in ELF '/usr/local/lib/wine/cabinet.dll.so' (0x41629000)
Then its Posts "No debug information in 32bit Dll"...
Unhandled exception: unimplemented function cabinet.dll.DllGetVersion called in
32-bit code (0x4163b052)
In 32-bit mode
0x4163b052 (CABINT.DLL..data+0x9052 in cabinet.dll.so): jmp 0x4163b04c
(CABINET.DLL..data+0x904c in cabinet.dll.so)
------- Additional Comments From gmturner007 <at> ameritech.net 2003-01-05
02:21 -------
this should now be fixed. But I still dont think IE6 is going to install...
------- Additional Comments From dpaun <at> rogers.com 2003-03-30 23:36 -------
Yes, this should work now -- Mark, can you please confirm or deny this?
If this works, please mark this bug as VERIFIED.
------- Additional Comments From dpaun <at> rogers.com 2003-04-01 00:06 -------
Excellent -- closing.
--
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=1174
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:44 -------
Bug comments restored from Gmane.org:
Wineinstall can not recognise floppy drive in Debian:
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
The mount point is /floppy, not /mnt/fd0. The /etc/fstab entry is:
/dev/fd0 /floppy auto user,noauto 0 0
Could this be recognised correctly?
Current wine sources directory: I'm compiling wine in /opt/linshare/wine, and
wineinstall
cannot do 'regedit winedefault.reg', because wine has no drive for the working
directory.
Could wineinstall put an entry:
[Drive G]
"Path" = "/opt/linshare/softa/wine"
"Type" = "hd"
"Label" = "Wine"
"Filesystem" = "win95"
Path should be result of $PWD or pwd command.
Eleknader
--
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=1175
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:40 -------
Bug comments restored from Gmane.org:
Theres really two related problem, but I put the other problem in a different
Bug Listing.
First, I would let everyone to know you can download this program at
http://www.ewbeurope.com/demos.html as a demo. The
demo has the same problem as
I checked.
Now, for the problem.
When the installer and all pretty much goes through smoothly. You can also
launch the program smoothly. But when you want to add a component, like the
first one which is a battery, it'll pop up a toolbar. This toolbar, if you saw
it under a windows enviroment, will have two columns. Under wine, it is one
column, and all the components are in the wrong place.
Please fix it so when you click on the components, it will load up the Toolbars
properly with the proper order, so one doesn't need to play a guessing game.
--
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=1176
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:38 -------
Bug comments restored from Gmane.org:
Once again, you can get this program demo at http://www.ewbeurope.com/demos.html
and you will get hte same error as with the full release. I checked.
When you load up the program. It works fairly ok, some miss hatches here and
there, but nothing to be really brought up other then the GUI Toolbar loading
issues I just submitted.
This one, when you decide to exit the program, you will get two errors. Though
this error might be related to my system configuration because it is a Random
issue for me. But on exit, Wine Does always hang for me. Sorry, but don't got
any debug info on this.
--
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=1177
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:34 -------
Bug comments restored from Gmane.org:
While trying to run Clarion for Windows I've encountered many bugs.
My mashine: Red Hat 7.2
(kernel 2.4.9-13) / win2000 dual boot.
Clarion version 4b
Wine 20001031 (wasn't in version
list)
Additional info: Clarion's set of programs are all 16-bit apps, including
compiler (but
it generates nice 32-bit code). They communicate with each other via DDE.
I have several
problems with Clarion IDE:
1. radio buttons with images are displayed as regular radio
buttons.
2. if I compile/make a program, the system becomes deadly hang-up.
3. every time I
start Clarion I see:
# wine
d:\\cw40\\bin\\clarion4.exe
fixme:win32:SetCriticalSectionSpinCount
critsection=0x77a3f770: spincount=1000 not
supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x77a3f7e0:
spincount=1000 not supported
fixme:win32:PE_CreateModule Load Configuration directory
ignored
fixme:module:MODULE_AllocModRef Trying to load second .EXE file:
C:\winnt\system32\ntvdm.exe
err:win32:PE_fixup_imports No implementation for
wow32.dll.0(CopyDropFilesFrom16) imported from C:\winnt\system32\olethk32.dll,
setting
to 0xdeadbeef
err:win32:PE_fixup_imports No implementation for
wow32.dll.13(WOWFreeMetafile) imported from C:\winnt\system32\olethk32.dll,
setting to
0xdeadbeef
err:win32:PE_fixup_imports No implementation for
wow32.dll.1(CopyDropFilesFrom32) imported from C:\winnt\system32\olethk32.dll,
setting
to 0xdeadbeef
fixme:toolhelp:InterruptRegister16 (0000, 0x4171031), stub.
now
Clarion is running...
When I attempt to exit IDE, it makes read access violation &
crashes.
fixme:hook:SetWindowsHookEx16 Multiple hooks (7) for the same task not
supported yet
fixme:hook:SetWindowsHookEx16 Multiple hooks (2) for the same task not
supported yet
fixme:mdi:MDIRefreshMenu partially function
stub
fixme:mdi:MDIRefreshMenu partially function stub
fixme:mdi:MDIRefreshMenu
partially function stub
err:win:WIN_FindWndPtr window 10033 belongs to other
process
err:win:WIN_FindWndPtr window 10032 belongs to other
process
err:win:WIN_FindWndPtr window 10033 belongs to other
process
err:win:WIN_FindWndPtr window 10032 belongs to other
process
err:win:WIN_FindWndPtr window 10033 belongs to other
process
err:win:WIN_FindWndPtr window 10032 belongs to other
process
err:win:WIN_FindWndPtr window 10033 belongs to other
process
err:win:WIN_FindWndPtr window 10032 belongs to other
process
err:win:WIN_FindWndPtr window 10033 belongs to other
process
err:win:WIN_FindWndPtr window 10032 belongs to other
process
err:win:WIN_FindWndPtr window 10033 belongs to other
process
err:win:WIN_FindWndPtr window 10032 belongs to other
process
err:win:WIN_FindWndPtr window 10033 belongs to other
process
err:win:WIN_FindWndPtr window 10032 belongs to other
process
err:win:WIN_FindWndPtr window 10033 belongs to other
process
err:win:WIN_FindWndPtr window 10032 belongs to other
process
err:win:WIN_FindWndPtr window 10033 belongs to other
process
err:win:WIN_FindWndPtr window 10032 belongs to other
process
err:win:WIN_FindWndPtr window 10033 belongs to other
process
err:win:WIN_FindWndPtr window 10032 belongs to other
process
fixme:mdi:MDIRefreshMenu partially function stub
fixme:mdi:MDIRefreshMenu
partially function stub
fixme:mdi:MDIRefreshMenu partially function
stub
fixme:mdi:MDIRefreshMenu partially function stub
fixme:mdi:MDIRefreshMenu
partially function stub
fixme:mdi:MDIRefreshMenu partially function
stub
fixme:mdi:MDIRefreshMenu partially function stub
wine: Unhandled exception,
starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x4010ee88
"../../scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec)
tid=0900af10
What additional details should I post? What tests to perform?
Our company
can't move to Linux (but we want to!) since Clarion is our main development tool.
------- Additional Comments From maxim <at> enigmasoft.com.ua 2002-12-03 09:12
-------
sorry, for misspelling: wine is 20021031
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-12-03
15:11 -------
Please file a seperate report for each bug you encounter. I am going to mark
this one up for the radio button bug. The "err:win:WIN_FindWndPtr window 10033
belongs to other process" is allready reported as bug 475 (you can add comments
concerning that problem there) I have added you to the CC: list for that bug.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1178
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:31 -------
Bug comments restored from Gmane.org:
under win2000 my default debugger is not dr Watson, but Visual Studio. When it's
invoked, it loads
itself, then it _itself_ makes violation, asks whether I want to start debugger,
and if I answer
Yes, everything repeats (violation, etc).
------- Additional Comments From fgouget <at> codeweavers.com 2002-12-10 19:47
-------
You said this happens on Windows 2000 with Visual C++ so the big question is:
How is this related to Wine?
------- Additional Comments From maxim <at> enigmasoft.com.ua 2002-12-11 01:24
-------
I meant to say, that i'm using some native win2000 dlls, instead of native
win98's (which I was
using before). Of course, bug happens under wine, not win2000.
--
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=1181
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:23 -------
Bug comments restored from Gmane.org:
The X11 keyboard driver (dlls/x11drv/keyboard.c) uses raw X11 keycodes.
This is wrong; keycodes are Xserver and hardware dependent. Applications
should never use the keycodes.
One example when this is a problem is when using VNC, since Xvnc does not
use the same keycodes as most XFree86 servers. This has led to that Wine
has a special keymap for this special Xvnc server. But this keymap only
supports the US keyboard layout. Basically, to support all layouts (x) on
all servers (y), Wine needs to have x*y keymaps. This is just not feasible.
And even if it was, things would go wrong: Xvnc allocates keycodes
dynamically, which is totally "legal". This means that "aring" can have
different keycodes different times, depending on in which order the user
has pressed international keys.
rdesktop (www.rdesktop.org) suffered from exactly the same problem. I have
written a new keyboard translation implementation which uses Keysyms
instead. Maybe Wine can re-use parts of this work.
--
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=1182
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:19 -------
Bug comments restored from Gmane.org:
If you run "artsdsp wine" to make arts run with an OSS-using wine, then
wine crashes instantly.
Some debugging revealed that it is due to a crash in scheduler/pthread.c
(some pthread emulation struct field contained values that it didn't like).
Sounds like we need to make sure our pthreads emulation doesn't touch any
pthreads struct fields that other system parts might want to tamper with...
A workaround is to use winearts.drv, of course (unless winearts.drv is not
stable enough).
------- Additional Comments From fgouget <at> codeweavers.com 2002-12-10 19:54
-------
Andi wrote:
[...]
> A workaround is to use winearts.drv, of course (unless winearts.drv
> is not stable enough).
Precisely. I would say that this is a "won't fix" and that one should be using
the winarts driver rather than artsdsp.
------- Additional Comments From fgouget <at> codeweavers.com 2002-12-10 19:55
-------
Btw, see also bug 325.
--
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=1183
------- Additional Comments From winebug(a)flonet.net 2003-28-06 08:06 -------
Bug comments restored from Gmane.org:
When trying to run Carmen Sandiego Junior It will not start and displays a
message box instead. I see the following messages on the console.
err:msacm:MIDIMAP_LoadSettingsDefault Registry glitch: couldn't find midi out (#0)
fixme:system:ChangeDisplaySettingsA (0x406ccc0c,0x00000006), stub
flags=TEST,FULLSCREEN,
fixme:system:ChangeDisplaySettingsA (Putting X in this mode beforehand might help)
fixme:system:ChangeDisplaySettingsA (0x406ccc0c,0x00000006), stub
flags=TEST,FULLSCREEN,
fixme:system:ChangeDisplaySettingsA (Putting X in this mode beforehand might help)
fixme:system:ChangeDisplaySettingsA (0x406ccc0c,0x00000006), stub
flags=TEST,FULLSCREEN,
fixme:system:ChangeDisplaySettingsA (Putting X in this mode beforehand might help)
fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet.
I will attach a better trace (relay) when I get a chance
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-12-08
14:21 -------
Created an attachment (id=347)
--> (http://bugs.winehq.com/attachment.cgi?id=347&action=view)
Screen shot of message box
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-12-08
15:52 -------
Created an attachment (id=349)
--> (http://bugs.winehq.com/attachment.cgi?id=349&action=view)
Annotated log run with -debugmsg +relay (snipped to 337 lines)
--
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=1131
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:59 -------
Bug comments restored from Gmane.org:
when using the cvs build of wine with ms office 2000, trying to start an
application brings up the app splash screen followed by a wine-debug window...
last error message:
0x40a6c45c (RPCRT4.DLL.UuidToStringA+0x40 in rpcrt4.dll.so): movzbl
0xf(%esi),%eax
any ideas?
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-07 10:41
-------
Hmm, interesting crash.
Could you please give *detailed* output, though ?
------- Additional Comments From jms <at> josh.com 2002-11-07 11:01 -------
is this what you are looking for?
this is the full contents of the debug window...
WineDbg starting on pid 8378c98
No debug information in ELF 'wine' (0x00000000)
Breakpoint 1 at 0x4000acb0
Loaded debug information from ELF '/usr/lib/libntdll.dll.so' (0x40024000)
No debug information in ELF '/usr/lib/libwine.so' (0x40122000)
No debug information in ELF '/usr/lib/libwine_unicode.so' (0x40139000)
No debug information in ELF '/lib/i686/libm.so.6' (0x4021a000)
No debug information in ELF '/lib/libdl.so.2' (0x4023c000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40240000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x40743000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x40773000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x40822000)
No debug information in ELF '/usr/lib/wine/ole32.dll.so' (0x408a0000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x4090d000)
No debug information in ELF '/usr/lib/wine/rpcrt4.dll.so' (0x40a31000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40a79000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40ac2000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40b23000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40b2c000)
No debug information in ELF '/usr/X11R6/lib/libXxf86dga.so' (0x4024a000)
No debug information in ELF '/usr/X11R6/lib/libXv.so' (0x40b43000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40b47000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40b55000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/xlcUTF8Load.so.2'
(0x40019000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/ximcp.so.2'
(0x40c33000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x4001b000)
No debug information in 32bit DLL 'C:\Program Files\Microsoft
Office\Office\EXCEL.EXE' (0x30000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40060000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL'
(0x407b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL'
(0x40760000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40840000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL'
(0x40940000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x40a50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x408c0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT
OFFICE\OFFICE\MSO9.DLL' (0x308c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40ae0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ACTXPRXY.DLL'
(0x70390000)
Unhandled exception: page fault on read access to 0x0000000f in 32-bit code
(0x40a6c45c).
In 32-bit mode.
0x40a6c45c (RPCRT4.DLL.UuidToStringA+0x40 in rpcrt4.dll.so): movzbl
0xf(%esi),%eax
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-07 11:05
-------
Ah, I see.
Hmm, could you also post the additional lines done by a "backtrace" ?
------- Additional Comments From jms <at> josh.com 2002-11-07 11:08 -------
here is the backtrace
=>0 0x40a6c45c (RPCRT4.DLL.UuidToStringA+0x40 in rpcrt4.dll.so) (ebp=40731cc0)
1 0x40a661d9 (RPCRT4.DLL.NdrDllRegisterProxy+0xc9 in rpcrt4.dll.so) (ebp=40731
e04)
2 0x70391bfc (ACTXPRXY.DLL.DllRegisterServer+0x26 in
C:\WINDOWS\SYSTEM\ACTXPRX
Y.DLL) (ebp=40731f68)
3 0x3000dae8 (EXCEL.EXE.EntryPoint+0xb490 in C:\Program Files\Microsoft Office
\Office\EXCEL.EXE) (ebp=40732cfc)
4 0x30005968 (EXCEL.EXE.EntryPoint+0x3310 in C:\Program Files\Microsoft Office
\Office\EXCEL.EXE) (ebp=40732de4)
5 0x300027e4 (EXCEL.EXE.EntryPoint+0x18c in C:\Program Files\Microsoft Office\
Office\EXCEL.EXE) (ebp=40732e00)
6 0x300026e5 (EXCEL.EXE.EntryPoint+0x8d in C:\Program Files\Microsoft Office\O
ffice\EXCEL.EXE) (ebp=40732e8c)
7 0x400c5500 (start_process+0x238 [process.c] in libntdll.dll.so) (ebp=40732f3
0)
8 0x400c9479 (call_on_thread_stack+0x79 [sysdeps.c] in libntdll.dll.so) (ebp=4
0732ff4)
9 0x400c95b4 (SYSDEPS_CallOnStack+0x14 in libntdll.dll.so) (ebp=00000000)
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-07 12:48
-------
Hmm, sorry, I simply see that I don't see at which line exactly it crashes.
Sounds like it's missing some debug information...
Could you also paste "info local" and "info reg" ?
Thanks !
------- Additional Comments From jms <at> josh.com 2002-11-07 12:55 -------
here it is...hope it helps!
info local:
RPCRT4.DLL.UuidToStringA:
info reg:
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:008f GS:0000
EIP:40a6c45c ESP:40731cb8 EBP:40731cc0 EFLAGS:00010206( R- 00 I - -P1 )
EAX:0000000e EBX:40a78e44 ECX:4025001c EDX:4028dd00
ESI:00000000 EDI:7039f990
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-07 13:07
-------
Sorry, not at all. No information here either :-\
Could you attach a --debugmsg +relay,+ole logfile ?
------- Additional Comments From jms <at> josh.com 2002-11-07 14:02 -------
Created an attachment (id=327)
--> (http://bugs.winehq.com/attachment.cgi?id=327&action=view)
+relay,+ole trace !!!Warning....77mb when uncompressed!!!
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-07 15:14
-------
Hmm, the program calls NdrDllRegisterProxy:
083765d8:Call rpcrt4.NdrDllRegisterProxy(70390000,7039f370,703982b0) ret=70391bf
c
trace:ole:NdrDllRegisterProxy
(0x70390000,0x7039f370,{b8da6310-e19b-11d0-933c-00
a0c90dcaa9})
083765d8:Call ntdll.RtlAllocateHeap(40250000,00000000,00000025) ret=40a6c442
083765d8:Ret ntdll.RtlAllocateHeap() retval=4028e078 ret=40a6c442
trace:ole:NdrDllRegisterProxy registering IActiveScriptStats {70395720-57a2-7039
-b255-397000000000} => b8da6310-e19b-11d0-933c-00a0c90dcaa9
083765d8:Call ntdll.RtlAllocateHeap(40250000,00000000,00000025) ret=40a6c442
083765d8:Ret ntdll.RtlAllocateHeap() retval=4028e128 ret=40a6c442
which then leads to:
083765d8:Ret advapi32.RegCloseKey() retval=00000000 ret=40a66291
trace:ole:NdrDllRegisterProxy registering IActiveScriptParseProcedure2 (null) =>
b8da6310-e19b-11d0-933c-00a0c90dcaa9
083765d8:Call ntdll.RtlAllocateHeap(40250000,00000000,00000025) ret=40a6c442
083765d8:Ret ntdll.RtlAllocateHeap() retval=4028e128 ret=40a6c442
083765d8:Call kernel32.UnhandledExceptionFilter(40620900) ret=302c34f5
wine: Unhandled exception, starting debugger...
Note that proxy->header.piid is null !!
But AFAICS UuidToString should handle the first argument (null) just fine.
(it properly assigns the null uuid to it in case it's null).
Why that now crashes is beyond me...
Could you add some more TRACEs to dlls/rpcrt4/rpcrt4_main.c/UuidToStringA()
in order to nail down why exactly it crashes in that function ?
Thanks !
------- Additional Comments From jms <at> josh.com 2002-11-07 15:23 -------
as i am new to this, can you tell me what it is you want me to add to
dlls/rpcrt4/rpcrt4_main.c/UuidToStringA()? sorry for the ignorance...
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-07 17:13
-------
Oh come on :-)
You don't want to tell me you don't know to add a simple TRACE ? :)
Just add something like
TRACE("stupid trace\n");
and then tell me in which line it crashes.
(preferrably also with printout of variables if possible)
(sorry, I'm too stupid to manage to think why and where exactly it might crash,
so you'll have to tell me :-\)
------- Additional Comments From jms <at> josh.com 2002-11-08 12:07 -------
naw, man...
i don't think you understand...
i am a router/firewall guy, not a programmer...
in order to do this, i would need very explicit instructions...
sorry!
:-/
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-08
13:58 -------
choose your favorite test editor and edit
where_ever_wine_is/dlls/rpcrt4/rpcrt4_main.c
search for UuidToStringA
You should end up with at this
/*************************************************************************
* UuidToStringA [RPCRT4.@]
*
* Converts a UUID to a string.
*
* UUID format is 8 hex digits, followed by a hyphen then three groups of
* 4 hex digits each followed by a hyphen and then 12 hex digits
*
* RETURNS
*
* S_OK if successful.
* S_OUT_OF_MEMORY if unsucessful.
*/
RPC_STATUS WINAPI UuidToStringA(UUID *Uuid, LPSTR* StringUuid)
{
*StringUuid = HeapAlloc( GetProcessHeap(), 0, sizeof(char) * 37);
if(!(*StringUuid))
return RPC_S_OUT_OF_MEMORY;
if (!Uuid) Uuid = &uuid_nil;
sprintf(*StringUuid,
"%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
Uuid->Data1, Uuid->Data2, Uuid->Data3,
Uuid->Data4[0], Uuid->Data4[1], Uuid->Data4[2],
Uuid->Data4[3], Uuid->Data4[4], Uuid->Data4[5],
Uuid->Data4[6], Uuid->Data4[7] );
return RPC_S_OK;
}
---
Insert trace statements before each statement so we an find out what is going
wrong like so
/*************************************************************************
* UuidToStringA [RPCRT4.@]
*
* Converts a UUID to a string.
*
* UUID format is 8 hex digits, followed by a hyphen then three groups of
* 4 hex digits each followed by a hyphen and then 12 hex digits
*
* RETURNS
*
* S_OK if successful.
* S_OUT_OF_MEMORY if unsucessful.
*/
RPC_STATUS WINAPI UuidToStringA(UUID *Uuid, LPSTR* StringUuid)
{
TRACE("before HeapAlloc")
*StringUuid = HeapAlloc( GetProcessHeap(), 0, sizeof(char) * 37);
TRACE("Before if(!(*StringUuid))")
if(!(*StringUuid))
return RPC_S_OUT_OF_MEMORY;
TRACE("Before if(!Uuid)")
if (!Uuid) Uuid = &uuid_nil;
TRACE("Before sprintf(")
sprintf(*StringUuid,
"%08lx-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x",
Uuid->Data1, Uuid->Data2, Uuid->Data3,
Uuid->Data4[0], Uuid->Data4[1], Uuid->Data4[2],
Uuid->Data4[3], Uuid->Data4[4], Uuid->Data4[5],
Uuid->Data4[6], Uuid->Data4[7] );
TRACE("Before Return")
return RPC_S_OK;
}
Save the file and do a "make && make depend", "su" "make
install" cycle so the
traces are in the wine binary
Is that simple enough or would you want more help?
------- Additional Comments From jms <at> josh.com 2002-11-08 23:08 -------
ok, so when adding the trace statements to rpcrt4_main.c following the
instructions you gave, i noticed that you had an additional if condition that
the current cvs source (20021031) didn't actually include...
"if (!Uuid) Uuid = &uuid_nil;"
i added it to the file, did a make depend,make, make install and i now can
start excel...
sorry for the lack of knowledge on the debugging, but i figured i would do the
right thing when i came across the error and lend help the best i could...
any clue as to how to get it to stop telling me that "the file you are trying
to open doesn't exist" when i try to open a file that truely does exist?
Thanks again for your help!
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-09
00:09 -------
It looks like the "if (!Uuid) Uuid = &uuid_nil;" was added to CVS since the last
snapshot (20021031). (I use CVS bleading edge So that solves that.)
About the file not being found I think you should start a new bug report for
that. I think it might be a case sensitivity thing but without a trace I
wouldn't know. Please open a new bug report and I will see what I can do.
Resolving fixed (fix is already in cvs)
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-09 03:16
-------
Argl ! Now that's why I couldn't find any problem within this function.
20021031 is **NOT** current CVS.
CVS is CVS, and it's *much* more current than the STANDARD RELEASE 20021031,
of
course (tons of new patches).
Anyway, glad to see your issue fixed :)
Hmm, about the file problem: no idea.
You could open a separate bug (with current CVS, pleeezze !!!) and attach a
--debugmsg +relay,+file,+dosfs,+commdlg logfile.
------- Additional Comments From dpaun <at> rogers.com 2003-03-30 23:13 -------
Closing time.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1185
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:59 -------
Bug comments restored from Gmane.org:
Runing the tests on Microsoft Windows 98 (4.10.1998) a lot of tests fail. tests
downloaded from http://fgouget.free.fr/wine/winetests.zip
I was unable to redirect the output of the tests to a file. For example
"ws2_32_test.exe sock > temp.txt" would give me a 0 lenght file is it supposed
to work that way? Some tests output more than 50 lines so that even with the
terminal set to 50 lines I would not be able to copy all of them.
Also a lot (most) of the tests had the prefix of where the file resided on when
it was compiled for each line, which made for very long lines. I cleaned up the
lines wrap, but is it really nessesary to print the whole path.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-12-10
00:00 -------
Created an attachment (id=350)
--> (http://bugs.winehq.com/attachment.cgi?id=350&action=view)
Test Results
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-12-10
22:55 -------
Created an attachment (id=351)
--> (http://bugs.winehq.com/attachment.cgi?id=351&action=view)
Test results with latest zip file (Dec 10, 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=1130
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:54 -------
Bug comments restored from Gmane.org:
I have tried to play the game Deus Ex,
patch is installed so "Insert CD" does not come up, as it would not recognise my
drive or something - wine config drives/paths are correct
error message which says
Can't find file for package 'Effects'
History: UObject::SafeLoadError <- UObjectStaticLoadClass <-
Init Engine
------- Additional Comments From bhuang <at> myrealbox.com 2002-11-07 06:01
-------
Got it, nothing more than incomplete install process
deus ex works great!!!
------- Additional Comments From dpaun <at> rogers.com 2003-03-30 23:18 -------
Invalid bug. Closing.
--
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=1129
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:53 -------
Bug comments restored from Gmane.org:
There is this (freeware) game called Dink Smallwood, which I would like to play
and it almost works but not quite:
You walk around in this game in a view from above (like in the old zeldas or
ultimas), but wine does not draw the floor tiles, which is quite annoying.
The link to the game is:
http://www.rtsoft.com/dink/download.htm
There are two function calls, which I believe to have identified as the
culprits:
DIB_DirectDraw_Blt
or
DIB_DirectDraw_BltFast
The first function call complains saying that DBLT_ASYNC|DBLT_WAIT is not
supported, but as far as I understand the source code, still everything should
be rendered.
The second function is also called a lot and here I am not so sure, what
happens. Is this function completely implemented?
I think it is strange that the last argument is zero, whenever the game calls
it. I read the specification on the ms-homepage and it does not say that you
can call it with a zero parameter.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-06
12:59 -------
You can discount the warning about async/wait as this does not apply to the way
wine deals with ddraw. The other function BltFast might be the culprit but you
did not include the exact fixme/error message. I will try to get a look at this
program if time permits. I have also CC:d Lionel who is the REAL DDraw expert.
------- Additional Comments From lionel.ulmer <at> free.fr 2002-11-10 06:07 -------
Out of curiosity with which Wine version was that tested ? With latest CVS, I do
not have anything displayed at all... Just a white square on the screen.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-10
09:20 -------
I installed it with a very recent version of CVS (a couple of days ago) I have a
wine with windows (95) setup. Maybe thats the difference? I have a problem with
the mouse at the startup screen (I cannot see it). By guess and a liitle luck I
was able to get a game started. I get a 3rd person view of Dink and have no
problem moving around with the keyboard. The floor/ground tiles are white just
like reported. I have not had much of a chance to play(debug) it.
------- Additional Comments From kniederk <at> math.uni-koeln.de 2002-11-11 07:37
-------
Sorry, when I posted the bug report, I forgot to tell this:
I also get the white screen at the beginning, but after some time (maybe
pressing the mousebuttons or something), I reach the start menu, where the
mouse pointer does not work. Continuing here requires a bit of patience: Moving
the mouse around until a sign appears at the menu entry (this depends a lot on
luck, sometimes I'm able to do this within 3 seconds, sometimes it takes me
more than 1 or 2 minutes).
Anyway, it is possible to start the game, just a bit difficult...
To the question, what the exact error message is: There is no error message
(apart from the ASYNC-stuff). I ran with "wine -debugmsg +relay..." and looked
through the messages displayed and I thought that DIB_DirectDraw_BltFast might
be the problem, but I have no clue at all.
Thanks for your work on this.
Klaus
------- Additional Comments From lionel.ulmer <at> free.fr 2002-11-11 10:37 -------
As I still have no luck managing to get the game to run (I have crashes due to
WinMM and sound stuff), could you attach to this bug report a +ddraw trace (wine
--debugmsg +ddraw).
------- Additional Comments From kniederk <at> math.uni-koeln.de 2002-11-11 18:13
-------
I never had a crash I think (I first tried the game 18 month ago). I'm using kde, i.e.
artsd.Otherwise I don't know.I found out a way to start the game more reliably: Press
at the
menu-screen "alt-d" to enter debug mode.Now move the invisible cursor with the
cursor keys
to the coordinates x=112 y=45. The mark should appear next to the start entry.Press
"ctrl"
to start the game.Lionel, I produced the trace, you requested, but it is over 50MB in
size. I include
below some lines, which may be helpful.They start at a SurfaceBlit of size 640, so I
hope this is
were the floor tile is drawn, but I don't know:Thanks again for your
help. Klausfixme:ddraw:DIB_DirectDrawSurface_BltFast
(0x403af948)->(0,0,0x403e14a0,0x406d2070,00000000)fixme:ddraw:DIB_DirectDrawSurface_BltFast
trans:fixme:ddraw:DIB_DirectDrawSurface_BltFast srcrect:
0x0-640x480trace:ddraw:Main_DirectDrawSurface_Lock
(0x403e14a0)->Lock((nil),0x406d1efc,00000010,00000000)trace:ddraw:Main_DirectDrawSurface_Lock!
locked surface returning description : - DDSD_CAPS : DDSCAPS_OFFSCREENPLAIN
DDSCAPS2_HINTDYNAMIC
DDSCAPS2_RESERVED2 DDSCAPS2_CUBEMAP
DDSCAPS2_CUBEMAP_NEGATIVEX DDSCAPS2_CUBEMAP_NEGATIVEY
DDSCAPS2_D3DTEXTUREMANAGE DDSCAPS2_DONOTPERSIST -
DDSD_HEIGHT : 480 - DDSD_WIDTH : 640 - DDSD_PITCH :
640 - DDSD_LPSURFACE : 0x42ad0000 - DDSD_PIXELFORMAT : (
DDPF_PALETTEINDEXED8 DDPF_RGB , RGB bits: 8,
R 00 G 00B 00)trace:ddraw:Main_DirectDrawSurface_Lock
(0x403af948)->Lock((nil),0x406d1f78,00000020,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_BACKBUFFER
DDSCAPS_COMPLEX DDSCAPS_FLIP
DDSCAPS_FRONTBUFFER DDSCAPS_VIDEOMEMORY
DDSCAPS_LOCALVIDMEM DDSCAPS2_HINTDYNAMIC DDSCAPS2_RESERVED2
DDSCAPS2_CUBEMAP DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 480 - DDSD_WIDTH : 640 -
DDSD_PITCH : 640 - DDSD_LPSURFACE :
0x41690000 - DDSD_PIXELFORMAT : ( DDPF_PALETTEINDEX!
ED8 DDPF_RGB , RGB bits: 8, R 00 G 00B
00)trace:ddraw:Main_DirectDrawSurface_Unlock
(0x403af948)->Unlock((nil))trace:ddraw:Main_DirectDrawSurface_Unlock
(0x403e14a0)->Unlock((nil))trace:ddraw:DIB_DirectDrawSurface_Blt
(0x403af948)->(0x406d1fa4,0x4581c1a8,0x406d1fb4,00008000,0x406d1fc8)trace:ddraw:Main_DirectDrawSurface_Lock
(0x4581c1a8)->Lock((nil),0x406d1e44,00000010,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_OFFSCREENPLAIN
DDSCAPS_SYSTEMMEMORY
DDSCAPS2_HINTDYNAMICDDSCAPS2_RESERVED2 DDSCAPS2_CUBEMAP
DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 136 -
DDSD_WIDTH : 26 - DDSD_PITCH : 32 - DDSD_LPSURFACE : 0x463a0000 -
DDSD_PIXELFORMAT : (
DDPF_PALETTEINDEXED8 DDPF_RGB , RGB bits: 8, R 00 G 00B
00)trace:ddraw:Main_DirectDrawSurface_Lock
(0x403af948)->Lock((nil),0x406d1ec0,00000020,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked sur!
face returning description : - DDSD_CAPS : DDSCAPS_BACKBUFFER
DDSCAPS_COMPLEX DDSCAPS_FLIP
DDSCAPS_FRONTBUFFER DDSCAPS_VIDEOMEMORY
DDSCAPS_LOCALVIDMEM DDSCAPS2_HINTDYNAMIC DDSCAPS2_RESERVED2
DDSCAPS2_CUBEMAP DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 480 - DDSD_WIDTH : 640 -
DDSD_PITCH : 640 - DDSD_LPSURFACE :
0x41690000 - DDSD_PIXELFORMAT : ( DDPF_PALETTEINDEXED8 DDPF_RGB ,
RGB bits: 8, R 00 G 00B
00)trace:ddraw:DIB_DirectDrawSurface_Blt destrect
:27x0-53x50trace:ddraw:DIB_DirectDrawSurface_Blt
srcrect :0x86-26x136trace:ddraw:DIB_DirectDrawSurface_Blt flags:
DDBLT_KEYSRCtrace:ddraw:Main_DirectDrawSurface_Unlock
(0x403af948)->Unlock((nil))trace:ddraw:Main_DirectDrawSurface_Unlock
(0x4581c1a8)->Unlock((nil))trace:ddraw:DIB_DirectDrawSurface_Blt
(0x403af948)->(0x406d1fa4,0x4582f1c0,0x406d1fb4,00008000,0x406d1fc8)trace:ddraw:Main_DirectDrawSurface_Lock
(0x4582f1c0)->Lock((nil),0x406d1e44,00000010!
,00000000)trace:ddraw:Main_DirectDrawSurface_Lock locked surface returning
description : - DDSD_CAPS
: DDSCAPS_OFFSCREENPLAIN DDSCAPS_SYSTEMMEMORY
DDSCAPS2_HINTDYNAMICDDSCAPS2_RESERVED2 DDSCAPS2_CUBEMAP
DDSCAPS2_CUBEMAP_NEGATIVEX DDSCAPS2_CUBEMAP_NEGATIVEY
DDSCAPS2_D3DTEXTUREMANAGE DDSCAPS2_DONOTPERSIST
- DDSD_HEIGHT : 45 - DDSD_WIDTH : 65 - DDSD_PITCH : 72 - DDSD_LPSURFACE
: 0x465f0000 -
DDSD_PIXELFORMAT : ( DDPF_PALETTEINDEXED8 DDPF_RGB , RGB bits: 8, R 00
G 00B
00)trace:ddraw:Main_DirectDrawSurface_Lock
(0x403af948)->Lock((nil),0x406d1ec0,00000020,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_BACKBUFFER
DDSCAPS_COMPLEX DDSCAPS_FLIP
DDSCAPS_FRONTBUFFER DDSCAPS_VIDEOMEMORY
DDSCAPS_LOCALVIDMEM DDSCAPS2_HINTDYNAMIC DDSCAPS2_RESERVED2
DDSCAPS2_CUBEMAP DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 480 - DDSD_WIDTH : 640 -
DDSD_PITCH : 640 - DD!
SD_LPSURFACE : 0x41690000 - DDSD_PIXELFORMAT : (
DDPF_PALETTEINDEXED8 DDPF_RGB , RGB bits: 8, R 00 G
00B 00)trace:ddraw:DIB_DirectDrawSurface_Blt destrect
:160x30-225x75trace:ddraw:DIB_DirectDrawSurface_Blt srcrect
:0x0-65x45trace:ddraw:DIB_DirectDrawSurface_Blt flags:
DDBLT_KEYSRCtrace:ddraw:Main_DirectDrawSurface_Unlock
(0x403af948)->Unlock((nil))trace:ddraw:Main_DirectDrawSurface_Unlock
(0x4582f1c0)->Unlock((nil))trace:ddraw:DIB_DirectDrawSurface_Blt
(0x403af948)->(0x406d1fa4,0x45830230,0x406d1fb4,00008000,0x406d1fc8)trace:ddraw:Main_DirectDrawSurface_Lock
(0x45830230)->Lock((nil),0x406d1e44,00000010,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_OFFSCREENPLAIN
DDSCAPS_SYSTEMMEMORY
DDSCAPS2_HINTDYNAMICDDSCAPS2_RESERVED2 DDSCAPS2_CUBEMAP
DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 22 -
DDSD_WIDTH : 20 - DDSD_PITCH : 24 - DDSD_LPSU!
RFACE : 0x46610000 - DDSD_PIXELFORMAT : ( DDPF_PALETTEINDEXED8
DDPF_RGB , RGB bits: 8, R 00 G 00B
00)trace:ddraw:Main_DirectDrawSurface_Lock
(0x403af948)->Lock((nil),0x406d1ec0,00000020,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_BACKBUFFER
DDSCAPS_COMPLEX DDSCAPS_FLIP
DDSCAPS_FRONTBUFFER DDSCAPS_VIDEOMEMORY
DDSCAPS_LOCALVIDMEM DDSCAPS2_HINTDYNAMIC DDSCAPS2_RESERVED2
DDSCAPS2_CUBEMAP DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 480 - DDSD_WIDTH : 640 -
DDSD_PITCH : 640 - DDSD_LPSURFACE :
0x41690000 - DDSD_PIXELFORMAT : ( DDPF_PALETTEINDEXED8 DDPF_RGB ,
RGB bits: 8, R 00 G 00B
00)trace:ddraw:DIB_DirectDrawSurface_Blt destrect
:516x52-536x74trace:ddraw:DIB_DirectDrawSurface_Blt
srcrect :0x0-20x22trace:ddraw:DIB_DirectDrawSurface_Blt flags:
DDBLT_KEYSRCtrace:ddraw:Main_DirectDrawSurface_Unlock
(0x403af948)->Unlock((nil))trace:ddraw:!
Main_DirectDrawSurface_Unlock
(0x45830230)->Unlock((nil))trace:ddraw:DIB_DirectDrawSurface_Blt
(0x403af948)->(0x406d1fa4,0x4582e988,0x406d1fb4,00008000,0x406d1fc8)trace:ddraw:Main_DirectDrawSurface_Lock
(0x4582e988)->Lock((nil),0x406d1e44,00000010,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_OFFSCREENPLAIN
DDSCAPS_SYSTEMMEMORY
DDSCAPS2_HINTDYNAMICDDSCAPS2_RESERVED2 DDSCAPS2_CUBEMAP
DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 24 -
DDSD_WIDTH : 22 - DDSD_PITCH : 24 - DDSD_LPSURFACE : 0x465e0000 -
DDSD_PIXELFORMAT : (
DDPF_PALETTEINDEXED8 DDPF_RGB , RGB bits: 8, R 00 G 00B
00)trace:ddraw:Main_DirectDrawSurface_Lock
(0x403af948)->Lock((nil),0x406d1ec0,00000020,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_BACKBUFFER
DDSCAPS_COMPLEX DDSCAPS_FLIP
DDSCAPS_FRONTBUFFER DDSCAPS_VIDEOM!
EMORY DDSCAPS_LOCALVIDMEM DDSCAPS2_HINTDYNAMIC
DDSCAPS2_RESERVED2 DDSCAPS2_CUBEMAP
DDSCAPS2_CUBEMAP_NEGATIVEX DDSCAPS2_CUBEMAP_NEGATIVEY
DDSCAPS2_D3DTEXTUREMANAGE DDSCAPS2_DONOTPERSIST
- DDSD_HEIGHT : 480 - DDSD_WIDTH : 640 - DDSD_PITCH : 640 -
DDSD_LPSURFACE : 0x41690000 -
DDSD_PIXELFORMAT : ( DDPF_PALETTEINDEXED8 DDPF_RGB , RGB bits: 8, R 00
G 00B
00)trace:ddraw:Main_DirectDrawSurface_Lock
(0x403af948)->Lock((nil),0x406d1ec0,00000020,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_BACKBUFFER
DDSCAPS_COMPLEX DDSCAPS_FLIP
DDSCAPS_FRONTBUFFER DDSCAPS_VIDEOMEMORY
DDSCAPS_LOCALVIDMEM DDSCAPS2_HINTDYNAMIC DDSCAPS2_RESERVED2
DDSCAPS2_CUBEMAP DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 480 - DDSD_WIDTH : 640 -
DDSD_PITCH : 640 - DDSD_LPSURFACE :
0x41690000 - DDSD_PIXELFORMAT : ( DDPF_PALETTEINDEXED8 DDPF_RGB ,
RGB bits: 8, R 00 G 00B
00)trace:dd!
raw:DIB_DirectDrawSurface_Blt destrect
:27x0-53x136trace:ddraw:DIB_DirectDrawSurface_Blt srcrect
:0x0-26x136trace:ddraw:DIB_DirectDrawSurface_Blt flags:
DDBLT_KEYSRCtrace:ddraw:Main_DirectDrawSurface_Unlock
(0x403af948)->Unlock((nil))trace:ddraw:Main_DirectDrawSurface_Unlock
(0x4581c1a8)->Unlock((nil))trace:ddraw:DIB_DirectDrawSurface_Blt
(0x403af948)->(0x406d1fa4,0x4581c1a8,0x406d1fb4,00008000,0x406d1fc8)trace:ddraw:Main_DirectDrawSurface_Lock
(0x4581c1a8)->Lock((nil),0x406d1e44,00000010,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_OFFSCREENPLAIN
DDSCAPS_SYSTEMMEMORY
DDSCAPS2_HINTDYNAMICDDSCAPS2_RESERVED2 DDSCAPS2_CUBEMAP
DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 136 -
DDSD_WIDTH : 26 - DDSD_PITCH : 32 - DDSD_LPSURFACE : 0x463a0000 -
DDSD_PIXELFORMAT : (
DDPF_PALETTEINDEXED8 DDPF_RGB , RGB bits: 8, R 00 G 00B
00)trace:ddraw:Mai!
n_DirectDrawSurface_Lock
(0x403af948)->Lock((nil),0x406d1ec0,00000020,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_BACKBUFFER
DDSCAPS_COMPLEX DDSCAPS_FLIP
DDSCAPS_FRONTBUFFER DDSCAPS_VIDEOMEMORY
DDSCAPS_LOCALVIDMEM DDSCAPS2_HINTDYNAMIC DDSCAPS2_RESERVED2
DDSCAPS2_CUBEMAP DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 480 - DDSD_WIDTH : 640 -
DDSD_PITCH : 640 - DDSD_LPSURFACE :
0x41690000 - DDSD_PIXELFORMAT : ( DDPF_PALETTEINDEXED8 DDPF_RGB ,
RGB bits: 8, R 00 G 00B
00)trace:ddraw:DIB_DirectDrawSurface_Blt destrect
:27x74-53x210trace:ddraw:DIB_DirectDrawSurface_Blt
srcrect :0x0-26x136trace:ddraw:DIB_DirectDrawSurface_Blt flags:
DDBLT_KEYSRCtrace:ddraw:Main_DirectDrawSurface_Unlock
(0x403af948)->Unlock((nil))trace:ddraw:Main_DirectDrawSurface_Unlock
(0x4581c1a8)->Unlock((nil))trace:ddraw:DIB_DirectDrawSurface_Blt
(0x403af948)->(0x406d1!
fa4,0x4042e008,0x406d1fb4,00008000,0x406d1fc8)trace:ddraw:Main_DirectDrawSurface_Lock
(0x4042e008)->Lock((nil),0x406d1e44,00000010,00000000)trace:ddraw:Main_DirectDrawSurface_Lock
locked surface returning description : - DDSD_CAPS : DDSCAPS_OFFSCREENPLAIN
DDSCAPS_SYSTEMMEMORY
DDSCAPS2_HINTDYNAMICDDSCAPS2_RESERVED2 DDSCAPS2_CUBEMAP
DDSCAPS2_CUBEMAP_NEGATIVEX
DDSCAPS2_CUBEMAP_NEGATIVEY DDSCAPS2_D3DTEXTUREMANAGE
DDSCAPS2_DONOTPERSIST - DDSD_HEIGHT : 97 -
DDSD_WIDTH : 48 - DDSD_PITCH : 48 - DDSD_LPSURFACE : 0x45510000 -
DDSD_PIXELFORMAT : (
DDPF_PALETTEINDEXED8 DDPF_RGB , RGB bits: 8, R 00 G 00B 00)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-11
21:15 -------
Please attach trace next time... <grin>
------- Additional Comments From kniederk <at> math.uni-koeln.de 2002-11-15 18:51
-------
Sorry for the trace inside the comment.I took a look myself at the wine-code and while I
did not
solve the real bug,I found a smaller one in the debugging output, which I have fixed
(I'm veryproud
of myself!!)As you maybe see in the trace, but probably not, the last argument of
theSurface_BltFast-fnc is 0 and latter in the debugging output you see "trans:"but the
value of trans (which is given by the last argument) is not displayed.The reason is the
following
(include/ddraw.h):trans = DDBLTFAST_NOCOLORKEY = 0but in dll/ddraw/helper.c
the debugging output is
generated by DDRAW_dump_flags_:for (i=0; i < num_names; i++) if (names[i].val &
flags) DPRINTF("%s ", names[i].name);The "if" does not detect the case trans ==
0, so I modified this into for (i=0; i < num_names; i++) if (names[i].val == 0 && flags ==
0) DPRINTF("%s ", names[i].name); else if (names[i].val & flags) DPRINTF("%s
", names[i].name);I don't know if this is the fix like it should!
be or not, but I'm proud anyway.I still have no clue, why the game does not
work.Cheers Klaus
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-15
19:10 -------
allright what the heck are you doing the messes up your comments? Are you
pasting them in? Is it your browser? As it is the comments are not very
usefull.<frown>
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-15 19:19
-------
Yep, that sounds like it's definitely a bug, albeit a relatively minor one.
I'd propose something like
static void DDRAW_dump_flags_(DWORD flags, const flag_info* names,
size_t num_names, int newline)
{
unsigned int i;
for (i=0; i < num_names; i++)
if ((flags & names[i].val) /* standard flag value */
|| ((!flags) && (!names[i].val))) /* zero value only */
DPRINTF("%s ", names[i].name);
if (newline)
DPRINTF("\n");
}
------- Additional Comments From kniederk <at> math.uni-koeln.de 2002-11-26 18:44
-------
Me again. Sorry for the strange formatting of my emails.I don't know why this happens.
I'm using
konqueror-2.2.xI was just wondering if it may be that wine does not load the bitmapsof
the game. I
did an strace and I don't find anything about loadingthe files "./dink/Tiles/*.bmp".The
only thing I discovered wasopen("/usr/share/wine/drivec/Program Files/Dink
Smallwood/dink/Tiles", O_RDONLY|O_LARGEFILE) = 15ioctl(15,
VFAT_IOCTL_READDIR_BOTH, 0x406d16a4)
= -1 ENOTTY (Inappropriate ioctlfor device)close(15) =
0open("/usr/share/wine/drivec/Program
Files/Dink Smallwood/dink/Tiles",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 15fstat64(15,
{st_mode=S_IFDIR|0777, st_size=1456, ...}) = 0fcntl64(15, F_SETFD, FD_CLOEXEC)
= 0getdents64(0xf,
0x80c8040, 0x1000, 0x19) = 1904getdents64(0xf, 0x80c8040, 0x1000, 0x19) =
0close(15) = 0Maybe someone
smarter than me could tell me what this means.Anyway if I use "wine -debugmsg +!
file dink.exe" I find lines saying:trace:file:CreateFileW L"tiles\\TS01.bmp"
GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING
attributes 0x80trace:file:CreateFileW
returning 0x58trace:file:_lopen ('tiles\TS01.BMP',0000)trace:file:CreateFileW
L"tiles\\TS01.BMP" GENERIC_READ FILE_SHARE_READ FILE_SHARE_WRITE
OPEN_EXISTING attributes
0x0trace:file:CreateFileW returning 0x58trace:file:ReadFile 0x58 0x406d2690 14
0x406d264c
(nil)trace:file:ReadFile 0x58 0x406d2668 40 0x406d264c (nil)trace:file:ReadFile 0x58
0x406d26a4 1024
0x406d264c (nil)trace:file:_lclose handle 88I hope someone can read this and the
formatting is not
destroyed againthis time.Bye Klaus
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-26
19:12 -------
I would suspect that its something to do with konqueror. Lets see what I can do
<Klaus's comments>
I was just wondering if it may be that wine does not load the bitmaps of the
game. I did an strace and I don't find anything about loading the files
"./dink/Tiles/*.bmp".The only thing I discovered was
open("/usr/share/wine/drivec/Program Files/Dink Smallwood/dink/Tiles",
O_RDONLY|O_LARGEFILE) = 15
ioctl(15, VFAT_IOCTL_READDIR_BOTH, 0x406d16a4) = -1 ENOTTY (Inappropriate
ioctlfor device)
close(15)= 0
open("/usr/share/wine/drivec/Program Files/Dink Smallwood/dink/Tiles",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 15
fstat64(15, {st_mode=S_IFDIR|0777, st_size=1456, ...}) = 0
fcntl64(15, F_SETFD, FD_CLOEXEC) = 0
getdents64(0xf, 0x80c8040, 0x1000, 0x19) = 1904
getdents64(0xf, 0x80c8040, 0x1000, 0x19) = 0
close(15) = 0
Maybe someone smarter than me could tell me what this means.Anyway if I use
"wine -debugmsg +file dink.exe" I find lines saying:
trace:file:CreateFileW L"tiles\\TS01.bmp" GENERIC_READ FILE_SHARE_READ
FILE_SHARE_WRITE OPEN_EXISTING attributes 0x80
trace:file:CreateFileW returning 0x58
trace:file:_lopen ('tiles\TS01.BMP',0000)
trace:file:CreateFileW L"tiles\\TS01.BMP" GENERIC_READ FILE_SHARE_READ
FILE_SHARE_WRITE OPEN_EXISTING attributes 0x0
trace:file:CreateFileW returning 0x58
trace:file:ReadFile 0x58 0x406d2690 14 0x406d264c (nil)
trace:file:ReadFile 0x58 0x406d2668 40 0x406d264c (nil)
trace:file:ReadFile 0x58 0x406d26a4 1024 0x406d264c (nil)
trace:file:_lclose handle 88
</Klaus's comments>
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-27 00:48
-------
VFAT_IOCTL_READDIR_BOTH doesn't matter, since it's on a non-VFAT partition
and we just probe for VFAT properties.
Apart from that, no idea.
------- Additional Comments From kniederk <at> math.uni-koeln.de 2002-11-27 08:41
-------
Today I'm using IE, so I hope this helps with the formatting.
Could someone tell me, if the tile-bitmaps are loaded or is there some way to
find this out? I guess that wine does not have problems with capital-letters
and such in filenames (since Windows does not distiguish them as far as I know).
Anyway in case this is not the error, I have been doing some "reverse-
engineering" in dink-smallwood, maybe someone can give me a hint on what to
test next:
Basically Dink Smallwood uses a Display-Surface with a Front- and Backbuffer
(640x480), an offscreen-memory-surface of the same size and some smaller
surfaces containing objects.
When the player enters a new room the offscreen-memory-surface is painted with
the ground-tiles and this remains fixed until the player enters another room.
Every time a frame is drawn the offscreen-surface is copied first to the
backbuffer (to paint the floor) and then the other several objects (trees,
people, etc.) are copied directly to the backbuffer. When this is finished, the
Back- and frontbuffers are switched and the steps above repeat.
What I am wondering is, why the objects are visible, but the floor-tiles are
not. The only differences I see for now, is that the objects are copied
directly to the backbuffer, while the floor-tiles are copied first to the
offscreen-memory and then to the backbuffer and the second difference is that
the floor-tiles are stored in regular *.bmp files, while the objects are stored
in some format, which I do not recognize.
What could I test next? Thanks
Klaus
------- Additional Comments From kniederk <at> math.uni-koeln.de 2002-12-04 08:41
-------
I'm sorry about this fuzz with the "strace", where I didn't see the loading of
the bitmaps.
The problem was that these files are opened by another win-thread and this was
not monitored by strace.
To get it right you need to use "strace -f wine dink.exe".
What should I try next?
Klaus
--
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=1186
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:51 -------
Bug comments restored from Gmane.org:
Hi...
I uninstall the last version, and try to install the new one, but it still
appears in the system...
ricardo@wangbnetsps src]$ cd wine-20021125/
[ricardo@wangbnetsps wine-20021125]$ ./tools/wineinstall
WINE Installer v0.74
Warning !! wine binary (still) found, which may indicate
a (conflicting) previous installation.
You might want to abort and uninstall Wine first.
Running configure...
./configure: line 85: conftest.sh: Permission denied
./configure: line 86: conftest.sh: Permission denied
chmod: failed to get attributes of `conftest.sh': No such file or directory
./configure: line 198: conf29404.file: Permission denied
./configure: line 945: config.log: Permission denied
Configure failed, aborting install.
[ricardo@wangbnetsps wine-20021125]$
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-12-10
15:47 -------
looks like you do not have permission to write to the root wine directory .chown
so that you own the directory.
cd ..\..
(so you are below wine root.)
chown -R owner:group wine-20021125
(change ownership of all the files in the tree starting at wine-20021125, where
owner and group are you)
------- Additional Comments From rmunguia <at> gb-net.net 2002-12-11 08:37 -------
is done, thanks for your help
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-11
10:29 -------
Closing.
--
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=1128
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:49 -------
Bug comments restored from Gmane.org:
Trying out COMI again, I noticed that the music and speech are gone. Actually,
the whole intro movie gets skipped. To be continued...
------- Additional Comments From johane <at> lysator.liu.se 2002-11-07 02:25 -------
I forgot to set some of the symlinks. Well, this is a bug too.
--
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=1127
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:48 -------
Bug comments restored from Gmane.org:
Winhlp32 crashes when cancelling from the full text search setup window.
How to reproduce:
1. run winedbg winhlp32 (Windows 2000 native version)
2. select a .hlp file (I selected any from msoe.hlp msoeacct.hlp wab.hlp)
3. click on "Help Topics" toolbar item
4. click cancel in "Find Setup Wizard" window
Depending on where it crashes it gives either a page fault on a null pointer
(HEAP_FindFreeBlock) or
a page fault on 0xC (RtlAllocateHeap)
It seems to be random where it crashes.
HEAP_FindFreeBlock [heap.c:608]
DWORD arena_size = (pArena->size & ARENA_SIZE_MASK) +
0 0x400ce8f4 HEAP_FindFreeBlock(heap=0x40370000, size=0x80,
ppSubHeap=0x406925f8)
1 0x400cf318 RtlAllocateHeap(heap=0x40370000, flags=0x2, size=0x80)
2 0x408e6293 list_window_children(hwnd=0x11005e, atom=0x0, tid=0x0)
3 0x408ea5d0 WIN_ListChildren
4 0x408dbd7b RDW_UpdateRgns
5 0x408dc5ca RedrawWindow
6 0x40a7ee4e expose_window
7 0x50a7f0c7 X11DRV_Expose
8 0x40a75b6b EVENT_ProcessEvent
...
13 0x40904de7 GetMessageA
14 0x0102b892 winhlp32.exe..text+0x2a892
Another crash trace:
RtlAllocateHeap+0xe6 [heap.c:1039]
pArena->prev->next = pArena->next;
0 0x400cf386 RtlAllocateHeap(heap=0x4037, flags=0x2, size=0x20)
1 0x4081b293 REGION_AllocWineRegion(n=0x2)
2 0x4081b31c REGION_CreateRegion(n=0x2)
3 0x4081b5d4 CreateRectRgn(left=0x32, top=0x43, right=0x158, bottom=0x45)
4 0x4081b647 CreateRectRgnIndirect
5 0x408dc4e3 RedrawWindow
6 0x40a7ee4e expose_window
7 0x40a7f0c7 X11DRV_Expose
...
13 0x40904de7 GetMessageA
14 0x0102b892 winhlp32.exe..text+0x2a892
Nothing out of the ordinary appears at the console
------- Additional Comments From R.J.Shearman <at> warwick.ac.uk 2003-05-16 08:07
-------
I've discovered the reason it corrupts the heap is because it destroys the
dialog in WM_INITDIALOG (patch on the way) but the reason it does this is still
unknown to me.
--
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 winebug(a)flonet.net 2003-28-06 07:48 -------
Bug comments restored from Gmane.org:
Wine 20021125 (latest in debian unstable), no windows install.
Remote administrator 2.1 (www.famatech.com) loads a window with selectable
remote machines. The keyboard works on this menu, however when a remote screen
is opened the keyboard stops working (ie doesn't transmit to remote screen).
This used to work a long time ago, say v20001202. There is a simple work
around: by choosing the menu, then clicking options, about or connection info
the keyboard starts working properly.
Radmin reports errors like these:
fixme:ntdll:RtlNtStatusToDosError no mapping for 403a01d8
fixme:winsock:NtStatusToWSAError Status code 403a01d8 converted to DOS error
code 13d
fixme:ntdll:RtlNtStatusToDosError no mapping for 403a1cf0
fixme:winsock:NtStatusToWSAError Status code 403a1cf0 converted to DOS error
code 13d
fixme:ntdll:RtlNtStatusToDosError no mapping for 403a10b0
fixme:winsock:NtStatusToWSAError Status code 403a10b0 converted to DOS error
code 13d
fixme:ntdll:RtlNtStatusToDosError no mapping for 403a20c0
fixme:winsock:NtStatusToWSAError Status code 403a20c0 converted to DOS error
code 13d
fixme:ntdll:RtlNtStatusToDosError no mapping for 403a01d8
fixme:winsock:NtStatusToWSAError Status code 403a01d8 converted to DOS error
code 13d
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-12
04:25 -------
> fixme:ntdll:RtlNtStatusToDosError no mapping for 403a10b0
> fixme:winsock:NtStatusToWSAError Status code 403a10b0 converted to DOS error
> code 13d
Winsock issue, fixed in CVS already.
No idea with keyboard issue. Try using --debugmsg
+relay,+key,+keyboard,+message,+event,+x11drv,+winsock
------- Additional Comments From coryp <at> petersen-arne.com 2002-12-12 17:58
-------
That produces a lot of output! 100mb for only about a minute. I opened radmin,
connected to a server, tried to use the keyboard than killed the wine server
because my cpu maxes and wine no longer responds to either mouse or keyboard
with all those debug options. 45mb gzipped error log can be found at:
http://www.petersen-arne.com/~cory/wine_debug1.txt.gz
--
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=1124
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:46 -------
Bug comments restored from Gmane.org:
I'm running Wine 20021007 on a Suse-8.0 machine, and want to startup
Bryce-4.0 (which installed properly inclusive Quicktime and Acroreader)
but which fails with:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x426bc1d8)->(00000000,00000008)
fixme:win:OpenDesktopA ("screen-saver",1,0,40): stub
fixme:msvcrt:_XcptFilter (-2147483392,0x406d1f7c)semi-stub
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134679808
512") (2)
What's there going wrong? Is it maybe only the missed screen saver?
But when, how getting one for a pure wine installation, so wine without
some Windows-whatever-release-wherefrom-stuff?
With greeting from Munich ..
------- Additional Comments From buffer0 <at> t-online.de 2002-11-03 16:41 -------
This sort of "bug/error" and exception was caused by the incomplete
installation of Bryce-4.0 (German release). The 'setup' by the CDROM
distribution hadn't a proper run through (spurious!). Well, when
having installed the [MetaStream],[QuickTime 3] and [Acrobat] folders
explicitely in addition after the setup, one obtained a complete
installation.
However, on my Suse-8.0 box/installation, all things had run through
only to the point where some ALSA problems then occured:
Nov 4 00:00:05 teflon modprobe: modprobe: Can't locate module sound-slot-1
Nov 4 00:00:05 teflon modprobe: modprobe: Can't locate module sound-service-1-3
Nov 4 00:00:05 teflon modprobe: modprobe: Can't locate module sound-slot-2
Nov 4 00:00:05 teflon modprobe: modprobe: Can't locate module sound-service-2-3
Nov 4 00:00:06 teflon modprobe: modprobe: Can't locate module sound-slot-1
Nov 4 00:00:06 teflon modprobe: modprobe: Can't locate module sound-service-1-3
Nov 4 00:00:06 teflon modprobe: modprobe: Can't locate module sound-slot-2
Nov 4 00:00:06 teflon modprobe: modprobe: Can't locate module sound-service-2-3
Nov 4 00:00:06 teflon modprobe: modprobe: Can't locate module sound-slot-1
Nov 4 00:00:06 teflon modprobe: modprobe: Can't locate module sound-service-1-3
Nov 4 00:00:06 teflon modprobe: modprobe: Can't locate module sound-slot-2
Nov 4 00:00:06 teflon modprobe: modprobe: Can't locate module sound-service-2-3
Nov 4 00:00:06 teflon kernel: ALSA
../../../alsa-kernel/core/seq/oss/seq_oss_init.c:212: no device found
AND that's a different bug and story, I'll assume. So I'lll resolve/close
Bug#1124.
What's the main thing with this bug? Well, wine is VERY sensitive on
principle installation dependancies, and can't tell them to us ...
------- Additional Comments From johane <at> lysator.liu.se 2002-11-06 02:22 -------
The resolution shouldn't be fixed.
------- Additional Comments From johane <at> lysator.liu.se 2002-11-06 02:29 -------
Did the installer say that all necessary components were installed, when they
were not? In that case this should be considered an open bug.
------- Additional Comments From johane <at> lysator.liu.se 2002-11-06 02:30 -------
A clicking-error...
------- Additional Comments From buffer0 <at> t-online.de 2002-11-06 10:53 -------
I'm testing wine and Bryce, with the following results:
[0]: The installer hadn't complained. The sole worse things had been with
installing Quicktime where the window-management made trouble:
The installer GUI put its screen on the screen with topmost
priority, resulting that all other related subwindows aren't
visible for the user.
What helped? Some alt-F4 or so under KDE, or some other hot-key
under Enlightenment which allowed to change the window orders ...
[1]: Some hard thing must be wrong the window management!
Bryce-4.0 runs only proper within the Desktop mode!
When trying to run in fullscreen mode the main-top window
can't be accessed. Seems a worse arrangment problem
with X11 window management schemes.
[2]: wine crashes spuriously; '*click*' error/crash. But wine+Bryce crashes
definitely intermediately when selecting under Bryce-help menu the
about menu-entry.
[3]: An important thing for the wine-config file: "crtdll"= "native, builtin"
is a must. Else Bryce-4.0 doesn't come up with its main screen.
[4]: wine+Bryce didn't had crashed yet on rendering. Meaning: All the window,
menu and whatever I/O stuff seem to influencee much too hard the
non-crashing quality of wine - with Bryce-4.0 - or?
So what? The *click+crash* problems are worse. But how fixing (it fast)?
How jumping into the wine and w$dos machinery??
--
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=1123
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:45 -------
Bug comments restored from Gmane.org:
Discovery proceess:
After install of "wine-20021007.i386.rpm" the root ID cannot run wine. Winesetup
documentation says "be user" for wine run-time. OK, login as user, run "wine
winword". Oops, need full directory string. do that, and when I do that, I get a
nasty error, "Cannot create C:\Windows\Desktop". OK, su - root, and ls -l | grep
Desktop" (in C:/Windows directory) to get permission list of "drwxr-xr-x ...
Desktop". Vain attempt of "chmod 777 Desktop" because windows directory has
insufficient permission structure for this situation.
Workaround:
Realizeing that problem can be circumvented if root can run wine, I "cp -R
/home/user/.wine /root" (created by the user ID earlier, above). Now I execute
"wine winword.exe" (in the C:\Program Files\microsoft office directory, and all
works well.(That is until I try to run spelling check, Seems the file directory
linkages do not work.Cannot find the dll where expected.)
Concerns:
1.User ID cannot ever have permissions needed in win98 file structure!
2.Process for finding windows PATH in wine applications is insufficient for the
task.
3.When looking for a file to open (in winword.exe), I get the directory, but
need to type in the <directory name>\*.doc to move to that directory. Typical
Microsoft double click on directory to change directory tries to open directory
file for editing.
Kudo's:
I also ran a doc file with an jpeg image in it. Winword (97) worked very well.
Wine winword.exe saves files OK too.
Michael F. Winthrop
winthrom <at> hotmail.com
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1122
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:45 -------
Bug comments restored from Gmane.org:
Since "cvs up -D 2002-10-30" the game Neverwinter Nights does not longer accept
keyboard inputs in the main game window (it works e.g. in dialogs).
My settings in the config that might be of interest
DXGrab: NO!
Managed: YES!
Desktop: YES!
A cvs diff shows some changes in the hook management for windows - guess the
problem came with this patch.
BTW: assigned it to wine-user, because parts of the changed for the hooks took
place their.
------- Additional Comments From lazytodd <at> hotmail.com 2002-11-13 13:06 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-13
15:54 -------
Could you find the exact patch please?
http://www.winehq.org/Docs/wine-devel/cvs-regression.shtml
------- Additional Comments From frick <at> sc-networks.de 2002-11-19 04:50 -------
I just want to let you knwo, that i am working on it - but i usually can not do
more than 3 compile runs on my box per evening; i think i am close to the patch
- but have not found it yet (still surrender it per hour - binary search works
fine for computers; but not humans, because there is this guy named Murphy :))
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-19
10:27 -------
I have had dealings with Murphy myself. However as your time frame narrows
compile time _should_ go down since there are less changes.
I do regression testing on my 300 mhz machine a fair amount and I have a wine
tree and a regression tree. That way I can go from regression testing to an
up-to-date CVS in a matter of minutes.If you do development as well you could
have a development tree as well.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-23 12:51
-------
Patch has been submitted to wine-patches on 20021123 which is supposed to fix this.
------- Additional Comments From frick <at> sc-networks.de 2002-11-25 16:41 -------
Well now i can say it definetly - this is the patch:
http://www.winehq.com/hypermail/wine-cvs/2002/10/0469.html
I did an cvs up yesterday and the bug was _not_ gone - assuming the patch
Andreas mentioned was already in this version i used.
------- Additional Comments From hoffmajs <at> gmx.de 2002-11-27 09:21 -------
Yes that patch was the culprit. Are you sure that the fix for it was in the
cvs update you checked? just look at dlls/dinput/dinput_main.c around line 58
the line should read ..."KeyboardCallback, inst, 0 );" instead of
"KeyboardCallback, 0, 0 );".
If its the latter just change the first zero to "inst" and im sure it will
work :)
------- Additional Comments From frick <at> sc-networks.de 2002-12-01 07:51 -------
I guess i checked out the "current version" before your patch made it to my cvs
host or something like that. In the version i "update"ed the lines you mentioned
where in the source. The annotate shows, that the lines made it in the cvs on
20021024.
Long story short: I tested it some minutes ago and i can confirm, that the
problem is gone! Thanx gentleman!
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-01 08:36
-------
Closing bug.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1121
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:42 -------
Bug comments restored from Gmane.org:
When attempting to invoke the multiplay capabilities in Heroes of Might and
Magic III, I receive the following error message:
"DirectPlay Error:
'Unknown error?'
File: 'C:\Dev\Heroes 3 Exp 2\Remote.cpp'
Line# 1867"
At this point, the builtin version of dplay was being used. I received the same
error when using the native version. The output of "wine --debugmsg
+dplay,+dplayx,warn+all Heroes3.exe" can be found at
http://yotamr.dyndns.org/winelog. The apparently
relevant excerpt from the log
is: trace:dplay:DPLAYX_LibMain (1117782016,0x00000000,0x1)
trace:dplay:DPLAYX_DestructData DPLAYX dll unloaded - destruct called
trace:dplay:DPLAYX_GetThisLobbyHandles Waiting for DPLAYX semaphore
trace:dplay:DPLAYX_GetThisLobbyHandles Through wait
trace:dplay:DPLAYX_IsAppIdLobbied Translated dwAppID == 0 into 0x0806e1b0
trace:dplay:DPLAYX_GetThisLobbyHandles DPLAYX Semaphore released
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-02 11:24
-------
DirectPlay is known to be problematic sometimes.
Checking out a --debugmsg +relay,+dplay log might be helpful.
------- Additional Comments From yotamr <at> bezeqint.net 2002-11-02 11:42 -------
I have made the compressed wine log available at
http://yotamr.dyndns.org/winelog-with-relay.gz
The file takes up 80 MiB in its uncompressed form.
--
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=1189
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:42 -------
Bug comments restored from Gmane.org:
When starting either Total Commander (http://www.ghisler.com)
SummaSummarum
(best obtained through me), windows that should be in front, are created
behind the main application window.
Total commander, when unregistered, opens a nag-window where the user must
press a certain key. This window is created as tha frontmost window under MS
Windows, but behind the main application window under wine 20021125 (running
Suse 8.1).
SummaSummarum (accounting software) opens a window that lets the user decide
which ledger to open. Like with total Commander, this is created behind the
main window. there is also a very visible screen error, where a non-refreshing
area is created just below the toolbar.
Both programs were created with Delphi.
Please contact me if you want elaboration or to obtain a copy of SummaSummarum
(it is shareware, but the download site is in danish).I will also be happy to
test updates for the prolems.
------- Additional Comments From ping <at> piteraq.dk 2002-12-13 03:25 -------
Created an attachment (id=354)
--> (http://bugs.winehq.com/attachment.cgi?id=354&action=view)
The window from SummaSummarum that should be in front
------- Additional Comments From ping <at> piteraq.dk 2002-12-13 03:26 -------
Created an attachment (id=355)
--> (http://bugs.winehq.com/attachment.cgi?id=355&action=view)
The dark blue and dark grey bars are not shown with wine
------- Additional Comments From ping <at> piteraq.dk 2002-12-13 03:29 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From ping <at> piteraq.dk 2002-12-13 14:53 -------
Errata: I have written that the dark blue and the dark grey bars are not
shown. That is not correct, as they ARE shown, but between them and the
horizontal toolbar, there is some slackspace when used under wine that is not
there under ms windows. Could it be that the window height somehow is reported
less than it actually is ?
------- Additional Comments From michal.seliga <at> visicom.sk 2003-01-29 11:49
-------
There is the same problem in many application (new modal windows are created
behind main window), including many installers. I workarounded it with setting
wine to not use managed mode in wine.conf. Now everything works well. I tried
wine 20030115
so maybe that could lead to something.... (bug in managed mode?)
--
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=1116
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:39 -------
Bug comments restored from Gmane.org:
If you open winrar, navigate by the directory until that you find a .zip file, and
you do doubleclick about the file, it will refresh the listbox and will should the list
of files what are included in the .zip, (almost correct because the icons are
buggy), but the problem is that a new "extra" header have been included in the
"header" control, it has now:
Name | Size | Packet | Type | Modified | CRC32 | Name
^^^^^^ <- this is duplicated!!!
Now if you click in the gold arrow and go back to the last seen folder, it does
refresh the listbox, but the "extra Name" doesn't disappear. It works fine with
comctl32 native.
Regards,
Carlos.
--
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=1115
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:39 -------
Bug comments restored from Gmane.org:
When you run the program, it is NOT usable, it is repainting continually the
screen, and no one control works. It works fine with comctl32 native. The
problem looks like that happen in rebar, because it is giving some ERR messages:
err:rebar:REBAR_AdjustBands Phase 1 failed, x=561, maxx=0, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=565, maxx=0, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=565, maxx=0, start=0, end=0
If you add a "return;" to the start of the function REBAR_Layout, the rebar is
painted incorrectly, but the program can be used.
If you don't remove REBAR_Layout and only comment the last line of the
REBAR_Layout function
//REBAR_ForceResize (infoPtr);
Then the rebar are painted better (but no correct) and it is usable.
Regards,
Carlos.
--
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=1190
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:38 -------
Bug comments restored from Gmane.org:
When running regsvr32 with MSOFD.DLL, that comes with MSMoney 2000, it crashes
with NULL pointer dereference in SearchPathW. Turns out DllRegisterServer calls
SearchPathW with all NULL parameters except a filename. It appears to be
crashing on the last line of the function, return strlenW(buffer). This is with
wine 20021125.
--
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=1114
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:38 -------
Bug comments restored from Gmane.org:
It is easy of check, install winrar 2.90/3.00, click in the combo (you need a
version of day 31/10/2002 or superior ;), and change the letter, and the listbox
will not get updated. It works fine in comctl32 native. But the listbox will get
updated if you press ENTER in the combobox value.
I did some hacking in it:
in comboex.c:
* case CBN_SELCHANGE:
if i add this 2 lines: (before of the SendMessageW)
+ cbeend.iWhy = CBENF_RETURN;
+ COMBOEX_NotifyEndEdit (infoPtr, &cbeend, NULL);
return SendMessageW (parent, WM_COMMAND, wParam,
(LPARAM)infoPtr->hwndSelf);
Then it works Ok, but i am sure that it is a hack.
Regards,
Carlos.
--
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=1113
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:37 -------
Bug comments restored from Gmane.org:
Hi everybody.
I was using build 20021007, that was not available to select for "version", on
Redhat 7.3. I tried to install the Interbase (an SQL database from Borland)
client and the installer reported that it could not copy any of the files
from the install subdirectory to the destination. Installation failed.
I managed to produce this debug output from wine:
08073ed8:Call kernel32.CopyFileW(402af0f8
L"C:\\ib_install\\client\\ibinstall.dll",402af150 L"C:\\Program
Files\\Borland\\InterBase\\",00000000) ret=4131ee2f
trace:file:CopyFileW L"C:\\ib_install\\client\\ibinstall.dll" -> L"C:\\Program
Files\\Borland\\InterBase\\"
trace:file:CreateFileW L"C:\\ib_install\\client\\ibinstall.dll" GENERIC_READ
FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING attributes 0x0
trace:file:CreateFileW returning 00000054
trace:file:GetFileInformationByHandle 00000054
trace:file:CreateFileW L"C:\\Program Files\\Borland\\InterBase\\" GENERIC_WRITE
FILE_SHARE_READ FILE_SHARE_WRITE CREATE_ALWAYS attributes 0x20
warn:file:FILE_CreateFile Unable to create file '/usr/share/wine-c/Program
Files/Borland/InterBase' (GLE 82)
trace:file:CreateFileW returning ffffffff
warn:file:CopyFileW Unable to open dest L"C:\\Program
Files\\Borland\\InterBase\\"
08073ed8:Ret kernel32.CopyFileW() retval=00000000 ret=4131ee2f
What I can see here is that the destination is not a file name (as it is
supposed to be) but the name of a subdirectory. WINE does not like that.
The installer works flawlessly on any known windows platform, this
looks like an undocumented feature of windows to me.
------- Additional Comments From dclark <at> akamail.com 2002-10-31 13:39 -------
In this case it is a documented feature:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/bas…
Go down near the bottom to the header "Directories", and it says "An application
cannot create a directory with CreateFile; it must call CreateDirectory or
CreateDirectoryEx to create a directory."
And indeed, running on WinNT, if there is no such directory, this call sets the
LastError to ERROR_INVALID_NAME. I have seen another program that expects that
and then makes a call to create the directory.
------- Additional Comments From joern <at> sierwald.com 2002-10-31 13:50 -------
Sorry, but this is not what I meant. The destination directory does exist
already. The problem is that the destination ends with a '\' sign. Windows
would append the actual filename to the destination and try to open that file.
The resulting filename would be C:\\Program
Files\\Borland\\InterBase\\ibinstall.dll". But WINE doesn't do that.
------- Additional Comments From dclark <at> akamail.com 2002-10-31 14:19 -------
Quite right. I see that 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=1111
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:35 -------
Bug comments restored from Gmane.org:
I'm trying to install the "Birds of the World" database (see
http://www.birdsoftheworld.org/) which is a FileMaker
Pro
application. It comes on two CDs. The installation is done
with InstallShield.
I get through the installation of the first CD without any
obvious problems (lots of messages on the console, but all
Windows-related windows seem fine). After a while, I get a
dialog the says "Please insert the disk: 2". I do this,
Nautilus mounts it for me, and I press OK. The dialog goes
away, and immediately comes back with the same text. Repeat
until boring.
For each iteration, I get the following in the console:
fixme:cdrom:CDROM_GetStatusCode Unmapped error code 2: No such file or
directory
fixme:cdrom:CDROM_GetStatusCode Unmapped error code 2: No such file or
directory
fixme:cdrom:CDROM_Open Can't open configured CD-ROM drive at M:\ (device
/dev/sr0): No such file or directory
fixme:cdrom:CDROM_GetStatusCode Unmapped error code 2: No such file or
directory
fixme:cdrom:CDROM_Open Can't open configured CD-ROM drive at M:\ (device
/dev/sr0): No such file or directory
fixme:cdrom:CDROM_GetStatusCode Unmapped error code 2: No such file or
directory
Since I happen to have two CD drives, I tried to cheat by creating a
"Drive D" CD for Wine to read from which is a directory on my HD with
symlinks to all files on both the CDs, but that didn't help either.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-31 04:40 -------
I don't think severity means the impact on the application in question as much
as the impact on the component. Can anyone confirm those thoughts?
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-31
10:33 -------
A severity of blocker would be if wine would not compile or run
Did you look at this in the FAQ database
http://www.winehq.org/cgi-bin/fom?_highlightWords=cdrom&file=223
------- Additional Comments From unicorn <at> lysator.liu.se 2002-10-31 12:18 -------
I didn't look in the FAQ. However, as you can see, my original description
of the problem describes that I tried a very similar solution already (with
symlinks to all files on the two CDs instead of copying the files). Now I
have tried copying the files to a single directory as well, and I still get
the same problem with the installer looping over the question to insert CD
two.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-01 12:55
-------
sounds to me like that installer may have some copy protection like all of
westwood's installers do, and since we dont have copy protection implemented
this installer wont work...
--
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=1110
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:34 -------
Bug comments restored from Gmane.org:
When using ModPlug Tracker (http://www.modplug.com) under wine
(and any window
manager), changing tabs does not redraw the various components on these tabs
(buttons, grids, etc.). In order to view them, I have to force a refresh of the
client window (usually by shading and unshading the window - I'm lazy :) ).
Needless to say, this makes any work done in this program fairly time-consuming.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-30 11:09
-------
20010112 is *WAY* too old. Please try with a current release, and I'm sure it'll
be gone immediately ;)
------- Additional Comments From mike <at> theoretic.com 2003-03-27 05:00 -------
No response, closing.
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 18:56
-------
Assuming invalid and closing, previous details were deleted by Bugzilla update.
--
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=1192
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:33 -------
Bug comments restored from Gmane.org:
Wine 20020804 and younger builds correctly, but can't find symbols in dll's at
execution time, when built with pdksh as /bin/sh. When /bin/sh is bash this
condition does not occur.
Error message is:
err:win32:PE_fixup_imports No implementation for kernel32.dll.44(CloseHandle)
imported from C:\WINDOWS\SYSTEM\advapi32.dll, setting to 0xdeadbeef
It's repeating until ^C or killall wine, with number and function name changing.
--
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=1109
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:33 -------
Bug comments restored from Gmane.org:
Some installers, when running in wine, install items with the correct case -
but for some reason wine doesn't keep the correct case, and makes it all
lowercase.
This has caused problems in some installers I have run.
One example is Family Tree Maker 9.0
- This installer creates a file called TextEditor.dll - but when it is
installed, it ends up being called texteditor.dll (note the lack of capitals)
- and Family Tree maker gets confused at that.
I realise that most people will not have this application - but i'm sure there
are other examples around.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-30 11:07
-------
I guess this bug is invalid, since I suspect that the reporter isn't using
"win95" as the "Filesystem" mode setting (case-*insensitive* file handling)
in the config file.
Feel free to reopen it in case you *are* using "win95" FS mode and for some
reason it really doesn't properly handle filename case sensitivity.
------- Additional Comments From dpaun <at> rogers.com 2003-03-30 23:27 -------
Indeed -- closing.
--
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=1193
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:32 -------
Bug comments restored from Gmane.org:
Hi,
starting wine 20021125 (compiled with the only option --prefix=/usr or with
wineinstall) gives an endless loop:
groesle@stefan:~> wine /dos/d/windows/notepad.exe
Warning: the temporary directory '/dos/d/windows/temp' (specified in wine conf
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/home/groesle/.wine/config'
fixme:win32:PE_CreateModule Security directory ignored
wine: Unhandled exception, starting debugger...
Warning: the temporary directory '/dos/d/windows/temp' (specified in wine conf
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/home/groesle/.wine/config'
Warning: the temporary directory '/dos/d/windows/temp' (specified in wine conf
etc, etc
wine 20021031 started as expected.
today I tested the CVS version, compiled by christian eide. Notepad started but
crashed opening the file selector box.
Bye
G. Roesler
------- Additional Comments From dclark <at> akamail.com 2002-12-15 13:37 -------
The last crash mentioned, when opening the file dialog, should be fixed by:
http://www.winehq.com/hypermail/wine-cvs/2002/12/0175.html
With the, notepad works fine for me.
--
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=1194
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:31 -------
Bug comments restored from Gmane.org:
I put some test code on sourceforge.net (voix,win-snd) for recording and playing
wav file.
ply.exe work in win98, and in wine, but rec.exe don't.
I start with 'wine rec test.wav', and when put time for record, it exit.
In win98 recording is OK!
------- Additional Comments From branko.jermanis <at> hi.hinet.hr 2002-12-15
14:26 -------
Created an attachment (id=360)
--> (http://bugs.winehq.com/attachment.cgi?id=360&action=view)
Recording and playing for windows (new source)
------- Additional Comments From branko.jermanis <at> hi.hinet.hr 2002-12-18
13:07 -------
I try with KNOPPIX CD, and it recording with wine, but time control
don't stop.
Mandrake 8.2 can't record (on the same computer), only play.
I'm new in wine, and I can't understand...
Good work!
--
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=1102
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:28 -------
Bug comments restored from Gmane.org:
In Oracle FORMS 4.5 Runtime the runtime runs but the Function keys don't work.
Upon invocation the forms runtime reads a .res file with the key mappings. I
believe that wine can't handle the mapping of the windows keys in the .res file
to X keycodes. I know the file is being read, if I mispell the name I get can't
find file errors. No keys show up however in the runtime. These are the wine
errors I get, I believe this is related to the key mapping.
[jbennett@polo bin]$ /opt/wine/bin/wine f45run32.exe
m:\\emis2000\\prod\\forms\\mnu2000.fmx term=dk:windows
fixme:msvcrt:MSVCRT_signal (2 0x1):stub
fixme:msvcrt:MSVCRT_signal (2 0x40e90c30):stub
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
--
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=1195
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:27 -------
Bug comments restored from Gmane.org:
Guitar Pro 3.0 installs and operates correctly except for the fact that it does
not output any sound! Through wine Guitar Pro detects my audio card (Sound
blaster 16 PNP) and MIDI (General MIDI) but does not output any sound... Midi,
mp3, and wavs all play through all of the GNOME and KDE desktop program on my
Redhat 7.2 system... So sound is configured and working there, just not in
Guitar Pro using wine.
Any help on resolving this would greatly be appreciated. I would hate to have
to go back to windoze, but this machine is used exclusively in my home studio
for music, guitar tab, etc... I NEED this program to work! Thanks for all of
your help.
Neal
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-16
11:40 -------
Uh oh :)
Which sound driver are you using ? wineoss ? winealsa ? Or maybe even winejack ?
Please add a --debugmsg
+relay,+mci,+winmm,+wave,+mciwave,+msacm,+driver,+mcimidi,+mmio,+mmsys,+midi
logfile.
------- Additional Comments From fremont_nb <at> noeca.net 2002-12-16 13:06 -------
I appologize for my lack of research on wine... I was not aware that there are
sound drivers for wine, or how to load them. I will further consult the FAQs,
forums, and HOWTOs on how to accomplish this. I'm sure that if I am to load
drivers, that is what I am missing. Thank you for the quick response. Consider
this thread closed... I will open a new one if I do not get the drivers to
work, and I will include the necessary logfiles.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-16
13:21 -------
Well, I was merely trying to ask *what* Wine sound driver you're using,
not whether you're using *a* sound driver...
See [WinMM] in documentation/samples/config
------- Additional Comments From fremont_nb <at> noeca.net 2002-12-16 13:35 -------
I don't even know where to look to find out what driver I am using, since I
didn't even know there are seperate drivers for wine. A lack of investigating
before asking a stupid question on my part. ;)
Thanks for pointing me in the right direction, I will check it out. and repost
after I understand how drivers are used, and logs are generated in wine. Thanks
--
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=1101
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:27 -------
Bug comments restored from Gmane.org:
------- Additional Comments From cesar <at> liws.com.br 2002-10-24 23:54 -------
http://www.liws.com.br/lab/cesar/chapreto.jpg
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-25 01:28
-------
Nice picture, but that's unfortunately not quite what you'd expect...
--
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=1197
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:23 -------
Bug comments restored from Gmane.org:
I'm successfully running Quicken 2001 Deluxe but have come across one problem.
When running in the default managed screen mode ("Managed"="Y") if a Quicken
data file has a password, then the dialog box to type in the password is not
displayed. The box seems to exist. I can see it when hitting Alt-Tab, but it
is not displayed. I can type the password in and Quicken opens and runs
correctly after that.
If I switched to desktop mode ("Managed"="N") then the dialog box is displayed
correctly.
This report is based on CVS Version 20021219. This is my firt bug report here.
If I have not entered this in the right place, please send me a message so I
do it correctly in the future. Thanks!
--
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=1198
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:20 -------
Bug comments restored from Gmane.org:
Wine 20021125 (cvs; wine-cvs-opengl-121502-1.i386.rpm)
RedHat 8
Some windows .dlls installed by windows programs, however none related to
directx (I think)
Game info: http://appdb.winehq.com/appview.php?appId=1097
Using game version 1.1
Steps to reproduce:
1) Install the game (it has a windows-based installer, works ok)
2) Run setup (wine winsetup.exe, works ok)
3) run the game (wine KQ2VGA.exe)
The game loads (slowly), with some errors appearing in the console and
in the game.
When the main screen finally appears, the mouse is not usable. Thus the game
cannot be played. The game is working, though, try for example pressing
ctrl-q
Note: The game is based on Adventure Game Studio (AGS), which is closed source,
but free (http://www.adventuregamestudio.co.uk).
Furthermore, AGS is using
Allegro game library (http://alleg.sourceforge.net) for
multimedia. Allegro is
open-source.
Although Allegro is available for linux as well, the author of AGS is not
willing to port it to linux (http://www.agsforums.com/acfaq.htm). Since the
backend (Allegro) is available in open source, it should be relatively easy to
understand what is not working in wine in respect to AGS and King's Quest 2...
Solving problems with this particular game many other AGS/Allegro games would
probably work as well.
Will attach debug-logs later...
------- Additional Comments From moxh <at> hotmail.com 2002-12-22 09:26 -------
Here are the error messages:
--------------------
When running the game, it displays following error:
"Video playing error: Could not create a CLSID_MultiMediaStream object. Check
you have run regsvr32 amstream.dll"
---------------------
The console shows following errors:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40267968)->(00000000,00000008)
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c380)->(00010022,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c380)->(00010022,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c380)->(00010022,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c380)->(00010022,00000008)
fixme:ddraw:Main_DirectDraw_GetMonitorFrequency (0x4026c380)->(0x407923dc)
returns 60 Hz always
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x4026c318)->(0x4026c38c,0x00000000),stub!
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-22
09:39 -------
Well, then have you run it ?
Is there an amstream.dll at all ?
------- Additional Comments From moxh <at> hotmail.com 2002-12-22 10:43 -------
Wine doesn't have such file. I tried to run the game with that amstream.dll
copied from win98se, but it didn't help much.
Now the game complains that:
"Video playing error: AddMediaStream failed"
and the console log says:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40267970)->(00000000,00000008)
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c388)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c388)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c388)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c388)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_GetMonitorFrequency (0x4026c388)->(0x407923dc)
returns 60 Hz always
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x4026cb40)->(0x4026c394,0x00000000),stub!
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x4026c388)->({b502d1bd-9a57-11d0-8fde-00c04fd9189d},0x407919fc): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x4026c388)->({bebe595d-9a6f-11d0-8fde-00c04fd9189d},0x40791a00): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x4026c388)->({b502d1bd-9a57-11d0-8fde-00c04fd9189d},0x407919fc): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x4026c388)->({bebe595d-9a6f-11d0-8fde-00c04fd9189d},0x40791a00): no interface
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c388)->(00010024,00000008)
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
--------------
Anyways, although that media stream (video clips) thing would be worked out, the
bigger problem right now is that the mouse doesn't work...
------- Additional Comments From moxh <at> hotmail.com 2002-12-22 10:58 -------
Grr, the attachment submitting isn't working for me (w/ mozilla or galeon)
Here are the debug-logs:
The first one is a full log upto first error message given by the program
http://aiesec.tky.hut.fi/test/full1.log.bz2
The second one is a full log all the way to the main menu, with some mouse
movement and clicking (does not do anything, even the cursor in the game does
not move)
http://aiesec.tky.hut.fi/test/full2.log.bz2
The last one is a tail -100 of the full2 -log
http://aiesec.tky.hut.fi/test/last100.log
(and these are without the amstream.dll)
------- Additional Comments From dclark <at> akamail.com 2002-12-22 11:09 -------
Have you tried this patch (it is not yet in CVS):
http://www.winehq.com/hypermail/wine-patches/2002/12/0327.html
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-22
11:22 -------
Most likely dinput bug.
Get latest CVS and apply not-yet-committed wine-patches mailing list dinput patch.
------- Additional Comments From moxh <at> hotmail.com 2002-12-22 15:13 -------
I used the sources from the winehq page (20021229) and the patch that was
mentioned in the previous comments. It does seem to work a bit better now: The
cursor is "locked" into the cursor of the game. However, the cursor does not
move anywhere (no matter how much you move the mouse)...
Here's the error output...
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4025ced0)->(00000000,00000008)
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40260cd0)->(00020024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40260cd0)->(00020024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40260cd0)->(00020024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40260cd0)->(00020024,00000008)
fixme:ddraw:Main_DirectDraw_GetMonitorFrequency (0x40260cd0)->(0x40792400)
returns 60 Hz always
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x40261590)->(0x40260cdc,0x00000000),stub!
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x40260cd0)->({b502d1bd-9a57-11d0-8fde-00c04fd9189d},0x40791a20): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x40260cd0)->({bebe595d-9a6f-11d0-8fde-00c04fd9189d},0x40791a24): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x40260cd0)->({b502d1bd-9a57-11d0-8fde-00c04fd9189d},0x40791a20): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x40260cd0)->({bebe595d-9a6f-11d0-8fde-00c04fd9189d},0x40791a24): no interface
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-22
15:24 -------
Create a --debugmsg +relay,+dinput,+x11drv,+event log file and check out via
http://search.microsoft.com why your mouse movements don't
seem to get through...
------- Additional Comments From moxh <at> hotmail.com 2002-12-22 17:11 -------
Ho hum. Apparently it's a bit unstable, but I actually can get mouse working by
using the patch. When I put Wine to use desktop-mode and the game setup to use
full screen, I'm able to play the game, whee :)
The videos might not work still, but the game is playable...
--
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=1199
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:14 -------
Bug comments restored from Gmane.org:
version is latest (20021219)...
using photoshop 5.0 and right-clicking in the layers window gives
fixme:menu:TrackPopupMenuEx not fully implemented
and the rest of the program completely hangs... (doesn't simply ignore
displaying a popup or something)
-dheera
--
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=1200
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:11 -------
Bug comments restored from Gmane.org:
Running WinMX version 3.31, the list of shared files and the search results are
not drawn correctly:
only the last line in the list is readable. It looks like each line is being
over-written as soon as
it has been drawn.
This problem goes away if I use the native (win98) comctl32.dll
I'm using the CVS tarball of 19 Dec 2002.
This looks like a duplicate of bug 1033. Maybe whoever marked that bug as fixed
did not test with the
built-in comctl32.
------- Additional Comments From dclark <at> akamail.com 2002-12-24 13:49 -------
Fixed by this patch, committed to CVS on 2002-12-22.
http://www.winehq.com/hypermail/wine-cvs/2002/12/0303.html
------- Additional Comments From dclark <at> akamail.com 2003-01-05 09:58 -------
Since there have not been any additional comments from the OP, I think this can
be marked as fixed. I did verify that the bug existed in CVS from 19 Dec and was
fixed in CVS from 22 Dec.
------- Additional Comments From dpaun <at> rogers.com 2003-01-07 01:57 -------
_Very_ weird: the patch just tweaked a few pixels, and the symptoms were a lot
worse. John, can you please verify that the problem disapeared, and mark this
as verified? Tnx.
------- Additional Comments From dclark <at> akamail.com 2003-01-07 11:14 -------
Actually, I think what fixed it was the change to LISTVIEW_GetSubItemRect. This
was returning values that were off by one row. I think WinMX was using those
returned values to blank out areas.
------- Additional Comments From john <at> pond-weed.com 2003-01-10 17:02 -------
Verified fixed in CVS on 9 Jan 2003. Thank you.
------- Additional Comments From dpaun <at> rogers.com 2003-01-10 17:07 -------
Cool -- let's close this bugger then.
--
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=1202
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:04 -------
Bug comments restored from Gmane.org:
Here is the bug_report.pl output
Auto-generated debug report by Wine Quick Debug Report Maker Thingy:
WINE Version: Wine 20021219
Windows Version: None Installed
Distribution: Mandrake 9.0
Kernel Version: 2.4.19-16mdk
OS Type: Linux
CPU: i686
GCC Version: Configured with: ../configure --prefix=/usr
--libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --enable-long-long --enable-__cxa_atexit
--enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu
--with-system-zlib
Program: A 3D racing game
Program Type: Win32
Debug Options: -debugmsg +relay
Other Extra Commands Passed:
Extra ./configure Commands: None
Wine Dependencies:
Last 200 lines of debug output follows:
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f26 ret=4096b74f
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb2) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f0e ret=4096b74f
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb2) ret=4096b84d
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call x11drv.SetDeviceClipping(403ae8c8,00000cb6) ret=4095dce1
0814a940:Call gdi32.GetRegionData(00000cb6,00000000,00000000) ret=409c5522
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f26 ret=4096b74f
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Ret gdi32.GetRegionData() retval=00000030 ret=409c5522
0814a940:Call ntdll.RtlAllocateHeap(40360000,00000000,00000030) ret=409c5544
0814a940:Ret ntdll.RtlAllocateHeap() retval=403ad698 ret=409c5544
0814a940:Call gdi32.GetRegionData(00000cb6,00000030,403ad698) ret=409c555b
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f26 ret=4096b74f
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Ret gdi32.GetRegionData() retval=00000030 ret=409c555b
0814a940:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
0814a940:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403ad698) ret=409c56c1
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409c56c1
0814a940:Ret x11drv.SetDeviceClipping() retval=00000001 ret=4095dce1
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call x11drv.DeleteDC(403ae8c8) ret=4096026b
0814a940:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
0814a940:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403ae8c8) ret=409d3edb
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409d3edb
0814a940:Ret x11drv.DeleteDC() retval=00000001 ret=4096026b
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb2) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f0e ret=4096b74f
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403aed08) ret=40970a39
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a39
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403ae960) ret=40970a4b
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a4b
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb2) ret=4096b60b
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
0814a940:Call kernel32.LOCAL_Free(0000017f,00000cb2) ret=4096b61e
0814a940:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f26 ret=4096b74f
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403aed58) ret=40970a39
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a39
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403aed30) ret=40970a4b
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a4b
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b60b
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
0814a940:Call kernel32.LOCAL_Free(0000017f,00000cb6) ret=4096b61e
0814a940:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403aebd0) ret=4096b5d4
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Call ntdll.RtlEnterCriticalSection(40990cf0) ret=40974f05
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40974f05
0814a940:Call ntdll.RtlLeaveCriticalSection(40990cf0) ret=40974f2d
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40974f2d
0814a940:Ret gdi32.DeleteDC() retval=00000001 ret=404b5a78
0814a940:Call gdi32.DeleteObject(00000cc2) ret=404b5a5c
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cc2) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f6e ret=4096b74f
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cc2) ret=4096b60b
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
0814a940:Call kernel32.LOCAL_Free(0000017f,00000cc2) ret=4096b61e
0814a940:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Ret gdi32.DeleteObject() retval=00000001 ret=404b5a5c
0814a940:Call gdi32.DeleteObject(00000100) ret=404b5a4e
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403bb158) ret=4095d2f8
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4095d2f8
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403badb0) ret=4096b5d4
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Ret gdi32.DeleteObject() retval=00000001 ret=404b5a4e
0814a940:Call gdi32.DeleteObject(000000f8) ret=404b5a46
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call x11drv.DeleteBitmap(000000f8) ret=4095d306
0814a940:Call gdi32.GDI_GetObjPtr(000000f8,00004f4b) ret=409c4be0
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Ret gdi32.GDI_GetObjPtr() retval=403b10e0 ret=409c4be0
0814a940:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
0814a940:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
0814a940:Call gdi32.GDI_ReleaseObj(000000f8) ret=409c4c03
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Ret gdi32.GDI_ReleaseObj() retval=00000000 ret=409c4c03
0814a940:Ret x11drv.DeleteBitmap() retval=00000001 ret=4095d306
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403b10e0) ret=4096b5d4
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Ret gdi32.DeleteObject() retval=00000001 ret=404b5a46
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403611d8) ret=404b5a38
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b5a38
0814a940:Call kernel32.CloseHandle(00000024) ret=404b6bde
0814a940:Ret kernel32.CloseHandle() retval=00000001 ret=404b6bde
0814a940:Call kernel32.CloseHandle(00000044) ret=404b6bd6
0814a940:Ret kernel32.CloseHandle() retval=00000001 ret=404b6bd6
0814a940:Call kernel32.CloseHandle(00000028) ret=404b6bcd
0814a940:Ret kernel32.CloseHandle() retval=00000001 ret=404b6bcd
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403af198) ret=404b6bc5
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b6bc5
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,40361948) ret=404b6bac
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b6bac
0814a940:Call kernel32.ExitProcess(00000000) ret=404b04c3
0814a940:Call PE DLL (proc=0x408b25e0,module=0x40830000,type=0,res=0x1)
0814a940:Ret PE DLL (proc=0x408b25e0,module=0x40830000,type=0,res=0x1) retval=1
0814a940:Call PE DLL (proc=0x409f1a60,module=0x409c0000,type=0,res=0x1)
0814a940:Call ntdll.RtlEnterCriticalSection(40a0bca4) ret=409f29ce
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f29ce
0814a940:Call ntdll.RtlLeaveCriticalSection(40a0bca4) ret=409f29fe
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f29fe
0814a940:Call kernel32.CloseHandle(00000040) ret=409f18ba
0814a940:Ret kernel32.CloseHandle() retval=00000001 ret=409f18ba
0814a940:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
0814a940:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403ac348) ret=409f18e0
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409f18e0
0814a940:Call ntdll.RtlDeleteCriticalSection(40a0bc6c) ret=409f192c
0814a940:Ret ntdll.RtlDeleteCriticalSection() retval=00000000 ret=409f192c
0814a940:Ret PE DLL (proc=0x409f1a60,module=0x409c0000,type=0,res=0x1) retval=1
0814a940:Call PE DLL (proc=0x409782a0,module=0x40940000,type=0,res=0x1)
0814a940:Ret PE DLL (proc=0x409782a0,module=0x40940000,type=0,res=0x1) retval=1
0814a940:Call PE DLL (proc=0x407a9c70,module=0x40780000,type=0,res=0x1)
0814a940:Ret PE DLL (proc=0x407a9c70,module=0x40780000,type=0,res=0x1) retval=1
0814a940:Call kernel32.__wine_unregister_dll_16(408e2244) ret=40839c7c
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000b ret=40839c7c
0814a940:Call kernel32.__wine_unregister_dll_16(408e2600) ret=40839fbc
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000c ret=40839fbc
0814a940:Call kernel32.__wine_unregister_dll_16(408e2c54) ret=4083a52c
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000d ret=4083a52c
0814a940:Call kernel32.__wine_unregister_dll_16(408e3424) ret=4083ac9c
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000e ret=4083ac9c
0814a940:Call kernel32.__wine_unregister_dll_16(408e3624) ret=4083ae4c
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000f ret=4083ae4c
0814a940:Call kernel32.__wine_unregister_dll_16(409902bc) ret=409511dc
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=00000008 ret=409511dc
0814a940:Call kernel32.__wine_unregister_dll_16(409903e4) ret=409512ac
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=00000009 ret=409512ac
0814a940:Call kernel32.__wine_unregister_dll_16(409906f0) ret=409515cc
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000a ret=409515cc
I have a copy of the full debug report, if it is needed.
Thank you!
------- Additional Comments From puoti <at> inwind.it 2003-01-04 17:26 -------
*** Bug 1203 has been marked as a duplicate of this bug. ***
------- Additional Comments From johane <at> lysator.liu.se 2003-01-07 08:30
-------
If you use CVS wine, run the quick debug report maker again since it has been
updated.
------- Additional Comments From puoti <at> inwind.it 2003-01-07 16:28 -------
Here is the output using current cvs (01/07/2003)
Auto-generated debug report by Wine Quick Debug Report Maker Thingy:
WINE Version: Wine 20021219
Windows Version: None Installed
Distribution: Mandrake 9.0
Kernel Version: 2.4.19-16mdk
OS Type: Linux
CPU: i686
GCC Version: Configured with: ../configure --prefix=/usr
--libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --enable-long-long --enable-__cxa_atexit
--enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu
--with-system-zlib
Program: Microsoft Motocross Madness Trial
Program Type: Win32
Debug Options: -debugmsg +relay
Other Extra Commands Passed:
Extra ./configure Commands: None
Wine Dependencies:
Last 200 lines of debug output follows:
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635d6 ret=4096b74f
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb2) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635be ret=4096b74f
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb2) ret=4096b84d
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call x11drv.SetDeviceClipping(403aef78,00000cb6) ret=4095dce1
080e7dd8:Call gdi32.GetRegionData(00000cb6,00000000,00000000) ret=409c5522
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635d6 ret=4096b74f
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Ret gdi32.GetRegionData() retval=00000030 ret=409c5522
080e7dd8:Call ntdll.RtlAllocateHeap(40360000,00000000,00000030) ret=409c5544
080e7dd8:Ret ntdll.RtlAllocateHeap() retval=403add48 ret=409c5544
080e7dd8:Call gdi32.GetRegionData(00000cb6,00000030,403add48) ret=409c555b
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635d6 ret=4096b74f
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Ret gdi32.GetRegionData() retval=00000030 ret=409c555b
080e7dd8:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403add48) ret=409c56c1
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409c56c1
080e7dd8:Ret x11drv.SetDeviceClipping() retval=00000001 ret=4095dce1
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call x11drv.DeleteDC(403aef78) ret=4096026b
080e7dd8:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403aef78) ret=409d3edb
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409d3edb
080e7dd8:Ret x11drv.DeleteDC() retval=00000001 ret=4096026b
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb2) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635be ret=4096b74f
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af3b8) ret=40970a39
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a39
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af010) ret=40970a4b
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a4b
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb2) ret=4096b60b
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
080e7dd8:Call kernel32.LOCAL_Free(0000017f,00000cb2) ret=4096b61e
080e7dd8:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635d6 ret=4096b74f
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af408) ret=40970a39
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a39
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af3e0) ret=40970a4b
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a4b
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b60b
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
080e7dd8:Call kernel32.LOCAL_Free(0000017f,00000cb6) ret=4096b61e
080e7dd8:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af280) ret=4096b5d4
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Call ntdll.RtlEnterCriticalSection(40990cf0) ret=40974f05
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40974f05
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40990cf0) ret=40974f2d
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40974f2d
080e7dd8:Ret gdi32.DeleteDC() retval=00000001 ret=404b5a28
080e7dd8:Call gdi32.DeleteObject(00000cc2) ret=404b5a0c
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cc2) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=4036361e ret=4096b74f
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cc2) ret=4096b60b
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
080e7dd8:Call kernel32.LOCAL_Free(0000017f,00000cc2) ret=4096b61e
080e7dd8:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Ret gdi32.DeleteObject() retval=00000001 ret=404b5a0c
080e7dd8:Call gdi32.DeleteObject(00000100) ret=404b59fe
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403bb808) ret=4095d2f8
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4095d2f8
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403bb460) ret=4096b5d4
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Ret gdi32.DeleteObject() retval=00000001 ret=404b59fe
080e7dd8:Call gdi32.DeleteObject(000000f8) ret=404b59f6
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call x11drv.DeleteBitmap(000000f8) ret=4095d306
080e7dd8:Call gdi32.GDI_GetObjPtr(000000f8,00004f4b) ret=409c4be0
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Ret gdi32.GDI_GetObjPtr() retval=403b1790 ret=409c4be0
080e7dd8:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
080e7dd8:Call gdi32.GDI_ReleaseObj(000000f8) ret=409c4c03
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Ret gdi32.GDI_ReleaseObj() retval=00000000 ret=409c4c03
080e7dd8:Ret x11drv.DeleteBitmap() retval=00000001 ret=4095d306
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403b1790) ret=4096b5d4
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Ret gdi32.DeleteObject() retval=00000001 ret=404b59f6
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,40361230) ret=404b59e8
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b59e8
080e7dd8:Call kernel32.CloseHandle(00000024) ret=404b6b8e
080e7dd8:Ret kernel32.CloseHandle() retval=00000001 ret=404b6b8e
080e7dd8:Call kernel32.CloseHandle(00000044) ret=404b6b86
080e7dd8:Ret kernel32.CloseHandle() retval=00000001 ret=404b6b86
080e7dd8:Call kernel32.CloseHandle(00000028) ret=404b6b7d
080e7dd8:Ret kernel32.CloseHandle() retval=00000001 ret=404b6b7d
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af848) ret=404b6b75
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b6b75
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,40361ff8) ret=404b6b5c
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b6b5c
080e7dd8:Call kernel32.ExitProcess(00000000) ret=404b04c3
080e7dd8:Call PE DLL (proc=0x408b25f0,module=0x40830000,type=0,res=0x1)
080e7dd8:Ret PE DLL (proc=0x408b25f0,module=0x40830000,type=0,res=0x1) retval=1
080e7dd8:Call PE DLL (proc=0x409f1a60,module=0x409c0000,type=0,res=0x1)
080e7dd8:Call ntdll.RtlEnterCriticalSection(40a0bca4) ret=409f29ce
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f29ce
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40a0bca4) ret=409f29fe
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f29fe
080e7dd8:Call kernel32.CloseHandle(00000040) ret=409f18ba
080e7dd8:Ret kernel32.CloseHandle() retval=00000001 ret=409f18ba
080e7dd8:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403ac9f8) ret=409f18e0
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409f18e0
080e7dd8:Call ntdll.RtlDeleteCriticalSection(40a0bc6c) ret=409f192c
080e7dd8:Ret ntdll.RtlDeleteCriticalSection() retval=00000000 ret=409f192c
080e7dd8:Ret PE DLL (proc=0x409f1a60,module=0x409c0000,type=0,res=0x1) retval=1
080e7dd8:Call PE DLL (proc=0x409782a0,module=0x40940000,type=0,res=0x1)
080e7dd8:Ret PE DLL (proc=0x409782a0,module=0x40940000,type=0,res=0x1) retval=1
080e7dd8:Call PE DLL (proc=0x407a9bf0,module=0x40780000,type=0,res=0x1)
080e7dd8:Ret PE DLL (proc=0x407a9bf0,module=0x40780000,type=0,res=0x1) retval=1
080e7dd8:Call kernel32.__wine_unregister_dll_16(408e2244) ret=40839c8c
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000b ret=40839c8c
080e7dd8:Call kernel32.__wine_unregister_dll_16(408e2600) ret=40839fcc
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000c ret=40839fcc
080e7dd8:Call kernel32.__wine_unregister_dll_16(408e2c54) ret=4083a53c
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000d ret=4083a53c
080e7dd8:Call kernel32.__wine_unregister_dll_16(408e3424) ret=4083acac
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000e ret=4083acac
080e7dd8:Call kernel32.__wine_unregister_dll_16(408e3624) ret=4083ae5c
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000f ret=4083ae5c
080e7dd8:Call kernel32.__wine_unregister_dll_16(409902bc) ret=409511dc
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=00000008 ret=409511dc
080e7dd8:Call kernel32.__wine_unregister_dll_16(409903e4) ret=409512ac
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=00000009 ret=409512ac
080e7dd8:Call kernel32.__wine_unregister_dll_16(409906f0) ret=409515cc
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000a ret=409515cc
I have a copy of the full debug report, if it is needed.
Thank you!
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-07
16:51 -------
This is *NOT* current CVS from today, nor few days old, for that matter :-\
Otherwise it'd have displayed 3000 lines instead of displaying 200 lines again.
------- Additional Comments From lionel.ulmer <at> free.fr 2003-01-08 02:29 -------
By the way, if the problem is 'ddraw' related, a relay trace will be completely
useless (as all we will see in the 3000 last lines will be the shut-down of the
application).
------- Additional Comments From puoti <at> inwind.it 2003-01-08 07:13 -------
1) This is the current cvs, it must be becouse I downloaded the complete tree
in a new directory; folowing the instructions on winehq.com/download
2)bug_report.pl just outputs the last 200 lines with +trace; unless you dont'
ask it to do things differently; and as I'm not a developer I just don't do that
unless a developer asks me to do so; as you say you need a --debugmsg+ddraw,
I'll send a new bug report in a few minitues.
------- Additional Comments From puoti <at> inwind.it 2003-01-10 07:05 -------
Well, there is basicly nothing with +ddraw, just
[ivan@localhost Motocross Madness Trial]$ wine mcm.exe --debugmsg +ddraw
trace:ddraw:initialize enabling DirectDraw HAL
wine: Unhandled exception, starting debugger...
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
Terminated
[ivan@localhost Motocross Madness Trial]$
the debugger output is
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x41210000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x412d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x7e6b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x41320000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x413900
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x412d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x7e6b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x41320000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d00
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x7e6b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x41320000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x41320000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x414000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x41320000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414300
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414700
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x41470000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x41610
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x41470000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x41610000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x4163000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x41470000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x41610000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41630000) No debug information in 32bit DLL
'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x41470000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x41610000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41630000) No debug information in 32bit DLL
'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000) No debug information in 32bit DLL
'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
S TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x41470000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x41470000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit co
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit
code (0x00432feb).
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit
code (0x00432feb).
In 32-bit mode.
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit
code (0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Programmi\Microsoft Games\Motocros
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit
code (0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Programmi\Microsoft
Games\Motocross Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
S TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Programmi\Microsoft Games\Motocross
Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
Wine-dbg>
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Programmi\Microsoft Games\Motocross
Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
Wine-dbg>
Hope this helps.
------- Additional Comments From fgouget <at> codeweavers.com 2003-02-06 17:29
-------
The idea would to attach individual tasks as they are identified (such as, I'm
making this up, add bump mapping support, add support for the new FooBar9
interface, merge implementation of Bar7 with Bar8, etc.), and also Direct3D
related bug-reports (e.g. bug 816, bug 1201 and bug 1202). So mainly its use now
would be as a way to make it easier for potential developpers to identify tasks
and bugs related to Direct3D. But the 'wine-directx' tag may be enough and it's
just a suggestion. So it's up to the people involved in Direct3D development
(e.g. you) to determine whether that's useful.
Initially it just seemed like a convenient place to group the Direct3D related
discussions until Direct3D development resumed. Direct3D development seems much
more healthy now than when the bug was created :-) If it's not really useful
then it can be closed.
------- Additional Comments From puoti <at> inwind.it 2003-02-25 14:18 -------
With wine-20030219 the output is
[ivan@localhost Motocross Madness Trial]$ wine mcm.exe
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
wine: Unhandled exception, starting debugger...
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
debugger output is
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x412e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x50000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x414100
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x412e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x50000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x414500
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x50000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x414800
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b00
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCR
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e00
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCR
DNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit co
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Program Files\Microsoft Games\Moto
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Program Files\Microsoft
Games\Motocross Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
DNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Program Files\Microsoft
Games\Motocross Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
Wine-dbg>
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Program Files\Microsoft
Games\Motocross Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
Wine-dbg>
wine mcm.exe --debugmsg +ddraw output is
[ivan@localhost Motocross Madness Trial]$ wine mcm.exe --debugmsg +ddraw
trace:ddraw:initialize enabling DirectDraw HAL
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
wine: Unhandled exception, starting debugger...
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
Any chance to get this working?
------- Additional Comments From lionel.ulmer <at> free.fr 2003-02-27 15:00 -------
Could you attach a gzipped '+ddraw,+dinput,+dsound,+relay,+seh' complete log ?
------- Additional Comments From puoti <at> inwind.it 2003-02-28 09:43 -------
Created an attachment (id=409)
--> (http://bugs.winehq.com/attachment.cgi?id=409&action=view)
The output you asked for
------- Additional Comments From puoti <at> inwind.it 2003-03-04 11:55 -------
I've recently noticed a few things, the first is that I run mcm.exe with a
stripped wine, so I'm going to send the output again but generated by a cvs wine
from today. Second, mcm needs a dll named d3drm.dll, it doesn't seem to exist in
wine, so I'm using a native one from windows 95. Also I've noticed that
msvcrt40.dll is missing in wine, so that's 2 dlls missing, is this going to be
fixed?
------- Additional Comments From puoti <at> inwind.it 2003-03-04 12:13 -------
Created an attachment (id=415)
--> (http://bugs.winehq.com/attachment.cgi?id=415&action=view)
New output done with native d3drm from windows 98 SE and wine cvs from today
------- Additional Comments From puoti <at> inwind.it 2003-03-04 12:16 -------
I did't set the winver to win98, so I think it run as win95, hope this isn't
important, if it is tell me and I'll run it again.
If you want to test this on your pc, the installer is here
http://download.microsoft.com/download/motorcross/Trial/1.0/WIN98/EN-US/MSM…
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-04
13:41 -------
As a work-around d3drm.dll and msvcrt40.dll can be downloaded from the web.
As far as I can see msvcrt40 should be a symbolic link to our built-in msvcrt.
This may work if the program finds all the functions it needs.(no deadbeaf). I
am not sure what the answer is for d3drm.
PS: please don't inline your traces unless they are really short.
------- Additional Comments From lionel.ulmer <at> free.fr 2003-03-04 14:21 -------
I will never add D3DRM.DLL support to Wine (why lose time on a DLL that is very
rarely used and whose native DLL works just fine :-) ).
If someone wants to do it for purity's sake, he is welcome do so of course.
Anyway, I downloaded the demo the other day and reproduced the crash. Note that
I may not have time to work on any of my bugs for at least two weeks, so do not
hold your breath for any progress in this time.
------- Additional Comments From puoti <at> inwind.it 2003-03-28 15:42 -------
I did know that you can't use native directx dlls.
--
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=1204
------- Additional Comments From winebug(a)flonet.net 2003-28-06 06:56 -------
Bug comments restored from Gmane.org:
I just started using wine. I wanted to run VB but still be logged in to
Linux(RH8 2.4.14-18kern). I'm a 1st year programming student and I'm in a VB
class.. so naturally I wanted to run it in a superior environment (thanks BTW).
Anyhow, I have both Win XP and Win ME installed, and a "Working Model Edition"
VB6 from the book. The Win XP(FAT32) is on the same drive as Linux, and Win ME
is installed on a second drive, all setup in my /etc/fstab to automount. When I
run winesetup for the first time, it sees Win XP and thus gets the wrong
settings(if any). If I dismount the Win XP partition and overwrite the
configuration, it gets the settings from Win ME. THE NEXT SCREEN is where you
choose which Windows install to use. Basically it would make sense to choose
which install to use before detecting the settings. Copy & Pasteable almost?
Thanks.
--
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=1410
------- Additional Comments From puoti(a)inwind.it 2003-28-06 06:53 -------
I don't have a native dinput.dll, and I don't have a windows license for my
computer.
--
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=1552
Summary: unknown cpu family
Product: Wine
Version: 20030618
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: quel(a)quelrod.net
fixme:reg:GetSystemInfo unknown cpu family 15, please report! (-> setting to 386)
e
On my dell inspiron 8500, it's a 2.2ghz p4m
--
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=1551
Summary: Bus error (core dumped)
Product: Wine
Version: 20030618
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: quel(a)quelrod.net
(gdb) bt
#0 thread_errno_location () at ../../scheduler/sysdeps.c:381
#1 0x5c0abef5 in __error () at ../../scheduler/sysdeps.c:399
#2 0x5c2ac6da in .cerror () from /usr/lib/libc.so.5
#3 0x5c0abb9d in cleanup_thread () at ../../scheduler/sysdeps.c:150
on a network connect trying to use wine on a basic vb app
--
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=1550
Summary: winedbg doesn't properly extract filenames from module
paths when displaying symbols
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: catalins(a)vv.carleton.ca
For example:
Wine-dbg>disass
0x0046d7a8 (msnmsgr.exe.EntryPoint in C:\program files\MSN
Messenger\msnmsgr.exe): pushl $0x60
When the output should have been:
0x0046d7a8 (msnmsgr.exe.EntryPoint in msnmsgr.exe): pushl $0x60
(this conclusion is based on hash.c, line 715, where strrchr() is used to find
the filename of the string)
--
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=1410
------- Additional Comments From michael(a)johalla.de 2003-27-06 20:05 -------
Please test the game with the native dinput.dll (if you have one):
wine --dll dinput=n
At least that is working for me with the "Star Trek EF2 Demo"
--
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=1549
Summary: regclean.exe no longer available, no longer compatible
Product: Wine
Version: 20030618
Platform: PC
URL: http://www.winehq.com/Docs/wine-
user/registry.shtml#AEN1379
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-documentation
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: quarlewm(a)jmu.edu
As per
http://support.microsoft.com/default.aspx?scid=kb;en-us;299958
reglcean.exe is no longer available and no longer supported, as it is
incompatible with registry keys for some significant newer programs. Therefore,
it should no longer be suggested that WINE users make use of this program. If
WINE is also incompatible with these keys, then WINE also needs to be repaired.
--
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=1548
Summary: wineserver does not kill itself with wineserver -k
_FILE_OFFSET_BITS 64
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gabriele.giorgetti(a)teamfab.it
This is the patch I have to apply to make wineserver work :
no_mmap64.patch:
diff -ur wine-20030408.orig/configure wine-20030408/configure
--- wine-20030408.orig/configure Wed Apr 9 01:37:39 2003
+++ wine-20030408/configure Tue May 6 15:15:19 2003
@@ -10642,7 +10642,7 @@
}
close(fd);
fprintf(stderr,"success!\n");
- exit(0);
+ exit(1);
}
--
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=1519
------- Additional Comments From marcus(a)jet.franken.de 2003-27-06 01:22 -------
I am wondering how the ring indicator can be queried and returned,
since the struct passed back has no field for 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=1506
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-27-06 01:21 -------
fix committed to current CVS ... please test
--
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=363
------- Additional Comments From rob(a)rpi.net.au 2003-27-06 01:11 -------
Unfortunately, I'm now using ATI hardware! Sorry, I can't confirm this still
happens. 8-(
--
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=1544
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From lionel.ulmer(a)free.fr 2003-26-06 13:16 -------
This is a known problem in the current D3D implementation (basically, it does
not support off-screen rendering).
Support for this is planned but it not really at the top of the TODO list.
--
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=1434
Bug 1434 depends on bug 1396, which changed state.
Bug 1396 Summary: Whicked Textures in OpenGL Games when compiling with XFree86 4.3 & glibc 2.3
http://bugs.winehq.com/show_bug.cgi?id=1396
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--
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=1547
Summary: Wine release 20030618 incorrectly renders some demos
found on scene.org
Product: Wine
Version: 20030618
Platform: PC
URL: http://www.monostep.org/demo/cluster.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: t.artem(a)mailcity.com
Wine 20030508 worked just OK on this particular demo while 20030618 displays it uncorrectly
--
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=1546
Summary: winedbg --gdb does not work
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ed(a)centralmanclc.com
The developer docs say that WineDbg can act as a remote monitor for GDB if
"--gdb" is added to the command line when winedbg is called.
Because winedbg is a script it needs to be called as winedbg -- --gdb. I don't
know if the docs should be changed, or the winedbg script
--
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=1545
Summary: ModifyWorldTransform and identity matrix
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: pete_a90(a)hotmail.com
ModifyWorldTransform in wine should first check if iMode is MWT_IDENTITY before
it checks if xform is NULL.
--
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=1544
Summary: Recurring error in direct draw
Product: Wine
Version: 20030618
Platform: Other
URL: http://www.tibia.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: info(a)moabutah.com
Playing the game Tibia,and mandrake 9.1 the game operates properly, but large
amounts
of CPU time are used up in rendering and repeating the following console error:
err:ddraw:d3ddevice_blt Only BLT override to front or back-buffer is supported
for now !
err:ddraw:d3ddevice_lock_update Wrong surface type for locking !
--
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=1453
------- Additional Comments From info(a)moabutah.com 2003-25-06 21:20 -------
With the new wine release, this problem seems to be solved...
--
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=1100
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:23 -------
Bug comments restored from Gmane.org:
------- Additional Comments From rbheineke <at> charter.net 2002-10-24 12:38 -------
When doing a clean cvs install for a Mandrake 9.0 PC without windows,
tools/install does not properly generate registry files. I keep the source in
/usr/src/wine. The messages I get are:
...(pruned for brevity)
Configuring Wine without Windows.
Some fake Windows directories must be created, to hold any .ini files, DLLs,
start menu entries, and other things your applications may need to install.
Where would you like your fake C drive to be placed?
(default is /home/heineke/c) /c
Configuring Wine for a no-windows install in /c...
Created /home/heineke/.wine/config using default Wine configuration.
You probably want to review the file, though.
Compiling regedit...
make: Nothing to be done for `all'.
Preparing to install default Wine registry entries...
Installing default Wine registry entries...
Warning: could not find wine config [Drive x] entry for current working
directory /usr/src/wine; starting in windows directory.
/usr/src/wine/miscemu/wine: cannot find 'programs/regedit/regedit.exe.so'
Registry install failed.
I saw a few people mention this problem and even a fix in the patches mailing
list. I could not find the fix in the patches mailing list. It also looks as
if these people thought it might be appropriate for a bug report.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-25 03:37 -------
I saw it too.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-25 05:19 -------
I was not quite clear there. I mean that I've experienced the problem myself.
------- Additional Comments From rbheineke <at> charter.net 2002-10-29 16:00 -------
After going through /usr/src/wine and verifying that there is no problem because
of a cd command, /usr/src/wine/programs/regedit/regedit was checked to see there
is something wrong with the launch of wine.
Apparently a number of activities have taken place to make wine launchable from
within the source directories. The following message suggests that launching
from /usr/src/wine near the end of the script
/usr/src/wine/programs/regedit/regedit is not being properly handled:
Warning: could not find wine config [Drive x] entry for current working
directory /usr/src/wine; starting in windows directory.
Is the intention to launch wine from /usr/src/wine without changing dierctory to
the windows directory?
Then this message appears:
/usr/src/wine/miscemu/wine: cannot find 'programs/regedit/regedit.exe.so'
/usr/src/wine/programs/regedit/regedit.exe.so does indeed exist. Is there a
broken link that is missing here?
------- Additional Comments From johane <at> lysator.liu.se 2002-11-12 04:20 -------
Increasing severity since registry install is not possible for the normal user
right now.
------- Additional Comments From marcus <at> jet.franken.de 2002-11-12 04:34 -------
This is in fact a configuration problem. You need to have /usr/lib/wine somewhere in
your WINE drive
list, or regedit.exe will not be found. Just assign Drive Z to / or similar.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-12
13:47 -------
I am pretty sure that this is not the right way setting drive Z to / is
potentionaly dangerous. Also regedit(no extention) is installed to
/usr/local/bin. In fact all the unix executables i.e, notepad, progman,
winemine... are installed there too. So perhaps it would be better if the
following was in the default config.
[Drive Z]
"Path" = "/usr/local/bin"
"Type" = "hd"
"Filesystem" = "win95"
------- Additional Comments From julliard <at> winehq.com 2002-11-12 14:40 -------
You should not have to list the bin directory in your drive config, and
wineinstall should be able to run regedit in any case. This is a real bug,
please reopen it.
------- Additional Comments From marcus <at> jet.franken.de 2002-11-12 16:23 -------
as requested ;)
--
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=1098
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:21 -------
Bug comments restored from Gmane.org:
When running a game (Neverwinter Nights or even NIVDIA's (windows) Treemark)
with the following options:
--debugmsg +x11drv
I get the following line error:
warn:x11drv:X11DRV_XF86DGA2_Init disabling XF86DGA2 (insufficient
permissions?)
I have set all permissions to /dev/mem completely open and added myself to the
"mem" user group (and set back the original rights to /dev/mem, when doing the
latter).
So there should be sufficient permissions.
Searching in the internet gave only one other reference
(http://cwrulug.cwru.edu/pipermail/sigunix/2002-August/001065.html)
to this
problem, but there was no answer to the problem. I emailed that person but I
didn't recieve a reply yet.
So I hope somebody here can solve this bug.
I took the following steps to install all things needed:
I use Mandrake 9.0 with XFree86 4.2.1 .
I have installed all Mesa-packages. After that I installed NVIDIA's 1.0-3123
drivers for my Geforce2 MX400 and made changes in XF86Config-4.
I enabled Alsa.
And I simply compiled Wine20021007 (downloaded tarball from
http://source.winehq.org/source/ANNOUNCE).
------- Additional Comments From johane <at> lysator.liu.se 2002-11-29 03:08 -------
I have this with the same XFree86 version, but I use Slackware.
The q is, is it Wine or us? I haven't checked here yet, but can you run any DGA
programs, like mplayer in DGA mode?
------- Additional Comments From b_enny <at> hotmail.com 2002-11-29 10:34 -------
Ok, running as root doesn't give this problems. (But doesn't make my
NeverwinterNights faster ;( )
But chmod-ding the devices
mem, kmem, nvidia0 and nvidiactl
to 777 doesn't help.
To where does wine want more permissions?
------- Additional Comments From johane <at> lysator.liu.se 2002-12-02 07:51 -------
Could you give your XFree86 start log? It should be in /var/log. I have
forgotten the exact name, but you should recognise it when you see it.
------- Additional Comments From b_enny <at> hotmail.com 2002-12-07 15:08 -------
Created an attachment (id=346)
--> (http://bugs.winehq.com/attachment.cgi?id=346&action=view)
my XFree86 start log
------- Additional Comments From b_enny <at> hotmail.com 2002-12-07 15:13 -------
I added my latest xfree86 log file:
12/07/02 15:08 my XFree86 start log (text/plain)
I did look at it too, but couldn't find any.
Thanks for the help.
But the problem is, it probably doesn't have anything to do with XFree86.
Since running as root doesn't give the DGA2-problem.
But I still have the problem with a slow running game, but not a slow running
NVidia-Treemark.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-07 15:44
-------
In Linux 2.4, you need to be *root* to access /dev/(k)mem (and thus use DGA).
Simply giving proper user permissions does NOT suffice :-((
(I really wonder who changed this behaviour for 2.4, and why the hell they were
thinking it's better...)
------- Additional Comments From b_enny <at> hotmail.com 2002-12-09 11:42 -------
Ok, thanks Andreas.
I use winesetuptk to change the configuration of my wine.
I tested the speed differences with DGA2, running as root, and without, running
as user even choosing for "X shared memory" or none of them.
There were no speed differences.
Johan if you also wanted to find out why my Neverwinter Nights might be so slow,
please go on. But if its about the DGA2 problem, then close this bug.
Thanks anyway!
------- Additional Comments From johane <at> lysator.liu.se 2002-12-12 05:06 -------
Could you describe the 'feel' of Neverwinter Nights and give a ddraw debug output?
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 04:06 -------
I assume I can get a ddraw debug output by running wine with
--debugmsg +ddraw
But I don't get the command
wine nwn.exe --debugmsg +ddraw
to output into a file. I tried "| file" and "> file". But it doesn't work, I
did
it once, but it took me quite a while to succeed.
Could you tell me how to do this?
Ok about the 'feel'.
As soon as the game starts (loaded a savegame) then the sound is allright and
the graphics look fine.
But I only get about 1 frame per 1-5 seconds.
And giving commands to my character doesn't really work if you don't know which
object is currently selected. I use hardware mouse, so I know where I click,
because the mousecursor moves allright.
------- Additional Comments From johane <at> lysator.liu.se 2002-12-13 07:08 -------
If you run bash you can use 2>filename.
The output of glxinfo before running the game would also be interesting.
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 10:08 -------
Created an attachment (id=357)
--> (http://bugs.winehq.com/attachment.cgi?id=357&action=view)
output of glxinfo
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 10:09 -------
Created an attachment (id=358)
--> (http://bugs.winehq.com/attachment.cgi?id=358&action=view)
output of running game in wine with "--debugmsg +ddraw"
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 10:14 -------
Hmm, I might have been wrong about performance of the game.
This time for the first I observed that sound seems to go in steps too, together
with the update of the view.
The background music goes fine though.
Ps.
What are you planning to do about the ""DGA not accessable in newer kernels""?
Not that I found any speeddifferences.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-13 11:53
-------
Hmm, direct rendering is enabled, so it's not a graphics setup problem.
------- Additional Comments From johane <at> lysator.liu.se 2002-12-16 06:51 -------
Hmm. Please do --debugmsg=+ddraw,+opengl,+d3d
------- Additional Comments From b_enny <at> hotmail.com 2002-12-16 17:18 -------
Created an attachment (id=361)
--> (http://bugs.winehq.com/attachment.cgi?id=361&action=view)
--debugmsg=+ddraw,+opengl,+d3d unpacked 55MB!
------- Additional Comments From b_enny <at> hotmail.com 2002-12-16 17:22 -------
Boy, have fun with that!; 55MB plain text when unpacked... (2.5 MB zipped)
I hope the mime-type is right. application/zip was also a possibility, but I
simply choose the binary option.
It seems a Linux Client for NeverwinterNights will be out in a month or so.
So I won't need wine anymore. But the problem still exists.
Very 'hmm' indeed.
--
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=1097
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:17 -------
Bug comments restored from Gmane.org:
http://articles.linuxguru.net/view/198
Article name:
WINE: A new place for KLEZ to play
The article on this URL points out a major issue on the [DEFAULT] configuration,
and proposes a fix. I believe this should be fixed before wine 1.0.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 19:00
-------
This is not a bug, it is the side effect of desired operation (allowing windows
programs (even malicious ones) to run on *nix. For more info, please subscribe
to wine-devel <at> winehq.com and join on the topic named Wine securityflaw.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 19:01
-------
closing bug
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1095
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:15 -------
Bug comments restored from Gmane.org:
Star wars rebellion (game) :
The installation works fine.
I run REBEXE.EXE and when I start a new game, the planets windows
are not completly drawed (the bottom is missing).
Wine (cvs version) shows me a "fixme bltbit stud" or a similar message
:(
------- Additional Comments From lz71 <at> libero.it 2002-10-30 12:02 -------
I add the correct error message from wine about REBEXE.EXE :
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
------- Additional Comments From lz71 <at> libero.it 2002-10-30 12:10 -------
Follow the error message from wine when I run REBEXE.EXE (Star Wars Rebellion)
using RedHat 8.0 i386:
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
:(
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-30
14:09 -------
I have seen this kind of problem with other programs as well. Please have a look
at bug 885 Duane Clark and myself tried to nail it down without any real
success. Another set of eyes might not hurt. There is also a program that
displays this message that is downloadable it can be found at bug 911. also If
you could add a screenshot of the screen corruption that would be a start.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-08
22:38 -------
There is a patch that might help this problem.
http://www.winehq.com/hypermail/wine-patches/2003/01/0083.html
could you try it out?
------- Additional Comments From lz71 <at> libero.it 2003-01-25 03:49 -------
Someone (thanks) ask me if wine now is working about the problem i reported
(X11DRV_BitBlt potential optimization - client-side DIB copy)
NO :( the problem remains :((
------- Additional Comments From johane <at> lysator.liu.se 2003-03-24 02:13 -------
Are there still drawing errors? A closer description of the error would be good.
--
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=1094
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:13 -------
Bug comments restored from Gmane.org:
In Windows App developed with Microfocus NetExpress 3.0, when will load
Statusbar and LiwstView, Is showed a Messagebox without text with ok and cancel
buttons, if ok the app continue to work if cancel app stop.
The message repeat each title cell in ListView and 1 time with statusbar
the next msg occurs in this cases
fixme:hook:NotifyWinEvent (32780,0x0002002f,-4,1)-stub!
The next messages occurs other times, I dont work in it still
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
err:x11drv:empty_error_handler XID(02400740): BadMatch (invalid parameter
attributes)
[]'s
--
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=1093
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:12 -------
Bug comments restored from Gmane.org:
I'm running NothingReal's (now apple's) Shake 2.4 under wine 20021007. I can
cause a crash by launching shake, creating a "colorcorrect" node (under the
"color" tab bottom left), and then clicking on the "curves" tab near the bottom
right of the screen. The crash occurs in graphics/x11drv/dib.c in
X11DRV_DIB_Convert_888_to_0888_asis(). As a workaround, if I add code at the
beginning of that function to return if srclinebytes < 0, then everything works
fine.
--
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=1092
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:12 -------
Bug comments restored from Gmane.org:
Wine doesn't work on Turkish language enabled Linux systems, when you change
the language settings to English, Wine works fine. Tested on SuSe 7.1, 7.3
Mandrake 8.2. Tried almost all versions of Wine.
Wine generally complains about "display.dll" file, but I think the main problem
is Turkish specific characters preventing access to these files. When you
switched back to English, there is no problem. I remember there was an old
problem with "I" character with dot, or dotless "i" character also in previous
versions of Windows (such as 3.0 and 3.11).
"i" is lowercase, capital version of this character is "Ý" in Turkish (if you
can not see this character it is an "I" character with a dot above).
And there is a dotless "ý" character (if you can not see this character
properly, it is an "i" letter without dot above) ,and the capital version of it
is "I".
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-21 06:14
-------
CC Aric Stewart, since he's THE expert :-)
------- Additional Comments From news.tr <at> myrealbox.com 2002-10-21 12:40
-------
Hello
I have same problems at Suse 8.0 too.
--
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=1091
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:11 -------
Bug comments restored from Gmane.org:
When the content of a window is scrolled, parts of it may be hidden, or
invalidated. The the scroll rectangle intersect the invalidated portion,
the invalidated region has to be adjusted (either shrinked, or enlarged).
Curret code does not seem to do that, causing strange visual problems.
------- Additional Comments From dpaun <at> rogers.com 2002-10-24 14:30 -------
http://bugs.winehq.com/show_bug.cgi?id=1090
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:09 -------
Bug comments restored from Gmane.org:
Whenever wine is launched with any arguments the following is displayed:
/usr/bin/wine.bin: relocation error: /usr/bin/../lib/libntdll.dll.so: symbol
__libc_fork, version GLIBC_2.1.2 not defined in file libc.so.6 with link time
reference
Wine failed with return code 127
Please fix this - I can't run ANYTHING through wine - I really do not want to
have to reboot into Windoze!
------- Additional Comments From dragon_sdc <at> hotmail.com 2002-10-20 16:32
-------
Additional info:
It appears the problem is the result of me upgrading libc6 and/or libc6-dev to
version 2.3.1-1 (Debian package). I have just downgraded to 2.2.5-15 and the
problem disappeared.
Therefore it might well a problem with libc6 not wine in which case apologies,
but I'll leave it to you to find out - I have no clue...
------- Additional Comments From marcus <at> jet.franken.de 2002-10-20 16:41 -------
user error (bad glibc upgrade)
------- Additional Comments From depanofsky97 <at> alumni.amherst.edu 2002-10-21
22:06 -------
This is not a problem with a bad glibc version. Although this problem will go
away when wine is re-compiled with the new glibc installed, the problem is in
the wine source, not in glibc. From the glibc FAQ 3.12:
ISO C states that identifiers beginning with an underscore are internal to
the libc. An application program normally shouldn't use those internal
interfaces (there are exceptions, e.g. __ivaliduser). If a program uses
these interfaces, it's broken. These internal interfaces might change
between glibc releases or dropped completely.
The problem with a wine linked with glibc-2.2 not running with glibc-2.3 is
because wine uses __libc_fork in scheduler/pthread.c and apparently, this
interface has finally been dropped. I immagine that since __libc_fork is only
used if (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1) &&
defined(HAVE___LIBC_FORK)
that wine can do without this hack.
------- Additional Comments From dpaun <at> rogers.com 2003-03-25 17:40 -------
Looks like it's ready to be CLOSED.
------- Additional Comments From mike <at> theoretic.com 2003-03-27 04:30 -------
Closing, the bug is old with no updates. Also the threading stuff is changing
lately, presumably the use of internal functions will be removed as well.
--
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=1089
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:08 -------
Bug comments restored from Gmane.org:
When I raw an app which has listviews, the listview raises the following dialog
window: "Exception 46 not trapped by MS Sans Serif point size: 008. Description:
Failed to create font.
If I press OK in dialog window it draws the column title and raises the same
exception until all titles have been writen.
I'm using native fonts (with freetype).
------- Additional Comments From dclark <at> akamail.com 2002-10-17 15:41 -------
Over on wine-users you also mentioned that this was while using native commctrl
and comctl32. I think that information is definitely relevant to this bug
report. You also might want to mention what happens when you try running with
builtin versions of those DLLs.
------- Additional Comments From joaoalf <at> dotx.com.br 2002-10-17 16:01 -------
I also tried with builtin commctrl, comctl32 and it give me the same problem.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1088
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:07 -------
Bug comments restored from Gmane.org:
On my machine (PC Clone, Mandrake Linx 9.0, Wine 20021007 installed via RPM
from the Cooker tree), Wine crashes with a segmentation fault any time I try to
run it from a user who does not exist in /etc/passwd. All the actual human
users on my network are authenticated via LDAP from another Mandrake box, so
they don't need entries in /etc/passwd (although I've created them now so we
can run Wine).
This was a bear of a problem to find; I had thought originally that only root
was able to run Wine due to some config problem. I'm not sure what prompted me
to try to create a local dummy user and test it. I'm also not sure if the error
is only related to LDAP or if it will happen with any alternate authentication
(NIS, winbind or whatever), since all I have to do is stick the user
in /etc/passwd to get it to work.
I should point out that I also had this problem with Wine 20020804 which came
with Mandrake 9 - I upgraded to the latest package on Cooker to see if it fixed
the problem before I discovered what the problem was.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-17 12:41
-------
Hmm, sounds like this would be a tad bit difficult to reproduce ;-)
Could you run
strace -f wine ..... &>/tmp/strace.log
and attach the log file here ?
Thanks !
------- Additional Comments From bsmith3 <at> charter.net 2002-10-17 13:36 -------
Created an attachment (id=317)
--> (http://bugs.winehq.com/attachment.cgi?id=317&action=view)
results from strace -f wine winemine &>/tmp/strace.log
------- Additional Comments From julliard <at> winehq.com 2002-10-17 14:21 -------
Could you please run wine under gdb and do a backtrace of the crash?
------- Additional Comments From bsmith3 <at> charter.net 2002-10-22 14:55 -------
Created an attachment (id=318)
--> (http://bugs.winehq.com/attachment.cgi?id=318&action=view)
results of gdb backtrace
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-22 17:57
-------
Hmm, sounds like our implementation of pthread_mutex_lock has a problem here
for some mysterious reason...
Which libc6 version do you have, BTW ?
------- Additional Comments From bsmith3 <at> charter.net 2002-10-23 08:26 -------
I'm running Mandrake 9.0. The glibc package version is 2.2.5-16mdk, but the
changelog on the RPM indicates that it's actually a CVS snapshot from 8/12/2002
(with a bunch of Mandrake patches, obviously).
--
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=1087
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:05 -------
Bug comments restored from Gmane.org:
The hotspot for hand cursor is in the finger instead the actualy lower-right
position.
--
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=1086
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:05 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
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=1085
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:04 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
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=1084
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:03 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
------- Additional Comments From calebs3 <at> yahoo.com 2003-01-17 20:09 -------
I tried running a install shield for 3d Mark 2001 from MadOnion. When I typed
"wine Setup.exe", in the terminal, it gave me this output:
[root@localhost /]# wine Setup.exe
fixme:seh:check_resource_write Broken app is writing to the resource data,
enabling work-around
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
fixme:ole:_get_funcdesc Did not find a typeinfo for reftype 0?
fixme:ole:PSFacBuf_CreateProxy GetFuncDesc 80004005 should not fail here.
fixme:ole:StdMarshalImpl_UnmarshalInterface Failed to create a proxy for
{91814ec1-b5f0-11d2-80b9-00104b1f6cea}
fixme:ole:CoUnmarshalInterface Failed to Unmarshal the interface, 80004005?
fixme:ole:_unmarshal_interface Marshaling interface
{91814ec1-b5f0-11d2-80b9-00104b1f6cea} failed with 80004005
fixme:ole:deserialize_param failed to stuballoc in TKIND_RECORD.
fixme:ole:xCall Failed to unmarshall param, hres 80004005
wine: Unhandled exception, starting debugger...
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
fixme:ole:_xread Read only 0 of 4 bytes from 0x48.
fixme:ole:_StubReaderThread Failed with hres 80004005
My Wine version is: 20030115
------- Additional Comments From marcus <at> jet.franken.de 2003-01-18 01:03 -------
please download the 'stdole32.tlb' file somewhere and copy it to your windows/system
directory. (You
can use: http://www.lst.de/~mm/stdole32.tlb )
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-18 02:17
-------
Errhumm, can't we mention the stdole32.tlb thing somewhere within some related
error message output in the trace ?
(not doing so would be stupid IMHO :)
Which error message would have to be modified, then ?
Or maybe even several error messages in the trace from Mr. Seelhoff should
mention the stdole32.tlb thing ?
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-21
20:27 -------
A nice big message about this (stdole32.tlb) issue has been added to CVS. See:
http://www.winehq.com/hypermail/wine-cvs/2003/01/0276.html
Thankyou Marcus.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-19
22:13 -------
Closing
--
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=1083
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:02 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
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=1082
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:01 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
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=1081
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:01 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
------- Additional Comments From ruffk <at> purdue.edu 2003-02-24 09:35 -------
*** This bug has been confirmed by popular vote. ***
--
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=1080
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:00 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
------- Additional Comments From marcus <at> jet.franken.de 2002-11-12 04:45 -------
It is harmless if showcmd=1, (SW_SHOWNORMAL). Otherwise support for this is not
yet introduced into
our shell link implementation, the programs will always be started in
SW_SHOWNORMAL mode. <p> I
submitted a patch will quieten this message for the normal case.
--
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=1079
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:59 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
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=1078
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:58 -------
Bug comments restored from Gmane.org:
Notes6 Gold Release, will not install under wine at this moment in time, so I
cheated and captured the install under windows, then reinstalled under wine.
Notes6 launches and you can configure it however.
After bookmarks are migrated to workspace. RED BOX of DEATH appears.
Notes6 debugger, shows the following which is quite intresting.
(the dll in question seems to vary alot between notes releases)
//=====================================================
Process 134682776
Exception code: C0000005 ACCESS_VIOLATION
Fault address: 623DFDE4 01:0008EDE4 C:\Lotus\Notes\nlsccstr.dll
Registers:
EAX:404A3134
EBX:404A3FC8
ECX:404A0874
EDX:62439CC0
ESI:404A3F70
EDI:404A3F96
CS:EIP:0023:623DFDE4
SS:ESP:002B:404A3134 EBP:404A313C
DS:002B ES:002B FS:008F GS:0000
Flags:00010206
Stack Trace:
623DFDE4 404A313C 0001:0008EDE4 C:\Lotus\Notes\nlsccstr.dll
6236C0E9 404A3168 0001:0001B0E9 C:\Lotus\Notes\nlsccstr.dll
62395AC0 404A31C0 0001:00044AC0 C:\Lotus\Notes\nlsccstr.dll
62395C42 404A31F0 0001:00044C42 C:\Lotus\Notes\nlsccstr.dll
6238A4AA 404A3228 0001:000394AA C:\Lotus\Notes\nlsccstr.dll
6236BDA1 404A3A60 0001:0001ADA1 C:\Lotus\Notes\nlsccstr.dll
6236BBB1 404A3FD0 0001:0001ABB1 C:\Lotus\Notes\nlsccstr.dll
6236B42C 404A4060 0001:0001A42C C:\Lotus\Notes\nlsccstr.dll
623DE3C8 404A4178 0001:0008D3C8 C:\Lotus\Notes\nlsccstr.dll
60008EA8 404A41A0 0001:00007EA8 C:\Lotus\Notes\nnotes.dll
60014981 404A41D4 0001:00013981 C:\Lotus\Notes\nnotes.dll
600149DE 404A41EC 0001:000139DE C:\Lotus\Notes\nnotes.dll
601A6371 404A4564 0001:001A5371 C:\Lotus\Notes\nnotes.dll
601A5A4D 404A4880 0001:001A4A4D C:\Lotus\Notes\nnotes.dll
-- INSERT --
If anyone is interested I can run this against wine debug and attach the
findings, although be warned they could be quite large.
------- Additional Comments From marshallj <at> switch.aust.com 2002-12-09 20:30
-------
*** This bug has been confirmed by popular vote. ***
--
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=1077
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:57 -------
Bug comments restored from Gmane.org:
When I install lotus notes 6 I have this error:
(in a fake_windows and default configuration)
err:ntdll:RtlpWaitForCriticalSection section 0x400f4244
"../../files/profile.c: PROFILE_CritSect" wait timed out, retrying (60 sec)
tid=08073b58
fixme:imagehlp:StackWalk (332, 0xffffffff, 0xfffffffe, 0x40730d80, 0x4072fa50,
(nil), 0x425baa50, 0x425baaa8, (nil)): stub
trace:loaddll:MODULE_FlushModrefs Unloaded module
'C:\windows\system\msihnd.dll' : native
trace:loaddll:MODULE_FlushModrefs Unloaded module
'C:\WINDOWS\SYSTEM\imm32.dll' : builtin
fixme:thread:SetThreadExecutionState (0x0): stub, harmless (power management).
/usr/local/bin/wine: line 432: 27469 Segmentation fault
$WINEBIN/$WINE_BIN_NAME "$@"
err:ntdll:RtlpWaitForCriticalSection section 0x400f4550
"../../loader/module.c: loader_section" wait timed out, retrying (60 sec)
tid=0843d280
err:seh:EXC_DefaultHandling Unhandled exception code c0000194 flags 0 addr
0x400c07e8
Wine failed with return code 139
If need any more information... email me..
Thank you..
------- Additional Comments From werbung <at> kuhnle.net 2002-12-09 12:23 -------
*** This bug has been confirmed by popular vote. ***
--
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=1076
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:57 -------
Bug comments restored from Gmane.org:
The graphical adata Software Client can start under Wine Version
20020904. This works under SuSE Linux 8.0. But under Version 20021007 we get
the Message with the same Software on the same Machine:
fixme:msvcrt:MSVCRT_signal (4 0x1):stub
fixme:msvcrt:MSVCRT_signal (4 0x600904a0):stub
fixme:msvcrt:MSVCRT_signal (8 0x1):stub
fixme:msvcrt:MSVCRT_signal (8 0x600904a0):stub
fixme:msvcrt:MSVCRT_signal (11 0x1):stub
fixme:msvcrt:MSVCRT_signal (11 0x600904a0):stub
fixme:msvcrt:MSVCRT_signal (15 0x1):stub
fixme:msvcrt:MSVCRT_signal (15 0x600904a0):stub
fixme:msvcrt:MSVCRT_signal (11 0x1):stub
fixme:msvcrt:MSVCRT_signal (11 0x600904a0):stub
fixme:msvcrt:_XcptFilter (-2147483392,0x406e1d10)semi-stub
Here is something more information. This ist the rest of a
large Logfile....
trace:msvcrt:_close :ok
trace:msvcrt:_close :fd (2) handle (12)
trace:msvcrt:msvcrt_free_fd :fd (2) freed
08075a58:Call kernel32.CloseHandle(0000000c) ret=407272ad
08075a58:Ret kernel32.CloseHandle() retval=00000001 ret=407272ad
trace:msvcrt:_close :ok
trace:msvcrt:msvcrt_free_console :Closing console handles
08075a58:Call kernel32.CloseHandle(00000004) ret=407210e0
08075a58:Ret kernel32.CloseHandle() retval=00000000 ret=407210e0
08075a58:Call kernel32.CloseHandle(ffffffff) ret=407210ec
08075a58:Ret kernel32.CloseHandle() retval=00000000 ret=407210ec
08075a58:Call ntdll.RtlFreeHeap(40380000,00000000,40383558) ret=407238ee
08075a58:Ret ntdll.RtlFreeHeap() retval=00000001 ret=407238ee
08075a58:Call ntdll.RtlFreeHeap(40380000,00000000,403852b8) ret=4072390c
08075a58:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4072390c
08075a58:Call kernel32.TlsFree(00000000) ret=4072c3ae
08075a58:Ret kernel32.TlsFree() retval=00000001 ret=4072c3ae
trace:msvcrt:MSVCRT_Init finished process free
08075a58:Ret PE DLL (proc=0x4072c060,module=40710000,type=0,res=0x1)
retval=1
08075a58:Call PE DLL (proc=0x407d3170,module=40780000,type=0,res=0x1)
08075a58:Ret PE DLL (proc=0x407d3170,module=40780000,type=0,res=0x1)
retval=1
08075a58:Call kernel32.__wine_unregister_dll_16(408e1f18) ret=40845b2c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=0000002c ret=40845b2c
08075a58:Call kernel32.__wine_unregister_dll_16(408e22d4) ret=40845eac
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000030 ret=40845eac
08075a58:Call kernel32.__wine_unregister_dll_16(408e293c) ret=4084649c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000034 ret=4084649c
08075a58:Call kernel32.__wine_unregister_dll_16(408e30fc) ret=40846c5c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000038 ret=40846c5c
08075a58:Call kernel32.__wine_unregister_dll_16(408e32fc) ret=40846e4c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=0000003c ret=40846e4c
08075a58:Call kernel32.__wine_unregister_dll_16(4099d0d4) ret=40959c4c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000020 ret=40959c4c
08075a58:Call kernel32.__wine_unregister_dll_16(4099d1e4) ret=40959d1c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000024 ret=40959d1c
08075a58:Call kernel32.__wine_unregister_dll_16(4099d4d8) ret=4095a02c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000028 ret=4095a02c
08075a58:Call kernel32.__wine_unregister_dll_16(40e5c82c) ret=40e3829c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000060 ret=40e3829c
08075a58:Call kernel32.__wine_unregister_dll_16(40edcc04) ret=40e9993c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=0000005c ret=40e9993c
08075a58:Call kernel32.__wine_unregister_dll_16(40f4bd00) ret=40f0e3ac
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000040 ret=40f0e3ac
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000040 ret=40f0e3ac
08075a58:Call kernel32.__wine_unregister_dll_16(40f4c008) ret=40f0e71c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000044 ret=40f0e71c
08075a58:Call kernel32.__wine_unregister_dll_16(40f4c1c0) ret=40f0e8dc
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000048 ret=40f0e8dc
08075a58:Call kernel32.__wine_unregister_dll_16(40f4c2d0) ret=40f0e9dc
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=0000004c ret=40f0e9dc
08075a58:Call kernel32.__wine_unregister_dll_16(40f4c4b4) ret=40f0eb9c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000050 ret=40f0eb9c
08075a58:Call kernel32.__wine_unregister_dll_16(40f4ccc4) ret=40f0f52c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000054 ret=40f0f52c
08075a58:Call kernel32.__wine_unregister_dll_16(40f4f2f4) ret=40f113dc
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000058 ret=40f113dc
08075a58:Call kernel32.__wine_unregister_dll_16(4147d7d4) ret=4147758c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000068 ret=4147758c
08075a58:Call kernel32.__wine_unregister_dll_16(41494f1c) ret=4149224c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000064 ret=4149224c
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-16 03:59
-------
Have you even been using builtin msvcrt under 20020904 also ? Or rather a native
msvcrt.dll instead ?
If you used the builtin one, then there probably is a regression indeed.
AFAIK someone improved msvcrt exception handling. Further details could be found
out in the CVS log.
(using a native msvcrt.dll probably isn't an option for you anyway)
We might decide to put Alexandre (who did some exception handling work) on the
CC...
(this does seem to be an exception handling issue, by the way)
Please attach a whole --debugmsg +relay,+msvcrt,+seh log file; the closing part
wasn't helpful, as it's way too late (you did use correct logging, though).
------- Additional Comments From systemsupport <at> adata.de 2002-10-16 04:21
-------
Created an attachment (id=315)
--> (http://bugs.winehq.com/attachment.cgi?id=315&action=view)
Logfile for this bug
------- Additional Comments From bon <at> elektron.ikp.physik.tu-darmstadt.de
2002-10-16 04:38
-------
I suspect an exception happening somewhere, probably outside of msvcrt. As the
signal handling in msvcrt is still inappropriate, and the program obvious uses
msvcrt to catch exceptions, this leads to a problem.
Try running with +relay,+seh and look where the exception happens and what
caused this exception.
Your attached log file is tagged as binary, so I refrain to open it ...
Bye
------- Additional Comments From systemsupport <at> adata.de 2002-10-16 05:29
-------
Created an attachment (id=316)
--> (http://bugs.winehq.com/attachment.cgi?id=316&action=view)
msvcrt2.tgz with debugmsg +relay,+seh (Extract with tar xvfz command creates
msvcrt2.log)
------- Additional Comments From julliard <at> winehq.com 2002-10-16 14:08 -------
That's because seh_longjmp_unwind was not implemented. It should work now
(or at least crash differently ;-
------- Additional Comments From systemsupport <at> adata.de 2002-12-30 10:05
-------
msvcrt.dll was installed in program directory. By this feature wine could not
start. Now itŽs removed from program directory an the application works in this
case. In Version 20020904 of Wine it had worked with msvcrt.dll installed in
program directory. The DLL was declareted as native in wine20020904 and
20021219.
(Tested on Intel SuSE Linux 8.1 )Thanks to Andy for Support.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-30 11:57
-------
No, that's expected behaviour (even with 20020904).
I'd explained the exact issue in a mail to you on Oct. 25th.
Summary: remove msvcrt.dll from program directory, have msvcrt.dll in Windows
system directory, make sure msvcrt.dll is set to native, and *then* it'll work.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:49 -------
This bug was not invalid (the program should have used its own version of msvcrt)
reopening to change status
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:51 -------
Resolving as fixed. Wine now uses program supplied versions of dlls
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:52 -------
Closing
--
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=1074
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:52 -------
Bug comments restored from Gmane.org:
Diablo II.exe and Game.exe work fine to the best of my knowledge. I do not have the
Original Diablo
II: Lord of Destruction CD (it is at a friend's
house) so I have no way of knowing for sure. But anyways, Game_crk.exe works fine
as well, but
DLoad.exe needs to run to be able to get on
Battle.Net, unless you use a certain script to load Game_crk.exe.
Anyways when trying to run DLoad.exe with wine with default debugmsg, wine spits
this out on the
console:
fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x406f28d4): stub
fixme:advapi:LookupPrivilegeValueW ((null),L"SeDebugPrivilege",0x66f01824):
stubfixme:ntdll:NtAdjustPrivilegesToken
(0x0000cafe,0x00000000,0x66f01820,0x00000000,(nil),(nil)),stub!
err:virtual:NtAllocateVirtualMemory called with wrong alloc type flags (08001000) !
[root@Hub Diablo II]#
Also, the Wine Desktop Windows pops up (like it should) and then I get an error
window saying this:
(Titlebar)
oops
(Message)
Error loading ApiHooks
If any of that looks familiar to anyone... :/
I dont think this exe ever worked in wine before either. If anyone needs any
debugmsgs besides these
or if someone wants me to do a regression test,
let me know I will run them...
-Dustin
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-30 16:08
-------
I did figure out that the only thing that this program does is swap the names
of the original unpatched exe and the patched one so that it fools bnet's
version checking..
--
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=364
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 14:51 -------
One thing I noticed is this:
Could not load 'USER.DLL' required by 'ISSET_SE', error=2
^^^^^^^^
That is an InstallShield executable, so if anything the reason it doesnt work
is due to something missing on his system for installshield.. (Probably
stdolex(x).tlb)
--
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=1073
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:50 -------
Bug comments restored from Gmane.org:
When trying to Install StarCraft with latest CVS and earlier releases the
StarCraft Installer shows only My Computer, no + to expand it and no
Drives/Directories, only way to choose where to install it is to type the path
to where you want it installed. I will try to do a regression test tomorrow
(10/16/02) but Im not sure how tired I will be and how long it will take (slow
56k). I will post results of last working version when I can.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-15 22:05
-------
Created an attachment (id=314)
--> (http://bugs.winehq.com/attachment.cgi?id=314&action=view)
Debug output of +listview, +treeview
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-16 13:54
-------
Reassigning to Dimi but keeping Mr. Bugs on the CC list.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 13:24
-------
The patch causing this regression is:
http://www.winehq.com/hypermail/wine-cvs/2002/03/0070.html
If anyone wants a screenshot of it the way it used to look (before this patch)
and the way it looks now (after this patch) let me know and I will post them.
Shoot I will post them anyways, in just a minute.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 14:36
-------
Created an attachment (id=320)
--> (http://bugs.winehq.com/attachment.cgi?id=320&action=view)
The way the dialog looks after the patch
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 15:06
-------
Created an attachment (id=321)
--> (http://bugs.winehq.com/attachment.cgi?id=321&action=view)
... and before
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 15:10
-------
Created an attachment (id=322)
--> (http://bugs.winehq.com/attachment.cgi?id=322&action=view)
DEbug output of +listview, +treeview (BEFORE PATCH)
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 19:05
-------
on the first debug log (the one for after the patch is committed) please ignore
the debugger message, unless you want me to get a backtrace too?
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-29 15:41
-------
Dimi sent a patch to (hopefully) correct this,I will test it tonight and post
the results then or tomorrow, whichever...
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-31 08:41
-------
tested patch, it didnt resolve the problem, but it was a step closer. he
submitted another patch but i havent had a chance to test it out yet.. i will
do that tonight and post the results. both patches have been committed to CVS
already...
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-31 23:58
-------
ok 20021031 was released, and i tested the new patch, it didnt work either. he
then priv emailed me a one-liner that worked. I am posting it here after the
NEW debug output
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-01 00:02
-------
Created an attachment (id=325)
--> (http://bugs.winehq.com/attachment.cgi?id=325&action=view)
Hacky patch that works in case it doesn't get committed, this may break apps that
send messages in
unicode instead of ansi
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-01 00:03
-------
Created an attachment (id=326)
--> (http://bugs.winehq.com/attachment.cgi?id=326&action=view)
Debug log after the hacky patch is committed.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-01 11:32
-------
Dimi had me add a couple of trace lines to the treeview code after the hack
patch. For some weird reason the installer is expecting unicode even though it
doesn't support it. He then asked me to add the patch to the code before Guy's
patch and when I went to do that I found out that Guy's patch is the one that
actually implements TREEVIEW_NotifyFormat so there was no way to do that.
Clip from email:
-begin-
--- "Dimitrie O. Paun" <dpaun <at> rogers.com> wrote:
> On November 1, 2002 02:00 am, you wrote:
> > after banging my head on my keyboard for a few minutes
> > because i couldnt find treeview_notifyformat i went and looked at cvsweb
> > and found out...there is no treeview_notifyformat before guy's patch so
> > there is no way for me to get that kind of a debug output...
>
> Good find. Please add this to Bugzilla. But it presents a big problem:
> if we behave correctly, we break the app. What do we do?
>
I'm wondering if maybe its my app thats broken already and thats why its
sending the unicode message..
-end-
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=363
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 14:48 -------
Also, could you check your wine config and let us know what your DXGrab setting
is? That is if you get this and are able to test with the latest wine..
--
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=1072
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:47 -------
Bug comments restored from Gmane.org:
Hi there,
I am trying to run IBM 8086 assembly program using wine and the first
compilation of code by the command
tasm.exe filename.lng
works fine and it forms the object file . Now when i try running the object file
by doing
tlink.exe filename.obj
the debugger window opens up and in the end it gives the error that stack
overflow has occured
First it says that the debugger info is not available in some dll'sNTDLL.DLL
KERNEL32.DLL
etc.. till
MIDIMAP.DRV
unhandleed exception: Stack overflow in 32-bit mode code(0x4009730e)
In 32 -bit mode.
0x4009730e (wine_call_to_16_regs_short+0xae [relay16.s] in libntdll.dll.so): pushl
Enter path to file '/usr/src/build/84078-i386/BUILD/wine/ifi632/relay10.s':
This is the error
i was not able to copy the error sthis is the maximumu info i can give
please help
Vikas
(INDIA)
--
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=160
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 14:46 -------
Ok, can anyone that has GTA test this out? And Henrik, if you get this, could
you give us some info such as what version of GTA you use (DOS, Win, 3dfx)?
Reporters for other games, please file separate bugs for your games if the
sound still does not work with the latest version of wine..
--
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=1070
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:44 -------
Bug comments restored from Gmane.org:
RCT sees the right mouse click as a click and hold, and can only be released
after by a bunch of random clicks...makes the game unplayable because you cant
remove any trees
--
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=1069
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:44 -------
Bug comments restored from Gmane.org:
Wine 20021007-cvs-opengl
1.Wine only read the config file once (both /etc/wine/config and ~/.wine/config)
sync does not work, and I need to reboot for use.
2.when the program started by wine failed, no program cannot be run farther,
reboot soft the problems......
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-13 02:27
-------
User error, I guess.
When running wineserver in persistent mode (wineserver -p), you need to
explicitly kill it, otherwise it will keep the current session and NOT reread
the config file.
If you aren't using persistent mode, then it's most likely some leftover wine
session that keeps wineserver running.
Hmm, I wonder whether maybe the docu isn't verbose enough on this one ?
Closed bug, feel free to reopen it in case of any more issues/questions.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:42 -------
Closing
--
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=1068
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:43 -------
Bug comments restored from Gmane.org:
I can't use wine with Windows XP.
Error: fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add
support
for it ?
Internet, HOWTO, documentation couldn't help me :( Please, discover this bug.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1067
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:42 -------
Bug comments restored from Gmane.org:
try to install Lotus Notes R6
following is the error wich appears on the console:
"ntdll:RtlpWaitForCriticalSection section 0x4010a0e0 "../../files/profile.c:
PROFILE_CritSect" wait timed out, retrying (60 sec) tid=0807e560"
------- Additional Comments From werbung <at> kuhnle.net 2002-12-09 12:23 -------
*** This bug has been confirmed by popular vote. ***
--
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=1066
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:42 -------
Bug comments restored from Gmane.org:
GameSpy Arcade Setup exits with an exception. Details will be attatched.
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-06 06:20
-------
Created an attachment (id=312)
--> (http://bugs.winehq.com/attachment.cgi?id=312&action=view)
Wine Output
------- Additional Comments From hatky <at> users.sf.net 2003-05-01 14:40 -------
I installed ArcadeInstallAIRFORCE12e.EXE version
ArcadeInstallAIRFORCE12e.EXE succesfully wine wine cvs-20.4.2003 but the
program itself is not working
------- Additional Comments From mike <at> theoretic.com 2003-05-02 02:49 -------
Resolving fixed then. Separate bugs should be opened for the application itself.
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 18:56
-------
Assuming fixed and closing, previous details were deleted by Bugzilla update.
--
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=1065
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:40 -------
Bug comments restored from Gmane.org:
When I press a key once, Jagged Alliance 2 thinks I pressed it twice.
Same happens when clicking a mouse button.
This behavior is also same in demo version, which you can get from:
http://www.jaggedalliance2.com/download/index2.html#demo-english
or if those urls don't seem to work, try searching google for ja2demo.zip.
Size of the file is about 60M.
If I disable keyboard repeatign (xset r off), run with --debugmsg +key and press
d down I get the following output:
trace:key:X11DRV_KeyEvent state = 0
trace:key:X11DRV_KeyEvent KeyPress : keysym=64 (d), ascii chars=1 / 64 / 'd'
trace:key:X11DRV_KeyEvent keycode 0x28 converted to vkey 0x44
trace:key:X11DRV_KeyEvent bScan = 0x20.
trace:key:queue_kbd_event wParam=0044, lParam=00200001, InputKeyState=81
and _two_ d letters appear.
------- Additional Comments From medar <at> kapina.org 2003-01-25 16:46 -------
Works now. Thanks.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-26
15:10 -------
Verifiying as per reporters Comments
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-19
22:13 -------
Closing
--
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=1064
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:40 -------
Bug comments restored from Gmane.org:
In Theme Hospital mouse cannot be moved to left or up.
The program draws it's own cursor, and places X's cursor to upperleft corner of
program window. (trace:cursor:X11DRV_SetCursorPos warping to (0,0))
Because the cursor keeps getting placed to upperleft corner and cannot come out
of, it cannot be moved left nor up.
Theme Hospital Demo (~12M) is available from:
ftp://ftp.ea.com/pub/archive/bullfrog/demos/t_hospital/hospital.zip
--
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=1062
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:38 -------
Bug comments restored from Gmane.org:
When running setup.exe on the Final Fantasy VII install CD, and choosing to
install the game, wine hangs, leaving a process that is absolutely impossible to
kill even with the -9 flag. Using --debugmsg=+relay makes the installation work.
I don't like this at all, smells like kernel?
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-05 16:18
-------
Well, if you suspected the kernel, then you could *at least* have given us the
exact kernel version ;-)
And yes, this does smell a lot like kernel.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-07 03:48 -------
The kernel is 2.4.18, slackware 8.1
------- Additional Comments From johane <at> lysator.liu.se 2002-10-28 05:03 -------
There.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-28 05:04 -------
Oops. Resolved the wrong bug! Anyway, this too works since I updated wine and
recompiled the Linux kernel.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:40 -------
Closing
--
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=1061
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:37 -------
Bug comments restored from Gmane.org:
This one is getting on my nerves (and may stop some functionality in some
applications I would guess):
Unimplimented Function shdocvw.dll, 101
When trying to access any html page from an application (unless it
specifically tries to open a web browser for itself)
------- Additional Comments From dclark <at> akamail.com 2002-10-05 11:11 -------
Please give a bit more info. Like what application are you seeing this with. And
perhaps once the application is opened, the steps to generate the error might be
obvious, but you might as well mention them too.
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-05 17:45
-------
Well I get the message come up when I start Internet Explorer 5.5, or when I
click a web-link in an application.
Examples:
Pro Controller 2.2 (Some items in the help menu)
AKoff Music Composer (Most items in the help menu, and a link in the
registration window)
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-05 18:18
-------
If you want to know, the exact wording was shdocvw.101
There was some talk about implimenting this recently, and i'm not sure what
happened about it.
------- Additional Comments From dclark <at> akamail.com 2002-10-06 12:53 -------
I guess this is coming from IE5.5, since I don't see it with IE6. That is both
when running IE6 alone and when accessing a web page from another app; in my
case the help menu of "earthquake".
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-07 01:23
-------
I'm sure someone else using wine has IE5.5 to confirm this bug with... Anyone...?
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-27 23:11
-------
Anyone? Surely someone still has 5.5!
------- Additional Comments From mario.streiber <at> gmx.de 2002-12-11 12:49 -------
Yes, I have this problem too, when starting IE 5.5 from Win98. I see this
message in the debugging window, and IE refuses to start.
------- Additional Comments From tom <at> eborcom.com 2003-01-22 14:24 -------
I encounter the same problem with FreeBSD-STABLE (built November 2, 2002) and
wine 20030115.
On the console I see:
% wine IEXPLORE.EXE
fixme:reg:GetSystemInfo not yet supported on this system
fixme:shell:SHLWAPI_241 ()stub
wine: Unhandled exception, starting debugger...
And a Windows pop-up window opens with the title "Exception raised" and the
message "Unimplemented function shdocvw.dll.101 called at address 0x004013ce.
Do you wish to debug it?". Selecting 'No' exists; selecting 'Yes' prints to the
console:
Couldn't start process '134738176 0x3c '
Couldn't start process '134738176 0x3c '
I am running in Win98 mode but without any native Windows installation on my
machine.
Please let me (Tom Hukins <tom <at> eborcom.com>) know if you need more
information.
------- Additional Comments From grundig <at> wp.pl 2003-02-24 08:02 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From mike <at> theoretic.com 2003-02-28 05:11 -------
IE6 works fine here. Does anybody know what this ordinal does?
--
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=1060
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:34 -------
Bug comments restored from Gmane.org:
A recent CVS change causes the mouse pointer to randomly disappear during
drawing operations in Xnews v5.08.12. It's tricky to reproduce, but I can
usually do it by moving the mouse pointer over the MDI window tabs at the
bottom while a newsgroup is refreshing in the active window. Switching in and
out of the application or between MDI windows a few times will usually bring it
back until it happens again. I've traced the problem to this patch
<http://www.winehq.com/hypermail/wine-cvs/2002/10/0013.html>,
specifically the
file windows/syscolor.c. Version 1.34 of SYSCOLOR_MakeObjectSystem has the
problem, 1.33 does not.
In order to use Xnews at all with the latest CVS, it may be necessary to
temporarily roll back to version 1.143 of dlls/comctl32/listview.c due to bug#
1041.
------- Additional Comments From prupe <at> myrealbox.com 2002-10-07 17:56 -------
Fixed in syscolor.c 1.35.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:39 -------
Closing
--
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=1059
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:33 -------
Bug comments restored from Gmane.org:
In Notepad, the installed lpr printers appear in the Print dialog, but after
selecting one (or using the default printer) and hitting OK, three info boxes
with gibberish appear, then the Print dialog appears again. If I hit OK, wine
aborts.
I'm attaching a log file, and several config files.
Oscar
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-10-02
12:23 -------
Created an attachment (id=307)
--> (http://bugs.winehq.com/attachment.cgi?id=307&action=view)
last 300 lines of psdrv debug log
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-10-02
12:23 -------
Created an attachment (id=308)
--> (http://bugs.winehq.com/attachment.cgi?id=308&action=view)
System.reg
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-10-02
12:24 -------
Created an attachment (id=309)
--> (http://bugs.winehq.com/attachment.cgi?id=309&action=view)
Win.ini
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-10-02
12:26 -------
Created an attachment (id=310)
--> (http://bugs.winehq.com/attachment.cgi?id=310&action=view)
Section of .wine/config
--
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=1056
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:30 -------
Bug comments restored from Gmane.org:
------- Additional Comments From carl.sopchak <at> cegis123.com 2002-10-02 07:57
-------
Let me look into this first, so I can post a better bug report...
(Quicken is creating a file, using a name FROM TEXT IN A FILE! The file created
was "C:\QUICKENW\INET\COMMON\LOCALNET\IBILL\ected ????or malicious so".
Text in
C:\QUICKENW\inet\common\PATCH\update\version.txt and
C:\QUICKENW\inet\common\patch\notify\version.txt has
"infected<cr><lf><cr><lf>or
malicious software"...
Happened when I updated security news yeaterday...)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:39 -------
Closing
--
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=1055
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:29 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 20:14
-------
*** This bug has been marked as a duplicate of 1052 ***
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 18:56
-------
Closing
--
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=1054
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:29 -------
Bug comments restored from Gmane.org:
File is completely accessible (user has rwx-rights); Filesystem is FAT32, the
file is local.
--
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=1053
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:28 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
--
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=1052
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:28 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 20:14
-------
*** Bug 1055 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1051
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:27 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application. The reall Error seems to hide
in the number given to the debugger (The error-message isn't completely
understandable for me)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-05
23:44 -------
Are you saying that the debugger starts but reminder 99 keeps on working?
------- Additional Comments From helmut.frik <at> ptv.de 2002-10-06 23:22 -------
Well, the debugger doesn't start, since it's not installed (at least not
correct enough in this case), but reminder 99 keeps on working, that's right.
--
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=78
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |dpaun(a)rogers.com
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 11:03 -------
I think since Dimi was working on this (IIRC) a few months ago, I think it
should be assigned to him, if anyone objects, feel free to slap me and change
it back.. ;)
--
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=78
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 10:59 -------
I think since Dimi was working on this (IIRC) a few months ago, I think it
should be assigned to him, if anyone objects, feel free to slap me and change
it back.. ;)
--
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=52
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 10:47 -------
Well, in sweeping this place, I decided to take another look at this bug..
Your last comment Francois says that you believe the fact that LockWindowUpdate
is implemented only as a stub function is the cause of the problem..
In looking at msdn articles on this function, I have turned up this:
The LockWindowUpdate function disables or enables drawing in the specified
window. Only one window can be locked at a time.
BOOL LockWindowUpdate(
HWND hWndLock // handle to window
);
Parameters
hWndLock
[in] Specifies the window in which drawing will be disabled. If this parameter
is NULL, drawing in the locked window is enabled.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero, indicating that an error
occurred or another window was already locked.
Windows NT/2000/XP: To get extended error information, call GetLastError.
Remarks
If an application with a locked window (or any locked child windows) calls the
GetDC, GetDCEx, or BeginPaint function, the called function returns a device
context with a visible region that is empty. This will occur until the
application unlocks the window by calling LockWindowUpdate, specifying a value
of NULL for hWndLock.
If an application attempts to draw within a locked window, the system records
the extent of the attempted operation in a bounding rectangle. When the window
is unlocked, the system invalidates the area within this bounding rectangle,
forcing an eventual WM_PAINT message to be sent to the previously locked window
and its child windows. If no drawing has occurred while the window updates were
locked, no area is invalidated.
LockWindowUpdate does not make the specified window invisible and does not
clear the WS_VISIBLE style bit.
A locked window cannot be moved.
Requirements
Windows NT/2000/XP: Included in Windows NT 3.1 and later.
Windows 95/98/Me: Included in Windows 95 and later.
Header: Declared in Winuser.h; include Windows.h.
Library: Use User32.lib.
--
Hopefully that is enough info for ya. After reading it, I would have to agree
with your last comment
--
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=1543
Summary: Microsoft font installers fall down after uncompressing
files
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dyakov(a)bk.ru
---
$ wine georgi32.exe
fixme:win32:PE_CreateModule Security directory ignored
fixme:process:CreateProcessA (E:\IXP003.TMP\fontinst.exe,...):
NORMAL_PRIORITY_CLASS ignored
---
I just compiled and installed wine, so there was a default /usr/share/wine-c
drive. It hangs after this whith no other messages. I checked, it created folder
E:\IXP003.TMP\ and the files. I started E:\IXP003.TMP\fontinst.exe and it
finished well. 20030408 worked perfect
--
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=1542
Summary: Unsupported MS comctl32.dll update patch
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: reza_prima77(a)yahoo.com
I tried to install Rational Requisite Pro from CD. Setup.exe complained that "installed"
version of comctl32.dll is 5.0.0, and it needs 5.8.0. It offered to install update patch
(50upd.exe ??). Then I set the .winerc file to use that dll file but it complained that
comctl16 (maybe?) not found.
--
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=965
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-24-06 16:43 -------
MaskBlt was implemented and committed on 2003-05-16.
Please retest the program.
The attachment no longer appears to be valid (pointing to a screenshot
instead of a tarball).
Considering 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=1532
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2003-24-06 16:36 -------
The messages are harmless , and uou do not need
to bugreport FIXME messages (we can just grep for them).
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1533
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-24-06 16:30 -------
Patch is in wine CVS, so consindering it 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=1540
------- Additional Comments From marcus(a)jet.franken.de 2003-24-06 05:48 -------
This happens with an older InstallShield version (<6) and is
related to -desktop mode in my opinion.
--
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=1540
------- Additional Comments From brand77(a)genie.it 2003-24-06 05:29 -------
version 20030508-1rh9winehq work properly.
version 20030618-1rh9winehq have some problem:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 12 (X_ConfigureWindow)
Serial number of failed request: 93
Current serial number in output stream: 98
--
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=1541
Summary: WS2_32 version of gethostbyname with NULL argument
doesn't follow specification
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: rzoli(a)yahoo.com
According to Microsoft definition, a call to gethostbyname with a NULL argument
should produce a well-defined behaviour, namely return information about the
local host. A look at dlls/winsock/socket.c shows that the current
implementation does not do this.
I have encountered at least one program that tries to call gethostbyname with a
NULL argument and by doing so successfully crashes itself and/or wine.
--
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=1540
Summary: problem with Ascential DataStage Client installer
Product: Wine
Version: 20030618
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: brand77(a)genie.it
version 20030508-1rh9winehq work properly.
version 20030618-1rh9winehq have some problem:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 12 (X_ConfigureWindow)
Serial number of failed request: 93
Current serial number in output stream: 98
--
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=1206
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:29 -------
Bug comments restored from Gmane.org:
On Redhat 8.0, gcc 3.2, Wine 20021219 (Not CVS, version is not listed in the
listbox...):
during the compile:
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -g -O2 -Wall
-mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -o ddraw/hal.o
ddraw/hal.c
ddraw/hal.c:152: warning: initialization from incompatible pointer type
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 19:56
-------
I think this has been fixed since (tested with gcc 3.2). Please reopen the bug
if you still get the warning with the current CVS Wine.
--
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=1207
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:28 -------
Bug comments restored from Gmane.org:
Tried running eMule (0.23a/0.23b/0.24b/0.23b-Tarod (see
http://sourceforge.net/project/showfiles.php?group_id=53489&release_id=1298…
with wine 20021219. The last few syscalls shown by strace are:
mprotect(0x41500000, 65536, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
mmap2(NULL, 1179385856, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x65530000
munmap(0xab9e0000, 65536) = 0
old_mmap(NULL, 290816, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x41725000
mprotect(0x65530000, 1179320320, PROT_READ|PROT_WRITE|PROT_EXEC) = 0
+++ killed by SIGKILL +++
Especially the last one is interesting - it eats up all memory (I have 512MB RAM
plus 200MB Swap), leading to wine's/emule's death.
This should be the same problem as described at
http://appdb.winehq.org/appview.php?appId=1065&versionId=1430
It *could* be related to an error reported by winecheck:
023. Checking availability of winedefault.reg entries... CRITICAL (entry
"SHAREDMEMLOCATION" not found in system.reg registry file).
- ADVICE: file winedefault.reg, the most basic wine registry environment,
doesn't seem to have been applied using regapi.
I couldn't find anything regarding that in the docs, but tried to follow the
advice anyway, with less-than-optimal results:
chris@chrisbig > programs/regapi/regapi winedefault.reg
/var/data/src/wine-20021219
Warning: could not find wine config [Drive x] entry for current working
directory /var/data/src/wine-20021219; starting in windows directory.
/var/data/src/wine-20021219/miscemu/wine: cannot find
'programs/regapi/regapi.exe.so'
chris@chrisbig > ls -la programs/regapi
/var/data/src/wine-20021219
total 979
drwxr-xr-x 3 chris users 528 Dec 27 14:53 ./
drwxr-xr-x 26 chris users 1104 Dec 27 14:55 ../
-rw-r--r-- 1 chris users 44 May 21 2002 .cvsignore
-rw-r--r-- 1 chris users 11965 Dec 27 14:34 Makefile
-rw-r--r-- 1 chris users 244 May 21 2002 Makefile.in
-rw-r--r-- 1 chris users 2863 Feb 28 2002 README
-rwxr-xr-x 1 chris users 1374 Jun 1 2002 regFixer.pl*
-rwxr-xr-x 1 chris users 1955 Jun 1 2002 regRestorer.pl*
-rwxr-xr-x 1 chris users 2687 Jun 1 2002 regSet.sh*
lrwxrwxrwx 1 chris users 23 Dec 27 14:53 regapi ->
../../tools/winewrapper*
-rw-r--r-- 1 chris users 32296 Jun 1 2002 regapi.c
-rw-r--r-- 1 chris users 173 Dec 27 14:53 regapi.exe.dbg.c
-rw-r--r-- 1 chris users 2092 Dec 27 14:53 regapi.exe.dbg.o
-rwxr-xr-x 1 chris users 453026 Dec 27 14:53 regapi.exe.so*
-rw-r--r-- 1 chris users 6941 Dec 27 14:53 regapi.exe.spec.c
-rw-r--r-- 1 chris users 80872 Dec 27 14:53 regapi.exe.spec.o
-rw-r--r-- 1 chris users 374880 Dec 27 14:53 regapi.o
drwxr-xr-x 2 chris users 224 Dec 20 02:30 tests/
Any help appreciated.
------- Additional Comments From hatky <at> users.sf.net 2003-05-02 09:01 -------
I downloaded the version you marked an run it with a curent wine (cvs-2.5.2003)
and it works!
btw this is a nice test case since it's an open source program
I could not get the last version on emule working but that a diffrent bug....
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1208
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:26 -------
Bug comments restored from Gmane.org:
I get the following error when running Quicken 2000 Delux release 9.0
err:keyboard:X11DRV_ToUnicode (virtKey=9,scanCode=F,keycode=17,state=13)
err:keyboard:X11DRV_ToUnicode Please report: no char for keysym FE20
(ISO_Left_Tab) :
Doesn't seem to affect operation, but may be a symptom of some other
underlying problem
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1209
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:25 -------
Bug comments restored from Gmane.org:
When I attempt to display the portfolio view to view investments, Quicken and/or
wine crash, with the message "unhandled exception".
This bug is repeatable.
Wine exits with a failure status of 5
Error messages:
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134672120
400") (2)
Admittedly, I don't have the debugger set up, as I am mainly a user as opposed
to a developer.
Another message, which could be related (doesn't appear to be but thought I
would include for completeness):
**********************
fixme:file:SetFileAttributesW Couldn't set file attributes for existing file
"/mnt/win_c/quickenw/~qw~link.qdt".
Check permissions or set VFAT "quiet" mount flag
fixme:file:SetFileAttributesW Couldn't set file attributes for existing file
"/mnt/win_c/quickenw/~qw~link.qdt".
Check permissions or set VFAT "quiet" mount flag
**************************
I get this message everytime I run Quicken. I checked the permissions on this
file, and they are "777", so should be fine (?).
As long as I don't attempt to examine the portfolio, I never have a problem. I
have successfully entered data and reconciled accounts
--
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=1218
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:22 -------
Bug comments restored from Gmane.org:
During install of Adaytum Analyst on Debian Unstable (Wine 20021219) all goes
well with the setup and it installs Adobe Acrobat fine and launches into the
setup for Analyst. However, midway through the install it throws a
InstallShield error:
995: Internal error in Windows Installer
followed by InstallShield error:
1611: Unable to extract the file (null).
Wine itself never crashes.
--
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=1217
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:20 -------
Bug comments restored from Gmane.org:
When I try to print something the job goes to spool but gets aborted. When I
print to file, the generated file is corrupted.
I tested it with several versions of wine from CVS and redhat 7.3 and 8.0 with cups.
All systems I tested prints ok from linux.
--
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=1216
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:18 -------
Bug comments restored from Gmane.org:
when trying to run WinBUGS
http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/contents.shtml
using wine, i cannot get the buttons to work properly. Pressing 'Doodle' and
then 'New', and then 'Ok' nothing happens. this means i cannot run the program.
i got some infomation about this behaviour from one reliable source, for which i
quote:
The latest version of wine that works with WinBUGS is wine-20010731.
Everything after that fails because buttons do not respond to being
clicked.
I have no idea what the problem is. I am disappointed that the bug
hasn't been fixed. It must be a very rare bug, only revealed by the
Black Box component framework (which supplies the controls used by
WinBUGS).
--
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=1215
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:15 -------
Bug comments restored from Gmane.org:
(Version in use is actually 20021031, but this error has existed for a long
time, on both -current and -stable, from ports or CVS).
After using any windows binary I've tried with FreeBSD's wine from ports, I
eventually get an error:
wine in malloc(): error: recursive call
It also shows up as "wine in free(): error: recursive call," and sometimes
several of them can show up in the output. The application hangs soon
afterwards (I am guessing it's right when the malloc recursion happens). In
particular I've been trying to use the Exile 3 binary, but with that it happens
after some minutes of play. When I was trying counterstrike it happened very
quickly.
Notable excerpt from the malloc manpage:
recursive call A process has attempted to call an allocation function
recursively. This is not permitted. In particular, signal handlers
should not attempt to allocate memory.
However, I think I've tracked down the mallocs/frees that can happen as a result
of signals. One set (server/registry.c) I patched to not malloc/free. I put in
a printf around the segv handler, and this recursive malloc doesn't appear to be
happening during segv. Would the rforking(RFPROC|RFMEM) cause this?
------- Additional Comments From eta <at> lclark.edu 2003-02-20 18:13 -------
*** This bug has been confirmed by popular vote. ***
--
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=1213
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:11 -------
Bug comments restored from Gmane.org:
I use wine in Russian language environment, and I can see, that it uses
windows-1251 as a default Russian encoding. Of course, it is correct, since
Windows applications usually should work with the windows codepage. Even in
Linux windows-1251 becames more and more popular, since it is really better,
than traditionally used koi8.
But the Cyrillic X11 keysyms, which I input from my keyboard, are recognized by
wine as koi8, and it is strange, since, I think, the keyboard encoding should
match the encoding used for screen. So I recommend to change 20866 to 1251 at
least for one Russian keyboard described in the file keyboard.c (there are 3
Russian keyboards in this file).
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-14
09:43 -------
Just submitted a patch to change the main Russian keyboard's codepage to 1251.
------- Additional Comments From dpaun <at> rogers.com 2003-04-01 00:15 -------
Why was this bug marked FIXED? Reopening.
--
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=1211
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:07 -------
Bug comments restored from Gmane.org:
Error Message Pops Up saying:
Warcraft III was unable to initialize DirectX. Please ensure you have DirectX
8.1 or newer installed and that your display drivers are current. DirectX may be
found on your Warcraft III install CD under Options.
Running Wine 20021219 with a WinXP partition
------- Additional Comments From us <at> the-edmeades.demon.co.uk 2003-01-09
17:27 -------
Keep updating wine as dx8 support is improving in wine over time. Make sure you
have wine compiled with --enable-opengl if required, and ensure your display is
not in a 24 bit display mode (There's an issue there as Warcraft doesnt like 24
bit displays - it must be 16 or 32 bit). If you still get the message, send me
a --debugmsg +d3d trace zipped up and I'll take a look.
(Note: I dont get _that_ error, it just doesnt work...)
Jason
--
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=1210
------- Additional Comments From winebug(a)flonet.net 2003-23-06 13:05 -------
Bug comments restored from Gmane.org:
Hi,
I try to install wine-20021219 but I got this :
[...]
Preparing to install default Wine registry entries...
Installing default Wine registry entries...
FIXME:pthread_cond_init
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
./tools/wineinstall: line 634: 22743 Segmentation fault $REGEDIT $DEFREG
>/dev/null
Registry install failed.
It would be great if you could help me with this !
Best regards,
Pierre.
--
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=1238
------- Additional Comments From winebug(a)flonet.net 2003-23-06 12:57 -------
Bug comments restored from Gmane.org:
I'm using wine cvs sources as of 20030115 and am running on a
linux-2.4/glibc-2.3 based system.
When I tried to configure wine recently, I was interested in having IPX
support. However, configure was returning a negative result when it checked for
the necessary headers. After confirming that both netipx/ipx.h and linux/ipx.h
were present, I examined the autoconf macro more closely. It was then I
discovered that it was omitting a necessary header for IPX support on linux
systems: sys/socket.h. This is because the header is guarded by a test against
the existance of sys/socket.h.
The problem with the current wine configure.ac is that
AC_CHECK_HEADERS([sys/socket.h]) is placed *after* the check for IPX support.
This is most unfortunate and will result in false negatives previously
described.
The solution is to place AC_CHECK_HEADERS([sys/socket.h]) right after
AC_CHECK_LIB(mmap,mmap). This ensures that it will be properly defined in the
later test macros.
------- Additional Comments From marcus <at> jet.franken.de 2003-01-27 01:14
-------
fixed in CVS.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-19
22:13 -------
Closing
--
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=1239
------- Additional Comments From winebug(a)flonet.net 2003-23-06 12:52 -------
Bug comments restored from Gmane.org:
I am a newbie. I have run into a problem in changing the gamma ramp due to the
size of my gamma ramp on my video card. There is a check in
xvidmode.c which disables the get/setgammaramp functions if the size of the
gamma ramp reported by the hardware is not 256. My gamma ramp size is
1024. I have made it work by modifying (defeating) the check and interpolating
the 256 size gamma ramp from the Windows program to the larger size
1024 gamma ramp in get/setgammaramp functions. Should learn how to submit my
ham fisted modification?
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-24
22:42 -------
Yes. Ham fisted or not.
The following link gives general information on submitting Patches.
http://www.winehq.org/docs/wine-devel/patches.shtml
This will allow others to see your HACK^H^H^H^H patch and hopefully someone will
be able to give some constructive critisism so you can put together a patch that
can be acceptable.
--
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=1240
------- Additional Comments From winebug(a)flonet.net 2003-23-06 12:48 -------
Bug comments restored from Gmane.org:
As shown in the URL image, what should be an invisible child window has the
WS_CAPTION style set.
trace:win:CreateWindowExW classname=#8002 stylehex=40c00440
trace:win:WIN_CreateWindowEx L"" L"#32770" ex=00000000 style=40c00440 -3,-22
456x253 parent=0x10021 menu=(nil) inst=0x400000 params=(nil)
trace:win:WIN_CreateWindowEx Styles before adjustment:
trace:win:dump_window_styles style: WS_CHILD WS_CAPTION 00000440
trace:win:dump_window_styles exstyle:
trace:win:WIN_CreateWindowEx winproc type is 3 (WIN_PROC_32W)
trace:class:CLASS_FindClassByAtom 0x00008002 0x400000
trace:class:CLASS_FindClassByAtom -- found global 0x40388118
0807a218:Call ntdll.RtlAllocateHeap(40360000,00000000,000000a2) ret=408be1fd
0807a218:Ret ntdll.RtlAllocateHeap() retval=403a0458 ret=408be1fd
trace:win:WIN_CreateWindowEx Styles after adjustment:
trace:win:dump_window_styles style: WS_CHILD WS_CAPTION 00000440
trace:win:dump_window_styles exstyle: WS_EX_WINDOWEDGE
trace:win:WIN_SetWindowLong 0x1002f -12 0 3
0807a218:Call x11drv.CreateWindow(0001002f,406b2884,00000001) ret=408bfffc
The app I'm testing with is at http://rhymbox.com/download/start.pl
The installer itself appears to set the WS_CAPTION flag when calling
CreateWindowEx. In Windows, spy++ shows that this flag isn't set, but the usage
of vc++ lazy bindings mean I can't get an API trace under windows :(
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-26
18:36 -------
The only place in Wine to fix up WS_CAPTION is:
/* Correct the window style - stage 2 */
if (!(cs->style & WS_CHILD))
{
wndPtr->dwStyle |= WS_CLIPSIBLINGS;
if (!(cs->style & WS_POPUP))
{
wndPtr->dwStyle |= WS_CAPTION;
wndPtr->flags |= WIN_NEED_SIZE;
}
}
in windows/win.c/WIN_CreateWindowEx()
Checking windows/win.c cvs log, I'm thinking about:
----------------------------
revision 1.214
date: 2003/01/08 19:53:47; author: julliard; state: Exp; lines: +2 -2
Duane Clark <dclark <at> akamail.com>
WS_CAPTION is a two bit field, so test appropriately.
----------------------------
Hmm, could it be that this recent change caused you to notice the WS_CAPTION
problem ?
The WS_CAPTION fixup has been in windows/win.c since its CVS beginnings, BTW.
I think we can safely confirm this bug.
So the question is: what exactly should be corrected in that function and how ?
--
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=1243
------- Additional Comments From winebug(a)flonet.net 2003-23-06 12:44 -------
Bug comments restored from Gmane.org:
Wine Version 20021031:
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x42600000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEDLG.DLL' (0x428d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEPRO32.DLL' (0x5f300000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x42e00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x42e60000)
Unhandled exception: unimplemented function shlwapi.dll.419 called in 32-bit
code (0x41564059).
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEDLG.DLL' (0x428d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEPRO32.DLL' (0x5f300000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x42e00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x42e60000)
Unhandled exception: unimplemented function shlwapi.dll.419 called in 32-bit
code (0x41564059).
In 32-bit mode.
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEPRO32.DLL' (0x5f300000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x42e00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x42e60000)
Unhandled exception: unimplemented function shlwapi.dll.419 called in 32-bit
code (0x41564059).
In 32-bit mode.
0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so):
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x42e00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x42e60000)
Unhandled exception: unimplemented function shlwapi.dll.419 called in 32-bit
code (0x41564059).
In 32-bit mode.
0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so):
addl $12,%esp
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x42e60000)
Unhandled exception: unimplemented function shlwapi.dll.419 called in 32-bit
code (0x41564059).
In 32-bit mode.
0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so):
addl $12,%esp
Unable to open file shlwapi.spec.c
Unhandled exception: unimplemented function shlwapi.dll.419 called in 32-bit
code (0x41564059).
In 32-bit mode.
0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so):
addl $12,%esp
Unable to open file shlwapi.spec.c
Wine-dbg>backtrace
e (0x41564059).
In 32-bit mode.
0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so): addl
$12,%esp
Unable to open file shlwapi.spec.c
Wine-dbg>backtrace
Backtrace:
In 32-bit mode.
0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so): addl
$12,%esp
Unable to open file shlwapi.spec.c
Wine-dbg>backtrace
Backtrace:
=>0 0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.
0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so): addl
$12,%esp
Unable to open file shlwapi.spec.c
Wine-dbg>backtrace
Backtrace:
=>0 0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so)
(ebp=41e81eb0)
$12,%esp
Unable to open file shlwapi.spec.c
Wine-dbg>backtrace
Backtrace:
=>0 0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so)
(ebp=41e81eb0)
1 0x4156513e (__wine_stub_shlwapi_dll_419+0x22 in shlwapi.dll.so) (ebp=4
Unable to open file shlwapi.spec.c
Wine-dbg>backtrace
Backtrace:
=>0 0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so)
(ebp=41e81eb0)
1 0x4156513e (__wine_stub_shlwapi_dll_419+0x22 in shlwapi.dll.so)
(ebp=41e81ee0)
Wine-dbg>backtrace
Backtrace:
=>0 0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so)
(ebp=41e81eb0)
1 0x4156513e (__wine_stub_shlwapi_dll_419+0x22 in shlwapi.dll.so)
(ebp=41e81ee0)
2 0x70265515 (WININET.DLL.112+0x9c5 in
C:\WINDOWS\SYSTEM\WININET.DLL) (e
Backtrace:
=>0 0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so)
(ebp=41e81eb0)
1 0x4156513e (__wine_stub_shlwapi_dll_419+0x22 in shlwapi.dll.so)
(ebp=41e81ee0)
2 0x70265515 (WININET.DLL.112+0x9c5 in
C:\WINDOWS\SYSTEM\WININET.DLL) (ebp=41e822cc)
=>0 0x41564059 (__wine_unimplemented+0x59 [shlwapi.spec.c] in shlwapi.dll.so)
(ebp=41e81eb0)
1 0x4156513e (__wine_stub_shlwapi_dll_419+0x22 in shlwapi.dll.so)
(ebp=41e81ee0)
2 0x70265515 (WININET.DLL.112+0x9c5 in
C:\WINDOWS\SYSTEM\WININET.DLL) (ebp=41e822cc)
3 0x70235ff8
(WININET.DLL.EntryPoint+0xb540 in C:\WINDOWS\SYSTEM\WININET
bp=41e81eb0)
1 0x4156513e (__wine_stub_shlwapi_dll_419+0x22 in shlwapi.dll.so)
(ebp=41e81ee0)
2 0x70265515 (WININET.DLL.112+0x9c5 in
C:\WINDOWS\SYSTEM\WININET.DLL) (ebp=41e822cc)
3 0x70235ff8
(WININET.DLL.EntryPoint+0xb540 in C:\WINDOWS\SYSTEM\WININET.DLL) (ebp=41e82a50)
1 0x4156513e (__wine_stub_shlwapi_dll_419+0x22 in shlwapi.dll.so)
(ebp=41e81ee0)
2 0x70265515 (WININET.DLL.112+0x9c5 in
C:\WINDOWS\SYSTEM\WININET.DLL) (ebp=41e822cc)
3 0x70235ff8
(WININET.DLL.EntryPoint+0xb540 in C:\WINDOWS\SYSTEM\WININET.DLL) (ebp=41e82a50)
4 0x7021c30a
(WININET.DLL.InternetSetCookieExW+0x2baf in C:\WINDOWS\SYST
0)
2 0x70265515 (WININET.DLL.112+0x9c5 in C:\WINDOWS\SYSTEM\WININET.DLL)
(ebp=41e822cc)
3 0x70235ff8 (WININET.DLL.EntryPoint+0xb540 in
C:\WINDOWS\SYSTEM\WININET.DLL) (ebp=41e82a50)
4 0x7021c30a
(WININET.DLL.InternetSetCookieExW+0x2baf in C:\WINDOWS\SYSTEM\WININET.DLL)
(ebp=702790b4)
2 0x70265515 (WININET.DLL.112+0x9c5 in C:\WINDOWS\SYSTEM\WININET.DLL)
(ebp=41e822cc)
3 0x70235ff8 (WININET.DLL.EntryPoint+0xb540 in
C:\WINDOWS\SYSTEM\WININET.DLL) (ebp=41e82a50)
4 0x7021c30a
(WININET.DLL.InternetSetCookieExW+0x2baf in C:\WINDOWS\SYSTEM\WININET.DLL)
(ebp=702790b4)
822cc)
3 0x70235ff8 (WININET.DLL.EntryPoint+0xb540 in C:\WINDOWS\SYSTEM\WININET.DLL)
(ebp=41e82a50)
4 0x7021c30a (WININET.DLL.InternetSetCookieExW+0x2baf in
C:\WINDOWS\SYSTEM\WININET.DLL) (ebp=702790b4)
Wine-dbg>
3 0x70235ff8 (WININET.DLL.EntryPoint+0xb540 in C:\WINDOWS\SYSTEM\WININET.DLL)
(ebp=41e82a50)
4 0x7021c30a (WININET.DLL.InternetSetCookieExW+0x2baf in
C:\WINDOWS\SYSTEM\WININET.DLL) (ebp=702790b4)
Wine-dbg>
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1244
winebug(a)flonet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winebug(a)flonet.net
--
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=1244
------- Additional Comments From winebug(a)flonet.net 2003-23-06 12:40 -------
Bug comments restored from Gmane.org:
I'm trying to run Garmin's "UPDATER.EXE", which is supposed to load a new
firmware image into a GPS device. Communication is done over a serial port.
If I run the program without any debugmsg flags, it fails immediately,
complaining that it can't find the GPS. However, if I run with:
--debugmsg +comm,+file,+serial
then it gets a bit further. The first thing it does is get the model number and
current firmware version from the device. But it soon fails again before
beginning the upload. Here's an annotated debug log:
trace:comm:COMM_Init COM1 = /dev/ttyS0
trace:comm:COMM_Init LPT1 = /dev/lp0
trace:comm:COMM_Init COM2 = /dev/ttyS1
trace:comm:COMM_Init COM3 = /dev/ttyS2
trace:comm:COMM_Init COM4 = /dev/ttyS3
trace:file:CreateFileW L"COM2" GENERIC_READ GENERIC_WRITE OPEN_EXISTING
attributes 0x0
trace:file:CreateFileW opening device L"COM2"
trace:file:DOSFS_CreateCommPort L"COM2" c0000000 0
trace:file:CreateFileW returning 0x4c
trace:comm:GetCommState handle 0x4c, ptr 0x41222858
trace:comm:GetCommState OK
trace:comm:GetCommState bytesize 8 baudrate 9600 fParity 0 Parity 0 stopbits 1
trace:comm:GetCommState ~IXON ~IXOFF
trace:comm:GetCommState ~CRTSCTS
trace:comm:SetCommState handle 0x4c, ptr 0x41222858
trace:comm:SetCommState bytesize 8 baudrate 9600 fParity 0 Parity 0 stopbits 1
trace:comm:SetCommState ~IXON ~IXOFF
trace:comm:GetCommTimeouts (0x4c,0x41222844)
trace:comm:SetCommTimeouts (0x4c,0x41222844)
fixme:comm:SetupComm insize 4096 outsize 4096 unimplemented stub
trace:comm:PurgeComm handle 0x4c, flags f
trace:comm:ClearCommError handle 0x4c cbInQue = 0 cbOutQue = 0
trace:file:WriteFile 0x4c 0x40f01851 6 0x41222670 (nil)
trace:comm:ClearCommError handle 0x4c cbInQue = 0 cbOutQue = 0
(this line is repeated many times, presumably while it waits for input)
trace:comm:ClearCommError handle 0x4c cbInQue = 8 cbOutQue = 0
trace:file:ReadFile 0x4c 0x41222a70 8 0x41222530 (nil)
trace:file:FILE_TimeoutRead 0x4c 0x41222a70 8 0x41222530
trace:file:FILE_ReadFileEx file 0x4c to buf 0x41222a70 num 8 0x41222488 func (nil)
trace:file:GetOverlappedResult (0x4c 0x41222488 0x41222530 1)
trace:file:GetOverlappedResult waiting on 0x41222488
trace:file:FILE_AsyncReadService 0x41222488 0x41222a70
trace:file:FILE_AsyncReadService read 8 more bytes 8/8 so far
trace:file:GetOverlappedResult wait on 0x41222488 returned 192
trace:file:GetOverlappedResult waiting on 0x41222488
trace:file:GetOverlappedResult wait on 0x41222488 returned 0
It then continues to do this several times, reading 8 or 16 bytes at a time from
the serial port. There is then one more write/read exchange, then this:
trace:file:WriteFile 0x4c 0x40f01851 8 0x4122256c (nil)
trace:comm:ClearCommError handle 0x4c cbInQue = 0 cbOutQue = 0
trace:file:WriteFile 0x4c 0x40f01851 8 0x41222670 (nil)
trace:comm:ClearCommError handle 0x4c cbInQue = 0 cbOutQue = 0
This last line then repeats about 10,000 times before the program times out and
gives up on hearing anything.
I'm guessing that since it works slightly better with debugging enabled, that
there is a race condition at work here. Maybe the last packet never actually
got written to the serial port, or a response came and Wine lost it.
------- Additional Comments From keldon <at> ont.com 2003-02-02 19:52 -------
I got this to work using an ugly patch (see attached). The write buffer
of the serial port was getting overrun. That caused the app to wait for
an ACK packet that was never going to come.
What I don't understand is why the call to write() doesn't block until
the buffer has drained.
------- Additional Comments From keldon <at> ont.com 2003-02-02 20:00 -------
Created an attachment (id=388)
--> (http://bugs.winehq.com/attachment.cgi?id=388&action=view)
ugly hack to fix serial writes
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-06
16:30 -------
This is a wonderfull bug report. I am not sure why you think that it is not the
"right" fix. This is not my area though. Anyway If it solves your problem
I would like to se it go to wine patches. The following link gives you the
information on how to do this.
http://www.winehq.org/docs/wine-devel/patches.shtml
I would not want it to bit rot, and someone might want to come up with a better
solution if it is posted there.
BTW is there a demo or download version of this program.
--
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=1248
------- Additional Comments From winebug(a)flonet.net 2003-23-06 11:37 -------
Bug comments restored from Gmane.org:
With Wine 20030115 and the online game Tibia (http://www.tibia.com)
there is a problem which seems to be caused by the games "daylight" feature
which is a shading layer.
The screen blinks chaotically and the blinking square sometimes does not match
the size of the program window in the way it should.
X Server Resolution is 1152 x 1268 and the BPP 24 The video card is a ATI Radeon
7500
See attachments
------- Additional Comments From info <at> moabutah.com 2003-02-01 11:20 -------
Created an attachment (id=384)
--> (http://bugs.winehq.com/attachment.cgi?id=384&action=view)
Basic Console Messages
------- Additional Comments From info <at> moabutah.com 2003-02-01 11:20 -------
Created an attachment (id=385)
--> (http://bugs.winehq.com/attachment.cgi?id=385&action=view)
DDraw Debug Messages
------- Additional Comments From lionel.ulmer <at> free.fr 2003-02-01 13:00 -------
Is it possible to have a demo of the game ? I tried looking at the page and it
does not seem possible (as the page took about 10 minutes to load and I did not
find any obvious 'download' link).
If not, a screenshot of the problem could help.
Moreover, a ddraw log from the beginning could help too (if it's too big, just
gzip / bzip2 it).
------- Additional Comments From info <at> moabutah.com 2003-02-01 19:54 -------
Their site can be quite busy and won't come up during "peak hours" at times.
There is a download link and then you have to sign up for a free account.
Keep trying and you will be able to get the site.
I will try and gzip an attachment if you keep having trouble.
The exe is about 3 megs.
------- Additional Comments From lionel.ulmer <at> free.fr 2003-02-02 04:13 -------
OK, downloaded the game and trying now to get to the Sign-Up page for the free
account...
------- Additional Comments From info <at> moabutah.com 2003-02-03 15:16 -------
Apparently the Tibia site was attacked by a hacker and thats why it was down for
so long! their whole game network was knocked out I guess.
Anyway their site should be back up soon for testing this bug.
------- Additional Comments From info <at> moabutah.com 2003-02-05 17:55 -------
the Tibia site is back now, and the game serevers too.
The account signup link is:
http://tibia.4players.de/home/?subtopic=signup
------- Additional Comments From info <at> moabutah.com 2003-02-05 20:34 -------
Created an attachment (id=389)
--> (http://bugs.winehq.com/attachment.cgi?id=389&action=view)
Another console session
------- Additional Comments From info <at> moabutah.com 2003-02-05 20:37 -------
I tried to log the ddraw messages, but the file got huge really fast. So I
attached another simple console session.
Upon researching, I believe the blinking problem is related to a set of
"sub-windows" which open on the bottom right of the game window when you open
your "bag" or "backpack" (or any other item that "opens"), that show
the
contents of the bag. The blinking stops if you close all these sub-windows and
turn off "show lighting effects" in the menu.
Whenever one of these sub-windows is reopened, the blinking resumes.
Just a quick note - to open an item you right click on it and choose "open".
------- Additional Comments From info <at> moabutah.com 2003-02-05 22:01 -------
Created an attachment (id=390)
--> (http://bugs.winehq.com/attachment.cgi?id=390&action=view)
Partial Debug Messages with opening of item
--
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=1250
------- Additional Comments From winebug(a)flonet.net 2003-23-06 11:24 -------
Bug comments restored from Gmane.org:
My config file has this (just like the sample config file):
[Drive E]
"Path" = "/tmp"
[wine]
"Temp" = "e:\\"
But I have an app (Garmin's Mapsource) that tries to do this:
0807e1a8:Call kernel32.GetTempPathA(00000005,41338e00) ret=00737c67
0807e1a8:Ret kernel32.GetTempPathA() retval=00000003 ret=00737c67
0807e1a8:Call kernel32.CreateDirectoryA(41338e00 "E:\\",00000000) ret=00737d2e
0807e1a8:Ret kernel32.CreateDirectoryA() retval=00000000 ret=00737d2e
0807e1a8:Call kernel32.GetLastError() ret=00737d3e
0807e1a8:Ret kernel32.GetLastError() retval=00000005 ret=00737d3e
It then freaks out about the "Access Denied" error it got and dies. I can work
around this by doing either:
a) Changing Wine so that "Already Exists" is returned instead. The app ignores
this error, apparently.
b) Changing my temp path in the config file to c:\windows\temp (something not at
the root of a "drive")
I suspect this is a bug in the app, not wine. But still, maybe the default temp
path shouldn't be a root directory. There may be other apps that don't like it
either.
--
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=1251
------- Additional Comments From winebug(a)flonet.net 2003-23-06 11:22 -------
Bug comments restored from Gmane.org:
fixme:cabinet:FDICreate (pfnalloc == ^0x244f7880, pfnfree == ^0x244f7890,
pfnopen == ^0x244f78a0, pfnread == ^0x244f7a80, pfnwrite == ^0x244f7c00,
pfnclose == ^0x244f7d70, pfnseek == ^0x244f7e10, cpuType == -1, perf ==
^0x2453e4f0): stub
^^^^^^^^^^^^^^^^^^^
from console output for Wine 20030115
Cannot install Office 2K or Visio XP with fake-windows setup. With the mandrake
9 wine RPM I could at least install Office 2K.
------- Additional Comments From grundig <at> wp.pl 2003-02-20 04:29 -------
*** This bug has been confirmed by popular vote. ***
--
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=1252
------- Additional Comments From winebug(a)flonet.net 2003-23-06 11:20 -------
Bug comments restored from Gmane.org:
When I run Agent I can use <ALT>-S to immediately send the current mail. In that
case the ALT activates the Menubar as if pressed as a single key (this is the
normal behaviour if pressed alone).
This is quite annyoing because now, when I sent a mail, I always have to press
ESC or klick the mouse in the window in order to deactivate the Menubar.
--
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=1376
------- Additional Comments From klevin(a)eskimo.com 2003-23-06 10:58 -------
Not sure what happened to the previous contents of this bug entry, but I updated
my wine checkout about an hour ago and gave it another spin. Same end results.
InstallShield goes through its "Wizard setup" bit, the progress window for the
"Wizard setup" closes and then nothing happens after that. Output to the console is:
Invoking /usr/local/bin/wine /mnt/cdrom/Setup.exe ...
Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
fixme:seh:check_resource_write Broken app is writing to the resource data, enabl
ing work-around
FIXME:pthread_cond_init
Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
fixme:ole:ITypeInfo_fnRelease destroy child objects
[above line repeats more times than I care to count]
fixme:ole:CoTreatAsClass ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-
4432-b3ed-a9dca3604594})
FIXME:pthread_cond_init
Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
fixme:ole:ITypeInfo_fnRelease destroy child objects
[above line repeats more times than I care to count]
))))destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
[above line repeats more times than I care to count]
FIXME:pthread_cond_init
Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
fixme:ole:ITypeInfo_fnRelease destroy child objects
[above line repeats more times than I care to count]
fixme:ole:CoTreatAsClass ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-
4432-b3ed-a9dca3604594})
fixme:ole:ITypeInfo_fnRelease destroy child objects
[above line repeats more times than I care to count]
fixme:win:SetWindowTextA cannot set text "InstallShield Wizard" of other process
window (nil)
fixme:ole:ITypeInfo_fnRelease destroy child objects
[above line repeats more times than I care to count]
fixme:ole:_copy_arg argument was coerced in-place (0x3 -> 0xb); source data has
been modified!!!
fixme:ole:_xread Read only 0 of 4 bytes from 0x48.
fixme:ole:_StubReaderThread Failed with hres 80004005
And that's 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=1049
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 06:03 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
------- Additional Comments From helmut.frik <at> ptv.de 2002-10-17 05:39 -------
Problem also occures with Marco Polo Travel Center 2000/2001 Grosser Reiseplaner
(Map@Guide GmbH)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-19
17:51 -------
This bug should be fixed by the following patch
http://www.winehq.com/hypermail/wine-cvs/2003/03/0131.html
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:37 -------
Closing
--
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=1048
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 06:02 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
------- Additional Comments From helmut.frik <at> ptv.de 2002-10-17 05:36 -------
Problem also occures with Marco Polo Travel-Center 2000 Grosser Reiseplaner
(Map&Guide GmbH)
------- Additional Comments From paulo <at> multi-informatica.com.br 2002-11-05
06:23 -------
Do you have a recipe or a mini how-to about BDE & Wine?
I install BDE without problems, I can use BdeAdmin to set all the BDE
parameters, but my applications built in Delhpi doesn work when they try to
activate (initialize BDE).
I have the same message from Database Desktop: Something like that:
fixme:file:Lockfile not implemented in server
fixme:file:Unlockfile not implemented in server
The aplication raises a exception "No more Files" in a message dialog.
How to fix this? This is a Wine Bug or a Configuration issue?
Thanks in advance
Paulo Vaz
paulo-vaz <at> multi-informatica.com.br
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-05 09:01
-------
Are you *sure* you've properly added the file winedefault.reg to Wine's registry ?
(specifically, BDE's SHAREDMEMLOCATION key that this file contains)
Hello,
thanks for your mail, but I'm afraied I can't help you,
I just tested some applications with wine and found some errors which I
reported. I'd like to do some work on wine,
but as ususal, the free time doesn't allow it.
Maybee you can write a additional information about your problem to bug
1048, and maybee also change importance. (and especially vote for the bug).
I guess BDE is Borland Database Engine?
A connection between the lockfiles and the no more fault message might be
possible, if the non-possibillity to produce a lockfile is interpreted
slightly wrong. But that's only speculation, so I'm afraied you'll have to
ask a real wine developer for that.
Best regards (from germany)/
Mit freundlichen Grüssen
Helmut Frik
____________________________
Helmut Frik
PTV AG - Niederlassung Stuttgart
Bereich Verkehrsleittechnik
Tel.: +49 711 162 70 - 40
Fax: +49 711 162 70 - 70
E-Mail: helmut.frik <at> ptv.de
____________________________
PTV
Planung Transport Verkehr AG
Niederlassung Stuttgart
Kriegerstrasse 15
70191 Stuttgart
Germany
http://www.ptv.dehttp://www.reiseplanung.dehttp://www.varta-guide.dehttp://www.cityguidefinder.de
-----Ursprüngliche Nachricht-----
Von: wine-bugs <at> winehq.com [mailto:wine-bugs <at> winehq.com]
Gesendet am: Dienstag, 5. November 2002 13:23
An: helmut.frik <at> ptv.de
Betreff: [Bug 1048] - When Running Reminder 99 the following message
apears:fixme:file:LockFile not implemented in server
http://bugs.winehq.com/show_bug.cgi?id=1048
------- Additional Comments From paulo <at> multi-informatica.com.br 2002-11-05
06:23 -------
Do you have a recipe or a mini how-to about BDE & Wine?
I install BDE without problems, I can use BdeAdmin to set all the BDE
parameters, but my applications built in Delhpi doesn work when they try to
activate (initialize BDE).
I have the same message from Database Desktop: Something like that:
fixme:file:Lockfile not implemented in server
fixme:file:Unlockfile not implemented in server
The aplication raises a exception "No more Files" in a message dialog.
How to fix this? This is a Wine Bug or a Configuration issue?
Thanks in advance
Paulo Vaz
paulo-vaz <at> multi-informatica.com.br
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-19
17:49 -------
This bug should be fixed by the following patch
http://www.winehq.com/hypermail/wine-cvs/2003/03/0131.html
Please confirm.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:36 -------
Closing
--
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=1047
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 06:00 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-05
23:32 -------
*** This bug has been marked as a duplicate of 475 ***
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:36 -------
Closing
--
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=1046
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:59 -------
Bug comments restored from Gmane.org:
the adata application runs under SuSE Linux 8.0 and ist developed in
Micro Focus Netexpress 3.1. We use tab-controls (notebooks). The
controls appears, but the embedded controls (combobox,textbox)does not.
On the console screen we get the message by starting this part of the
program:
fixme:tab:TAB_WindowProc Unimplemented msg TCM_SETITEMEXTRA
for more information (e.g. screenshot) mail to systemsupport <at> adata.de
------- Additional Comments From systemsupport <at> adata.de 2002-09-30 03:31
-------
Created an attachment (id=305)
--> (http://bugs.winehq.com/attachment.cgi?id=305&action=view)
Screenshot of Error: TAB_WindowProc Unimplemented msg TCM_SETITEMEXTRA
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-08 10:42
-------
Could you attach a log file ?
wine --debugmsg +relay,+tab,+combo,+edit myprg.exe &>/tmp/winetab.log
Thanks !
--
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=1045
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:58 -------
Bug comments restored from Gmane.org:
I was doing a test just to see if the program would run. Just barely, still
impressive considering what is actually being done. The program in question is
MultiSim, a electronic simulation program. A demo (disk) is available here...
http://www.interactiv.com/html/demo.html
I notice a general rendering issue: the bitmaps on the side tool bars are not
correctly rendered whereas the tool bar at the top is rendered correctly.
I have included a picture to demonstrate this problem.
------- Additional Comments From gabrieltalks <at> sympatico.ca 2002-09-29 11:12
-------
Created an attachment (id=304)
--> (http://bugs.winehq.com/attachment.cgi?id=304&action=view)
snapshop of multisim prg with icon buttons not being correctly rendered
--
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=1044
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:57 -------
Bug comments restored from Gmane.org:
Data:
gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-108.7.2)
Wine 20020904
RedHat Linux 7.2 with kernel 2.4.19
Windows 98 (using it)
Kazaa Lite 1.7.2
wine --debugmsg +relay ./Kazaa.exe (after cd'ing into Kazaa's directory)
Problem: when dealing with the 'Start' section in Kazaa, pressing on
Reload or Home, make Wine go into a endless loop. In the beginning
of the execution, Kazaa doesnt find the Kazaa.com site, but it connects
to the p2p track. But from times to times, Kazaa itself tries to contact
its page. Then I see explorer trying to load that empty or error page,
and then Kazaa enters an endless loop, and only killing it its
possible to exit. I have configured Kazaa with the hosts file, as stated
on Kazaa Lite's site. After this problem, Kazaa freezes, and the console
keeps showing messages until it is finished.
------- Additional Comments From enio.s.jr <at> operamail.com 2002-09-28 22:30
-------
Created an attachment (id=302)
--> (http://bugs.winehq.com/attachment.cgi?id=302&action=view)
wine config file
------- Additional Comments From enio.s.jr <at> operamail.com 2002-09-28 22:32
-------
Created an attachment (id=303)
--> (http://bugs.winehq.com/attachment.cgi?id=303&action=view)
Last lines of +relay message file
--
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=1043
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:56 -------
Bug comments restored from Gmane.org:
when trying out Virtua Girl demo (http://www.virtuagirl.com
free download)
Everything works but the redraw is really slow an the redraw lacks behing the
movement.
This program is a windowless one and this might be the cause of the problem.
It might be related to the slowlyness of QuickTime in a windows box.
To run it this section is necessary in the config:
[AppDefaults\\Vg.exe\\DllOverrides]
"Vg/System"="native"
--
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=1042
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:56 -------
Bug comments restored from Gmane.org:
The log asked me to report this:
err:keyboard:X11DRV_ToUnicode Please report: no char for keysym FE20
(ISO_Left_Tab) :
err:keyboard:X11DRV_ToUnicode (virtKey=9,scanCode=F,keycode=17,state=11)
This happens whe I press Shift-Tab in a Progress 4GL window. It only works in
this window...
--
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=1040
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:54 -------
Bug comments restored from Gmane.org:
Had to do a little bit of fanagaling to get DAOC to install now that it is
installed I am having problems getting it connected. I run the program and it
asks for the key(note its the correct key) and then once it confirms the key it
tries to connect to the camelot servers to update the files on my system. This
is where I get the 201 message. It attempts to connect and pops up the message
every time... I am a nooB to Linux and Wine so I am almost 100% sure that its a
config thing on my end. I looked through the config file in the ./wine
directory. But as far as I can tell everything looks fine. If you have any Ideas
I would forever be in your debt. I really want to move to Linux exclusively but
this is one of the major roadblocks... I'm trying to convert!!! :) Thanks guys...
Oh PS this is the version of wine that comes with the lycoris/lx download.. Yup
newbie Linux...
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 19:53
-------
I think the wine-users mailing list would be a better place for this kind of issue.
http://www.winehq.com/?page=forums
--
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=1039
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:53 -------
Bug comments restored from Gmane.org:
When I launch wcmd, I have no keyboard until I select "About Wine" or
"Properties" in the menu.
I tried to launch it with --debugmsg +keyboard, and it makes the problem go away.
So I have no clue to begin the debuging process.
--
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=1038
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:53 -------
Bug comments restored from Gmane.org:
Using word 97 with the office assistant will make the assistant disappear as
soon as the main window looses it focus if the DLL shell.dll is builtin.
Using native shell.dll will make it works correctly.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1037
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:52 -------
Bug comments restored from Gmane.org:
Myself and a few others have been quite stumped by this error message from the
log. We think it relates to how The remedy gui application is attempting to use
memory but really cannot tell.
The specific error we are getting is:
err:seh:EXC_DefaultHandling Exception frame is not in stack limits => unable to
dispact exception
This error is generated when you click either on the ok or accounts buttons on
the main login screen to the remedy 5.0.1 application. This can be downloaded at:
www.remedy.com/customers/downloads.
Im not sure if this is even the right place to submit this since im not sure if
its even really a bug or if its just user errror so i do apologize if i have
wasted your time.
Thanks Much,
Ben Orkin
------- Additional Comments From crux <at> dok.org 2002-09-23 10:38 -------
Created an attachment (id=298)
--> (http://bugs.winehq.com/attachment.cgi?id=298&action=view)
This is the log file of the application crash
------- Additional Comments From crux <at> dok.org 2002-09-23 10:38 -------
*** This bug has been confirmed by popular vote. ***
--
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=1036
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:51 -------
Bug comments restored from Gmane.org:
Painter 7 starts to load then gives unhandled exception. Where do I attach the
output from bug_report.pl?
------- Additional Comments From peter.bowmar <at> gte.net 2002-09-22 18:32 -------
Created an attachment (id=295)
--> (http://bugs.winehq.com/attachment.cgi?id=295&action=view)
shorter output from bug-report.pl
--
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=1035
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:50 -------
Bug comments restored from Gmane.org:
Since your documentation says this should not happened, I figured that the
following should be reported as a bug report :
I've installed Smartsuite 97, french language, on an Athlon-XP pc using
selfcompiled kernel 2.4.19, and running the latest Slackware-Current (XFree
4.2.1, KDE 3.0.3, gcc 3.2 compiler, glibc 2.2.5, latest Wine 20020904 compiled
with gcc 3.2).
The installer crashed at the end when trying to map some network device (the
online regsitration probably) but the installation seem to have worked
otherwise correctly.
But when I try to start Word Pro, it seems to start, the main window appear
and then it crashes, the following message appearing in the console :
wine: Unhandled exception, starting debugger...
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x400d6933
Terminated
As for 123, it also crashes but the debugger seems to hang and yields no
message.
Don't hesitate to contact me for further details, since I really want to use
this app. I can run any test you want.
Best regards,
--
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=1034
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:50 -------
Bug comments restored from Gmane.org:
Here is a Write (.wri) to RTF converter. I've done this by comparing the
output of write32.cnv to my own. It's now almost the same (the reason that
I haven't attached is that I'm still improving it).
Now I have enough information to write a write32.cnv, but I don't know if there's
any need for this.
The license is currently GPL, but I'm going to change it to LGPL
--
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=1030
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:47 -------
Bug comments restored from Gmane.org:
I had problems with compiling a new version of wine. I analysed a problem
and I have found that configure script does a very bad job.
It generates under some circumstances wrong macro __ASM_FUNC inside config.h
file.
---------------WRONG----------------
/* Define to a macro to generate an assembly function directive */
#define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
---------------GOOD----------------
/* Define to a macro to generate an assembly function directive */
#define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
When I replaced a definition of __ASM_FUNC from previous release of wine,
everything was compiled succesfully. Could you explain me what does this new
feature mean?
---------see errorneous OUTPUT of COMPILER-------
gcc -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-
boundary=2 -fPIC -D__WINE__ -DDLLDIR="\"/usr/local/lib/wine\"" -D_REENTRANT -
I/usr/X11R6/include -o ldt.o ldt.c
ldt.s: Assembler messages:
ldt.s:1550: Error: unknown pseudo-op: `.def'
ldt.s:1550: Error: unknown pseudo-op: `.scl'
ldt.s:1550: Error: unrecognized symbol type ""
ldt.s:1550: Warning: rest of line ignored; first ignored character is `3'
ldt.s:1550: Error: unknown pseudo-op: `.endef'
ldt.s:1556: Error: unknown pseudo-op: `.def'
ldt.s:1556: Error: unknown pseudo-op: `.scl'
ldt.s:1556: Error: unrecognized symbol type ""
ldt.s:1556: Warning: rest of line ignored; first ignored character is `3'
ldt.s:1556: Error: unknown pseudo-op: `.endef'
ldt.s:1562: Error: unknown pseudo-op: `.def'
ldt.s:1562: Error: unknown pseudo-op: `.scl'
ldt.s:1562: Error: unrecognized symbol type ""
ldt.s:1562: Warning: rest of line ignored; first ignored character is `3'
ldt.s:1562: Error: unknown pseudo-op: `.endef'
ldt.s:1568: Error: unknown pseudo-op: `.def'
ldt.s:1568: Error: unknown pseudo-op: `.scl'
ldt.s:1568: Error: unrecognized symbol type ""
ldt.s:1568: Warning: rest of line ignored; first ignored character is `3'
ldt.s:1568: Error: unknown pseudo-op: `.endef'
ldt.s:1574: Error: unknown pseudo-op: `.def'
ldt.s:1574: Error: unknown pseudo-op: `.scl'
ldt.s:1574: Error: unrecognized symbol type ""
ldt.s:1574: Warning: rest of line ignored; first ignored character is `3'
ldt.s:1574: Error: unknown pseudo-op: `.endef'
ldt.s:1580: Error: unknown pseudo-op: `.def'
ldt.s:1580: Error: unknown pseudo-op: `.scl'
ldt.s:1580: Error: unrecognized symbol type ""
ldt.s:1580: Warning: rest of line ignored; first ignored character is `3'
ldt.s:1580: Error: unknown pseudo-op: `.endef'
ldt.s:1586: Error: unknown pseudo-op: `.def'
ldt.s:1586: Error: unknown pseudo-op: `.scl'
ldt.s:1586: Error: unrecognized symbol type ""
ldt.s:1586: Warning: rest of line ignored; first ignored character is `3'
ldt.s:1586: Error: unknown pseudo-op: `.endef'
ldt.s:1593: Error: unknown pseudo-op: `.def'
ldt.s:1593: Error: unknown pseudo-op: `.scl'
ldt.s:1593: Error: unrecognized symbol type ""
ldt.s:1593: Warning: rest of line ignored; first ignored character is `3'
ldt.s:1593: Error: unknown pseudo-op: `.endef'
make: *** [ldt.o] Error 1
------- Additional Comments From fojtik <at> htc.honeywell.cz 2002-09-17 02:18 -------
My OS configuration is:
Slackware 7 + kernel 2.2.21 + gcc 3.0
------- Additional Comments From marcus <at> jet.franken.de 2002-09-17 15:06 -------
Can you ionclude the config.log file generated by configure please?
------- Additional Comments From fojtik <at> htc.honeywell.cz 2002-09-23 01:38 -------
Created an attachment (id=296)
--> (http://bugs.winehq.com/attachment.cgi?id=296&action=view)
The output of failing configure script
------- Additional Comments From fojtik <at> htc.honeywell.cz 2002-09-23 01:39 -------
Created an attachment (id=297)
--> (http://bugs.winehq.com/attachment.cgi?id=297&action=view)
The output of correct configure script - same enviroment
------- Additional Comments From fojtik <at> htc.honeywell.cz 2002-09-23 01:42 -------
You could kindly discard this bug. I tested against current snapshot and the
bug did not occur any more. When I meet with it in the future, I'll reactivate
this bug.
I have archived failing configure script for a while if you want trace out
the source of this bug.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-09-29
23:57 -------
Marking as INVALID
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:35 -------
Closing
--
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=1029
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:45 -------
Bug comments restored from Gmane.org:
The HP OmniBack Windows 4.1 GUI does not startup at all. Error message:
flinx:~/.wine/fake_windows/Program Files/OmniBack/bin $ wine omnicc.exe
fixme:string:GetDateFormatW STUB (should call OLE_GetFormatW)
fixme:string:GetDateFormatW STUB (should call OLE_GetFormatW)
Cannot open desired message catalog!
Aborting!
Wine failed with return code 3
--
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=1028
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:45 -------
Bug comments restored from Gmane.org:
When running Quicken 2000 Deluxe on Red Hat 7.3, using the current Wine CVS (as
of about 10:00 AM EDT [GMT -04:00], Sep 16, 2002), the following scenario takes
place:
Press <ctrl><J> to get the Scheduled Transaction List.
Select a Group of transactions already on file <click>.
Press <Alt><D> to edit the scheduled group "header".
Click <OK> button.
At this point, Wine seems to hang (no response from any window activity,
including pressing the "x" box in an attempt to close the window). Only Wine
hangs, as you can switch to other windows using <alt><tab> (assuming Wine is
Managed=Y in ~/.wine/config). The Wine process must be killed (-HUP seems to
work OK).
On a Win NT box that I have, after clicking the OK button, a list of Memorized
transactions are shown, and the user can select which ones should be included in
the group.
This bug duplicated on all scheduled groups in my data file.
The same thing happens when adding a new group (<ctrl><J>; <alt><N>;
<Group
button>; {fill in test data}; <OK Button>; {{HANG}}).
--
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=1026
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:43 -------
Bug comments restored from Gmane.org:
Exception of buffer overflow.
#6 0x404b3b49 in DEBUG_GetSymbolValue (
name=0x4081e192
"insert_unique__t8_Rb_tree5Zt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b1i0Zt4pair2ZCt12basic_string3ZcZt18string_char_traits1ZcZt24__default_alloc_template2b1i0ZQ34Arts19D"...,
lineno=-1,
rtn=0x4061680c, bp_flag=0) at /usr/include/bits/stdio.h:43
#7 0x404bceed in DEBUG_ProcessElfSymtab (module=0x8eb6710,
addr=0x407fb000 "\177ELF\001\001\001", load_addr=1101963264,
symtab=0x408c0a0c, strtab=0x408c0a34) at stabs.c:1073
#8 0x404bd2a7 in DEBUG_LoadElfStabs (module=0x8eb6710) at stabs.c:1191
#9 0x404bd5d0 in DEBUG_ProcessElfFile (
filename=0x406169c4 "/usr/lib/libmcop-gcc2.96.so.1",
load_offset=1101963264, dyn_addr=0x0) at stabs.c:1300
#10 0x404bd780 in DEBUG_ProcessElfObject (
filename=0x406169c4 "/usr/lib/libmcop-gcc2.96.so.1",
load_offset=1101963264, dyn_addr=0x0) at stabs.c:1349
#11 0x404bd8df in DEBUG_WalkList (dbg_hdr=0x40616b3c) at stabs.c:1387
#12 0x404bd94d in DEBUG_RescanElf () at stabs.c:1404
#13 0x404ac442 in DEBUG_ShallBreak (bpnum=2) at break.c:790
#14 0x404ac4bf in DEBUG_ShouldContinue (addr=0x40616bf0, code=2147483651,
count=0x80600d4) at break.c:823
#15 0x404c0fa2 in DEBUG_ExceptionProlog (is_debug=1, force=0,
code=2147483651)
at winedbg.c:390
#16 0x404c156b in DEBUG_HandleException (rec=0x40616de4, first_chance=1,
force=0) at winedbg.c:582
#17 0x404c16d9 in DEBUG_HandleDebugEvent (de=0x40616dd8) at winedbg.c:627
#18 0x404c1cae in DEBUG_MainLoop () at winedbg.c:882
#19 0x404c22fe in main (argc=2, argv=0xbffffa28) at winedbg.c:1114
#20 0x404aa16b in __wine_exe_main () at winedbg.exe.spec.c:544
#21 0x400cdf5c in start_process () at ../../scheduler/process.c:564
#22 0x400d1f53 in call_on_thread_stack (func=0x400cdd04)
at ../../scheduler/sysdeps.c:112
------- Additional Comments From pouech <at> winehq.com 2003-05-08 14:09 -------
made winedbg not to crash on this (nor raise assertions)
but extra long C++ symbols are not supported anyway
--
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=1025
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:42 -------
Bug comments restored from Gmane.org:
The HotDocs legal document application appears to perform
it's application logic properly.
However, when entering
data in dialog boxes or child windows, fields and buttons in
these
windows don't respond to input until the cursor is moved
out of the window (and then returned
for further input). The
buttons don'e depress, and keyboard input does not appear in
the
text field until the cursor is moved out of the window;
no mouseclick is needed, just moving the
cursor.
Wine was installeld as follows
- Suse 7.3, Wine 20020804 rpm from Suse.com
- Win98
dir copied to "fakewindows"
- Application files were _not_ installed on Wine, but
rather the
application was run from it's original directory
created when it was installed on Win98.
-
Application DLL's were copied "fakewindows" as needed
based on errs displayed on the
initiating console.
The app appears to be 16bit. Don't know what libraries
or tools were
used to make 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=1022
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:41 -------
Bug comments restored from Gmane.org:
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please
report)
fixme:reg:RegFlushKey (74): stub
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x45200028)->(00000000,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x45200028)->(00000000,00000013)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x45200028)->(00000000,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x45200028)->(00050085,00000013)
fixme:dc:LockWindowUpdate (50085), partial stub!
------- Additional Comments From corporal_pisang <at> counter-strike.com.my
2002-09-13 04:58
-------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From u_a1bargnesi <at> umassd.edu 2002-12-05 15:32
-------
annoying bug...I need milkshape 3d to work in linux, and this crap is stopping
it. The thing is the program doesn't use sound, so why is this a big deal
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-16 15:13
-------
It's not what's stopping it, and it's not a big deal (I guess).
What makes you think that one single debug output specifies what millions of
(hidden) trace line instructions do ?
It could be due to this message, but experience makes me think it isn't.
Only a --debugmsg +relay,+midi log file or similar could tell more about the
real cause of the program not working...
--
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=1021
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:39 -------
Bug comments restored from Gmane.org:
In order to install Intellicad 98 (from Visio), I first had to install
dcom95.exe from http://www.microsoft.com/com/dcom/dcom95/download.asp,
otherwise the InstallShield installation would fail.
After installation, I am unable to run Intellicad 98. Only the splash screen
comes up, and then I get 'Unhandled exceptions' from Wine.
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-09-12
18:19 -------
Created an attachment (id=289)
--> (http://bugs.winehq.com/attachment.cgi?id=289&action=view)
Intellicad 98 unhandled exception log file
------- Additional Comments From apa3a <at> yahoo.com 2002-09-13 10:19 -------
Oscar, the snippet shows that application tries to load ole library
C:\\windows\\system\\MSForms.TWD, but this file does not exist.
This file is in system32 subdirectory on my NT machine.
Do you have this file?
It looks lime MS Office can install it. Can you search the log if it mentions
this file before?
Did you check out the AppDB entry for Intellicad 2000?
http://appdb.winehq.com/appview.php?appId=78&versionId=100
It contains reference to HOWTO.
BTW, you could add an entry for 98 version to the AppDB.
------- Additional Comments From apa3a <at> yahoo.com 2002-09-13 10:22 -------
It looks like this file has relation to MS Office Visual Basic Editor.
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-09-13
16:27 -------
http://bugs.winehq.com/show_bug.cgi?id=1019
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:37 -------
Bug comments restored from Gmane.org:
Auto-generated debug report by Wine Quick Debug Report Maker Thingy:
WINE Version: Wine 20020804
Windows Version: None Installed
Distribution: RedHat 7.0
Kernel Version: 2.2.16-22
OS Type: Linux
CPU: i686
GCC Version: Configured with: ./configure
Program: Microsoft Internet Explorer 6.0
Program Type: Win32
Debug Options: -debugmsg +setupapi
Other Extra Commands Passed:
Extra ./configure Commands: None
Wine Dependencies:
libntdll.dll.so => /usr/local/lib/libntdll.dll.so (0x40024000)
libwine.so => /usr/local/lib/libwine.so (0x4013f000)
libwine_unicode.so => /usr/local/lib/libwine_unicode.so (0x40157000)
libm.so.6 => /lib/libm.so.6 (0x40221000)
libc.so.6 => /lib/libc.so.6 (0x40241000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x40362000)
libdl.so.2 => /lib/libdl.so.2 (0x4036b000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
Last 200 lines of debug output follows:
/usr/local/bin/wine: cannot find '/home/Matt/ie6setup.exe'
I have a copy of the full debug report, if it is needed.
Thank you!
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-09-09
19:47 -------
/usr/local/bin/wine: cannot find '/home/Matt/ie6setup.exe'
^^^^^^ ^^^^
No debuging information here since the program did not run.
------- Additional Comments From mcbridematt <at> hotmail.com 2002-09-10 02:02
-------
Sorry for that.
I downloaded IE 5.5 setup and it had that problem in there to, and microsoft
claims IE 5.5 does run on Windows 95 (which wine returns from IpGetProfileString16).
I remember that the original IE5 installer did work, but failed to install IE
itself.
trace:setupapi:GenFormStrWithoutPlaceHolders16 "2.5" -> "2.5"
trace:setupapi:SetupOpenInfFileW L"E:\\IXP001.TMP\\IESetup.inf" -> 0x403ca7c8
trace:setupapi:SetupFindNextMatchLineW (0x403ca7c8,L"Version",L"signature"):
returning 0
trace:setupapi:IpGetProfileString16 0x403ca7c8: section "version" entry
"signature" ret "$Chicago$"
trace:setupapi:GenFormStrWithoutPlaceHolders16 "2.5" -> "2.5"
trace:setupapi:SetupOpenInfFileW L"E:\\IXP001.TMP\\IESetup.inf" -> 0x403c97c0
trace:setupapi:SetupFindNextMatchLineW (0x403c97c0,L"Version",L"signature"):
returning 0
trace:setupapi:IpGetProfileString16 0x403c97c0: section "version" entry
"signature" ret "$Chicago$"
trace:setupapi:GenFormStrWithoutPlaceHolders16 "CustInstDestSection" ->
"CustInstDestSection"
trace:setupapi:SetupOpenInfFileW L"E:\\IXP001.TMP\\IESetup.inf" -> 0x403cc7d0
trace:setupapi:SetupFindNextMatchLineW (0x403cc7d0,L"Version",L"signature"):
returning 0
trace:setupapi:IpGetProfileString16 0x403cc7d0: section "version" entry
"signature" ret "$Chicago$"
trace:setupapi:GenFormStrWithoutPlaceHolders16
"HKLM,\"Software\\Microsoft\\Windows\\CurrentVersion\",\"ProgramFilesDir\",,\"%24%\\%LProgramF%\""
->
"HKLM,\"Software\\Microsoft\\Windows\\CurrentVersion\",\"ProgramFilesDir\",,\"C:\\\\Program
Files\""
Notice IpGetProfileString16 returns $Chicago$, which is the codename for Windows
95 and which Windows 95 uses to identify itself. (also appears in INF files)
Searching for some answers, I looked to the wine debugger:
$ winedbg ie6setup.exe --debugmsg +relay
then backtraced:
Wine-dbg>bt
Backtrace:
=>0 0x400e2853 (start_process+0x2a3 [process.c] in libntdll.dll.so) (ebp=405c6f2
8)
1 0x400e7bbe (call_on_thread_stack+0x8e [sysdeps.c] in libntdll.dll.so) (ebp=4
05c6ff4)
2 0x400e7d5c (SYSDEPS_CallOnStack+0x14 in libntdll.dll.so) (ebp=00000000)
then disassembled it:
Wine-dbg>disassemble
0x400e2853 (start_process+0x2a3 [process.c] in libntdll.dll.so): xorl %eax,%ea
x
0x400e2855 (start_process+0x2a5 [process.c] in libntdll.dll.so): movl %eax,%fs
:0x60
0x400e285b (start_process+0x2ab [process.c] in libntdll.dll.so): movl $0x0,0x0
(%esp)
0x400e2862 (start_process+0x2b2 [process.c] in libntdll.dll.so): call *0xfffff
f6c(%ebp)
0x400e2868 (start_process+0x2b8 [process.c] in libntdll.dll.so): subl $4,%esp
0x400e286b (start_process+0x2bb [process.c] in libntdll.dll.so): movl %eax,0x0
(%esp)
0x400e286e (start_process+0x2be [process.c] in libntdll.dll.so): call 0x40058b
f8 (_init+0x13c0 in libntdll.dll.so)
0x400e2873 (start_process+0x2c3 [process.c] in libntdll.dll.so): xorl %esi,%es
i
0x400e2875 (start_process+0x2c5 [process.c] in libntdll.dll.so): jmp 0x400e26
51 (start_process+0xa1 [process.c] in libntdll.dll.so)
0x400e287a (start_process+0x2ca [process.c] in libntdll.dll.so): leal 0x0(%esi
),%esi
Ie6setup killed itself, then wine's own debugger made an exception, and opened
gdb:
(gdb) #0 0x402f1bf1 in ?? ()
(gdb) #1 0x404c7a42 in ?? ()
(gdb) #2 0x404e11b1 in ?? ()
(gdb) #3 0x400f2848 in ?? ()
(gdb) #4 0x400f1fbf in ?? ()
(gdb) #5 0x400f2382 in ?? ()
(gdb) #6 0x400ff372 in ?? ()
(gdb) #7 0x400ff8c1 in ?? ()
(gdb) #8 <signal handler called>
(gdb) #9 0x404da1c2 in ?? ()
(gdb) #10 0x404e00f2 in ?? ()
(gdb) #11 0x404e1326 in ?? ()
(gdb) #12 0x404dece3 in ?? ()
(gdb) #13 0x404df117 in ?? ()
(gdb) #14 0x404c21a0 in ?? ()
(gdb) #15 0x400e2868 in ?? ()
(gdb) #16 0x400e7bbe in ?? ()
--
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=1018
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:36 -------
Bug comments restored from Gmane.org:
So far this has happened with all of the p2p apps i have installed (KaZaA,
iMesh). this post is concerning iMesh. the iMesh install exe works fine, and
looks to have installed with no problems. when i cd into the dir iMesh is
installed (~/.wine/fake_windows/Program\ Files/iMesh/Client) and run
imesh_336.exe I get this error message:
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134660448
104") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
when i run iMeshClient.exe (in the same dir) I get the same message followed
by:
err:local:LOCAL_GetBlock not enough space in USER heap 021f for 60 bytes
err:menu:MENU_GetSysMenu failed to load system menu!
this repeats for a good solid 10 minutes before a wine desktop window shows
then closes immidiately.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-09-09
19:40 -------
If your version of wine is indeed 20010112 you should get a newer version. Links
are provided here.http://www.winehq.org/download/
Not having the debugger installed is usually the symptom of installing from rpm.
and not from source. Most packagers do not configure the debugger with the
assumption that if you are using the rpm you don't know what to do with debugger
anyways.
When you install from source using ./tools/wineinstall program the debugger is
automaticly configured.
If you know what to do with the debugger, the instructions for setting it up are
here http://www.winehq.org/Docs/wine-devel/dbg-config.shtml
(you need to run
regedit to add the entry)
This is not a valid bug.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:34 -------
Closing
--
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=1017
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:35 -------
Bug comments restored from Gmane.org:
Hello there,
I tested a Office Package called "Papyrus Office" for a friend which plans
to migrate his system to linux.
Now i'd take the beta from the page and want install it but it was rapidly
stopped with this message:
manuel@prodigy7:/tmp > wine PAPWDEMO.EXE
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
wine: Unhandled exception, starting debugger...
I think it have not the highest priority to solve this problem but maybe
there's an bug in wine, how like ever
Happy wineing :-)
Greetings
Manuel
P.S.: Sorry for my bad and maybe not best understandable english
------- Additional Comments From spetreolle <at> yahoo.fr 2002-09-19 21:58 -------
please read dbg-config.html
aka Chaper 2.5 of wine documentation
to configure your debugger properly.
--
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=1016
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:35 -------
Bug comments restored from Gmane.org:
The app I am using is Delorme's AAA MapNGo 4.0, a mapping program (so I don't
have the source). The program can draw crosshatched highlights for user objects
as well as map features.
When a crosshatched object is drawn, the area covered by the object is filled in
black. This is independant of the requested object being drawn - ask for a
crosshatched blue circle, get a black circle.
I can tell that the items behind the object are drawn, then the object
overwrites them.
This has been the case for as long as I've been able to run MN4 under Wine, and
I have confirmed it on a CVS pull of a few minutes ago (5 Sept 2002 at 20:00 CDT).
--
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=1015
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:34 -------
Bug comments restored from Gmane.org:
------- Additional Comments From us <at> the-edmeades.demon.co.uk 2002-10-01
04:40 -------
Have you got a native d3d8.dll in c:\windows\system? I didnt think we supported
that. However, dx8 support is very, very minimal in wine just now. Try latest
cvs, ./configure --enable-opengl might be required to ensure d3d8 support gets
compiled depending on your opengl settings. I suspect you'll just get different
errors though...
--
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=1011
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:31 -------
Bug comments restored from Gmane.org:
G'day Everyone,
I'm having some problem trying to install codeweaver-wine in Lycoris
Desktop/LX. It tells me that the XFree86 lib or sumthin like that is
incompatible. Apparently, Lycoris uses version .025 while mandrake uses
version .023 So it works well with Mandrake but not in Lycoris. Could you guyz
be of much assisatnce to me?. I'm actually writing from a company in Malaysia
that serves many of the bluechip companies over here. I sincerely hope you guyz
could look into the matter ASAP asI need to do a roll out on the 15.9.2002 and
I need to be well prepared before that. Thanx for the 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=1009
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:28 -------
Bug comments restored from Gmane.org:
WINE almost correctly uses charset cp1251 for text in Russia.
The only place it takes incorrect is filenames.
If I fire an open dialog, I get Russian filenames wrong.
To reproduce this kind of distortion in a web browser
(just for me to explain easily what it is),
create a file with text in koi8-r and view it as if it was in cp1251
- you will have exactly he same distortion of characters.
In all places where a program displays the filename, I get the same distortion,
but files are opened OK.
--
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=1010
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:28 -------
Bug comments restored from Gmane.org:
I've been trying to install and run a simple Visual Fox Pro 6 application.
At first, I was having trouble registering MSCAL.OCX. I solved that by adding
the line "comcat"="builtin,native" to the DLLOverrides section of
~/.wine/config. The application installed, and all the components registered
properly.
But when I try to run the application, I'm immediately dropped to the debug
window, with the following (final) statement:
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0c0b4ce6).
In 32-bit mode.
0x0c0b4ce6 (VFP6R.DLL.DllWinMain+0x5e1e9 in
C:\WINDOWS\SYSTEM\VFP6R.DLL): mov1
0x0(%eax),%eax
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-09-05
11:11 -------
I've gotten over this problem by setting "nt40", "win2k" or "winxp" as
the
Windoze version to imitate.
The Visual FoxPro application now runs, although with "OLE exception errors".
That's a completely different matter though, so I consider this particular case
closed.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-09-05 11:24
-------
So you want to tell us that Visual FoxPro only runs on an NT-based Windows version
(NT, Win 2000, XP) and never on a Win 9x system, right ?
Or why else would you consider this bug to be closed ?
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-09-05
11:35 -------
No, that's not exactly the way I would interpret things.
At least on Wine, Visual FoxPro "runs" when Wine is imitating NT40, W2K or WXP,
but not when it's imitating W9x. It seems like a simple workaround.
And I say "runs", because I'm still getting OLE exception errors.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-09-05 11:46
-------
Did you realize what you just said ? You said it's a *workaround*, not a bug fix.
Thus this bug is still valid :)
(as I'm damn sure that VFP *should* run on a Win 9x based system)
Sounds like there's a problem with some Wine Win9x support code that's being run
when the app decides to switch to Win9x mode instead of NT mode.
So should that bug be reopened ?
(please submit a --debugmsg +Relay log file in win9x mode in this case)
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-09-05 11:47
-------
Argl, I meant --debugmsg +relay
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-09-13
09:45 -------
Created an attachment (id=290)
--> (http://bugs.winehq.com/attachment.cgi?id=290&action=view)
Debug messages when imitating Win 9x
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-09-13
09:46 -------
Created an attachment (id=291)
--> (http://bugs.winehq.com/attachment.cgi?id=291&action=view)
More (but similar) debug messages when imitating Win 9x
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-09-13
09:47 -------
As Andreas Mohr pointed out, the bug persists when Wine imitates Win 9x, so it
can't really be considered closed.
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-09-18
18:13 -------
When imitating Win9x and thus causing the unhandled exception, the debugger and
it's bt command report:
> Unhandled exception: page fault on read access to 0x0000000 in 32-bit code
(0x0c0b4ce6)
> In 32-bit mode
> 0x0c0b4ce6 (VFP6R.DLL.DllWinMain+0x5e1e9 in
C:\WINDOWS\SYSTEM\VFP6R.DLL): movl
0x0(%eax),%eax
> Wine-dbg>bt
> Backtrace:
> 0 0x0c0b4ce6 (VFP6R.DLL.DllWinMain+0x5e1e9 in
C:\WINDOWS\SYSTEM\VFP6R.DLL)
(ebp=405d664c)
> 1 0x0c0f162e (VFP6R.DLL.DllOleInit+0x.6b8f in
C:\WINDOWS\SYSTEM\VFP6R.DLL)
(ebp=0000100f)
------- Additional Comments From aztecconsultants <at> java.fsbusiness.co.uk
2003-04-02 12:03
-------
I have to say that this bug is also to be found in Visual FoxPro 6.0 SP5
running under native Win2K SP3. It only occurs if you use an OCX control on a
form. I believe that it is related to an OCX control firing internal events.
When considering GPF faults with Visual FoxPro it is better to make sure that
they do not occur on the native platform. FoxPro is single threaded (or stolen
zero threaded during big SQL extracts!) so how it responds to underlying
windows messages is very precarious.
To date I have about 20 different variations of various unacknoledge Visual
FoxPro GPFs. I have to work around then all during my Visual FoxPro
development. I did report them via MS WWW site but noticed months later that
they had no outstanding bugs with this horrid product so I stopped reporting
them!
I am now a Sun Java Certified programmer and hope never to have to deal with
this FoxPro product again.
Anton
------- Additional Comments From abdulet <at> x-mail.net 2003-06-06 06:04 -------
seems visual fox only works in a windowsNT wine installation/simulation look
here for details http://appdb.winehq.com/appview.php?appId=296
S8^>
--
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=1007
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:24 -------
Bug comments restored from Gmane.org:
------- Additional Comments From centaur <at> netmagic.net 2002-08-30 19:43 -------
I am trying to get the client program for ParadisePoker.com running on wine. It
was working until a few days ago when they distributed an updated version of the
client. winedbg reports unimplemented function: kernel32.dll.Heap32ListFirst
when I try to run it now. Looking at the spec file, I see that none of the
Heap32* functions are implemented. I would like to help any way I can, but
after reviewing the MSDN descriptions of the functions and some of the code
involved in related functions such as CreateToolhelp32Snapshot, I think it may
be a bit beyond what I currently know. Any tips are appreciated, and I would be
happy to provide the debug info I've collected so far.
Per Nystrom
------- Additional Comments From centaur <at> netmagic.net 2002-09-03 00:53 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From centaur <at> netmagic.net 2002-09-04 23:55 -------
Here's abbreviated --debugmsg +relay output, though I'm not really sure if I've
gotten the part where it starts to barf. I've done some more reading, and it
sounds to me like CreateToolhelp32Snapshot and friends are typically used for
Windows debugging (is this correct?) so maybe the real culprit is further up the
chain. Any help would be greatly appreciated!
08c58100:Call user32.GetCursorInfo(422a6590) ret=40c743a4
08c58100:Call x11drv.GetCursorPos(422a659c) ret=408279ad
08c58100:Ret x11drv.GetCursorPos() retval=00000134 ret=408279ad
08c58100:Ret user32.GetCursorInfo() retval=00000001 ret=40c743a4
08c58100:Call kernel32.GetCurrentThreadId() ret=40c73473
08c58100:Ret kernel32.GetCurrentThreadId() retval=08c58100 ret=40c73473
08c58100:Call user32.GetQueueStatus(000000bf) ret=40c743d0
08c58100:Ret user32.GetQueueStatus() retval=00000000 ret=40c743d0
08c58100:Call kernel32.GetCurrentThreadId() ret=40c73473
08c58100:Ret kernel32.GetCurrentThreadId() retval=08c58100 ret=40c73473
08c58100:Call kernel32.FreeLibrary(407e0000) ret=40c743f1
08c58100:Ret kernel32.FreeLibrary() retval=00000001 ret=40c743f1
08c58100:Call kernel32.GetProcAddress(40610000,40cbe7f0
"CreateToolhelp32Snapshot") ret=40c74401
08c58100:Ret kernel32.GetProcAddress() retval=40677000 ret=40c74401
08c58100:Call kernel32.GetProcAddress(40610000,40cbe7e4 "Heap32First")
ret=40c7440b
08c58100:Ret kernel32.GetProcAddress() retval=4061771c ret=40c7440b
08c58100:Call kernel32.GetProcAddress(40610000,40cbe7d8 "Heap32Next")
ret=40c74417
08c58100:Ret kernel32.GetProcAddress() retval=40617770 ret=40c74417
08c58100:Call kernel32.GetProcAddress(40610000,40cbe7c8 "Heap32ListFirst")
ret=40c74423
08c58100:Ret kernel32.GetProcAddress() retval=40617738 ret=40c74423
08c58100:Call kernel32.GetProcAddress(40610000,40cbe7b8 "Heap32ListNext")
ret=40c7442d
08c58100:Ret kernel32.GetProcAddress() retval=40617754 ret=40c7442d
08c58100:Call kernel32.GetProcAddress(40610000,40cbe7a8 "Process32First")
ret=40c74439
08c58100:Ret kernel32.GetProcAddress() retval=40678d10 ret=40c74439
08c58100:Call kernel32.GetProcAddress(40610000,40cbe798 "Process32Next")
ret=40c74445
08c58100:Ret kernel32.GetProcAddress() retval=40678d20 ret=40c74445
08c58100:Call kernel32.GetProcAddress(40610000,40cbe788 "Thread32First")
ret=40c74451
08c58100:Ret kernel32.GetProcAddress() retval=406797c0 ret=40c74451
08c58100:Call kernel32.GetProcAddress(40610000,40cbe778 "Thread32Next")
ret=40c7445d
08c58100:Ret kernel32.GetProcAddress() retval=406797d0 ret=40c7445d
08c58100:Call kernel32.GetProcAddress(40610000,40cbe768 "Module32First")
ret=40c74469
08c58100:Ret kernel32.GetProcAddress() retval=40678ad0 ret=40c74469
08c58100:Call kernel32.GetProcAddress(40610000,40cbe758 "Module32Next")
ret=40c74475
08c58100:Ret kernel32.GetProcAddress() retval=40678ae0 ret=40c74475
08c58100:Call kernel32.CreateToolhelp32Snapshot(0000000f,00000000)
ret=40c744f7
08c58100:Ret kernel32.CreateToolhelp32Snapshot() retval=000000c4 ret=40c744f7
08c58100:Call kernel32.GetLastError() ret=00443683
08c58100:Ret kernel32.GetLastError() retval=00000002 ret=00443683
08c58100:Call kernel32.TlsGetValue(00000009) ret=00443691
08c58100:Ret kernel32.TlsGetValue() retval=41bd01e0 ret=00443691
08c58100:Call kernel32.SetLastError(00000002) ret=004436dd
08c58100:Ret kernel32.SetLastError() retval=00000002 ret=004436dd
08c58100:Call kernel32.UnhandledExceptionFilter(422a60a0) ret=00444eb6
08c58100:Call kernel32.IsBadCodePtr(7800b322) ret=00449078
08c58100:Ret kernel32.IsBadCodePtr() retval=00000000 ret=00449078
wine: Unhandled exception, starting debugger...
--
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=1006
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:22 -------
Bug comments restored from Gmane.org:
I can see the following error while trying to execute Pervasive's iscout program
to test Database interactivity over the network:
fixme:win32:CallNamedPipeA "\\\\BTI-RICHARD\\PIPE\\BMKDE\\FUNCTION.PIP"
0x405d5e98 82 0x405d5fbc 82 0x405d6010 10000
fixme:netbios:Netbios NCBADDNAME
fixme:netbios:Netbios NCBADDNAME
Can I Fix this?. I've seen an error like this one with PeekNamedPipe
Can you help me?.
Thanks in advance
------------------
Pablo Abrile
Informatica
UNCPBA
http://www.unicen.edu.ar
--
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=1004
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:21 -------
Bug comments restored from Gmane.org:
Attempting to install Eudora Pro 4.2, I got the following error popup:
Eudora Pro Email 4.2 Setup
An error occurred during the move data process: -160
Component: Eudora\Shared DLLs
File Group: Shared DLLs
File: Wininet.dll
If you need more info, let me know what you want and how to generate 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=1003
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:21 -------
Bug comments restored from Gmane.org:
I first noted this in ACCPAC but have attached a minimal case that demonstrates
the same problem. The issue requires a native comctl32.dll (specifically I
used a Windows NT one).
If an image list is created and no background is set (or, in the ACCPAC case if
the background is not white) then random pixels appear in the background of the
icon.
I believe that this has to be something to do with the gdi and the bitmap code.
------- Additional Comments From billmedland <at> look.ca 2002-08-29 15:31 -------
Created an attachment (id=281)
--> (http://bugs.winehq.com/attachment.cgi?id=281&action=view)
source for program demonstarting the problem.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1002
------- Additional Comments From z_god(a)wanadoo.nl 2003-23-06 05:20 -------
Bug comments restored from Gmane.org:
As in title ....
it was for string "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-iso8859"
and to mach "-%30[^-]-%100[^-]-%30[^-]-%30[^-]-%30[^-]-%n"
maches for [] paterns are not implemented.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-12 19:42
-------
please be more specific in your bug report
------- Additional Comments From michal.seliga <at> visicom.sk 2002-10-14 04:32
-------
Created an attachment (id=313)
--> (http://bugs.winehq.com/attachment.cgi?id=313&action=view)
Wine log (shortened)
------- Additional Comments From michal.seliga <at> visicom.sk 2002-10-14 04:34
-------
I see the same message while installing game Incubation (it worked perfectly
with wine version 20020605, it doesn't work now with 20021007)
I sent wine log as attachment, I hope it will help
Użytkownik wine-bugs <at> winehq.com napisał:
>http://bugs.winehq.com/show_bug.cgi?id=1002
>
>
>
>
>
>------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-12 19:42
-------
>please be more specific in your bug report
>
>DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
>RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
><http://bugs.winehq.com/show_bug.cgi?id=1002>.
>ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
>INSERTED IN THE BUG DATABASE.
>
>
As i wrote function call looks like
sscanf("-%30[^-]-%100[^-]-%30[^-]-%30[^-]-%30[^-]-%n","-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-iso8859",
... rest of the line)
runing program which contains this calls causes message
"fixme:msvcrt:MSVCRT_sscanf unhandled:
%["
I've looked in code and for me it looks like patterns [abc...z], [a-z], [^xgd] etc,etc are not
handled at all.
Jacek Bator
------- Additional Comments From nog <at> sdf.lonestar.org 2002-11-02 02:37 -------
I have implemented the [ format specifier in the scanf functions, I havn't been
able to look at the log because when I click on the link then it asks me it I
wan't to save the showattachment.cgi. I suppose this bug should be closed, anyone?
nog.
------- Additional Comments From nog <at> sdf.lonestar.org 2002-11-13 11:44 -------
I suppose I should have been more clear: Someone should close this bug.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-13 15:48
-------
Yep, closed.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-13 15:49
-------
Now close 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.