http://bugs.winehq.com/show_bug.cgi?id=705
This bug depends on bug 784, which changed state:
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
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=705>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=784
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From spetreolle(a)yahoo.fr 2002-06-16 17:35 -------
I confirm the bug is resolved now. Changing it to fixed.
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=784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=784
------- Additional Comments From johane(a)lysator.liu.se 2002-06-16 15:06 -------
I believe this should be fixed now. Confirmation?
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=784>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=803
Summary: virtualdub hangs up
Product: Wine
Version: CVS
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: firewire(a)e-tahan.com
Virtualdub 1.4.10 was working well with 20020509, when i upgraded to 20020605,
then when i try to play a divx avi file i get these 2 lines :
fixme:thread:SYSDEPS_SpawnThread CreateThread: stub
fixme:thread:SYSDEPS_SpawnThread CreateThread: stub
then all i can do is kill the process.
i thought it could be due to the mp3 encoder, i disabled the internal one and
used the native windows, didn't change anything.
Thanks
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=803>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=800
------- Additional Comments From rankincj(a)yahoo.com 2002-06-15 04:53 -------
Here is what wine says before it crashes. This is just an obstacle in the way of
the output you're *really* interested in, of course:
$ wine --debugmsg +all /usr/local/bin/montypython
080786b0:trace:heap:RtlSizeHeap (40370000,00000002,40370094): returning 00000218
080786b0:trace:heap:RtlReAllocateHeap (40370000,00000002,40370094,00000234):
returning 403702d4
080786b0:trace:heap:RtlAllocateHeap (40370000,00000002,00000018): returning 40370094
080786b0:trace:heap:RtlAllocateHeap (40370000,00000002,00000038): returning 403700b4
080786b0:trace:reg:NtCreateKey
(0x0,L"Machine\\Software\\Wine\\Wine\0000\5555\01b1\0000\5246\4545t\4037`\4037\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa"...,<null>,0,f003f,0xbfffee8c)
080786b0:trace:reg:NtCreateKey <- 0x0010
080786b0:trace:heap:RtlFreeHeap (40370000,00000002,403700b4): returning TRUE
080786b0:trace:heap:RtlAllocateHeap (40370000,00000002,00000044): returning 403700b4
080786b0:trace:reg:NtCreateKey
(0x0,L"Machine\\Software\\Wine\\Wine\\Config\0000\01a5\0000\5246\4545t\4037`\4037\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa\aaaa"...,<null>,1,f003f,0x4011a420)
080786b0:trace:reg:NtCreateKey <- 0x0010
080786b0:trace:heap:RtlFreeHeap (40370000,00000002,403700b4): returning TRUE
Segmentation fault (core dumped)
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=800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=800
------- Additional Comments From rankincj(a)yahoo.com 2002-06-15 04:47 -------
While trying to generate your "--debugmsg +all" output, I received the following
core-dump:
#0 put_string_a (src=0xc0000000 <Address 0xc0000000 out of bounds>, n=5)
at debugtools.c:104
104 unsigned char c = *src++;
with the following back-trace:
(gdb) bt
#0 put_string_a (src=0xc0000000 <Address 0xc0000000 out of bounds>, n=5)
at debugtools.c:104
#1 0x400e1623 in NTDLL_dbgstr_an (src=0xbfffff3e "/home/chris", n=1015)
at debugtools.c:206
#2 0x40131129 in wine_dbgstr_an (s=0x6 <Address 0x6 out of bounds>, n=6)
at debug.c:401
#3 0x400a498c in lstrcpynA (dst=0xbfffeef8 "x\0027@\224",
src=0xbfffff3e "/home/chris", n=1015) at ../../include/wine/debug.h:136
#4 0x400765d3 in PROFILE_LoadWineIni () at ../../files/profile.c:1053
#5 0x4008028f in MAIN_MainInit () at ../../loader/main.c:67
#6 0x400ce70a in process_init (argv=0xbffffd34)
at ../../scheduler/process.c:435
#7 0x400ceb62 in PROCESS_InitWine (argc=4, argv=0xbffffd34,
win16_exe_name=0x6 <Address 0x6 out of bounds>, win16_exe_file=0x6)
at ../../scheduler/process.c:548
#8 0x0804c1d8 in main () at main.c:101
#9 0x4024f9ed in __libc_start_main () from /lib/libc.so.6
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=800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=801
Summary: Irfanview crashes during installation
Product: Wine
Version: CVS
Platform: PC
URL: http://www.irfanview.com/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tony_lambregts(a)telusplanet.net
When I try to install Irfanview using wine i get the following errors
WineDbg starting... on pid 806cc48
Loaded debug information from ELF 'wine' (0x00000000)
Breakpoint 1 at 0x4000d61c (_end+0x37fbff54)
Loaded debug information from ELF '/usr/local/lib/libntdll.dll.so' (0x40023000)
Loaded debug information from ELF '/usr/local/lib/libwine.so' (0x40113000)
Loaded debug information from ELF '/usr/local/lib/libwine_unicode.so'
(0x4012a000)
Loaded debug information from ELF '/lib/libm.so.6' (0x401f3000)
Loaded debug information from ELF '/lib/libc.so.6' (0x40215000)
*** Invalid address 0x40016fe8 (_end+0x37fc9920)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so'
(0x405b7000)
Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so'
(0x40631000)
Loaded debug information from ELF '/usr/local/lib/wine/advapi32.dll.so'
(0x406a2000)
Loaded debug information from ELF '/usr/local/lib/wine/user32.dll.so'
(0x406c3000)
Loaded debug information from ELF '/usr/local/lib/wine/shell32.dll.so'
(0x407de000)
Loaded debug information from ELF '/usr/local/lib/wine/shlwapi.dll.so'
(0x4084d000)
Loaded debug information from ELF '/usr/local/lib/wine/comctl32.dll.so'
(0x40887000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40b20000)
Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so'
(0x40b54000)
Loaded debug information from ELF '/usr/local/lib/libwine_tsx11.so' (0x40ba3000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40bb7000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40bc0000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40bd7000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40be5000)
No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x4001d000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x4048b000)
No debug information in 32bit DLL 'F:\iview370.exe' (0x00400000)
No debug information in 32bit DLL 'NTDLL.DLL' (0x4005b000)
No debug information in 32bit DLL 'KERNEL32.DLL' (0x405e3000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x78000000)
No debug information in 32bit DLL 'ADVAPI32.DLL' (0x406b0000)
No debug information in 32bit DLL 'GDI32.DLL' (0x4064d000)
No debug information in 32bit DLL 'USER32.DLL' (0x406f1000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MFC42.DLL' (0x5f400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x7ff30000)
No debug information in 32bit DLL 'SHLWAPI.DLL' (0x40865000)
No debug information in 32bit DLL 'SHELL32.DLL' (0x407fc000)
No debug information in 32bit DLL 'X11DRV.DLL' (0x40b64000)
Unhandled exception: page fault on read access to 0x00000020 in 32-bit code
(0x004017cb).
In 32-bit mode.
0x004017cb (iview370.exe..text+0x7cb in F:\iview370.exe): movl 0x20(%eax),%ecx
Wine-dbg>bt
Backtrace:
=>0 0x004017cb (iview370.exe..text+0x7cb in F:\iview370.exe) (ebp=405a6bf0)
1 0x00000001 (ebp=00406430)
2 0x00401360 (iview370.exe..text+0x360 in F:\iview370.exe) (ebp=00401320)
3 0x9090c300 (OLE32.DLL..reloc+0x10925300) (ebp=406398b8)
4 0x0000002f (ebp=000474e4)
Wine-dbg>
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=801>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=17
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-14 23:19 -------
No such luck with url (404 error)
Christoph if you would try this with a newer version of wine it would be
appreciated.
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=17>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=800
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-14 23:14 -------
No debug information in 32bit DLL 'G:\wine' (0x0804a000)
and the rest, thats very strange
I think a backtrace may be helpfull (bt)
Also a straight +debugmsg +relay might tell us more (please attach)
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=800>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=312
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-06-14 22:48 -------
Thankyou for your response. Since it stopped working sometime prior to the
20010824 version and you said it worked with a previous version it might take
you 7 or 8 tries to find the day. If you run into any problems just ask.
Based on Vesa's comments I am changing status to NEW
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=312>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.