http://bugs.winehq.com/show_bug.cgi?id=1670
------- Additional Comments From puoti(a)inwind.it 2003-11-12 17:17 -------
2 bugs crash mafia, backtraces from wine-20031212 follow
this occurs when driving about for a while
Unhandled exception: assertion failed in 32-bit code (0x400b8d71).
In 32-bit mode.
0x400b8d71 (MSVCRT.DLL.frexp+0xc71): movl %edx,%ebx
Wine-dbg>bt
Backtrace:
=>0 0x400b8d71 (MSVCRT.DLL.frexp+0xc71) (ebp=422bff50)
1 0x40048b8b (VORBISFILE.DLL..reloc+0x30042b8b) (ebp=422bff70)
2 0x400b8b04 (MSVCRT.DLL.frexp+0xa04) (ebp=422bff90)
3 0x400ba1e0 (NTDLL.DLL.atol+0x220) (ebp=422c00c0)
4 0x400b20ad (VORBISFILE.DLL..reloc+0x300ac0ad) (ebp=422c0100)
5 0x41565307 (DSOUND.DLL.DllCanUnloadNow+0x2687 in DSOUND.DLL) (ebp=422c0140)
6 0x41565430 (DSOUND.DLL.DllCanUnloadNow+0x27b0 in DSOUND.DLL) (ebp=422c0154)
7 0x40a30535 (WINMM.DLL.mmsystemGetVersion+0x175 in WINMM.DLL) (ebp=422c017c)
8 0x40a306b7 (WINMM.DLL.mmsystemGetVersion+0x2f7 in WINMM.DLL) (ebp=422c01a8)
9 0x40a307d7 (WINMM.DLL.mmsystemGetVersion+0x417 in WINMM.DLL) (ebp=422c01c4)
10 0x404f81ac (KERNEL32.DLL.GetDOSEnvironment16+0x3dc in KERNEL32.DLL)
(ebp=422c0298)
11 0x40234194 (NTDLL.DLL.RtlVerifyVersionInfo+0xa54 in NTDLL.DLL) (ebp=422c0ad4)
12 0x40046600 (VORBISFILE.DLL..reloc+0x30040600) (ebp=422c0bd4)
13 0x4016aa37 (MSVCRT.DLL.strftime+0x3d447) (ebp=00000000)
This one usually occurs when you crash the car into something (Not people)
Unhandled exception: page fault on read access to 0x0000000c in 32-bit code
(0x40d4d407).
In 32-bit mode.
0x40d4d407 (D3D8.DLL.EntryPoint+0x15f27 in D3D8.DLL): movl
0x0(%eax,%edx,1),%eax
Wine-dbg>bt
Backtrace:
=>0 0x40d4d407 (D3D8.DLL.EntryPoint+0x15f27 in D3D8.DLL) (ebp=406bf7f8)
1 0x40d4e119 (D3D8.DLL.EntryPoint+0x16c39 in D3D8.DLL) (ebp=406bf900)
2 0x40d45d88 (D3D8.DLL.EntryPoint+0xe8a8 in D3D8.DLL) (ebp=406bf934)
3 0x40ad5eea (LS3DF.DLL.dbgPrintf1+0x1c5a in LS3DF.DLL) (ebp=406bf9dc)
4 0x40ab2ca0 (LS3DF.DLL.?LineLineIntersect@@YG_NABUS_vector@@000AAM1@Z+0x172e0
in LS3DF.DLL) (ebp=00000000)
--
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=1843
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From marcus(a)jet.franken.de 2003-11-12 12:55 -------
can you give us a download location for your app so we can test 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=1878
Summary: scanf with %i doesn't work
Product: Wine
Version: 20030813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: wine(a)alphawave.net
scanfing with %i produces incorrect values and gives a return code of 0, the
following simple example show clearly illustrates the problem and shows that %d
is OK.
int main(int argc, char *argv[])
{
int i, n;
argc--;
argv++;
if (argc == 0) return 0;
n = sscanf(argv[0], "%i", &i);
printf("%%i %s = %i %i\n", argv[0], i, n);
n = sscanf(argv[0], "%d", &i);
printf("%%d %s = %i %i\n", argv[0], i, n);
return 0;
}
compiled with gcc/mingw
$ gcc -dumpversion
3.2.1
$ gcc -dumpmachine
i586-mingw32msvc
$ wine ./test.exe 123
%i 123 = 1074824480 0
%d 123 = 123 1
Wine exited with a successful status
This test program works fine on a Windows PC
--
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=1877
Summary: halflife crashes with recent CVS
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: turgut(a)egenet.com.tr
System: mandrake 9.1, kernel: 2.4.22
halflife/cs crashes at startup when invoked with
wine -- hl.exe -gl -gldrv Default -full -w 1024 -game cstrike -noipx -nojoy
-numericping -console -toconsole
giving these errors:
err:ntdll:RtlpWaitForCriticalSection section 0x4024a0a0 "loader.c:
loader_section" wait timed out in thread 000a, blocked by 0009, retrying (60 sec)
wine: Unhandled exception (thread 000a), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x4024a0a0 "loader.c:
loader_section" wait timed out in thread 000a, blocked by 0009, retrying (60 sec)
(same setup worked before the last CVS 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=1590
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-11-12 00:42 -------
patch was applied to current CVS.
--
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=1842
rhubarbpie(a)mail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #431 is|0 |1
obsolete| |
------- Additional Comments From rhubarbpie(a)mail.com 2003-10-12 17:55 -------
Created an attachment (id=433)
--> (http://bugs.winehq.com/attachment.cgi?id=433&action=view)
Requested debugging text.
--
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=1874
------- Additional Comments From toph(a)abi2ooo.org 2003-10-12 17:35 -------
I ran the program in winedbg (log attached). The important lines are:
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x40227519)
0x40227519 (NTDLL.DLL.ZwWriteFile+0xd9 in NTDLL.DLL): movl 0x0(%edx),%eax
I also checked the interesting differences between the working WineX-version and
the current Wine:
grep WriteFile winex/dlls/ntdll/*
winex/dlls/ntdll/ntdll.spec:@ stub NtWriteFile
winex/dlls/ntdll/ntdll.spec:@ stub ZwWriteFile
winex/dlls/ntdll/ntdll.spec:@ stub NtWriteFileGather
root@z1709 work # grep WriteFile wine-20031118/dlls/ntdll/*
wine-20031118/dlls/ntdll/file.c: * NtWriteFile
[NTDLL.@]
wine-20031118/dlls/ntdll/file.c: * ZwWriteFile [NTDLL.@]
wine-20031118/dlls/ntdll/file.c:NTSTATUS WINAPI NtWriteFile(HANDLE hFile, HANDLE
hEvent,
wine-20031118/dlls/ntdll/ntdll.spec:@ stdcall NtWriteFile(long long ptr ptr ptr
ptr long ptr ptr)
wine-20031118/dlls/ntdll/ntdll.spec:@ stdcall ZwWriteFile(long long ptr ptr ptr
ptr long ptr ptr) NtWriteFile
wine-20031118/dlls/ntdll/ntdll.spec:@ stub NtWriteFileGather
Does that mean that ZwWriteFile is not implemented in the current WineX at all
and that's the reason why WineX works and Wine doesn't?
--
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.