http://bugs.winehq.org/show_bug.cgi?id=2325
Summary: Wine-20040615 fails to run on FreeBSD-5.2
Product: Wine
Version: 20040615
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gvs(a)rinet.ru
any app fails with the following reason:
wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: mmap of entire
address space failed: Cannot allocate memory
To be honest, Wine-20040615 doesn't even compile on FreeBSD because of a minor
bug which can be fixed with a little patch:
--- dlls/ntdll/cdrom.c.orig Wed Jun 30 16:21:10 2004
+++ dlls/ntdll/cdrom.c Wed Jun 30 16:22:41 2004
@@ -1735,8 +1735,6 @@
TRACE("\n");
return CDROM_GetStatusCode(ioctl(fd, DVD_AUTH, &auth_info));
-#elif defined(__FreeBSD__) || defined(__NetBSD__)
- return CDROM_GetStatusCode(ioctl(cdrom_cache[dev].fd,
(rmv->PreventMediaRemoval) ? CDIOCPREVENT : CDIOCALLOW, NULL));
#else
return STATUS_NOT_SUPPORTED;
#endif
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2323
gvs(a)rinet.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040615 |20040505
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2323
Summary: regsvr fails to register newly installed DivX codec
Product: Wine
Version: 20040615
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gvs(a)rinet.ru
I'm tryin' to install DivX codec in order to open AVI file in Nandub (which in
turn starts fine except forgetting 'twas already ran before). The installation
process succeeds up to the registering codecs where it hangs. The process list
shows the following:
43627 p6 R+ 1:20,74 /usr/local/bin/wine regsvr32.exe /s C:
\\windows\\system\\divxdec.ax
(the time spent column increases constantly). The only kill -9 stops that.
While that lasts, wine reports to the controlling terminal
err:ntdll:RtlpWaitForCriticalSection section 0x40b570 "?" wait timed out in
thread 000a, blocked by 000b, retrying (60 sec)
repeatedly.
Killing regsvr, not the installation itself results to "succeeded"
installation of codec, but Nandub hangs tryin' to open file in the same way:
43646 p6 R+ 23:15,45 wine C:\\Program Files\\Nandub\\Nandub.exe
Probably, regsrv fails to create the appropriate registry entries somewhere.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1912
------- Additional Comments From burnus(a)gmx.de 2004-29-06 15:13 -------
> NoAppDBEntry
Hmm, I submitted it already twice - but I haven't got any reply. :-(
Retested with current version of WINE (CVS as of 2004-06-29).
+msg,+message trace gives:
trace:msg:MSG_peek_message got type 6 msg 113 (WM_TIMER) hwnd 0x10042 wp 1 lp 0
[several times]
trace:msg:send_inter_thread_message hwnd 0x1004c msg 4a (WM_COPYDATA) wp 0 lp
4068ed0c
trace:msg:MSG_peek_message got type 5 msg 4a (WM_COPYDATA) hwnd 0x1004c wp 0 lp
4068ed0c
trace:msg:WINPROC_CallProc32WTo16 func 0x12e703df
(hwnd=0x1004c,msg=WM_COPYDATA,wp=00000000,lp=403a1cb0)
trace:msg:retrieve_reply hwnd 0x1004c msg 4a (WM_COPYDATA) wp 0 lp 4068ed0c got
reply 0 (err=0)
err:win:WIN_FindWndPtr window 0x1004c belongs to other process
[several times with different 0x.....]
trace:msg:send_inter_thread_message hwnd 0x1004c msg 4a (WM_COPYDATA) wp 0 lp
4068ed0c
trace:msg:MSG_peek_message got type 5 msg 4a (WM_COPYDATA) hwnd 0x1004c wp 0 lp
4068ed0c
trace:msg:WINPROC_CallProc32WTo16 func 0x12e703df
(hwnd=0x1004c,msg=WM_COPYDATA,wp=00000000,lp=403a1cb0)
trace:msg:retrieve_reply hwnd 0x1004c msg 4a (WM_COPYDATA) wp 0 lp 4068ed0c got
reply 0 (err=0)
trace:msg:MSG_peek_message got type 6 msg 113 (WM_TIMER) hwnd 0x10042 wp 1 lp 0
[several of those lines]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.