http://bugs.winehq.com/show_bug.cgi?id=1506
cozzuol(a)enter-net.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |major
------- Additional Comments From cozzuol(a)enter-net.com.br 2003-03-06 07:56 -------
What you mean with šdownload versionš, the Wine binary I am ussing is not the
one of the packed distro, but the more recent one from the Wine download page.
The problem still exists in it.
The action that reproduce it are the tentative of perform a test where a non
square array is used (vectors and square arrays are not affected).
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1504
------- Additional Comments From mike(a)theoretic.com 2003-03-06 07:35 -------
Firewall? The default one on RH9 is quite restrictive
--
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
------- Additional Comments From marcus(a)jet.franken.de 2003-03-06 00:57 -------
is the reproducible with the download version? if yes, what actions lead to reproduction of 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=1506
Summary: Problem with variant array allocation in Wine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: cozzuol(a)enter-net.com.br
Hi all,
I was trying to use a statistical program called PAST under Wine. It use to
run OK, but recently (with new Wine versions - wine-20030508, rpm version for
Mandrake 9.1) I get some problems related to variant array allocation.
Following is the feedback from the program owner, Oyvind Hammer
(oyvind.hammer(a)nhm.uio.no). The Program site is
http://folk.uio.no/ohammer/past
-------- quote ----------
To be precise, the problem is as follows. In Delphi, I do
a:=VarArrayCreate([1,2,1,3], varDouble);
This should allocate a variant array of size 2x3. And as
expected, when I query the dimensions of the array in
Windows, I get
VarArrayHighBound(a, 1) = 2
and
VarArrayHighBound(a, 2) = 3
However, under Wine I get the reverse, meaning that
Wine has allocated a 3x2 array:
VarArrayHighBound(a, 1) = 3
and
VarArrayHighBound(a, 2) = 2
This causes "Variant index out of bounds" when I refer
to the cell a[1,3] for example.
--------- end quote ----------
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1480
------- Additional Comments From wine(a)unixslave.com 2003-02-06 18:04 -------
I get this error in installshield as well:
[hennessy@marvin foo]$ wine semc_j2me_sdk_v11_55.exe
fixme:cdrom:CDROM_GetIdeInterface cdrom not a block device!!!
fixme:cdrom:CDROM_GetIdeInterface cdrom not a block device!!!
fixme:cdrom:CDROM_GetIdeInterface cdrom not a block device!!!
fixme:cdrom:CDROM_GetIdeInterface cdrom not a block device!!!
fixme:cabinet:FDICreate (pfnalloc == ^0x402fc6, pfnfree == ^0x413d7e, pfnopen ==
^0x4030ae, pfnread == ^0x402fd1, pfnwrite == ^0x40300e, pfnclose ==
^0x403054, pfnseek == ^0x40307b, cpuType == 1, perf == ^0x406aebf4): stub
err:dc:DCE_FreeWindowDCE [0x10023] GetDC() without ReleaseDC()!
I have no Windows at all on my system, though in a pinch I could find an old
ole32.dll on one of my installers :/
--
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=1505
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2003-02-06 12:44 -------
can you give us the +ole trace please?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1503
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2003-02-06 12:15 -------
Andreas, thanks for reply
any ideas about some points of relay where all scenario should be changed? or
should we wait for Alexandre to come back from vacation :-?
in any case i am afraid it would be too hard for me to handle this situation
alone.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1503
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2003-02-06 12:06 -------
hi Duane, that's a no problem :)
i have read through bodies of some functions and saw some unexpected details.
one for example could be that 32-to-16 bit message translations. at first i
thought the cause of crash is translation, wrongly truncating "wParam". after i
read some old win3.1 api help and thought both the pointers, and both integers
they are pointing to should be 16-bit wide.
it seems, wine passes 32-bit pointers to win16 subroutines. here arises
question for me: why? shouldn't that address/pointers be translated alltogether
somewhere between the:
16 0x407fbb59 (GetScrollRange+0x55(hwnd=0x10039, nBar=0x2, lpMin=0x415a2428,
lpMax=0x415a242c) [scroll.c:1837] in user32.dll.so) (ebp=415a2410)
17 0x407dccf6 (GetScrollRange16+0x3a(hwnd=0x39, nBar=0x2, lpMin=0x40488362,
lpMax=0x40488360) [wnd16.c:493] in user32.dll.so) (ebp=415a243c)
or somewhere else?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1503
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-02-06 11:56 -------
Hmm, if I have a closer look at WINPROC_MapMsg32ATo16(),
I notice that SBM_GETRANGE doesn't receive any special handling.
However I think it should be handled specially, since both LPARAM and WPARAM
are supposed to be pointers to min and max values.
In Win16 Watcom, it is defined as:
void WINAPI GetScrollRange(HWND, int, int FAR*, int FAR*);
In other words, *both* variables should be FAR pointers.
Ah, WAIT!! Watcom has:
./h/nt/winuser.h:#define SBM_GETRANGE 0x00E3 /*not in win3.1 */
Guess why this is not available in Win3.1??
Because WPARAM is only 16bit-sized in Win16 (this was the big mystery that I've
been trying to solve for 10 minutes now: how to fit a FAR pointer in a 16bit
variable?? Answer: you don't ;)
So it seems like Wine misbehaves here and does a Win16 call into our
ScrollBarWndProc() for some reason. It should prevent this from happening much
earlier, since using such Win16-crippled "pointers" CANNOT work, of course...
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1503
------- Additional Comments From dclark(a)akamail.com 2003-02-06 11:27 -------
Oops, I read the second comment before the first. You already figured that out,
sorry.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1503
------- Additional Comments From dclark(a)akamail.com 2003-02-06 11:25 -------
It looks to me like the interesting part is here. Notice how the pointer in
wParam in line 12 (0x415a2428) was truncated to a the number 2428. And then that
number caused the page fault.
Unhandled exception: page fault on write access to 0x00002428 in 32-bit code
(0x407faf61).
In 32-bit mode.
0x407faf61 (SCROLL_GetScrollRange+0x25 [scroll.c:1321] in user32.dll.so): movl
%edx,0x0(%esi)
1322 if (lpMax) *lpMax = infoPtr ? infoPtr->maxVal : 0;
Wine-dbg>Backtrace:
=>0 0x407faf61 (SCROLL_GetScrollRange+0x25(hwnd=0x10039, nBar=0x2, lpMin=0x2428,
lpMax=0x415a242c) [scroll.c:1321] in user32.dll.so) (ebp=415a1e00)
...
11 0x4082a957 (WINPROC_CallWndProc16+0x163(proc=0x4a700dd, hwnd=0x39,
msg=0xe3, wParam=0x2428, lParam=0x415a242c) [winproc.c:255] in user32.dll.so)
(ebp=415a22c0)
12 0x4082f1fa (WINPROC_CallProc32ATo16+0x66(func=0x4a700dd, hwnd=0x10039,
msg=0xe3, wParam=0x415a2428, lParam=0x415a242c) [winproc.c:2738] in
user32.dll.so) (ebp=415a22fc)
--
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=1505
Summary: RE:OLE32.dll does not work for visual foxpro application
Product: Wine
Version: 20030508
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ungsm(a)onlineeos.com
the OCX library since unable to loaded into the visual foxpro application when
the native ole32.dll have been call
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1504
------- Additional Comments From jon(a)campbellsci.com 2003-02-06 10:29 -------
I can provide a binary for the application if that would be of use
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1504
Summary: Can't connect to a server running under wine
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: jon(a)campbellsci.com
I have a windows server application that I am attempting to test under wine
that offers a TCP service listening on port 6785. The application appears to
be running (it creates an entry in the system tray and I can access its about
box) and I can see the service entry when I use "netstat -a -p | grep
tcp.*6785" but when I attempt to connect to my server, the connection is
refused.
I am running the specified version of wine on a RedHat 9.0 linux distribution.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1503
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2003-02-06 10:16 -------
[s2@localhost c]$ wine --version
Wine 20030508
[s2@localhost c]$ wine --debugmsg +scroll Program\ Files/winled/ledw.exe
Could not stat /mnt/cdrom (No such file or directory), ignoring drive D:
fixme:toolhelp:InterruptRegister16 (0000, 0x21f00ba), stub.
fixme:font:WineEngAddFontResourceEx :stub
trace:scroll:SCROLL_SetScrollInfo hwnd=0x10037 bar=1 page=11 pos=0 min=0 max=0
trace:scroll:SCROLL_SetScrollInfo new values: page=1 pos=0 min=0 max=0
trace:scroll:SCROLL_SetScrollInfo hwnd=0x10037 bar=1 page=11 pos=0 min=0 max=0
trace:scroll:SCROLL_SetScrollInfo new values: page=1 pos=0 min=0 max=0
trace:scroll:SCROLL_SetScrollInfo hwnd=0x10037 bar=1 page=11 pos=0 min=0 max=0
trace:scroll:SCROLL_SetScrollInfo new values: page=1 pos=0 min=0 max=0
trace:scroll:SCROLL_SetScrollInfo hwnd=0x10037 bar=1 page=11 pos=0 min=0 max=0
trace:scroll:SCROLL_SetScrollInfo new values: page=1 pos=0 min=0 max=0
trace:scroll:SCROLL_CreateScrollBar hwnd=0x10039 lpCreate=0x404d33e8
trace:scroll:SCROLL_SetScrollInfo hwnd=0x10039 bar=2 min=0 max=100
trace:scroll:SCROLL_SetScrollInfo new values: page=0 pos=0 min=0 max=100
trace:scroll:SCROLL_SetScrollInfo hwnd=0x10037 bar=1 page=11 pos=0 min=0 max=0
trace:scroll:SCROLL_SetScrollInfo new values: page=1 pos=0 min=0 max=0
trace:scroll:SCROLL_SetScrollInfo hwnd=0x10039 bar=2 min=1 max=32767
trace:scroll:SCROLL_SetScrollInfo new values: page=0 pos=1 min=1 max=32767
trace:scroll:GetScrollRange hwnd=0x10039 nBar=2 lpMin=0x415a2428 lpMax=0x415a242c
wine: Unhandled exception, starting debugger...
Could not stat /mnt/cdrom (No such file or directory), ignoring drive D:
WineDbg starting on pid 8
Loaded debug information from ELF 'wine' ((nil))
Breakpoint 1 at 0x4000bae0 (_end+0x400a3d4)
Loaded debug information from ELF '/usr/local/lib/libntdll.dll.so' (0x4001c000)
Loaded debug information from ELF '/usr/local/lib/libwine.so.1' (0x400f6000)
Loaded debug information from ELF '/usr/local/lib/libwine_unicode.so.1' (0x4010d000)
No debug information in ELF '/lib/i686/libm.so.6' (0x401ee000)
No debug information in ELF '/lib/libdl.so.2' (0x40210000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40414000)
Loaded debug information from ELF '/usr/local/lib/wine/winevdm.exe.so' (0x40531000)
Loaded debug information from ELF '/usr/local/lib/wine/winedos.dll.so' (0x40763000)
Loaded debug information from ELF '/usr/local/lib/wine/user32.dll.so' (0x407a4000)
Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so' (0x408bf000)
Loaded debug information from ELF '/usr/local/lib/wine/advapi32.dll.so' (0x4092f000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so' (0x4095a000)
Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so' (0x40a1c000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40545000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40a82000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40a99000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40aa7000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x40b85000)
No debug information in ELF '/usr/lib/libGLcore.so.1' (0x40bec000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x41139000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/xlcUTF8Load.so.2'
(0x4001a000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/ximcp.so.2'
(0x41150000)
Loaded debug information from ELF '/usr/local/lib/wine/mmsystem.dll.so' (0x4116e000)
Loaded debug information from ELF '/usr/local/lib/wine/wineoss.drv.so' (0x411d3000)
Loaded debug information from ELF '/usr/local/lib/wine/msacm.drv.so' (0x41213000)
Loaded debug information from ELF '/usr/local/lib/wine/msacm32.dll.so' (0x4122a000)
Loaded debug information from ELF '/usr/local/lib/wine/midimap.drv.so' (0x41360000)
Loaded debug information from ELF '/usr/local/lib/wine/shell.dll.so' (0x415a5000)
Loaded debug information from ELF '/usr/local/lib/wine/ole32.dll.so' (0x4161c000)
Loaded debug information from ELF '/usr/local/lib/wine/rpcrt4.dll.so' (0x41689000)
Loaded debug information from ELF '/usr/local/lib/wine/shlwapi.dll.so' (0x416ce000)
Loaded debug information from ELF '/usr/local/lib/wine/comctl32.dll.so' (0x41718000)
No debug information in 32bit DLL 'C:\Program Files\winled\ledw.exe' (0x40540000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40050000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40980000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40940000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x408d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x407d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEDOS.DLL' (0x40770000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40a30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x41180000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x411e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41230000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41220000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x416a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x41640000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x416f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x41730000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x415c0000)
Unhandled exception: page fault on write access to 0x00002428 in 32-bit code
(0x407faf61).
In 32-bit mode.
0x407faf61 (SCROLL_GetScrollRange+0x25 [scroll.c:1321] in user32.dll.so): movl
%edx,0x0(%esi)
1322 if (lpMax) *lpMax = infoPtr ? infoPtr->maxVal : 0;
Wine-dbg>Backtrace:
=>0 0x407faf61 (SCROLL_GetScrollRange+0x25(hwnd=0x10039, nBar=0x2, lpMin=0x2428,
lpMax=0x415a242c) [scroll.c:1321] in user32.dll.so) (ebp=415a1e00)
1 0x407fb316 (ScrollBarWndProc+0x392(hwnd=0x10039, message=0xe3,
wParam=0x2428, lParam=0x415a242c) [scroll.c:1466] in user32.dll.so) (ebp=415a1eb0)
2 0x4082a707 (WINPROC_wrapper+0x17 in user32.dll.so) (ebp=415a1ed4)
3 0x4082a765 (WINPROC_CallWndProc+0x55(proc=0x407faf84, hwnd=0x10039,
msg=0xe3, wParam=0x2428, lParam=0x415a242c) [winproc.c:185] in user32.dll.so)
(ebp=415a1f00)
4 0x4082f174 (__wine_call_wndproc_32W+0x5c(hwnd=0x39, msg=0xe3, wParam=0x2428,
lParam=0x415a242c, func=0x407faf84) [winproc.c:2714] in user32.dll.so)
(ebp=415a1f34)
5 0x4082f3f4 (CallWindowProc16+0xe8(func=0x18703c8, hwnd=0x39, msg=0xe3,
wParam=0x2428, lParam=0x415a242c) [winproc.c:2798] in user32.dll.so) (ebp=415a1f64)
6 0x407d8629 (__wine_user_exe_CallFrom16_p_long_lwwwl+0x1d(proc=0x4082f30c,
args=0x404882d2) [user.exe.spec.c:1281] in user32.dll.so) (ebp=415a1f80)
7 0x400b6060 (__wine_call_from_16_long+0x94 [relay16.s] in libntdll.dll.so)
(ebp=415a1fb8)
8 0x0247:0x1155 (bp=a590)
9 0x0247:0x016f (bp=a5b2)
10 0x009f:0x0000 (bp=a5ec)
11 0x4082a957 (WINPROC_CallWndProc16+0x163(proc=0x4a700dd, hwnd=0x39,
msg=0xe3, wParam=0x2428, lParam=0x415a242c) [winproc.c:255] in user32.dll.so)
(ebp=415a22c0)
12 0x4082f1fa (WINPROC_CallProc32ATo16+0x66(func=0x4a700dd, hwnd=0x10039,
msg=0xe3, wParam=0x415a2428, lParam=0x415a242c) [winproc.c:2738] in
user32.dll.so) (ebp=415a22fc)
13 0x40840ffc (call_window_proc+0x10c(hwnd=0x10039, msg=0xe3,
wparam=0x415a2428, lparam=0x415a242c, unicode=0x0, same_thread=0x1)
[message.c:1405] in user32.dll.so) (ebp=415a2358)
14 0x40841d02 (SendMessageTimeoutA+0x1ba(hwnd=0x10039, msg=0xe3,
wparam=0x415a2428, lparam=0x415a242c, flags=0x0, timeout=0xffffffff,
res_ptr=0x415a23e4) [message.c:1840] in user32.dll.so) (ebp=415a23c0)
15 0x40841d89 (SendMessageA+0x31(hwnd=0x10039, msg=0xe3, wparam=0x415a2428,
lparam=0x415a242c) [message.c:1884] in user32.dll.so) (ebp=415a23ec)
16 0x407fbb59 (GetScrollRange+0x55(hwnd=0x10039, nBar=0x2, lpMin=0x415a2428,
lpMax=0x415a242c) [scroll.c:1837] in user32.dll.so) (ebp=415a2410)
17 0x407dccf6 (GetScrollRange16+0x3a(hwnd=0x39, nBar=0x2, lpMin=0x40488362,
lpMax=0x40488360) [wnd16.c:493] in user32.dll.so) (ebp=415a243c)
18 0x407d7d90 (__wine_user_exe_CallFrom16_p_word_wwpp+0x4c(proc=0x407dccbc,
args=0x40488342) [user.exe.spec.c:890] in user32.dll.so) (ebp=415a245c)
19 0x400b5f8c (__wine_call_from_16_word+0x94 [relay16.s] in libntdll.dll.so)
(ebp=415a2494)
20 0x0247:0x33b4 (bp=a5fe)
21 0x0247:0x3409 (bp=a614)
22 0x0237:0x26fc (bp=a620, far call assumed)
23 0x0237:0x366c (bp=a62e)
24 0x0237:0x8556 (bp=a664)
25 0x0237:0x85ba (bp=a694)
26 0x0237:0x47df (bp=a6a2)
27 0x0247:0x016f (bp=a6c4, far call assumed)
28 0x009f:0x0000 (bp=a6fe)
29 0x4082a957 (WINPROC_CallWndProc16+0x163(proc=0x4a700f9, hwnd=0x2e,
msg=0x500, wParam=0x0, lParam=0x0) [winproc.c:255] in user32.dll.so) (ebp=415a279c)
30 0x40807d71 (DefDlgProc16+0x69(hwnd=0x2e, msg=0x500, wParam=0x0, lParam=0x0)
[defdlg.c:301] in user32.dll.so) (ebp=415a27d4)
31 0x407d89a6 (__wine_user_exe_CallFrom16_p_long_wwwl+0x1a(proc=0x40807d08,
args=0x40488454) [user.exe.spec.c:1449] in user32.dll.so) (ebp=415a27ec)
32 0x400b6060 (__wine_call_from_16_long+0x94 [relay16.s] in libntdll.dll.so)
(ebp=415a2824)
33 0x0287:0x0d4b (bp=a73a)
34 0x0287:0x0d97 (bp=a74a)
35 0x009f:0x0000 (bp=a784)
36 0x4082a957 (WINPROC_CallWndProc16+0x163(proc=0x2870d7b, hwnd=0x2e,
msg=0x500, wParam=0x0, lParam=0x0) [winproc.c:255] in user32.dll.so) (ebp=415a2b2c)
37 0x40843837 (DispatchMessage16+0xaf(msg=0x40488502) [msg16.c:301] in
user32.dll.so) (ebp=415a2b74)
38 0x40843a3c (IsDialogMessage16+0x40(hwndDlg=0x2e, msg16=0x40488502)
[msg16.c:364] in user32.dll.so) (ebp=415a2bb0)
39 0x407d7398 (__wine_user_exe_CallFrom16_p_word_wp+0x34(proc=0x408439fc,
args=0x404884da) [user.exe.spec.c:514] in user32.dll.so) (ebp=415a2bc8)
40 0x400b5f8c (__wine_call_from_16_word+0x94 [relay16.s] in libntdll.dll.so)
(ebp=415a2c00)
41 0x0247:0x1a9a (bp=a792)
42 0x0247:0x1a29 (bp=a7a2)
43 0x0247:0x19d3 (bp=a7c4)
44 0x0247:0x196c (bp=a7ce)
45 0x0237:0x918f (bp=a7d8, far call assumed)
Wine-dbg>WineDbg terminated on pid 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=1503
Summary: executing old 16-bit program leads to unhandled
exception in scroll.c
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: saulius.krasuckas(a)elst.vtu.lt
old, 16-bit app crashes every time it gets executed. AFAICS two pointers are
passed to SCROLL_GetScrollRange() function, one of which is truncated to
16-bits, while another stays 32bit wide:
lpMin=0x2428, lpMax=0x415a242c
AFAICS "truncation" happens in function WINPROC_CallProc32ATo16:
11 0x4082a957 (WINPROC_CallWndProc16+0x163(proc=0x4a700dd, hwnd=0x39,
msg=0xe3, wParam=0x2428, lParam=0x415a242c) [winproc.c:255] in user32.dll.so)
(ebp=415a22c0)
12 0x4082f1fa (WINPROC_CallProc32ATo16+0x66(func=0x4a700dd, hwnd=0x10039,
msg=0xe3, wParam=0x415a2428, lParam=0x415a242c) [winproc.c:2738] in
user32.dll.so) (ebp=415a22fc)
--
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=1501
------- Additional Comments From mike(a)theoretic.com 2003-02-06 05:54 -------
Could you be a bit more explicit? What doesn't work exactly, the installer does
not start? What type of installer is it? InstallShield/Wise/Custom etc....
Also, is there any other program with this problem, or is there a downloadable
demo of this app anywhere.
thanks -mike
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1501
Summary: multimedia app not properly installed
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jerome.bouat(a)wanadoo.fr
I tried to install a multimedia application ("Les secrets de l'intelligence" Ubi
Soft) designed for Windows 95. I could install it with previous version of wine.
I got the following log:
[j@laptop Les Secrets]$ wine /mnt/cdrom/install.exe
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
FIXME:pthread_cond_init
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:ddeml:DdeConnect Done with INITIATE, but no Server window available
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
[j@laptop Les Secrets]
--
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=1490
------- Additional Comments From dvdmoore(a)ix.netcom.com 2003-31-05 20:42 -------
I used winesetuptk to configure my wine instalation in several different ways.
The address of the heap sometimes changes, but the problem remains. When it is
configured to run in a desktop window, the window comes up just fine, but the
loading locks after that with a similar message. Also, the 128 mB of ram with
128 mB swap space I have on my system should be ample enough that total memory
is not 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=1500
Summary: winmx 3.31 crash
Product: Wine
Version: 20030508
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tiburzio.luca(a)tin.it
while downloading with winmx 3.31 by multiple sources,
sometimes application crashes asking to send a bug report to WinMx site.
Note: on main WinMx window multiple sources are grouped by "plus" symbol.
I Suspect on syslistview32 component but i'm not sure.
Same mode in windows does its job properly.
Bye
PS: the same crash is present on previous versions 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=1499
Summary: Lotus Notes not working on RH 9.0
Product: Wine
Version: 20030508
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: wewe(a)personal.ro
First I've tried to install Lotus Notes 5.0.12 but I didn't succeed to connect
to Domino server(probably another bug), then I've used an already installed
version of Lotus(which is working) from an RH 8.0. But I can't start it, this is
the output:
fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler (0x1161a90,1) - no error checking or testing yet
fixme:ole:CoRegisterMessageFilter stub
[adi@adi Notes]$ fixme:hook:NotifyWinEvent (32773,0x10036,1104457960,65535)-stub!
fixme:hook:NotifyWinEvent (32777,0x1002a,-4,0)-stub!
fixme:hook:NotifyWinEvent (32774,0x1002a,-4,1104433896)-stub!
fixme:hook:NotifyWinEvent (32782,0x30021,1076642184,6)-stub!
fixme:seh:EXC_RtlRaiseException call to unimplemented function
user32.dll.SendIMEMessageExA
wine: Unhandled exception, starting debugger...
WineDbg starting on pid a
No debug information in ELF 'wine' ((nil))
Breakpoint 1 at 0x4000c9c0
No debug information in ELF '/usr/lib/wine/libntdll.dll.so' (0x4002e000)
No debug information in ELF '/usr/lib/wine/libwine.so.1' (0x4012d000)
No debug information in ELF '/usr/lib/wine/libwine_unicode.so.1' (0x40145000)
No debug information in ELF '/lib/tls/libpthread.so.0' (0x40226000)
No debug information in ELF '/lib/tls/libm.so.6' (0x40233000)
No debug information in ELF '/lib/libdl.so.2' (0x40256000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_files.so.2' (0x4025a000)
No debug information in ELF '/usr/lib/wine/wine/kernel32.dll.so' (0x407f3000)
No debug information in ELF '/usr/lib/wine/wine/advapi32.dll.so' (0x408f1000)
No debug information in ELF '/usr/lib/wine/wine/oleaut32.dll.so' (0x40920000)
No debug information in ELF '/usr/lib/libungif.so.4' (0x40266000)
No debug information in ELF '/usr/lib/libjpeg.so.62' (0x4099c000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x409ba000)
No debug information in ELF '/usr/lib/wine/wine/ole32.dll.so' (0x40a99000)
No debug information in ELF '/usr/lib/wine/wine/user32.dll.so' (0x40b16000)
No debug information in ELF '/usr/lib/wine/wine/gdi32.dll.so' (0x40c5b000)
No debug information in ELF '/usr/lib/wine/wine/rpcrt4.dll.so' (0x40ce0000)
No debug information in ELF '/usr/lib/wine/wine/shell32.dll.so' (0x40d2b000)
No debug information in ELF '/usr/lib/wine/wine/shlwapi.dll.so' (0x40db6000)
No debug information in ELF '/usr/lib/wine/wine/comctl32.dll.so' (0x40e0a000)
No debug information in ELF '/usr/lib/wine/wine/version.dll.so' (0x40ebd000)
No debug information in ELF '/usr/lib/wine/wine/lz32.dll.so' (0x40ed7000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x41117000)
No debug information in ELF '/usr/lib/wine/wine/x11drv.dll.so' (0x41168000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x4001f000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x411db000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x40028000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x411f2000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x41200000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x41273000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x4127c000)
No debug information in ELF
'/usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2' (0x4026e000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x412a0000)
No debug information in ELF '/usr/lib/wine/wine/netapi32.dll.so' (0x41fd9000)
No debug information in 32bit DLL 'C:\Lotus\Notes\nlnotes.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40060000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40820000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x78000000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\JS32.DLL' (0x407a3000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40900000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NLSCCSTR.DLL' (0x408b6000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40c70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40b40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40d00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40ab0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40940000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NNOTES.DLL' (0x1000000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\LTSSB01.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40dd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40e20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40d50000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\LTOUIN22.DLL' (0x18200000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40ee0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40ec0000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NPLUGINS.DLL' (0x40017000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NNOTESWS.DLL' (0x500000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x41180000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NSTRINGS.DLL' (0x41b90000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NICNV.DLL' (0x41dc0000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NAMHOOK.DLL' (0x41106000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NTCP.DLL' (0x41284000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NETAPI32.DLL' (0x41fe0000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NNETBIOS.DLL' (0x41d21000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NLSXBE.DLL' (0x434ac000)
No debug information in 32bit DLL 'C:\LOTUS\NOTES\NDBNOTES.DLL' (0x41111000)
Unhandled exception: unimplemented function user32.dll.SendIMEMessageExA called
in 32-bit code (0x40b44058).
In 32-bit mode.
0x40b44058 (USER32.DLL..data+0x2058 in user32.dll.so): subl $4,%esp
Wine-dbg>WineDbg terminated on pid a
--
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=1498
------- Additional Comments From juan(a)virtual-orbis.com 2003-31-05 07:11 -------
did you just installed wine-20030508-1rh8winehq.i686.rpm and did $ wine
/c/windows/notepad.exe ?
--
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=1498
Summary: wine fails to execute with chdir error to /tmp/.wine-
<userid>/server...
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: peter(a)silmaril.ie
$ wine /c/windows/notepad.exe
wine: chdir to /tmp/.wine-peter/server-305-14b882 : No such file or directory
This is using the wine-20030508-1rh8winehq.i686.rpm from winehq
Searching bugzilla for "chdir no such file" finds Zorro Boogs.
If this error has already been reported (and I assume it must have been,
as wine simply doesn't work at the moment) please add these keywords so
that the entry in bugzilla can be 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=1497
Summary: test Ignore this
Product: Wine
Version: 20030318
Platform: Macintosh
OS/Version: Mac OS X 10.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: lwilliams(a)plato.com
Please ignore...just checking out the implementation of bugzilla
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1496
Summary: Lotus Notes generate error. Function not implemented
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jeronimovf(a)yahoo.com.br
The last version work perfectly. The output is:
fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
[jeronimovf@drfcba160a jeronimovf]$ fixme:dosfs:DOSFS_OpenDevice device open
L"COM3" not supported (yet)
err:file:CreateFileW Couldn't open device L"COM3"!
fixme:dosfs:DOSFS_OpenDevice device open L"COM4" not supported (yet)
err:file:CreateFileW Couldn't open device L"COM4"!
err:win:CreateWindowExA bad class name "WC_IRIS_GROUPSHADE"
fixme:win:SetWindowTextA cannot set text "" of other process window (nil)
fixme:dosfs:DOSFS_OpenDevice device open L"COM3" not supported (yet)
err:file:CreateFileW Couldn't open device L"COM3"!
fixme:dosfs:DOSFS_OpenDevice device open L"COM4" not supported (yet)
err:file:CreateFileW Couldn't open device L"COM4"!
service "lotusnotes" protocol * not found; You might want to add this to
/etc/services
service "lotusnotes" protocol * not found; You might want to add this to
/etc/services
service "lotusnotes" protocol * not found; You might want to add this to
/etc/services
fixme:seh:EXC_RtlRaiseException call to unimplemented function
user32.dll.SendIMEMessageExA
fixme:msvcrt:_XcptFilter (-2147483392,0x406d0548)semi-stub
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=1495
------- Additional Comments From tp22a(a)softhome.net 2003-30-05 06:37 -------
Created an attachment (id=277)
--> (http://bugs.winehq.com/attachment.cgi?id=277&action=view)
BusPro: the complete windows, after moving it
This is the complete window, after I used Alt + Left Mouse (I think this is KDE
default for moving the window) to reposition the window.
It would be nice to have the application start that way, from the beginning. Or
to have some type of controll over the positioning of 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=1495
------- Additional Comments From tp22a(a)softhome.net 2003-30-05 06:30 -------
Created an attachment (id=275)
--> (http://bugs.winehq.com/attachment.cgi?id=275&action=view)
BusPro after start
This is a screen-shot, after starting BusPro. The application is started, but I
only see the buttom line of the window (see left top part of the screen shot).
--
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=1495
Summary: Window positioning is strange
Product: Wine
Version: 20030508
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tp22a(a)softhome.net
I try to run a windows application and it works with wine-20030508, but the
position of the initial window, when you start the application is very strange.
The starting cordinates are somewhere in the x minus and y minus area. The only
thing I see is the buttom line of the window. I can then use my desktop manager
functionality to move the window into the visible area, but every time I start
the application again, I have the same problem.
I hope you understand what I mean?
The application (DEMO version) can be downloaded at the following URL (it is
only 1 MB):
http://www.buspro.ch/buspro/public/inst73.exe
If you need more help or a screen shot of the problem or any other things I
could run to get you more information about the problem, then let me know.
--
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=1494
Summary: SetConsoleCtrlHandler (0x451aed,1) - no error cheinging
or testing yet
Product: Wine
Version: 20030508
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: john_vms(a)hotmail.com
FIXME
--
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=1493
john_vms(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |FIXME
--
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=1493
Summary: SetConsoleCtrlHandler (0x451aed,1) - no error cheinging
or testing yet
Product: Wine
Version: 20030508
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: john_vms(a)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=1492
------- Additional Comments From armstrong(a)sedsystems.ca 2003-29-05 16:16 -------
The problem seems to be with the TI DSP tools themselves rather than the command
line. I can run one of the tools cl30.exe and get the same error....
--
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=1492
Summary: pthread_cond_int
Product: Wine
Version: 20030508
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: armstrong(a)sedsystems.ca
When trying to run the TI DSP3X tools from the command line (wcmd) batch program
the following error occurs:
FIXME:pthread_cond_init
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
Packed file is corruptC:\phfars\DSPcode\dev\phfars\dataprep>cd
\phfars\dspcode\dev\phfars\pc_rx_if
This is running on a Dual Athlon redhat 8 box
--
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=1491
Summary: wine --help
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-help
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: efk1980(a)ig.com.br
when i try to execute wine --help is this come on in the screen...
wineserver: handle.c:215: alloc_handle: Assertion `table' failed
--
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=1490
Summary: Bible Companion loading stops on LOCAL_GetBlock not
enough space in local heap
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dvdmoore(a)ix.netcom.com
When started from a terminal window, loading stops with a message that there is
not enough space in local heap. Then a pop-up message box comes up with
something like, "Insufficient space in environment."
The messages in the terminal window reads as follows:
[david@oficina david]$ wine /mnt/win_c/bcs/Bcs.exe
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:ntdll:RtlpWaitForCriticalSection section 0x40104978 "../..
/scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec) tid=0009
err:local:LOCAL_GetBlock not enough space in local heap 02ff for 2136 bytes
fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet.
This program loaded and functioned without major problems on an earlier edition
of Linux and an earlier edition of Wine. I have tried both Wine compiled from
source and precompiled binaries, but both show the same problem. Other programs
installed on a Windows98 partition function just fine under Wine.
David Moore
--
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=1435
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)theoretic.com 2003-28-05 14:46 -------
Patch submitted. Please reopen if that doesn't fix things for you. Note that AJ
is on holiday presently, but you can apply the patch yourself (or simply keep my
original patch unapplied).
Thanks for the effort you put into helping me with this bug. The exact patch
that caused the regression, along with a provided program, made debugging this a
snap. I wish all bug reporters were like this! :)
-mike
--
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=1477
------- Additional Comments From mettius(a)cactusairforce.org 2003-28-05 09:46 -------
Created an attachment (id=274)
--> (http://bugs.winehq.com/attachment.cgi?id=274&action=view)
mettius@callius:~/.wine/fake_windows/stars!> wine --debugmsg +dsound
./stars.exe 2> debug4.log
Couldn't get both the +wave and +dsound to work at once. (See last comment in
bug).
Here are the results of just dsound
--
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=1477
------- Additional Comments From reif(a)earthlink.net 2003-28-05 07:59 -------
Could you please run it with +wave,+dsound so we get both dsound and wave.
wine --debugmsg +wave,+dsound ./stars.exe 2> debug4.log
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1489
Summary: Improvements from WineX should be merged in
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: minor
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: mike(a)theoretic.com
TransGamings wininet DLL is LGPLd, and has some improvements over the WineHQ
version such as support for SSL. It should be merged in, if possible.
--
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=1488
Summary: latest libcupsys2 breaks installers on many wine`s
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: unreallity(a)mail.ru
Package: libcupsys2
Version: 1.1.19candidate4-1
Severity: normal
This package (libcupsys2-1.1.19candidate4-1) prevents wine from running
correctly with some windows
installers like from Office 2000. The Problem occurs on all versions of
wine (wine, wine cvs, winex, cxoffice). Dont know, who has to fix that, but
because all versions of wine are affectet (also newest cvs) i mean, that
iam right here. After installing an older version of libcupsys2
(1.1.15-4) all wine runs finde. But i also have to deinstall
libcupsimage2 for that and later to reinstall some major packages like
kdebase, the latest libcupsys and so on.
I dont know, if the winedevelopers must fix that or the developers of
libcupsys2, thatswhy i have also opened a bugreport on debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=194954
Greetings
Micha
--
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=1477
------- Additional Comments From reif(a)earthlink.net 2003-27-05 15:31 -------
The ring buffer in not overflowing anymore but a play command is never issued.
Could you trace it with --debugmsg +wave,+dsound to see if dsound has any
errors. Does the program display any error messages about sound 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=1487
------- Additional Comments From juan(a)virtual-orbis.com 2003-27-05 14:39 -------
Please check this thread on wine newsgroup:
http://groups.google.com/groups?dq=&hl=es&lr=&ie=UTF-8&threadm=FPBAa.23946%
24ek2.350742%40twister.rdc-kc.rr.com&prev=/groups%3Fhl%3Des%26lr%3D%26ie%3DUTF-
8%26group%3Dcomp.emulators.ms-windows.wine
and then tell us if it didnŽt worked for you.
(If it worked, please come back and mark "Resolved" to close 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=1435
------- Additional Comments From mike(a)theoretic.com 2003-27-05 11:31 -------
OK, so I reverted my patch and the program I had with no entries in the file
open dialog, still has no entries. I'm going to need a test case for this, sorry.
--
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=1435
dclark(a)akamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.com
------- Additional Comments From dclark(a)akamail.com 2003-27-05 11:06 -------
Adding wine-bugs to the CC list.
--
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=1487
Summary: how to execute vfp7 exe using wine-20030508.tar.gz
Product: Wine
Version: 20030508
Platform: Other
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: shaikhriyazuddins(a)rediffmail.com
Here i down load the wine-20030508.tar.gz version installed properly on linux7.3
but whenever i run my exe from f:\home\riyaz\wine-20030508\business\yhsree.exe
it not executed giving error
invalid heaps
similarly when i execute foxprox.exe (this is dosbase foxpro) it will giving
error VM_memory/memory1 fixed
please tell me how to execute vfp7 exe using wine
NOTE :this vfp7 exe is our application(ERP)
regards
shaikh
--
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=1383
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mike(a)theoretic.com 2003-27-05 04:14 -------
You need to use the RPMs at newrpms.sunsite.dk for Red Hat 9
*** This bug has been marked as a duplicate of 1343 ***
--
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=1343
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |samlb(a)samlb.ws
------- Additional Comments From mike(a)theoretic.com 2003-27-05 04:14 -------
*** Bug 1383 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=1383
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
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=1435
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |mike(a)theoretic.com
Status|ASSIGNED |NEW
--
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=1435
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From mike(a)theoretic.com 2003-27-05 03:47 -------
Accepting. I'm not sure why this patch is wrong, but I suspect it's something to
do with 16 bit vs 32 bit. I'll see if I can look into it tonight.
--
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=1469
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-27-05 02:48 -------
Mike,
if I understand your patch right, my patch was to simplicictic in only finding
"X:\" as root and not "X:\\". So this looks good.
Bye
--
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=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-26-05 16:40 -------
(under wine-20030508+cvs-may22)
~/.wine/config
[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"
[wine]
changing
"Temp" = "e:\\" to "Temp" = "e:" fails
then, mkdir /tmp/mitemp
and changing to "Temp" = "e:\\mitemp" works successfully under wine.
under win98 : setting TEMP=C:\ and TMP=C:\ in autoexec.bat
made the installer hang in memory but showed no output.
when I changed to TEMP=C: and TMP=C: in win98 , installer worked successfully
( "Temp" = "e:" -WITHOUT trailing '\\'- didn't work for me under wine
-installer shows error about creating "E:\" -WITH the trailing '\'-)
--
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=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-26-05 16:35 -------
(under wine-20030508+cvs-may22)~/.wine/config[Drive E]"Path" = "/tmp""Type" = "hd""Label" = "Tmp Drive""Filesystem" = "win95"[wine]changing"Temp" = "e:\\"to "Temp" = "e:" failsthen, mkdir /tmp/mitempand changing to"Temp" = "e:\\mitemp" works successfullyunder win98 : setting TEMP=C:\ and TMP=C:\ in autoexec.batmade the installer hang in memory but showed no output.when I changed to TEMP=C: and TMP=C: in win98 , installer worked successfully( "Temp" = "e:" -WITHOUT trailing '\\'- didn't work for me under wine -installer shows error about creating "E:\" -WITH the trailing '\'-)
--
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=1486
Summary: Dynamically created menus do not work in Delphi apps
Product: Wine
Version: 20030508
Platform: Other
URL: http://www.starsoft.fi/jarto/wine-menubug.tgz
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jarto(a)starsoft.fi
If you create any menuitem in Delphi dynamically in TForm.Create, all menus stop
working in that form. Only the top menus are showed but they don't react to menu
clicks.
I made two small demos to demonstrate the bug. Both open a form with a menu and
a menuitem. MenuWorks.exe works, MenuBug.exe only shows the menu but refuses to
show the menuitem if clicked on the menu. The bug is reproducible always.
This bug is not only in the last wine build. I noticed it first October 2002 but
was able to find the reason and make a test app only now.
The tgz contains both executables and some traces created with --debugmsg
trace+menu and --debugmsg trace+win
Traces are run:
MenuBug: Start MenuBug.exe, click on the main menu and then close the form
MenuWorks: Start MenuWorks.exe, clikc on the main menu, select menuitem which
succesfully terminates the app.
The problems seems to be that MENU_FindItemByCoords doesn't find the Rect for
the top menu. My guess is that adding menus screwed them up somehow.
The bug exists in executables compiled with at least Delphi 5 and 7. I'm sure
that fixing this one lets us run many Delphi apps as they seem to work very well
with Wine otherwise.
--
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=1469
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-26-05 11:40 -------
I could successfully install on two machines.
After changing in ~/.wine/config [wine]
"Temp" = "l:\\temp"
to
"Temp" = "l:\\"
I could reproduce your behaviour.
"TEMP" = "l:" works.
Running with temp and tmp set to c: in Vmware/Nt40 succeeded however. Perhaps
DIR_Init should strip out trailing (back)slashes.
Retry
--
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=1469
dclark(a)akamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.com
------- Additional Comments From dclark(a)akamail.com 2003-26-05 11:29 -------
Adding wine-bugs to the CC list, so that further posts are archived and make it
to gmane.
--
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=1383
------- Additional Comments From mitchell_bloch(a)hotmail.com 2003-26-05 10:12 -------
This is the end of the install (using wineinstall gives the most detailed ending)
Also, I replaced /home/user with ${HOME}
--------------------------------------------------------------------------------
Created ${HOME}/.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...
wine: chdir to /tmp/.wine-bazald/server-2205-2dd64d : No such file or directory
Registry install failed.
--------------------------------------------------------------------------------
if created, it wants the directory to be readable only by the primary user
chmod 700
then it wants a socket inside the directory
where do I get a socket? -_-
--
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=1469
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |mike(a)codeweavers.com
Status|ASSIGNED |NEW
--
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=1469
mike_mccormack(a)start.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike_mccormack(a)start.com.au 2003-26-05 00:14 -------
This bug is dependent on the current working directory.
Uwe's patch is correct, but the bug it fixes was masking another.
cwd = c:\
FindFirstFile("C:") -> INVALID_HANDLE_VALUE
cwd = c:\windows
FindFirstFile("c:") -> one entry -> "windows"
So it appears that:
cwd = c:\windows
FindFirstFile("c:")
is the same as
cwd = c:\
FindFirstFile("c:\windows")
interesting implementation hey?
--
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=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-25-05 18:49 -------
distributed .wine/config file sets E: as /temp drive, then puts a line:
"Temp" = "e:\\" to point at it in [wine] section.
I tried removing \\ from e:\\ and the problem persists.
I reviewed distributed registry files and there is no mention of drive e: nor
E: and it doesn't matter because the installer is looking for %temp% (I assume)
that in this case is pointing to E:\. But, when I deleted the trailing "\"
behaved the same.
--
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=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-25-05 17:50 -------
I tested it too with standard config files bundled with wine, in a windows-less
machine. It shows the same error complaining about E: (/temp) drive.
(I tried again, renaming existing .wine dir, and starting as first using it).
Does your try to run the winzip70.exe SETUP was succesful? (Bitte ;)
--
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=1469
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-25-05 16:47 -------
Hallo,
I suspect, that somewhere in your config or registry or in some ini file, you
have "X:\\" where only "X:" should be. The double backslash in this line of
your log looks bad. It seems that the program stumbles apon that.
0009:Call kernel32.lstrcpyA(406d22f4,00407e30 "X:\\\\WZSE1.tmp") ret=00401695
Can you look where the "X:\\" comes from?
Bye
--
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=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-25-05 15:56 -------
Sorry, but your applied patch was only I found in between 20030408 and
20030508 that met the criteria.
Moreover, browsing more in the debugmsg output it happens that:
(under wine-20030408)
< 0009:Call kernel32.GetDriveTypeA(406d22d8 "X:\\") ret=00401750
< 0009:Ret kernel32.GetDriveTypeA() retval=00000003 ret=00401750
< 0009:Call kernel32.lstrlenA(406d22f4 "X:\\\\WZSE1.tmp\\README.TXT")
ret=0040164b
< 0009:Ret kernel32.lstrlenA() retval=00000018 ret=0040164b
< 0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7
< 0009:Ret kernel32.FindFirstFileA() retval=403d7c02 ret=004010a7
^^^^^^^^
< 0009:Call kernel32.FindClose(403d7c02) ret=004010ba
^^^^^^^^^ ^^^^^^^^
< 0009:Ret kernel32.FindClose() retval=00000001 ret=004010ba
< 0009:Call kernel32.FindFirstFileA(406d22f4 "X:\\",406d2198) ret=004010a7
< 0009:Ret kernel32.FindFirstFileA() retval=403d77c2 ret=004010a7
^^^^^^^^
< 0009:Call kernel32.FindClose(403d77c2) ret=004010ba
^^^^^^^^
< 0009:Ret kernel32.FindClose() retval=00000001 ret=004010ba
< 0009:Call kernel32.FindFirstFileA(406d22f4 "X:\\\\WZSE1.tmp",406d2198)
ret=004010a7
/////////////////////////////////////////////////////////////////////////
While the same lines shows different behaviour under wine-20030508:
0009:Call kernel32.GetDriveTypeA(406d22d8 "X:\\") ret=00401750
0009:Ret kernel32.GetDriveTypeA() retval=00000003 ret=00401750
0009:Call kernel32.lstrlenA(406d22f4 "X:\\\\WZSE1.tmp\\README.TXT")
ret=0040164b0009:Ret kernel32.lstrlenA() retval=00000018 ret=0040164b
0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7
^^^^^^^^
0009:Ret kernel32.FindFirstFileA() retval=ffffffff ret=004010a7
^^^^^^^^
0009:Call kernel32.lstrlenA(406d22f4 "X:") ret=004018f5
^^^^^^^^
0009:Ret kernel32.lstrlenA() retval=00000002 ret=004018f5
^^^^^^^^^^
0009:Call kernel32.FindFirstFileA(406d22f4 "X:\\",406d2198) ret=004010a7
0009:Ret kernel32.FindFirstFileA() retval=ffffffff ret=004010a7
^^^^^^^^
0009:Call kernel32.lstrlenA(406d22f4 "X:\\") ret=004018f5
0009:Ret kernel32.lstrlenA() retval=00000003 ret=004018f5
Then it does:
0009:Call kernel32.CreateDirectoryA(406d22f4 "X:\\",00000000) ret=00401112
trace:file:CreateDirectoryW (L"X:\\",(nil))
warn:file:CreateDirectoryW Error 'File exists' trying to create directory
'/tmp'
Then, would not be this another case of bad documented API in MSDN?
--
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=1485
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #266 is|0 |1
obsolete| |
------- Additional Comments From puoti(a)inwind.it 2003-25-05 14:57 -------
Created an attachment (id=269)
--> (http://bugs.winehq.com/attachment.cgi?id=269&action=view)
the complete +ddraw log
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1485
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #265 is|0 |1
obsolete| |
------- Additional Comments From puoti(a)inwind.it 2003-25-05 14:00 -------
Created an attachment (id=267)
--> (http://bugs.winehq.com/attachment.cgi?id=267&action=view)
New screenshot
Look inside the red rings, those black parts aren't meant to be there.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1410
------- Additional Comments From lionel.ulmer(a)free.fr 2003-25-05 11:22 -------
Ivan,
You wrote 'The +event,+mouse,+dimput log'. There is obvioulsy a typo here...
So did you really type '+dimput' to take the log or is only the description
wrong ? If it's the logging, could you re-attach a log (if +dinput really adds
something, you can check by doing a 'grep dinput' on the resulting log).
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1485
------- Additional Comments From lionel.ulmer(a)free.fr 2003-25-05 11:10 -------
Well, the best would be to attach a complete +ddraw log...
And when I look at the attached screenshot, I cannot really see what regression
you see. The shot does not look bad to me.
Could you be more precise in your regression description (even better would be
to have two screenshots at the same location with the two different Wine versions).
--
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=1485
Summary: direct3D 7 regression: Screamer 4x4 has corrupt graphics
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: puoti(a)inwind.it
Screamer is a racing game, I got it with a canon printer. It has 3 exe files,
they use glide, openGL or direct3D 7. The openGL one works (Almost) perfectly,
but the direct3d one has come strange graphics, come parts of the road are
missing, I'll attach a screenshot and the shell output.
By the way, this didn't happen in wine-20030219, so I suppose this is a regression.
--
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=1469
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-25-05 06:29 -------
You write:
wine-20030408 (good):
0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7
0009:Ret kernel32.FindFirstFileA() retval=403d7c02 ret=004010a7
wine-20030508 (bad)
0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7
0009:Ret kernel32.FindFirstFileA() retval=ffffffff ret=004010a7
However that is the right behaviour. Look at the FindFirstFile API description
on MSDN: "You cannot use root directories as the lpFileName input string for
FindFirstFile, with or without a trailing backslash."
Our testsuite also has test_FindFirstFileA() in dlls/kernel/test/file.c
You will find that the actual behaviour is right.
Look for the error in a earlier stage, try to find out who delivers the "C:" to
FindFirstFile.
Bye
--
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=1398
------- Additional Comments From juan(a)virtual-orbis.com 2003-25-05 06:08 -------
Created an attachment (id=263)
--> (http://bugs.winehq.com/attachment.cgi?id=263&action=view)
pop up message of error
It shows an error message (see attached image):
Application Error
Exception EConvertError in module CALMIRA.EXE at 0337:0472.
'-' is not a valid integer value.
(then exits)
I'm using wine-20030508 & CVS to test this app. My setup has a win95 partition
(with w95 installed & acting as drive C for Wine) , I'm running wine under
mandrake 8.1 (without updates).
console output is:
[cad@pc-2 calmira]$ wine calmira.exe
err:ntdll:RtlpWaitForCriticalSection section 0x400e11f8
"../../scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec)
tid=000e
fixme:toolhelp:InterruptRegister16 (0000, 0x21f00ba), stub.
fixme:class:get_class_ptr reading from class of other process window 0x20021
fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet.
fixme:class:get_class_ptr reading from class of other process window 0x20021
fixme:toolhelp:InterruptUnRegister16 (0000), stub.
[cad@pc-2 calmira]$ wine calmira.exe
fixme:toolhelp:InterruptRegister16 (0000, 0x21f00ba), stub.
err:ntdll:RtlpWaitForCriticalSection section 0x400e11f8
"../../scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec)
tid=0011
fixme:class:get_class_ptr reading from class of other process window 0x20021
fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet.
fixme:class:get_class_ptr reading from class of other process window 0x20021
fixme:toolhelp:InterruptUnRegister16 (0000), stub.
--
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=1435
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2003-25-05 05:57 -------
Bug introduced by changes to files/dos_fs.c on 2003-04-04.
--
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=1435
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2003-25-05 05:49 -------
Faulty code somewhere in files/dos_fs.c introduced 2003-04-04.
--
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=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-25-05 05:30 -------
A silly note: I changed /tmp drive letter from E: to X: , but this doesn't
matter for this bug. So if you see in the images a different letter than the
dump of --debugmsg please take this in account.
--
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=1469
juan(a)virtual-orbis.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bon(a)elektron.ikp.physik.tu-
| |darmstadt.de
------- Additional Comments From juan(a)virtual-orbis.com 2003-25-05 05:23 -------
I found that this regression is related to a patch applied to CVS on 2003/04/16
21:10:04:
ChangeSet ID: 7890
files:
files : dos_fs.c dlls/kernel/tests: file.c
Log message:
Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de>
FindFirstFile on root directory should fail.
Patch: http://cvs.winehq.com/patch.py?id=7890
--
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=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-25-05 05:13 -------
Created an attachment (id=262)
--> (http://bugs.winehq.com/attachment.cgi?id=262&action=view)
--debugmsg +relay,+file output of winzip7.0(SR-1) INSTALLER under
wine-2003-0508 (+CVS as of May22)
Please use the same text search as above, then compare both:
wine-20030408 (good):
0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7
0009:Ret kernel32.FindFirstFileA() retval=403d7c02 ret=004010a7
wine-20030508 (bad)
0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7
0009:Ret kernel32.FindFirstFileA() retval=ffffffff ret=004010a7
^^^^^^^^
As you can see, FindFistFileA() is ever returning a value of ffffffff (check
the other instances of FindFirstFileA and you will find the same error:
bad: (as of wine-20030508 & CVS-May22)
0009:Call kernel32.FindFirstFileA(406d22f4 "X:\\",406d2198) ret=004010a7
0009:Ret kernel32.FindFirstFileA() retval=ffffffff ret=004010a7
should be: (as of wine-20030408)
0009:Call kernel32.FindFirstFileA(406d22f4 "X:\\",406d2198) ret=004010a7
0009:Ret kernel32.FindFirstFileA() retval=403d77c2 ret=004010a7
--
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=1469
------- Additional Comments From juan(a)virtual-orbis.com 2003-25-05 04:58 -------
Created an attachment (id=261)
--> (http://bugs.winehq.com/attachment.cgi?id=261&action=view)
--debugmsg +relay,+file output of winzip7.0(SR-1) INSTALLER working fine under
wine-2003-0408
As reported earlier, winzip7.0 SR-1 installer worked fine under wine-20030408
Please do a text search in this file for "WZSE1" and check for this line:
0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7
in this context:
0009:Call kernel32.lstrcpyA(00408530,406d22f4 "X:\\\\WZSE1.tmp\\README.TXT")
ret=00401706
0009:Ret kernel32.lstrcpyA() retval=00408530 ret=00401706
0009:Call kernel32.lstrlenA(00408530 "X:\\\\WZSE1.tmp\\README.TXT")
ret=0040177c0009:Ret kernel32.lstrlenA() retval=00000018 ret=0040177c
0009:Call kernel32.lstrlenA(00408530 "X:\\\\WZSE1.tmp\\README.TXT")
ret=004017880009:Ret kernel32.lstrlenA() retval=00000018 ret=00401788
0009:Call kernel32.lstrcpyA(406d22f4,00408530 "X:\\\\WZSE1.tmp\\README.TXT")
ret=0040179f
0009:Ret kernel32.lstrcpyA() retval=406d22f4 ret=0040179f
0009:Call kernel32.GetDriveTypeA(406d22d8 "X:\\") ret=00401750
0009:Ret kernel32.GetDriveTypeA() retval=00000003 ret=00401750
0009:Call kernel32.lstrlenA(406d22f4 "X:\\\\WZSE1.tmp\\README.TXT")
ret=0040164b0009:Ret kernel32.lstrlenA() retval=00000018 ret=0040164b
0009:Call kernel32.FindFirstFileA(406d22f4 "X:",406d2198) ret=004010a7
######################################################################
and compare with the same finding in the file next (next attachment)
--
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=1343
coolpav(a)parkertech.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|coolpav(a)parkertech.org |
------- Additional Comments From coolpav(a)parkertech.org 2003-24-05 16:38 -------
Resolved.
--
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=1452
coolpav(a)parkertech.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From coolpav(a)parkertech.org 2003-24-05 16:37 -------
gone.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1483
Summary: Will not compile with flex 2.5.31
Product: Wine
Version: 20030508
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: finity(a)kc.rr.com
I am using Debian unstable, so maybe this is their problem, but I had the flex
package installed. It is listed as version 2.5.31-8
(http://packages.debian.org/unstable/devel/flex.html). Wine compiled a little,
but not much (some important output is below). I installed "flex-old" listed as
version 2.5.4a-1 (http://packages.debian.org/unstable/devel/flex-old.html) and
it compiled just fine. Anyway, here's some of the output from the compiler when
I tried - by the way, the 20030408 release also wouldn't compile.
--snip--
make[2]: Leaving directory `/home/finity/wine-20030508/libs/wine'
make[2]: Entering directory `/home/finity/wine-20030508/libs/wpp'
gcc -c -I. -I. -I../../include -I../../include -Wall
-mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -g -O2 -o lex.yy.o lex.yy.c
./ppl.l:98:1: warning: "/*" within comment
./ppl.l:107:2: #endif without #if
./ppl.l: In function `pplex':
./ppl.l:309: error: `pp_incl_state' undeclared (first use in this function)
./ppl.l:309: error: (Each undeclared identifier is reported only once
./ppl.l:309: error: for each function it appears in.)
./ppl.l:309: error: `pp_pp' undeclared (first use in this function)
--snip for many similar errors to those above--
./ppl.l: In function `pp_push_ignore_state':
./ppl.l:1471: error: `pp_ignore' undeclared (first use in this function)
/usr/include/stdlib.h: At top level:
lex.yy.c:15496: warning: `yyunput' defined but not used
make[2]: *** [lex.yy.o] Error 1
make[2]: Leaving directory `/home/finity/wine-20030508/libs/wpp'
make[1]: *** [wpp] Error 2
make[1]: Leaving directory `/home/finity/wine-20030508/libs'
make: *** [libs] Error 2
Not really a big deal, and sike I said, I'm using unstable, but the readme said
any flex above 2.5 and with debian to just install the flex package. Thanks for
your hard 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=1482
Summary: can not open glide2x.dll.so,
Product: Wine
Version: 20030508
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: lenaig(a)wanadoo.fr
CC: lenaig(a)wanadoo.fr
I do not know if that's reallly a bug, but if i am trying to use wine to run
Half Life (under root), i have the following error message:
bash-2.05b# wine /cdrom/Setup.exe
Warning: could not find wine config [Drive x] entry for current working
directory /home/tst; starting in windows directory.
fixme:reg:GetSystemInfo not yet supported on this system
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (French keyboard layout) for scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
err:module:BUILTIN32_dlopen failed to load .so lib for builtin setup.exe: Cannot
open "/usr/local/lib/wine/setup.exe.so"
err:module:BUILTIN32_dlopen failed to load .so lib for builtin _setup.dll:
Cannot open "/usr/local/lib/wine/_setup.dll.so"
err:module:BUILTIN32_dlopen failed to load .so lib for builtin 00000dc8._mp:
Cannot open "/usr/local/lib/wine/00000dc8._mp.so"
fixme:reg:GetSystemInfo not yet supported on this system
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (French keyboard layout) for scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
err:module:BUILTIN32_dlopen failed to load .so lib for builtin _isdel.exe:
Cannot open "/usr/local/lib/wine/_isdel.exe.so"
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
err:module:BUILTIN32_dlopen failed to load .so lib for builtin language.inf:
Cannot open "/usr/local/lib/wine/language.inf.so"
err:module:BUILTIN32_dlopen failed to load .so lib for builtin sierra.inf:
Cannot open "/usr/local/lib/wine/sierra.inf.so"
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00021401-0000-0000-c000-000000000046}, hres is 0x80040154
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00021401-0000-0000-c000-000000000046}, hres is 0x80040154
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
fixme:ole:CoCreateInstance no classfactory created for CLSID
{00021401-0000-0000-c000-000000000046}, hres is 0x80040154
fixme:reg:GetSystemInfo not yet supported on this system
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (French keyboard layout) for scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:reg:RegFlushKey (0x54): stub
err:module:BUILTIN32_dlopen failed to load .so lib for builtin glide2x.dll:
Cannot open "/usr/local/lib/wine/glide2x.dll.so"
wine: Unhandled exception, starting debugger...
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x5c08229d
Thx
--
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=1290
------- Additional Comments From syjef(a)mdanderson.org 2003-23-05 15:00 -------
I can confirm that BSD make does not work with Wine's makefiles. Using gmake
works just 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=1477
------- Additional Comments From mettius(a)cactusairforce.org 2003-23-05 14:00 -------
Ok, I applied the patch to audio.c and now I get this...
(It still freezes up wine, I must do a killall wine to free things up again).
mettius@callius:~/.wine/fake_windows/stars!> wine ./stars.exe
Wine already configured, run 'winesetup' to reconfigure.
err:ntdll:RtlpWaitForCriticalSection section 0x4010703c
"../../scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec) tid=000c
mettius@callius:~/.wine/fake_windows/stars!>
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1480
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Get DCOM95 DCOM98 error and |Installers need cabinet.dll
|FDICreate error on latest |FDI* functions, and DCOM
|version |installer is broken (version
| |too high)
------- Additional Comments From mike(a)theoretic.com 2003-23-05 07:42 -------
I think we need to lower the version number in the ole32.dll 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=1343
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christophe(a)saout.de
------- Additional Comments From mike(a)theoretic.com 2003-23-05 07:40 -------
*** Bug 1481 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=1481
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mike(a)theoretic.com 2003-23-05 07:40 -------
Resolving as dupe, unfortunately we've lost the data for 1343.
Basically you need to configure with --with-nptl
*** This bug has been marked as a duplicate of 1343 ***
--
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.