http://bugs.winehq.org/show_bug.cgi?id=2023
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony_lambregts(a)telusplanet.n
| |et
Summary|window content frozen |Flight Simulator window
| |content frozen
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-20-02 16:53 -------
Is this the demo version or the full one ? if this is the demo I suppose we can
close your previos bug report Bug 2022
--
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=2035
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony_lambregts(a)telusplanet.n
| |et
--
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=2036
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|tony_lambregts(a)telusplanet.n|
|et |
--
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=2036
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tony_Lambregts(a)telusplanet.n
| |et
--
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=2041
Summary: LFN DOS API is not turned on in all cases
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joshudson(a)hotmail.com
The DOS API for long file names is not available on all possible
Dos/Windows configurations that would have it. In particular:
DOS LFN is available on Win2000 and WinXP (wine in nt4 mode)
-- Note that this is not true of NT4 itself (what to do?)
DOS LFN is available on Win3.1 when dosver >= 7.0 & IFSHELP.SYS loaded
Simple overzealous fix: make DOS LFN available in *all* cases
(probably no program will break if it sees LFN when there shouldn't be)
--
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=2040
------- Additional Comments From lionel.ulmer(a)free.fr 2004-20-02 10:34 -------
If you do "ls -l `which ping`" on your Linux box, you will get :
-rwsr-xr-x 1 root root 15312 Nov 3 1999 /bin/ping
And you will see the SUID bit set.
In other words, in the Unix world, only root can send ICMP packets. So to be
able to ping without using the 'ping' program, you need to be root.
--
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=2033
sam_herzog(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From sam_herzog(a)yahoo.com 2004-20-02 05:14 -------
I have installed the daily build of 20.Feb.2004 and the problem is gone.
So looks like it is fixed now.
--
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=2040
Summary: ICMP
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reisch.zoltan(a)photel.hu
Hi all..
When I run an delphi compiled binary under wine , and if I use ping (ICMP) the
wine show a warning and drop the program to debugger.
But it dosn't take when I logged in as Root.
I don't want login as Root for I can ping .
Why must I login as Root for I can use ICMP with wine+winprog ?
--
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=2039
Summary: read float bug in scanf.h in msvcrt.dll.so
Product: Wine
Version: 20040213
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elmkni(a)freenet.de
Hi,
my name is Elmar Knittel (elmkni(a)freenet.de),
and I might have found a little bug in wine :(
I have got SuSE Linux 8.2 personal and
wine-20040213-SuSELinux82.i586.rpm and
wine-20040213-SuSELinux82.src.rpm from
sourceforge.net/projects/wine.
There seems to be problem within the scan functions
in wine-20040213/dlls/msvcrt/scanf.h, line 265/266:
/* get first digit. */
if (!_ISDIGIT_(nch)) break;
break is triggered by decimals without leading digit, e.g:
//---------------------------------------------------------------------
//
// test.c - compile with MinGW under WIN32
//
// DEPEND = test.c
// SHRINK = upx --best --crp-ms=999999 --nrv2b
// CFLAGS = -s -Os -ffast-math -DNDEBUG -mconsole -march=pentium4
// EXE = test.exe
// CC = gcc
//
// .PHONY: $(EXE)
// $(EXE): $(DEPEND)
// $(CC) $(CFLAGS) $? -o$@
// $(SHRINK) $@
//
//---------------------------------------------------------------------
#include <stdio.h>
int main()
{
int i;
static float r,g,b;
const char *s = "0 .7 0";
printf("\n\tBefore: r = %f, g = %f, b = %f",r,g,b);
i = sscanf(s,"%f %f %f",&r,&g,&b);
printf("\n\tAfter : r = %f, g = %f, b = %f",r,g,b);
printf("\n\tBackgroundColorString is: `%s`, Return is: %i\n\n",s,i);
return 0;
}
//---------------------------------------------------------------------
The output of <wine test> should be:
Before: r = 0.000000, g = 0.000000, b = 0.000000
After : r = 0.000000, g = 0.700000, b = 0.000000
BackgroundColorString is: `0 .7 0`, Return is: 3
but actually is:
Before: r = 0.000000, g = 0.000000, b = 0.000000
After : r = 0.000000, g = 0.000000, b = 0.000000
BackgroundColorString is: `0 .7 0`, Return is: 1
where the value of g in line 2 has not changed to 0.700000
and the return value of the sscanf function is 1, not 3.
A possible solution might be to insert:
if (nch == '.') {
cur = 0;
goto HANDLE_DECIMALS;
}
directly after /* get first digit. */
in line 265 of original scanf.h and:
HANDLE_DECIMALS:
directly after /* handle decimals */
in line 276 of original scanf.h.
Probably not the best solution, but it works.
By the way; How do I manage to compile *only*
msvcrt.dll.so? I tried make in the msvcrt-dir,
but just the seperate object files were gene-
rated, not the whole library... so I had to
compile the complete wine-suit in order to
get my patched msvcrt.dll.so ;}
Please, drop me a line, if there is a more
simple way to get a single library. Thanks.
With best regards,
Elmar Knittel, elmkni(a)freenet.de
--
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=2018
------- Additional Comments From reif(a)earthlink.net 2004-19-02 16:03 -------
Could you please create a trace using:
wine --debugmsg +wave,+dsound,+dsound3d program.exe >& trace
where program.exe is your program.
Also, is this native OSS or alsa emulated?
--
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=2029
------- Additional Comments From hatky(a)users.sf.net 2004-19-02 11:00 -------
I see you already know the problem and the fix, why not send a patch of the
change in the make file to wine-devel@winehq,org?
--
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=1958
gillb4(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From gillb4(a)telusplanet.net 2004-19-02 10:51 -------
I use Nvidia drivers with kernel 2.6.3. To resolve this bug, I re-installed
Mesa, gle and Glut (and re-started the X server). I don't know how/why they got
messed up, although I upgrade my system with yum (frequently) and a
library/configuration/path could have been overwritten at some point.
--
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=2032
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |LATER
------- Additional Comments From mike(a)theoretic.com 2004-19-02 06:41 -------
This is a known problem, should be fixed by the upcoming WM rewrite. Alex has
been experimenting lately with another way to fix this as well. For now run the
installer in desktop mode, and the problem should be solved.
--
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=2030
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)theoretic.com 2004-19-02 06:40 -------
This is due to IESETUP using its own advapi dll which doesn't implement a
registry function used by our GDI. Unfortunately it still exports it, it simply
calls through (not sure if it's a PE forward or not) to CommonUnimpStub.
Not sure what to about this. In my installer script I simply force advapi to
builtin:
WINEDLLOVERRIDES="advapi32=b" wine ie6setup.exe
for instance
--
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=2031
------- Additional Comments From mike(a)theoretic.com 2004-19-02 06:38 -------
Try setting Wine to emulate NT instead of 9x in the config file
--
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=768
fojtik(a)htc.honeywell.cz changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20020509 |20040213
------- Additional Comments From fojtik(a)htc.honeywell.cz 2004-19-02 03:50 -------
Hi all.
It seems to be a good job, the Micrographic designer seems to start working
with 20040213.
There are another problems: icons are inverted, but a new bug report should be
opened for this. Also several Errors are logged into console.
But it works!
You could test it and close this bug.
--
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=1958
------- Additional Comments From emanuele(a)fabrizio.com 2004-19-02 03:07 -------
Confirm same behavior on my system:
kernel 2.4.24
gcc-3.2.1 (also tried with gcc-2.95.3)
nvidia-1.0-5336
Tried both manually and through tools/wineinstall and make bailed out at the
same point with the same complaint
--
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=2036
Summary: CTreeCtrl : TREEVIEW_* kompatibility
Product: Wine
Version: 20040213
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Johann.Obermayr(a)fastrun.at
Hi,
in TREEVIEW_Collapse & TREEVIEW_Expand
Line
if (bUser || !(wineItem->state & TVIS_EXPANDEDONCE))
TREEVIEW_SendExpand...
correct is
if (bUser && !(wineItem->state & TVIS_EXPANDEDONCE))
TREEVIEW_SendExpand...
because SendExpand notify only send if bUser ( bNotify) flag
is set.
--
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=2031
------- Additional Comments From marcus(a)jet.franken.de 2004-19-02 00:01 -------
*** Bug 2027 has been marked as a duplicate of this bug. ***
--
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=2027
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From marcus(a)jet.franken.de 2004-19-02 00:01 -------
*** This bug has been marked as a duplicate of 2031 ***
--
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=1597
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-18-02 23:55 -------
is fixed in 20040213
--
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=2035
Summary: winealsa does not work in CVS as of 2/17/2003
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brettholcomb(a)charter.net
When ~/.wine/config is changed to have
"Drivers" = "winealsa.drv" instead of "Drivers" = "wineoss.drv"
I get this on startup. This is with Alsa 1.0.2.
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x42350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEALSA.DRV' (0x42880000)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00000000).
In 32-bit mode.
0x00000000: addb %al,0x0(%eax)
Wine-dbg>
--
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=1597
kairo(a)kairo.at changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kairo(a)kairo.at
--
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=2019
the-fallen(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #533|application/octet-stream |text/plain
mime type| |
--
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=2034
Summary: OpenGl text not drawn/vissible
Product: Wine
Version: 20040213
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: polleke(a)meosource.com
Hello,
I have this application (freeware):
http://www.asrc.info/
You can download it and start it. No need to connect or have an account.
Problem is directly vissible.
As you can see there is no text on the scope (compare with this screen:
http://www.avsim.com/pages/0702/asrc/asrc_preview_000.jpg)
But if you type some text you can see the cursor move. The program is using a
custom truetype font, installed c:\windows\fonts. And I believe that's the
problem maker. But I could be wrong ofcourse.
When debugging with --debugmsg +opengl I see (alot but I'll copy some specific
parts. I can give you a full startup debug):
trace:opengl:wgl_ext_initialize_extensions GL version : "1.4.0 NVIDIA 44.96".
fixme:ole:CoRegisterMessageFilter stub
fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000
trace:opengl:wglUseFontBitmapsA (0x74, 0, 255, 1) using font 0
Glyph : 254
- bbox : 4 x 0
- origin : (1 , 0)
- increment : 6 - 0
- size : 0
- bitmap :
trace:opengl:wine_glGenLists (256)
trace:opengl:wglUseFontBitmapsA (0x74, 0, 255, 769) using font 0
trace:opengl:wine_glVertex3d (396.000000, 219.000000, 0.000000)
There can be ofcourse other reasons for this problem then fonts.
To summarize:
Program works perfectly, but text is not drawn by OpenGl but you can see it
being typed. I believe it has something to do with the font.
Thank you,
Paul van Schayck
--
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=2033
Summary: TLabel Component of Delphi 7 Apps are not shown when
running with Wine
Product: Wine
Version: 20040213
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sam_herzog(a)yahoo.com
Hi,
I have found a problem which is very simple to reproduce.
Steps:
1. Start Delphi 7.
2. New Project.
3. Place a TLabel component onto the form.
4. Compile and Excute on Windows. --> The form with the label is displayed
correctly.
5. Execute the same exe-file on Suse Linux 9.0 with KDE 3.0. --> the form is
displayed but the label is not.
I can send you screenshots and the exe-file if needed. Just let me know.
Regards,
Sam
--
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=2032
Summary: CorelDraw 8 installer background picture modal over
install form
Product: Wine
Version: 20040213
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spmirowski(a)shaw.ca
Every version of wine I have tried (even codeweavers) has had this problem. The
installer starts up but the background picture is modal over the installer form.
I am unable to tab to the form or to any other program in X.
I have to go to the console and kill the pthread/server so I have never gotten
any output from the commandline of what else may be happening.
--
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=2031
Summary: Problematic Thread: fixme:msvcrt:_XcptFilter (-
1073741819,0x406de81c)semi-stub wine: Unhandled
exception (thread 002e)
Product: Wine
Version: 20040213
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rbmercsguild(a)yahoo.com
as you can see in the summury it all starts with MSVCRT of which the original DLL is in
the program folder it self, i found an old post about the same problem from a year ago
but no fix , here is my readour and my back trace
""# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 5448524541442C4F43414C33544F524147450E4350500042
#
# Problematic Thread: fixme:msvcrt:_XcptFilter (-1073741819,0x406de81c)semi-stub
wine: Unhandled exception (thread 002b), starting debugger...
WineDbg starting on pid 2a
Can't find file for ELF 'wine-kthread' ((nil))
Loaded debug information from ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x4000af50 (_end+0x3fef8a40)
Loaded debug information from ELF '/usr/lib/libwine.so.1' (0x4001f000)
No debug information in ELF '/lib/i686/libpthread.so.0' (0x40037000)
No debug information in ELF '/lib/i686/libc.so.6' (0x40087000)
No debug information in ELF '/lib/libdl.so.2' (0x401ba000)
No debug information in ELF '/lib/i686/libm.so.6' (0x401bd000)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/wine/ntdll.dll.so' (0x401e0000)
Loaded debug information from ELF '/usr/lib/libwine_unicode.so.1' (0x40256000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40354000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x40470000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x406e0000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x40841000)
No debug information in ELF '/lib/libgcc_s.so.1' (0x40016000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x40a0c000)
No debug information in ELF '/usr/lib/wine/winmm.dll.so' (0x40a41000)
No debug information in ELF '/usr/lib/wine/imm32.dll.so' (0x40ab6000)
No debug information in ELF '/usr/lib/wine/dinput.dll.so' (0x40ad3000)
No debug information in ELF '/usr/lib/wine/msvcrt.dll.so' (0x40b09000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40b54000)
No debug information in ELF '/lib/libz.so.1' (0x405d1000)
No debug information in ELF '/usr/lib/libfontconfig.so.1' (0x40ba2000)
No debug information in ELF '/usr/lib/libexpat.so.0' (0x40bc8000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40be9000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40c74000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40c7d000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x405cc000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40c94000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40c9c000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40caa000)
No debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x40d89000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x40dfc000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x40349000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x40e05000)
No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x40352000)
No debug information in ELF '/usr/lib/wine/wineoss.drv.so' (0x40e23000)
No debug information in ELF '/usr/lib/wine/msacm.drv.so' (0x40e64000)
No debug information in ELF '/usr/lib/wine/msacm32.dll.so' (0x40e7c000)
No debug information in ELF '/usr/lib/wine/midimap.drv.so' (0x40fb0000)
No debug information in 32bit DLL 'Y:\Documents\FB\fb\il2fb.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40200000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL'
(0x404a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL'
(0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40880000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40700000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x40a50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x40ac0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x40af0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL'
(0x40b20000)
No debug information in 32bit DLL 'Y:\DOCUMENTS\FB\FB\RTS.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40c00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x40e30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL'
(0x40e80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x40e70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x40fc0000)
No debug information in 32bit DLL 'Y:\DOCUMENTS\FB\FB\BIN\HOTSPOT\JVM.DLL'
(0x6d420000)
No debug information in 32bit DLL 'Y:\DOCUMENTS\FB\FB\BIN\HPI.DLL' (0x6d220000)
Unhandled exception: page fault on read access to 0x0000004c in 32-bit code
(0x6d4695ba).
In 32-bit mode.
0x6d4695ba (JVM.DLL._JVM_FindSignal@4+0x17015 in JVM.DLL): movl
0x4c(%eax),%eax
Wine-dbg>bt
Backtrace:
=>0 0x6d4695ba (JVM.DLL._JVM_FindSignal@4+0x17015 in JVM.DLL)
(ebp=406dec68)
1 0x6d4820de (JVM.DLL._JVM_FindSignal@4+0x2fb39 in JVM.DLL) (ebp=406dec78)
2 0x6d48250f (JVM.DLL._JVM_FindSignal@4+0x2ff6a in JVM.DLL) (ebp=406df59c)
3 0x6d42df52 (JVM.DLL..text+0xcf52 in JVM.DLL) (ebp=406dfdc8)
4 0x6d484b2d (JVM.DLL._JVM_FindSignal@4+0x32588 in JVM.DLL) (ebp=406dfde0)
5 0x6d482002 (JVM.DLL._JVM_FindSignal@4+0x2fa5d in JVM.DLL) (ebp=406dfe60)
6 0x6d44a82f (JVM.DLL.JNI_CreateJavaVM+0x26 in JVM.DLL) (ebp=406dfe74)
7 0x0040160b (il2fb.exe..text+0x60b in il2fb.exe) (ebp=406dff20)
8 0x405008e6 (SetThreadExecutionState+0x1b86 in KERNEL32.DLL)
(ebp=00000000)
""
--
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=2030
------- Additional Comments From jcc(a)vel.net 2004-17-02 18:02 -------
My wine debugmsg file with warn+all options is around 10G!
--
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=2030
jcc(a)vel.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |FIXME
Platform|Other |PC
--
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=2030
Summary: Wine and IE55SP2
Product: Wine
Version: 20040213
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcc(a)vel.net
Setup seems to hang around 80% wine reports the same error over 99%:
fixme:thunk:CommonUnimpStub generic stub: ?
--
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=2029
Summary: dlls/shell32/authors.c is generated broken when LC_ALL
is UTF8
Product: Wine
Version: 20040213
Platform: PC
URL: http://bugs.gentoo.org/show_bug.cgi?id=41947
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ed(a)catmur.co.uk
...
authors.c:483: error: (near initialization for `SHELL_Authors[481]')
authors.c:483: error: syntax error before string constant
authors.c:613: error: stray '\305' in program
authors.c:613: error: stray '\366' in program
authors.c:613: error: `ngstr' undeclared here (not in a function)
authors.c:613: error: initializer element is not constant
authors.c:613: error: (near initialization for `SHELL_Authors[612]')
authors.c:613: error: syntax error before "m"
make: *** [authors.o] Error 1
Offending lines in authors.c are as these:
"Jean-Bruno Luginb",ühl
"Per ",Ångström
authors.c is autogenerated on build by this command:
(LANG=C; echo 'const char * const SHELL_Authors[] = {' && \
sed -e '1,2d' -e 's/\(.*\)/ \"\1\",/' ../../AUTHORS && \
echo ' 0 };') >authors.c || (rm -f authors.c && false)
As ../../AUTHORS uses an ISO-8859 encoding, the accented characters fall
outside the UTF-8 collating locale's set of printing characters and thus are
not matched by `.' in the sed command.
Prepending "LC_ALL=C" to the above sed command in the Makefile fixes this
issue.
This may have been a bug for some time; I postponed switching to UTF-8 until
en_GB.utf8 reached the Gentoo glibc.
--
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=2027
------- Additional Comments From rbmercsguild(a)yahoo.com 2004-17-02 14:20 -------
here is the same message under the latest wine/mandrake rpm install
The only info i was able to find on this was some one who was trying to run the saame
program I am, and there was mention of JVM (java virtual machine), do I need install
the above (JVM) ?
"#
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 5448524541442C4F43414C33544F524147450E4350500042
#
# Problematic Thread: fixme:msvcrt:_XcptFilter (-1073741819,0x406de81c)semi-stub
wine: Unhandled exception (thread 002e), starting debugger...
WineDbg starting on pid 2d
Can't find file for ELF 'wine-kthread' ((nil))
Loaded debug information from ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x4000af50 (_end+0x3fef8a40)
Loaded debug information from ELF '/usr/lib/libwine.so.1' (0x4001f000)
No debug information in ELF '/lib/i686/libpthread.so.0' (0x40037000)
No debug information in ELF '/lib/i686/libc.so.6' (0x40087000)
No debug information in ELF '/lib/libdl.so.2' (0x401ba000)
No debug information in ELF '/lib/i686/libm.so.6' (0x401bd000)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/wine/ntdll.dll.so' (0x401e0000)
Loaded debug information from ELF '/usr/lib/libwine_unicode.so.1' (0x40256000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40354000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x40470000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x406e0000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x40841000)
No debug information in ELF '/lib/libgcc_s.so.1' (0x40016000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x40a0c000)
No debug information in ELF '/usr/lib/wine/winmm.dll.so' (0x40a41000)
No debug information in ELF '/usr/lib/wine/imm32.dll.so' (0x40ab6000)
No debug information in ELF '/usr/lib/wine/dinput.dll.so' (0x40ad3000)
No debug information in ELF '/usr/lib/wine/msvcrt.dll.so' (0x40b09000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40b54000)
No debug information in ELF '/lib/libz.so.1' (0x405d1000)
No debug information in ELF '/usr/lib/libfontconfig.so.1' (0x40ba2000)
No debug information in ELF '/usr/lib/libexpat.so.0' (0x40bc8000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40be9000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40c74000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40c7d000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x405cc000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40c94000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40c9c000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40caa000)
No debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x40d89000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x40dfc000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x40349000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x40e05000)
No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x40352000)
No debug information in ELF '/usr/lib/wine/wineoss.drv.so' (0x40e23000)
No debug information in ELF '/usr/lib/wine/msacm.drv.so' (0x40e64000)
No debug information in ELF '/usr/lib/wine/msacm32.dll.so' (0x40e7c000)
No debug information in ELF '/usr/lib/wine/midimap.drv.so' (0x40fb0000)
No debug information in 32bit DLL 'Y:\Documents\FB\fb\il2fb.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40200000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL'
(0x404a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL'
(0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40880000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40700000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x40a50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x40ac0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x40af0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL'
(0x40b20000)
No debug information in 32bit DLL 'Y:\DOCUMENTS\FB\FB\RTS.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40c00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x40e30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL'
(0x40e80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x40e70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x40fc0000)
No debug information in 32bit DLL 'Y:\DOCUMENTS\FB\FB\BIN\HOTSPOT\JVM.DLL'
(0x6d420000)
No debug information in 32bit DLL 'Y:\DOCUMENTS\FB\FB\BIN\HPI.DLL' (0x6d220000)
Unhandled exception: page fault on read access to 0x0000004c in 32-bit code
(0x6d4695ba).
In 32-bit mode.
0x6d4695ba (JVM.DLL._JVM_FindSignal@4+0x17015 in JVM.DLL): movl
0x4c(%eax),%eax
Wine-dbg>""
--
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=2000
------- Additional Comments From winehq.15.subdino(a)spamgourmet.com 2004-17-02 13:29 -------
Transmited to wine-patches(a)winehq.org
Tested :
C:\>echo %programfiles%
C:\PROG~FBU (??? maybe another bug...)
C:\>cd %programfiles%
C:\Program Files\>
--
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=2000
------- Additional Comments From mike(a)theoretic.com 2004-17-02 12:29 -------
Hi, thanks for the patch! Can you please submit this patch to wine-patches, as
per the normal procedure? Patches put into bugzilla must be manually scraped and
submitted otherwise.
thanks -mike
--
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=2028
hatky(a)users.sf.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
--
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=2027
------- Additional Comments From marcus(a)jet.franken.de 2004-17-02 11:19 -------
can you test with regular wine please?
this is not the WineX bug repository.
--
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=2028
the-fallen(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |tasklist
--
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=2028
Summary: DSound and DDraw improvement for better gamesupport
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the-fallen(a)web.de
Hi everybody!
While trying a lot of games on my linux box i found that fixing those two "bugs"
would not only enable a lot of games to run but also improve the performance and
playability of yet running games to a totally new level.
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_EXCLUSIVE not
fully supported
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
I hope this could be possible since i know that games are not the primary target
of wine.
Norbert Nordpol
--
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=2027
Summary: Problematic Thread: wine: Unhandled exception
Product: Wine
Version: 20040213
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rbmercsguild(a)yahoo.com
I am trying to run a non graphical stand alone server program with wine and recieve the
following readout
""# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Error ID: 5448524541442C4F43414C33544F524147450E4350500042
#
# Problematic Thread: wine: Unhandled exception, starting debugger...
WineDbg starting on pid 806cdd8
No debug information in ELF '/usr/lib/transgaming_winex3//winex/bin/wine'
(0x00000000)
Breakpoint 1 at 0x4000af50
No debug information in ELF '/usr/lib/transgaming_winex3//winex/pthread_lib/libntdll.so'
(0x40014000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/pthread_lib/libwine.so'
(0x4010b000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libwine_unicode.so'
(0x40121000)
No debug information in ELF '/lib/i686/libm.so.6' (0x401f3000)
No debug information in ELF '/lib/i686/libc.so.6' (0x40216000)
No debug information in ELF '/lib/i686/libpthread.so.0' (0x40349000)
No debug information in ELF '/lib/libdl.so.2' (0x40399000)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libkernel32.so'
(0x40703000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libuser32.so'
(0x40783000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libgdi32.so'
(0x408aa000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libadvapi32.so'
(0x40916000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libwinmm.so'
(0x40938000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libimm32.so'
(0x4098d000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libdinput.so'
(0x4099c000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libx11drv.so'
(0x409bb000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libwine_tsx11.so'
(0x40a2b000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40a3d000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40a46000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40a5d000)
No debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x40a65000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libGLU.so.1'
(0x40ad8000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40b93000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40ba1000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x401e8000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x40c80000)
No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x401ec000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x40ca9000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libwineoss.drv.so'
(0x40de0000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libmsacm32.so'
(0x40dfa000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libmsacm.drv.so'
(0x40c9e000)
No debug information in ELF '/usr/lib/transgaming_winex3//winex/lib/libmidimap.drv.so'
(0x40cb2000)
No debug information in 32bit DLL 'C:\windows\fb\il2fb.exe' (0x00400000)
No debug information in 32bit DLL 'NTDLL.DLL' (0x40050000)
No debug information in 32bit DLL 'KERNEL32.DLL' (0x40736000)
No debug information in 32bit DLL 'ADVAPI32.DLL' (0x40926000)
No debug information in 32bit DLL 'GDI32.DLL' (0x408c8000)
No debug information in 32bit DLL 'USER32.DLL' (0x407ba000)
No debug information in 32bit DLL 'WINMM.DLL' (0x40946000)
No debug information in 32bit DLL 'IMM32.DLL' (0x40993000)
No debug information in 32bit DLL 'DINPUT.DLL' (0x409a8000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM32\MSVCRT.DLL'
(0x78000000)
No debug information in 32bit DLL 'C:\WINDOWS\FB\RTS.DLL' (0x10000000)
No debug information in 32bit DLL 'X11DRV.DLL' (0x409d7000)
No debug information in 32bit DLL 'MSACM32.DLL' (0x40dff000)
No debug information in 32bit DLL 'WINEOSS.DRV' (0x40de3000)
No debug information in 32bit DLL 'MSACM.DRV' (0x40ca1000)
No debug information in 32bit DLL 'MIDIMAP.DRV' (0x40cb4000)
No debug information in 32bit DLL 'C:\WINDOWS\FB\BIN\HOTSPOT\JVM.DLL'
(0x6d420000)
No debug information in 32bit DLL 'C:\WINDOWS\FB\BIN\HPI.DLL' (0x6d220000)
Unhandled exception: page fault on read access to 0x0000004c in 32-bit code
(0x6d4695ba).
In 32-bit mode.
0x6d4695ba (JVM.DLL._JVM_FindSignal@4+0x17015 in
C:\WINDOWS\FB\BIN\HOTSPOT\JVM.DLL): movl 0x4c(%eax),%eax
Wine-dbg>""
thnx for any help you can give
S!
--
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=2026
Summary: Wordperfect 10 fails to get past first form of installer
Product: Wine
Version: 20040213
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spmirowski(a)shaw.ca
I have a pc running linux mandrake 9.2, gnome 2.4. stdole32.tbl copied from
winME into c/windows/system.
In a few past versions of wine, I have been able to get to the point that some
files are installed then crashes. However, this version does let the first next
button to be pressed. When the installer sound starts the console just scrolls out:
err:wave:wodUpdatePlayedTotal ioctl(/dev/dsp, SNDCTL_DSP_GETOSPACE) failed
(Broken pipe)
I also have extra directories in c/ with this build of wine:
[mirostep@epsilon c]$ ls
My Documents/ Program Files/ Wi/ WIN/ WINDOW/ windows/ WINDOWS??/
The whole console output:
[mirostep@epsilon cdrom]$ wine setup32.exe
fixme:ver:RtlVerifyVersionInfo (0x406aed04,64,180000): Not all cases correctly
implemented yet
Log file name:C:\WINDOWS\Corel\Setup.log
fixme:ver:RtlVerifyVersionInfo (0x406aed90,64,180000): Not all cases correctly
implemented yet
fixme:ole:CoRegisterMessageFilter stub
fixme:mpr:WNetOpenEnumA (00000001, 00000001, 00000000, (nil), 0x406ae8a8): stub
fixme:ver:RtlVerifyVersionInfo (0x406ae9a4,64,180000): Not all cases correctly
implemented yet
fixme:ver:RtlVerifyVersionInfo (0x406ae6d4,64,180000): Not all cases correctly
implemented yet
fixme:ver:RtlVerifyVersionInfo (0x406ae40c,64,180000): Not all cases correctly
implemented yet
fixme:advapi:PrivilegeCheck stub 0x5c 0x406ae988 0x406ae968
fixme:advapi:GetFileSecurityA ("C:\\My Documents") : stub
fixme:advapi:GetFileSecurityA ("C:\\WINDOWS\\Start Menu") : stub
fixme:advapi:GetFileSecurityA ("C:\\WINDOWS\\") : stub
fixme:advapi:GetFileSecurityA ("C:\\WINDOWS\\Desktop") : stub
fixme:advapi:GetFileSecurityA ("C:\\Wi") : stub
fixme:advapi:GetFileSecurityA ("C:\\") : stub
fixme:advapi:GetFileSecurityA ("C:\\WINDOWS\\Fonts") : stub
fixme:advapi:GetFileSecurityA ("C:\\WINDOW") : stub
fixme:advapi:GetFileSecurityA ("C:\\Program Files") : stub
fixme:ver:RtlVerifyVersionInfo (0x406ae294,64,180000): Not all cases correctly
implemented yet
err:msi:get_tablecolumns Couldn't find id for L"Directory"
err:msi:get_tablecolumns Couldn't find id for L"Feature"
fixme:ver:RtlVerifyVersionInfo (0x406ae4e4,64,180000): Not all cases correctly
implemented yet
Log file name:C:\WINDOWS\Corel\Setup.log
fixme:ver:RtlVerifyVersionInfo (0x406ae570,64,180000): Not all cases correctly
implemented yet
fixme:ver:RtlVerifyVersionInfo (0x406ae4e4,64,180000): Not all cases correctly
implemented yet
Log file name:C:\WINDOWS\Corel\Setup.log
err:wave:wodUpdatePlayedTotal ioctl(/dev/dsp, SNDCTL_DSP_GETOSPACE) failed
(Broken pipe)
--
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=2025
Summary: Compupic won't delete files
Product: Wine
Version: 20040213
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tradergt(a)smelser.org
Running compupic in wine seems to run great, until, i want to delete a file.
Then it says the file is read only. I know its not read only. It reads and
writes to its own DB so that can't be it..
--
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=2024
Summary: Microsoft Access frozen
Product: Wine
Version: 20040213
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.bouat(a)wanadoo.fr
I successfully installed the smallest part of Microsoft Office 98 which allowed
me to use Access ("Microsoft Access files" in "Access" section with customised
installation class).
I tried to open an former Access 98 database (created on Windows native Access
98 version). I could see the table list but the window content was frozen.
Here is the log:
----------------
[j@laptop tmp]$ wine /home/wine/Program\ Files/Microsoft\ Office/Office/MSACCESS.EXE
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
fixme:font:SetMapperFlags (0xa4, 0x00000001): stub - harmless
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:DllDebugObjectRPCHook stub
err:shell:SHGetFolderPathW Failed to create directory 'L"C:\\My Documents"'.
fixme:shell:Stream_WriteLocationInfo writing empty location info
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,24)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,24)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,24)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,2)-stub!
err:dosfs:DRIVE_GetLabel Invalid or unreadable superblock on /dev/fd0 (A:).
Invalid or unreadable superblock on /dev/fd0 (A:). Maybe not FAT?
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,5)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,6)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,5)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,5)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,6)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,5)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,5)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,6)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,5)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,5)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,27)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,27)-stub!
fixme:hook:NotifyWinEvent (32773,0x2003e,-4,8)-stub!
fixme:hook:NotifyWinEvent (4,0x10026,-3,0)-stub!
fixme:hook:NotifyWinEvent (5,0x10026,-3,0)-stub!
fixme:hook:NotifyWinEvent (32773,0x3003b,-4,24)-stub!
fixme:hook:NotifyWinEvent (32773,0x3003b,-4,24)-stub!
fixme:hook:NotifyWinEvent (32773,0x3003b,-4,24)-stub!
fixme:hook:NotifyWinEvent (32773,0x3003b,-4,2)-stub!
err:dosfs:DRIVE_GetLabel Invalid or unreadable superblock on /dev/fd0 (A:).
Invalid or unreadable superblock on /dev/fd0 (A:). Maybe not FAT?
err:dosfs:CDROM_Data_GetLabel error reading label !
fixme:hook:NotifyWinEvent (32773,0x3003b,-4,7)-stub!
fixme:ole:MSFT_ReadValue BSTR length = 0?
fixme:ole:MSFT_ReadValue BSTR length = -1?
fixme:ole:MSFT_ReadValue BSTR length = 0?
fixme:ole:MSFT_ReadValue BSTR length = 0?
fixme:ole:ITypeInfo_fnAddressOfMember (0x46740280) stub!
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 8
Can't find file for ELF 'wine-kthread' ((nil))
Can't find file for ELF 'wine-pthread' ((nil))
Couldn't load process
Killed
[j@laptop tmp]$
--
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=2023
Summary: window content frozen
Product: Wine
Version: 20040213
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.bouat(a)wanadoo.fr
I successfully installed Microsoft Flight Simulator 98 (default install).
I achived to start a flight ("choose a flight"->"default"). Thanks for your
work, I can play a little now.
I heard the noise of the engine which changes according to its rotating speed. I
unlock the brakes and start to increase my speed. After ~20 seconds, I'm in the
middle of the take-off way but the screen is frozen. I still heard the engine.
Here is the log:
----------------
[j@laptop tmp]$ Loading required GL library /usr/X11R6/lib/libGL.so.1.2
Xlib: extension "XFree86-DRI" missing on display ":0.0".
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4039a680)->(00020022,00000008)
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_PRIORITY not fully
supported
fixme:bitmap:X11DRV_DIB_GetImageBits Compression not yet supported!
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403e4570)->(0x4039a68c,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x40412d78)->(0x4039a68c,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403e7b18)->(0x4039a68c,0x00000000),stub!
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
fixme:imm:ImmGetContext (0x1004a): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x1004a, 0x4038d030): stub
fixme:imm:ImmGetContext (0x1004d): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x1004d, 0x4038d030): stub
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
fixme:imm:ImmGetContext (0x1004a): stub
fixme:imm:ImmNotifyIME (0x4038d030, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x1004a, 0x4038d030): stub
fixme:imm:ImmGetDefaultIMEWnd (0x1004a - (nil) 0x4038d030 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x1004a - 0x10054 0x4038d030 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x1004a - 0x10054 0x4038d030 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x1004a - 0x10054 0x4038d030 ): semi-stub
err:local:LOCAL_ReAlloc Needed to move fixed block, but LMEM_MOVEABLE not specified.
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x404100d0)->(0x4039a68c,0x00000000),stub!
err:seh:setup_exception nested exception on signal stack in thread 000c eip
4022ae0a esp 4002ec6c stack 0x405d0000-0x406d0000
[j@laptop tmp]$
--
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=2021
Summary: Blank page printout from Delphi application
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pala(a)externet.hu
Hello,
when I try to print from a Delphi application, I get only a blank page.
I use SuSE 8.2, with CUPS installed, wine20040121.
I've tried it with 3 printer (HP Laserjet 1000, LJ 1010, and Xerox Docuprint N24), and
I've found it's not a printer-related problem.
The only console message is:
fixme:psdrv:PSDRV_SelectBitmap stub
I don't know it is related to the problem or not.
A few words about the Delphi application:
It's a hardware-service recording system, a standalone exe file (with some bmp pics),
it connets via ssh to the main service center, where the database resides. I'm writing
this because it's not easy to send the applicaton itself to you (it's useless without the
database).
Thanx for your help,
Pollai Istvan
The application works perfectly, I've problems with the printing only.
--
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=2020
Summary: unimplemented function
rpcrt4.dll.RpcNetworkIsProtseqValidA
Product: Wine
Version: 20040213
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: w.murray(a)rl.ac.uk
Bug 1948 still there!
I saw Mike's message that this was fixed in cvs, dated 2004/01/21, and hoped
it would be in 20040213. But it is still there in BOTH CVS and 20040213.
I am running Fedora Core 1 on an i686, with win98 imitation. Outlook 97
installed,
[AppDefaults\\outlook.exe\\DllOverrides]
;"commctl" = "native"
;"comctl32" = "native"
"rpcrt4" = "b"
"oleaut32" = "b"
"ole32" = "b"
;"urlmon" = "native"
;"crypt32" = "native"
;"SHLWAPI" = "native"
;"urlmon" = "native"
;"*" = "builtin, native"
wine outlook
fixme:ole:CoRegisterMessageFilter stub
fixme:seh:EXC_RtlRaiseException call to unimplemented function
rpcrt4.dll.RpcNetworkIsProtseqValidA
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 8
Loaded debug information from ELF '/scratch/murray/wine/loader/wine-pthread' ((nil))
Breakpoint 1 at 0x4000cf00 (_end+0x3fefaad0)
Loaded debug information from ELF '/scratch/murray/wine/libs/libwine.so.1'
(0x40017000)
No debug information in ELF '/lib/tls/libpthread.so.0' (0x40043000)
No debug information in ELF '/lib/tls/libc.so.6' (0x40053000)
No debug information in ELF '/lib/libdl.so.2' (0x4018c000)
No debug information in ELF '/lib/tls/libm.so.6' (0x4018f000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/ntdll.dll.so'
(0x401b2000)
Loaded debug information from ELF
'/scratch/murray/wine/libs/libwine_unicode.so.1' (0x4021c000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40031000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/kernel32.dll.so'
(0x40420000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/msvcrt40.dll.so'
(0x40880000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/ole32.dll.so'
(0x408b2000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/advapi32.dll.so'
(0x40920000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/user32.dll.so'
(0x4094e000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/gdi32.dll.so'
(0x40a79000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/rpcrt4.dll.so'
(0x40af2000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/mpr.dll.so'
(0x40b38000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/shell32.dll.so'
(0x40b51000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/shlwapi.dll.so'
(0x40bd0000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/comctl32.dll.so'
(0x40c23000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/comdlg32.dll.so'
(0x40cb8000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/winspool.drv.so'
(0x40d37000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/oleaut32.dll.so'
(0x40d5a000)
No debug information in ELF '/usr/lib/libungif.so.4' (0x40761000)
No debug information in ELF '/usr/lib/libjpeg.so.62' (0x40dee000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40e0c000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x41400000)
No debug information in ELF '/usr/lib/libz.so.1' (0x41450000)
No debug information in ELF '/usr/lib/libfontconfig.so.1' (0x41461000)
No debug information in ELF '/usr/lib/libexpat.so.0' (0x41488000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/x11drv.dll.so'
(0x414a8000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40772000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x4151f000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x4003c000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x41536000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x40769000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x4153e000)
No debug information in ELF '/usr/lib/tls/libGL.so.1' (0x4154c000)
No debug information in ELF '/usr/lib/tls/libGLcore.so.1' (0x415a9000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x41afe000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x40040000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x41b4b000)
No debug information in ELF '/usr/lib/gconv/ISO8859-15.so' (0x40dda000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/imm32.dll.so'
(0x41b69000)
Loaded debug information from ELF '/scratch/murray/wine/dlls/riched32.dll.so'
(0x42354000)
No debug information in 32bit DLL 'C:\Program Files\Microsoft
Office\Office\OUTLOOK.EXE' (0x30000000)No debug information in 32bit DLL
'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x401d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x78000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT40.DLL' (0x40890000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40930000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40a90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40970000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40b10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x408d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MPR.DLL' (0x40b40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40bf0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40c30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40b70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x40d40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x40cd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MAPI32.DLL' (0x6fa90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40d80000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT
OFFICE\OFFICE\OUTLRPC.DLL' (0x6e020000)No debug information in 32bit DLL
'C:\PROGRAM FILES\MICROSOFT OFFICE\OFFICE\MSO97.DLL' (0x306c0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT
OFFICE\OFFICE\OUTLLIB.DLL' (0x6e1c0000)No debug information in 32bit DLL
'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41b70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\EMSABP32.DLL' (0x6f880000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WMSUI32.DLL' (0x6def0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\EMSUI32.DLL' (0x6f770000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RICHED32.DLL' (0x42360000)
Unhandled exception: unimplemented function rpcrt4.dll.RpcNetworkIsProtseqValidA
called in 32-bit code (0x40b16052).
In 32-bit mode.
0x40b16052 (__wine_unimplemented+0x52 [rpcrt4.spec.c:49] in RPCRT4.DLL): jmp
0x40b1604c (__wine_unimplemented+0x4c [rpcrt4.spec.c:49] in RPCRT4.DLL)
52 void __wine_stub_rpcrt4_dll_13(void) {
__wine_unimplemented("DceErrorInqTextA"); }
W
--
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=2019
Summary: err:winsock:WsControl Error retrieving data for
interface index 0
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P4
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the-fallen(a)web.de
Hi there everybody!
I got a problem again. When i try to launch some programs i get errors which
look like this:
err:winsock:WsControl Error retrieving data for interface index 0
err:seh:setup_exception stack overflow 492 bytes in thread 0009 eip 40a5ef74 esp
40620e14 stack 0x40620000-0x40720000
the first line repeats again and again and with the next two lines it always
quits. I'm currently using the newest cvs and the apps worked a while ago. If u
need something else (eg strace output) i can post that, too. I hope u can help me
Norbert Nordpol
--
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=2017
------- Additional Comments From mike(a)theoretic.com 2004-15-02 17:13 -------
Can you try either with CVS or the snapshot released a couple of days ago? I
think aric submitted a fix for this recently
--
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=2011
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |us(a)the-edmeades.demon.co.uk
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
--
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=1984
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.gamespot.com/pc/s
| |trategy/netstormislandsatwar
| |/downloads.html
Keywords| |download
--
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=2018
Summary: wine-pthread: mixer.c:894: DSOUND_PerformMix: Assertion
`dsound->playpos < dsound->buflen' failed.
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuiningas_ml(a)shaw.ca
The following assertion fails after playing Dynomite (from PopCap games). The
assertion fails at varying times but usually does so within a minute or two of
first starting. This did __NOT__ take place with the Wine 20030408 build -- it
works perfectly there with the same hardware and operating system (Fedora Core
1). A Goggle search for this error turns up a couple of others who have run into
this problem -- it appears to center around the VIA 8233 chipset and occurs
after several of the following errors take place:
err:wave:IDsDriverBufferImpl_Stop ioctl(/dev/dsp, SNDCTL_DSP_SETTRIGGER) failed
(Invalid argument)
Others have suggested a problem with the driver for this chipset but the fact
that it works fine with Wine 20030408 and has not with any version since then
suggests rather strongly otherwise.
If you need any further information, feel free to ask. It can be reproduced at
will. :-)
--
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=2017
Summary: Photoshop 7.0 no longer works
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skhanna(a)csc.tntech.edu
Photoshop 7.0 has not worked in Wine for me since verysion 20031212. In the
20040121 release, when I try running Photohsop.exe, I get the following error:
$wine WiNE/WiNE/Graphics/Photoshop7/Photoshop.exe
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 151 (XInputExtension)
Minor opcode of failed request: 28 (X_GetDeviceButtonMapping)
Serial number of failed request: 83
Current serial number in output stream: 83
This occurs both on my laptop and desktop with Wine 20040121. They are both
running Gentoo Unstable (~x86), one with the 2.4.22 kernel and the other with
the 2.6.2 kernel. I've downgraded wine on one of them so I can still use
Photoshop. If you need any more error reports/debugging information from either
release, I will be more than happy to post it.
--
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=2016
Summary: compilation bug in /dlls/d3d8/directx.c
Product: Wine
Version: 20040121
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phnorris(a)gwi.net
Linux = Redhat version 6.2 Linux kernel 2.2.19 glibc version 2.1.3 gcc version
2.9.3
unable to compile from source as I get this error:
gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include
-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -g -O2 -o directx.o directx.c
directx.c: In function `IDirect3D8Impl_GetDeviceCaps':
directx.c:639: `GL_MAX_VERTEX_UNITS_ARB' undeclared (first use in this
function)directx.c:639: (Each undeclared identifier is reported only once
directx.c:639: for each function it appears in.)
make[2]: *** [directx.o] Error 1
make[2]: Leaving directory `/usr/wine-20040121/dlls/d3d8'
make[1]: *** [d3d8] Error 2
make[1]: Leaving directory `/usr/wine-20040121/dlls'
make: *** [dlls] Error 2
--
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=2011
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2004-14-02 12:43 -------
I have 2xpatches to get this working but am missing the hardware to submit it
at the moment.
1. winmm fails if the thing being played has a + in the file name, but I think
this gives the assertion failure, but not a trap.
2. The app provides invalid 'size' attributes when creating a bitmap, but the
code of dib.c doesnt trust apps sizes for non-compressed bitmaps. However, the
check for non-compressed doesnt handle BI_BITFIELDS, so if you change
DIB_createDIBSection in dib.c (dlls\x11drv\dib.c) to also handle that case it
works.
You can then run the game, even start a game, although the list boxes display
the text then remove it and keep flashing. If you click in the right place, you
can select appropriate missions, and start the game. I gave up there as I didnt
know how to play it.
As soon as my modem/router comes back from repais, I'll send in the patches.
--
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=2015
Summary: Error with DirectShow
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: carluva(a)hotpop.com
An error "DirectShow not installed" occurs during the installation process for a
program that requires it. I tried installing DirectX 9.0 from the official
Microsoft DirectX site--installation was successful, but the problem was not solved.
Specificially, the program I am trying to install is Cakewalk Music Creator 2003.
--
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=2014
Summary: Windows too small
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomasmg(a)web.de
In the game "Skat 3000" (Shareware) no child-windows are shown correctly:
way to small (almost titlebar only) and no possibility for resizing.
It makes config-dialogs impossible to use (and the game impossible to end since
the dialogs are modal).
If you have time please try downloading and testing the game at
http://www.createam.de/shareware/skat.exe.
I hope you know what I mean.
OS : SuSE 9.0 Prof. with KDE 3.1.?
Wine-Version : Wine-20040121.i586.rpm
Please excuse my bad english (I am german) and correct me if I made a serious
mistake.
--
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=2013
Summary: Sound plays too fast
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomasmg(a)web.de
I have selected the ALSA Driver in the wine config file (no other driver did work).
Sound is played too fast (about twice as fast as normal) in some cases (Unreal
Tournament (1) and Icy Tower).
It works correctly with Half-Life.
Seems to be a rate converting problem, I hope it is not that difficult to fix...
The sound works correctly with WineX (3.2.?).
Please note that the Component I had to select (wine-directx) was guessed.
I do not know if the games really use the DSound API.
Error Messages (from Icy Tower, but same in UT):
err:wave:wodOpen Rate doesn't match (requested 44100 Hz, got 48000 Hz)
err:wave:wodOpen Rate doesn't match (requested 22050 Hz, got 48000 Hz)
(both multiple times)
OS : SuSE 9.0 Prof. with KDE 3.1.?
Wine-Version : Wine-20040121.i586.rpm
Please excuse my bad english (I am german) and correct me if I made a serious
mistake.
--
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=2012
Summary: Keyboard input not working
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomasmg(a)web.de
I hope this bug report is not a duplicate...
The keyboard does not work in some games (the only ones I tried):
Half-Life : It generally works in-game, but I was unable to type in the CD-Key.
Jagged Alliance 2 (Windows Version) : Keys do not work at all
Icy Tower (small freeware game) : Keys do not work at all
Unreal Tournament (1) :
Intereting. On first run, the app seemed not to respond to keys.
I killed it with 'killall wine-pthread', then restarted the game.
UT know did know it was not shut down properly, so it displayed a
small windows-window (important:NO in-game window) before startup
offering several options (start ut, start ut in safe mode,
change graphics driver etc...).
When I clicked 'Run UT', all keyboard input worked perfectly.
After exiting and starting again, keyboard input did again not work.
It seems that it does only work if the pre-game window described above is used.
I also tried WineX (3.2.?), where the keyboard did always work without any problems.
And I of cource tried messing with the config file, but it does
not make a difference If I turn DXGrab on or if I try managed,unmanaged and
desktop-mode.
Moreover, my input is NOT redirected to the console.
Starting wine without a windowmanager (only xterm) does not help either.
It also has nothing to do with the keyboard layout: The same message about the
undetected keyboard layout is also shown in WineX, where input works.
I think you should remove that fixme-message: It only confuses users which have
other problems with the keyboard...which seem to be many.
Please note that the component I had to choose (directx) is only guessed, I do
not know which funtions the games call for keyboard input.
OS: SuSE 9.0 Prof. with KDE 3.1.?
Wine-Version : Wine-20040121.i586.rpm
Please excuse my bad english (I am german) and correct me if I made a serious
mistake.
--
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=2010
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-13-02 03:49 -------
Please make sure you install only libraries / rpms for your system
and not some randomly downloaded ones.
There should be a Redhat 8 RPM providing libglut.so.3, install this
one from your CDs.
--
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=2011
Summary: Austerlitz demo crashes on wine execution
Product: Wine
Version: 20040121
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike(a)tashcorp.net
The Austerlitz demo crashes on execution. It was invoked as 'wine
AusterlitzDemo.exe' with a stock config file.
The application is a demo and can be downloaded freely from
http://www.breakawaygames.com/downloads/austerlitz_demo.exe. The file is a
self-extracting zip, so installation is easy.
The error output is below
---------------------------
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403fe4d0)->(00010021,00000011)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Need to update SYSMETRICS after
resizing display (n
ow 800x600)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Need to update SYSMETRICS after
resizing display (n
ow 800x600)
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_PRIORITY not fully
supported
err:mmio:MMIO_ParseExtA + but no . in szFileName: "sounds\\french fanfare +
perc.wav"
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented
! 0x47770000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x47770000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x4777004c
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented
! 0x47770000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x47770000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x47770064
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented
! 0x47770000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x47770000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x477700a4
wine: Unhandled exception (thread 000e), starting debugger...
WineDbg starting on pid 8
Loaded debug information from ELF 'wine' ((nil))
No debug information in 32bit DLL 'E:\austerlitz\AusterlitzDemo.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40200000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40490000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x408d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40a40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40910000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40ac0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40860000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DDRAW.DLL' (0x406e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x40b30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x40b00000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40bc00
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40c70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40c5000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x40ba000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40d40000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x4577000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x457b000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x457a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x458f000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x46b50000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x46b800
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x46cc000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x46c4000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x46bb00
No debug information in 32bit DLL 'E:\AUSTERLITZ\BAGSOUND.DLL' (0x469e6000)
No debug information in 32bit DLL 'E:\AUSTERLITZ\BAGLOAD.DLL' (0x47122000)
Unhandled exception: page fault on write access to 0x47950000 in 32-bit code
In 32-bit mode.
0x00511033 (AusterlitzDemo.exe.EntryPoint+0x3ed in AusterlitzDemo.exe):
repe),%es:(%edi)
Wine-dbg>quit
--
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=2010
Summary: Can't install wine-20040121-1rh8winehq.i686.rpm
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samlb(a)samlb.ws
[root@samlb-pc src]# rpm -i wine-20040121-1rh8winehq.i686.rpm
error: Failed dependencies:
libglut.so.3 is needed by wine-20040121-1rh8winehq
[root@samlb-pc src]# ls -la Mesa*
-rw------- 1 samlb gopher 1506527 Jan 21 17:05 Mesa-3.2-1.i386.rpm
-rw-r--r-- 1 samlb gopher 1266531 Feb 12 12:41 Mesa-4.0.1-0.30mlx.i386.
rpm
[root@samlb-pc src]# rpm -i Mesa-4.0.1-0.30mlx.i386.rpm
warning: Mesa-4.0.1-0.30mlx.i386.rpm: V3 DSA signature: NOKEY, key ID 0bee1634
error: Failed dependencies:
XFree86 = 4.0.1 is needed by Mesa-4.0.1-0.30mlx
[root@samlb-pc src]# rpm -qa |grep XFree
XFree86-75dpi-fonts-4.2.1-21
XFree86-cyrillic-fonts-4.2.1-21
XFree86-tools-4.2.1-21
XFree86-xdm-4.2.1-21
XFree86-devel-4.2.1-21
XFree86-truetype-fonts-4.2.1-21
XFree86-Mesa-libGL-4.2.1-21
XFree86-xfs-4.2.1-21
XFree86-4.2.1-21
XFree86-Mesa-libGLU-4.2.1-21
XFree86-font-utils-4.2.1-21
XFree86-twm-4.2.1-21
XFree86-base-fonts-4.2.1-21
XFree86-libs-4.2.1-21
XFree86-100dpi-fonts-4.2.1-21
XFree86-xauth-4.2.1-21
[root@samlb-pc src]# rpm -i Mesa-3.2-1.i386.rpm
warning: Mesa-3.2-1.i386.rpm: V3 DSA signature: NOKEY, key ID e48fc22d
file /usr/lib/libGL.so.1 from install of Mesa-3.2-1 conflicts with file
from package XFree86-Mesa-libGL-4.2.1-21
file /usr/lib/libGLU.so.1 from install of Mesa-3.2-1 conflicts with file
from package XFree86-Mesa-libGLU-4.2.1-21
file /usr/lib/libGL.so from install of Mesa-3.2-1 conflicts with file
from package XFree86-devel-4.2.1-21
file /usr/lib/libGLU.so from install of Mesa-3.2-1 conflicts with file
from package XFree86-devel-4.2.1-21
What does XFree86-4.0.1 have that XFree86-4.2.1 does not?
--
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=2009
------- Additional Comments From marcus(a)jet.franken.de 2004-12-02 02:04 -------
the CoRegisterMessageFilter stub is harmless, there is probably another
error.
can youy run with -debugmsg +relay and post the 200 lines before the
MessageBox call?
--
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=2009
Summary: Franklin Planner Software fails with
"fixme:ole:CoRegisterMessageFilter stub"
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: camber(a)umich.edu
Starting up FPS version 8 prints "fixme:ole:CoRegisterMessageFilter stub"
message. FPS reports that no DLLs are loaded and presents a blank screen with
no active menus.
Same problem occurs under 20031118 and 20031212 (as far back as I've tested).
--
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=2005
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-11-02 15:02 -------
is fixed in current CVS, will be in next relrease.
--
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=2008
dwish(a)indco.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
------- Additional Comments From dwish(a)indco.net 2004-11-02 13:46 -------
I also forgot. I am running Fedora Core 1
--
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=2008
Summary: Photoshop install goes bad?
Product: Wine
Version: unspecified
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dwish(a)indco.net
Not sure which version I am running. I installed the latest rpm from
rpmfind.net. When I tried to install Photoshop 7 I get an error and it
terminates. Here is the dump it gives me:
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please
report
WineDbg starting on pid a
No debug information in ELF 'wine' ((nil))
No debug information in 32bit DLL 'E:\_ISTMP3.DIR\_INS5576._MP' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0xe60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x240000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x5a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x360000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x900000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x3e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x65f00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0xf50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0xa40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x850000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x7c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x5f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x5d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0xb00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0xd70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0xe20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0xee0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0xf10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0xdf0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x15b40000)
No debug information in 32bit DLL 'E:\_ISTMP3.DIR\ZDATAI51.DLL' (0x10000000)
No debug information in 32bit DLL 'E:\_ISTMP3.DIR\_ISTMP0.DIR\2537.DLL' (0xea840
00)
No debug information in 32bit DLL 'E:\_ISTMP3.DIR\_ISTMP0.DIR\253C.DLL' (0xc3d00
0)
No debug information in 32bit DLL 'E:\_ISTMP3.DIR\_WUTL951.DLL' (0x137d6000)
No debug information in 32bit DLL 'E:\_ISTMP3.DIR\_ISTMP0.DIR\FILEASSOC.DLL' (0x
e3f3000)
No debug information in 32bit DLL 'E:\_ISTMP3.DIR\_ISTMP0.DIR\IEVR.DLL' (0xe3600
0)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0xfa60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x121d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NETAPI32.DLL' (0x8df0000)
No debug information in 32bit DLL 'E:\_ISTMP3.DIR\_ISTMP0.DIR\ADOBEISF.DLL' (0xa
1de000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMAGEHLP.DLL' (0x88f0000)
No debug information in 32bit DLL 'E:\_ISTMP3.DIR\_ISTMP0.DIR\ICCTEST.DLL' (0xeb
6f000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEDOS.DLL' (0x73b0000)
Unhandled exception: page fault on write access to 0x000d0000 in 32-bit code (0x
073bb7f1).
In 32-bit mode.
0x073bb7f1 (WINEDOS.DLL.EntryPoint+0x5791 in WINEDOS.DLL): movw %ax,0x0(%edi)
Wine-dbg>WineDbg terminated on pid a
--
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=2007
------- Additional Comments From yann.forget(a)etat.ge.ch 2004-11-02 10:04 -------
SuSE 9.0 i586
Kernel 2.4.21-166-default
MS Office 2000 Premium
--
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=2007
Summary: Can't install MS Office 2000
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yann.forget(a)etat.ge.ch
CC: yann.forget(a)etat.ge.ch
Hi,
I can't install MS Office 2000 with wine. Here is my error message:
fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only)
fixme:advapi:SetThreadToken ((nil), 0x3c): stub (NT impl. only)
fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only)
fixme:advapi:SetThreadToken ((nil), 0x3c): stub (NT impl. only)
fixme:ntdll:NtQueryInformationToken (0x3c,1,0x410eaddc,80,0x410eae30): stub
fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only)
fixme:advapi:CheckTokenMembership ((nil) 0x41c7afd8 0x410ead14) stub!
fixme:advapi:SetThreadToken ((nil), 0x3c): stub (NT impl. only)
fixme:ntdll:NtQueryInformationToken (0x3c,1,0x410eaf34,80,0x410eaf88): stub
fixme:advapi:SetThreadToken ((nil), (nil)): stub (NT impl. only)
fixme:dosfs:QueryDosDeviceW (L"A:") not detected as DOS device!
fixme:dosfs:QueryDosDeviceW (L"B:") not detected as DOS device!
fixme:dosfs:QueryDosDeviceW (L"A:") not detected as DOS device!
fixme:dosfs:QueryDosDeviceW (L"B:") not detected as DOS device!
fixme:ntdll:NtQueryInformationToken (0x398,8,0x42ae0574,4,0x42ae0578): stub
fixme:ntdll:NtQuerySystemInformation (0x00000025,0x410eb140,0x0000000c,(nil))
faking max registry size of 32 MB
fixme:advapi:GetFileSecurityA ("C:\\Program Files\\Microsoft
Office\\Templates\\3084\\Lettre contemporaine Canada.dot") : stub
fixme:imagehlp:StackWalk (332, 0xffffffff, 0xfffffffe, 0x410e9010, 0x410e9a40,
(nil), 0x41265770, 0x412657e0, (nil)): stub
fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub
err:eventlog:ReportEventW
L"=====================================================\r\nException code:
C0000005 "...
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
err:eventlog:ReportEventW L""
fixme:advapi:DeregisterEventSource (0x1): stub
fixme:powermgnt:SetThreadExecutionState (0x0): stub, harmless.
fixme:ntdll:NtAdjustPrivilegesToken
(0x3c,0x00000000,0x406ee0dc,0x00000000,(nil),(nil)),stub!
I/O operation aborted
I can provide more info or test more if needed.
Thanks,
Yann
--
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=2006
jplevene(a)netscape.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From jplevene(a)netscape.net 2004-11-02 04:37 -------
Bug already reported, still not resolved when changing status, but better
reported in prior thread.
--
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=2006
Summary: Multimedia Sound in Red Hat using KDE
Product: Wine
Version: 20040121
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jplevene(a)netscape.net
Sound does not work using Red Hat 9 running under KDE.
--
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=1894
------- Additional Comments From mike(a)theoretic.com 2004-11-02 03:38 -------
Take a look at the userland exec implementation posted to one of the big
security lists a while ago. Google for "ul_exec". That shows you some sample
code I'm working from. Other useful sources of information are the kernel
binfmt_elf.c file, the glibc rtld sources, and the ELF spec (unfortunately
hosted on sco.com).
--
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.
http://bugs.winehq.org/show_bug.cgi?id=2001
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)theoretic.com 2004-11-02 03:36 -------
Resolving fixed in CVS. Please re-open if this isn't the case.
--
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=2005
Summary: make depend problem with KDE 3.2 (arts 1.2.0)
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jim(a)dishaw.org
The artsc-config --cflags returns the following string on my machine
-I/opt/kde/include/artsc -pthread -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include
and the makedep program is unhappy with the "-pthread" flag. I was able to work
around this problem by modifying the dlls/winmm/Makefile and removing the
offending flag.
--
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=1894
------- Additional Comments From jbrown106(a)swift-mail.com 2004-10-02 18:13 -------
How would that work exactly? Any place where I could look up the details?
--
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.
http://bugs.winehq.org/show_bug.cgi?id=2002
lordmekius(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From lordmekius(a)yahoo.com 2004-10-02 17:50 -------
Yeah I got it working to that point although it was incredibly slow. Now I've
installed the ATI drivers for my Mobility FireGL 9000 and speeds in linux OpenGL
apps are great, but now I'm getting a new error.
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 1 (X_CreateWindow)
Serial number of failed request: 57
Current serial number in output stream: 59
and that is all there is. I had and fixed the DGA problem already so that is
not it.
--
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=2001
------- Additional Comments From the-fallen(a)web.de 2004-10-02 15:53 -------
Sorry, i didnt know what exactly u need so it is the whole output.
--
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=1854
------- Additional Comments From the-fallen(a)web.de 2004-10-02 15:43 -------
You _could_ try to emerge to 20031212 (for me 20042101 gives an error on every
program (error code -200blablabla or something similar) so i wouldnt try it
anyway) or get the cvs, but it may be that some apps wont run anyway because of
an bug (see bug 2001) but it might work for your w3. Another possibility would
be (if u have no other way) to try out winex cvs, but u will have to get it
manually without the emerge command. It is located somewhere on transgaming.com,
u will have to search (i haven't tried it yet)
Good Luck ;)
Norbert Nordpol
--
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=2001
------- Additional Comments From julliard(a)winehq.com 2004-10-02 15:08 -------
Norbert, please send me the output of running your app with 'strace -f wine'.
Thanks.
--
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=1607
------- Additional Comments From the-fallen(a)web.de 2004-10-02 14:53 -------
Have u added the dll search path in the wine config? If u have i would create
symbolic links from the dlls to your system folder, maybe that works.
Norbert Nordpol
--
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=2001
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |julliard(a)winehq.com
------- Additional Comments From mike(a)theoretic.com 2004-10-02 14:14 -------
CCing Alexandre, I think he tried to fix at least one cause of this bug a few
weeks ago. Maybe he didn't get all of them...
--
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=2001
------- Additional Comments From hatky(a)users.sf.net 2004-10-02 13:44 -------
I tried the http://www.geocities.com/myasftools/ app when I read your mail,
and it ran after installing it had a few probelms and I got no idea what it
does but it did load....
I found the bug and tried running it again and now it doesn't, I can't
pinpoint what changed since I updated some packages on my system and got a
newer wine cvs and recompiled a few times since........
I Got a Mandrake10b cooker with the 2.6 kerel, wine from cvs, and packages
from the latest cooker beta....
It now crashes as:
err:module:load_builtin_dll failed to load .so lib for builtin
L"oleaut32.dll": /home/hatky/cvs/wine/dlls/oleaut32.dll.so: undefined symbol:
jpeg_read_scanlines
err:module:import_dll Loading module (file) oleaut32.dll (which is needed by
L"E:\\Program Files\\AsfTools 3.1\\AsfTools.exe") failed (error c000007a).
err:module:import_dll No implementation for oleaut32.dll.VariantCopy imported
from L"E:\\Program Files\\AsfTools 3.1\\AsfTools.exe", setting to 0xdeadbeef
err:module:LdrInitializeThunk Main exe initialization for L"E:\\Program
Files\\AsfTools 3.1\\AsfTools.exe" failed, status c0000135
I am not sure it is connected to the 2.6 kernel, I think it is some patch in
the cvs that breaks it, I do not get in on all the application I try........
--
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=2001
------- Additional Comments From the-fallen(a)web.de 2004-10-02 12:15 -------
Sorry, it isnt even fixed in cvs, i made a clean installation, two times, to be
sure. Any suggestions?
--
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=1894
------- Additional Comments From mike(a)theoretic.com 2004-10-02 10:24 -------
OK, so turns out the fix wasn't quite as known as I thought. I've scoured the ld
manual several times and cannot see a way to fix this using linker scripts.
Reading the source to _dl_load_map_from_fd doesn't give any insight either.
I started work on a new approach that turns a static loader program into the
dynamic wine loader shortly after startup.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=1192
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |trivial
------- Additional Comments From mike(a)theoretic.com 2004-10-02 10:21 -------
Do we even care? Downgrading this to something more reasonable.
--
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=2001
------- Additional Comments From mike(a)theoretic.com 2004-10-02 10:14 -------
Please try with CVS, this error should be fixed there.
--
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=52
------- Additional Comments From mike(a)theoretic.com 2004-10-02 10:08 -------
I've implemented LockWindowUpdate, but I expect the app attempts to lock the
desktop window which will require special-casing (yes, this would prevent *all*
drawing to the screen). Unfortunately the patch isn't applied, it's blocking on
inter-process invalidation.
--
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=2004
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |tasklet
Summary|Bug In LVM_GETNEXTITEM(hWnd,|Bug In LVM_GETNEXTITEM(hWnd,
|-1, LVNI_FOCUSED | |-1, LVNI_FOCUSED |
|LVNI_SELECTED) |LVNI_SELECTED)
--
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=2003
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |tasklet
--
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=1788
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|tasklet |
------- Additional Comments From mike(a)theoretic.com 2004-10-02 09:49 -------
Removing tasklet keyword
--
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=1946
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2004-10-02 05:46 -------
Resolving invalid
--
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=2002
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2004-10-02 05:45 -------
You need to use native IE dlls - see the config file changes on that faq,
uncomment the mshtml dlloverride. Alternatively install the Moz ActiveX control
(google for it). MSHTML handling is kind of broken at the moment.
--
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=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-10-02 05:02 -------
i have finally gotten nhl2004's menus to work the way its supposed to.. going
into the game it crashes however..
i've attached a +d3d trace of the error output.. the game does some d3d8 stuff
before it goes into the menu.. and then once you click on the play button to go
ingame the resolution changes, and it does a whole bunch of d3d stuff again and
crashes... one thing that may or may not be interesting to note here is that the
resolution list in the display options is empty...
the installation instructions look pretty lengthy, I'm not sure if you
*have* to install all of these, but most of them made a difference when
i did install them... you can (and *should*) skip the Flash installation,
because its
not necessary, and when flash IS enabled, it makes everything else on
the screen flicker...
if you have the time i'd appreciate you'd check it out...
1. installed IE6 via mike hearn's script (wine20031212)
- can switch to winex cvs after installing ie6, although ie6 wont be
functional standalone
2. installed DCOM98 with "ole32, oleaut32, rpcrt4" native
3. changed dlloverrides to following:
[DllOverrides]
;dcom
"ole32" = "native"
"oleaut32" = "native"
"rpcrt4" = "native"
"oleaut32.dll" = "native"
"olepro32.dll" = "native"
"comcat.dll" = "native"
"ole32.dll" = "native"
"rpcrt4.dll" = "native"
;ie6
"mshtml" = "native, builtin"
"shfolder" = "native, builtin"
"shell32" = "native, builtin"
"shell" = "native, builtin"
"shdocvw" = "native, builtin"
"shlwapi" = "native, builtin"
"urlmon" = "native, builtin"
"crypt32" = "native, builtin"
"wininet" = "native, builtin"
;default
;"oleaut32" = "builtin, native"
;"ole32" = "builtin, native"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
;"shell" = "builtin, native"
;"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
;"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msi" = "native, builtin"
4. installed InstallShield
5. installed Java 2 Runtime Environment 1.4.2_02
- gives an error, but it still is installed
6. installed MDAC 2.8
- set "setupapi" = "native" before installation
- set "odbc32" = "native" after installataion
7. installed Jet 4.0 SP8 9x/NT
- set "imm32" to native before installation
- copied native win98se "setupx.dll" to system dir and set to native in
config
8. installed Windows Script 5.6 98/ME/NT
9. installed Shockwave Flash 6 redistributable from NHL2004 CD
(Shockwave_Installer_Full)
- can just regsvr32 Flash.ocx from your windows install
- can be obtained from
www.macromedia.com/support/shockwave/info/licensing/ as well by signing up
- will give an error registering Flash.ocx with redistributable, break
program at this point
- copy tmp/IXPxxx.TMP/Flash.ocx to system/Macromed/flash/
- run install again, or wine regsvr32 Flash.ocx
10. installed nhl2004 demo from
ftp.ea.com/pub/easports/demos/nhl2004/NHL2004Demo.exe
- must apply the intro.html hack and the game_setup_interface.js hack
from http://bugs.winehq.org/show_bug.cgi?id=1970 (make sure you get the
game_setup_interface.js for the DEMO version, not the RETAIL version
--
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=1946
------- Additional Comments From ryan(a)crystaldawn.net 2004-09-02 20:59 -------
Why must people not do any checking before suggesting stupid ideas such as go
back to a version thats over 3 years old? The correct fix for this bug on
Mandrake 9.2 is to install the m4 package. Mandrake flubbed up on the
dependencies for Bison and m4 is not installed when you do a urpmi bison. Once
you install m4, your problems with bison will go away.
--
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=2004
Summary: Bug In LVM_GETNEXTITEM(hWnd, -1, LVNI_FOCUSED |
LVNI_SELECTED)
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: R.J.Shearman(a)warwick.ac.uk
When LVM_GETNEXTITEM(hWnd, -1, LVNI_FOCUSED | LVNI_SELECTED) is sent to the
ListView common control it should get the currently selected item if one is
selected or return -1.
However, after at least one item has been clicked on then the builtin version of
ListView always returns the last selected item regardless of if one is currently
selected.
A good test program is Wine's RegEdit. Simply right-click on a value in the
right-hand pane and then right-click on empty space. It should bring up the menu
with options to create new keys and values. However, it instead brings it the
menu with options like rename and delete as if you had right-clicked on a value.
--
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=2003
R.J.Shearman(a)warwick.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |94
nThis| |
--
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=2003
Summary: WindowFromPoint Returns Wrong Window
Product: Wine
Version: 20040121
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: R.J.Shearman(a)warwick.ac.uk
WindowFromPoint knows nothing about the Z-order of the windows in Wine and so
frequently returns the a background window rather than the foreground window.
This manifests itself as toolbar focus issues in Microsoft Office 2000 while
having an email window open on top of the main window and incorrect window
selection in the Spy++ utility.
Wine also has no concept of desktops and so cannot distinguish the window
coordinates of a window on one desktop to a window in the same position on
another desktop. Again this causes the same issues as above.
As X11DRV appears to not export any Z-order info it seems like this can only be
fixed by The Great Window Management Rewrite(TM).
--
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=2002
Summary: New error with Steam and Wine
Product: Wine
Version: 20040121
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-help
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lordmekius(a)yahoo.com
Ok, so I'm not the most experienced linux user, but I can get around.
I've followed all directions on this website to install steam including the wine
version they used.
http://www.linux-gamers.net/modules/wfsection/article.php?articleid=17
Steam was working, but after a reboot I got segmentation errors when trying to
run wine.
So what I did was install the newest stable version of wine from source and just
used the config file and directory tree from the old version.
Doing this I was able to get steam fully up and running. The only problem I
have now is that when I goto launch a game, the update window pops up and trys
to open a webpage inside of it, but this locks up steam and sends wine into the
debugger. So steam works good but I still can't play any games.
The console output before the debugger starts is this:
fixme:actctx:CreateActCtxW stub!
fixme:actctx:CreateActCtxW stub!
fixme:wininet:InternetSetOptionW Option 86 STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_REQUEST_PRIORITY (0): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CODEPAGE (1252): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_ERROR_MASK(11): STUB
fixme:wininet:InternetSetOptionW Option 86 STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_REQUEST_PRIORITY (0): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CODEPAGE (1252): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_ERROR_MASK(11): STUB
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
fixme:wininet:CommitUrlCacheEntryA entry already in cache - don't know what to do!
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
fixme:ole:CoCreateInstance no classfactory created for CLSID
{25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80070005
fixme:ole:CoCreateInstance no classfactory created for CLSID
{25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040150
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
fixme:ole:CoCreateInstance no classfactory created for CLSID
{25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80070005
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
and then the debugger shows this info:
wine: Unhandled exception (thread 002e), starting debugger...
WineDbg starting on pid 8
Can't find file for ELF 'wine-kthread' ((nil))
No debug information in ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x4000ccc0 (_end+0x3fefa7f0)
No debug information in ELF '/usr/lib/libwine.so.1' (0x40026000)
No debug information in ELF '/lib/tls/libpthread.so.0' (0x4003e000)
No debug information in ELF '/lib/tls/libc.so.6' (0x4004e000)
No debug information in ELF '/lib/libdl.so.2' (0x40186000)
No debug information in ELF '/lib/tls/libm.so.6' (0x40189000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/wine/ntdll.dll.so' (0x401ac000)
No debug information in ELF '/usr/lib/libwine_unicode.so.1' (0x4021a000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40018000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x40420000)
No debug information in ELF '/usr/lib/wine/ws2_32.dll.so' (0x40850000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x40876000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x409ae000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x40a2d000)
No debug information in ELF '/usr/lib/wine/iphlpapi.dll.so' (0x40a5c000)
No debug information in ELF '/usr/lib/wine/winspool.drv.so' (0x40a7a000)
No debug information in ELF '/usr/lib/wine/comdlg32.dll.so' (0x40a9d000)
No debug information in ELF '/usr/lib/wine/shell32.dll.so' (0x40b1a000)
No debug information in ELF '/usr/lib/wine/ole32.dll.so' (0x40b9e000)
No debug information in ELF '/usr/lib/wine/rpcrt4.dll.so' (0x40c12000)
No debug information in ELF '/usr/lib/wine/comctl32.dll.so' (0x40c5a000)
No debug information in ELF '/usr/lib/wine/oleaut32.dll.so' (0x40cf7000)
No debug information in ELF '/usr/lib/wine/oledlg.dll.so' (0x40d7d000)
No debug information in ELF '/usr/lib/wine/version.dll.so' (0x40d95000)
No debug information in ELF '/usr/lib/wine/lz32.dll.so' (0x40daf000)
No debug information in ELF '/usr/lib/wine/oleacc.dll.so' (0x40dc5000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40dd9000)
No debug information in ELF '/usr/lib/libz.so.1' (0x40e29000)
No debug information in ELF '/usr/lib/libfontconfig.so.1' (0x40e37000)
No debug information in ELF '/usr/lib/libexpat.so.0' (0x40e5e000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40e7e000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40741000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40efb000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x40739000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40f12000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40f1a000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40f28000)
Unsupported debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x41006000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1.0' (0x4108a000)
No debug information in ELF
'/usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2' (0x40023000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x410a4000)
No debug information in ELF '/usr/lib/wine/imm32.dll.so' (0x410c2000)
No debug information in ELF '/lib/libgcc_s.so.1' (0x41651000)
No debug information in ELF '/usr/lib/wine/mswsock.dll.so' (0x41601000)
No debug information in ELF '/lib/libnss_dns.so.2' (0x41624000)
No debug information in ELF '/lib/libresolv.so.2' (0x41628000)
No debug information in ELF '/usr/lib/wine/wsock32.dll.so' (0x41c83000)
No debug information in ELF '/usr/lib/wine/winmm.dll.so' (0x42460000)
No debug information in ELF '/usr/lib/wine/wineoss.drv.so' (0x424cd000)
No debug information in ELF '/usr/lib/wine/msacm.drv.so' (0x4250a000)
No debug information in ELF '/usr/lib/wine/msacm32.dll.so' (0x42521000)
No debug information in ELF '/usr/lib/wine/midimap.drv.so' (0x42660000)
No debug information in ELF '/usr/lib/wine/wininet.dll.so' (0x44580000)
No debug information in ELF '/usr/lib/wine/mpr.dll.so' (0x445b5000)
No debug information in 32bit DLL 'E:\Program Files\Steam\STEAM.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x401d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40a40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x409c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x408a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0x40a70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x40860000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x40a80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40c30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40bc0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x78000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x70bd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40c70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40b40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x40ab0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40d10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEDLG.DLL' (0x40d80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40dc0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40da0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEACC.DLL' (0x40dd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40e90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x410d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSWSOCK.DLL' (0x41610000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\STEAM.DLL' (0x20000000 )
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41c90000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\DBG.DLL' (0x41ca0000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\STEAMUI.DLL' (0x100000 00)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\BIN\FILESYSTEM_STEAM.D
LL' (0x421e1000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x42470000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\BIN\VGUI2.DLL' (0x4242
0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x424e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x42530000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x42510000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x42670000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\FRIENDS\TRACKERUI.DLL'
(0x439b2000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\SERVERS\SERVERBROWSER.
DLL' (0x43c60000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\FRIENDS\TRACKERNET.DLL
' (0x44101000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHDOCVW.DLL' (0x71000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MPR.DLL' (0x445c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WININET.DLL' (0x44590000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHDOCLC.DLL' (0x71840000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\URLMON.DLL' (0x702b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MLANG.DLL' (0x70440000)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x4
0be64c1).
In 32-bit mode.
0x40be64c1 (OLE32.DLL.CoGetInterfaceAndReleaseStream+0xa1 in OLE32.DLL): call *
0x0(%edx)
Wine-dbg>
I'm going to try and figure out a solution on my own, but seeing as I'm not very
good with linux yet, I was hoping someone else could figure it out. Thanks in
advance for any answers.
--
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=1837
the-fallen(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From the-fallen(a)web.de 2004-08-02 14:47 -------
Fixed in wine version 20031212 or maybe earlier. Thank u for ur help!
Norbert Nordpol
--
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=1826
the-fallen(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From the-fallen(a)web.de 2004-08-02 14:46 -------
Fixed in wine version 20031212 or maybe earlier. Thank u for ur help.
Norbert Nordpol
--
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=2001
Summary: Wrong .exe loading with 2.6 kernels
Product: Wine
Version: 20031212
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the-fallen(a)web.de
Hi there!
Dunno whether this is the right place (wine-loader) but it think so. So heres my
problem:
I just installed a new 2.6.2 development-kernel (os: gentoo gcc: 3.2.3) and
reinstalled wine completly cause i had a few problems in the past. With the new
version a lot of things work like a charm now, but on some applications i get
errors like this:
err:module:map_image Could not map section .text, file probably truncated
wine: could not load L"D:\\Games\Final Fantasy VIII\\FF8.exe" as Win32 binary
The apps are totally different, with 2.4 kernels everything works for me. I
don't know what exactly u need, so if u need more write it. For testing, one of
those apps which doesnt work is afstools from http://www.geocities.com/myasftools/
I hope u can help me and the others who get this error too.
Norbert Nordpol
--
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=2000
Summary: %ProgramFiles% is not set in environment
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike(a)theoretic.com
We need this to point to the "c:\Program Files" directory, as some COM server
paths include this an expect it to be expanded by the COM activation code (I
think media player on win2k requires this).
--
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=1999
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2004-08-02 07:30 -------
As the fixmes at startup make clear, winecfg is not yet finished. Hence the
"Write Me" message - it's a reminder to the developers.
Resolving invalid.
--
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=1685
------- Additional Comments From oli(a)scheit.de 2004-07-02 21:36 -------
Some debug info about photopaint.exe
(running --debugmsg fixme+all,warn+all,+relay,+seh)
warn:msvcrt:MSVCRT_sscanf ("%d"): semi-stub
warn:msvcrt:MSVCRT_sscanf ("%d"): semi-stub
warn:msvcrt:MSVCRT_sscanf ("%d"): semi-stub
warn:msvcrt:MSVCRT_sscanf ("%d"): semi-stub
warn:msvcrt:MSVCRT_sscanf ("%d"): semi-stub
fixme:mdi:MDIRefreshMenu partially function stub
warn:msvcrt:msvcrt_mbc_to_wc MultiByteToWideChar failed on 64
warn:msvcrt:MSVCRT_sscanf 15000 ("%d"): semi-stub
warn:msvcrt:MSVCRT_sscanf 5000 ("%d"): semi-stub
err:seh:setup_exception stack overflow 100 bytes in thread 0009 eip 4021418b esp
407e0f9c stack 0x407e0000-0x408e0000
--
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=1685
------- Additional Comments From oli(a)scheit.de 2004-07-02 20:43 -------
I'm new to bugzilla, so sorry if I make mistakes.
Just wanted to point out that I have the same kind of problem.
CorelDraw9, wine-20031212, Linux kernel 2.4.20
The error already described here comes up when starting
coreldraw.exe
It seems it is quite common that when starting up photopaint.exe,
the splash screen comes up, a lot of text flies by and then it
stops when saying something like "registering OLE".
No debug info though. It doesn't crash, it just stops.
regards,
Oli
--
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=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-07-02 14:44 -------
If you registered Flash.ocx, the game screens that use flash will flicker like
crazy, just run wine regsvr32 /u Flash.ocx where its located to stop that from
happening
--
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=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-07-02 14:27 -------
here are my installation instructions btw:
1. installed IE6 via mike hearn's script (wine20031212)
- can switch to winex cvs after installing ie6, although ie6 wont be functional
standalone
2. installed DCOM98 with "ole32, oleaut32, rpcrt4" native
3. changed dlloverrides to following:
[DllOverrides]
;dcom
"ole32" = "native"
"oleaut32" = "native"
"rpcrt4" = "native"
"oleaut32.dll" = "native"
"olepro32.dll" = "native"
"comcat.dll" = "native"
"ole32.dll" = "native"
"rpcrt4.dll" = "native"
;ie6
"mshtml" = "native, builtin"
"shfolder" = "native, builtin"
"shell32" = "native, builtin"
"shell" = "native, builtin"
"shdocvw" = "native, builtin"
"shlwapi" = "native, builtin"
"urlmon" = "native, builtin"
"crypt32" = "native, builtin"
"wininet" = "native, builtin"
;default
;"oleaut32" = "builtin, native"
;"ole32" = "builtin, native"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
;"shell" = "builtin, native"
;"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
;"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msi" = "native, builtin"
4. installed InstallShield
5. installed Java 2 Runtime Environment 1.4.2_02
- gives an error, but it still is installed
6. installed MDAC 2.8
- set "setupapi" = "native" before installation
- set "odbc32" = "native" after installataion
7. installed Jet 4.0 SP8 9x/NT
- set "imm32" to native before installation
- copied native win98se "setupx.dll" to system dir and set to native in config
8. installed Windows Script 5.6 98/ME/NT
9. installed Shockwave Flash 6 redistributable from NHL2004 CD
(Shockwave_Installer_Full)
- can just regsvr32 Flash.ocx from your windows install
- can be obtained from www.macromedia.com/support/shockwave/info/licensing/ as
well by signing up
- will give an error registering Flash.ocx with redistributable, break program
at this point
- copy tmp/IXPxxx.TMP/Flash.ocx to system/Macromed/flash/
- run install again, or wine regsvr32 Flash.ocx
10. installed nhl2004 demo from
ftp.ea.com/pub/easports/demos/nhl2004/NHL2004Demo.exe
- must apply the intro.html hack and the game_setup_interface.js hack from
http://bugs.winehq.org/show_bug.cgi?id=1970 (make sure you get the
game_setup_interface.js for the DEMO version, not the RETAIL version
--
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=1970
abdul.ahmad(a)utoronto.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|NHL2004 having problems with|NHL2004 D3D crash
|OLE/Microsoft Windows Script|
|5.6?; Error output |
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-07-02 14:24 -------
okay fixed the script errors, now the problem is a D3D crash, you must apply the
intro.html and the game_setup_interface.js patches (make sure you use the right
version)
--
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=1999
Summary: config's auto detect hardware says "write me" ?!?!?!
Product: Wine
Version: 20031212
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: majestic_m00se1989(a)yahoo.com
when i run winecfg to edit the settings i see that my second drive is not
showing so i click on auto detect and it says write me what does this mean how
do i fix it
i know this isnt in the "summery" but when i am in root and try to use some of
my programs it asys that i dont have access then i check the security thing
and it says not yet implimented?!?!?!
then i go to "?" and all of them say error reading help file winfile
also there is a problem with installing a windows media player... it says that
windows is outdated and it wants me to get patches from microsoft
any other info you need ask and you shal recive but dont expect it to be fast
--
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=1975
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)theoretic.com 2004-07-02 11:48 -------
Should be fixed in CVS
--
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=1995
------- Additional Comments From marcus(a)jet.franken.de 2004-06-02 16:33 -------
*** Bug 1994 has been marked as a duplicate of this bug. ***
--
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=1994
Summary: Terminal emulator does run
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: RESOLVED
Severity: major
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seuferer(a)ameslab.gov
I'm running Fedora Core 1 on Intel. Installed wine and I ran the install
program that installs the program Minisoft, a windows program to do terminal
emulation to a HP 3000. When I run the exe file I get the following error message:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not
available - security-patched kernel ?
wine: could not load L"E:\\~0000.EXE" as Win32 binary
------- Additional Comments From marcus(a)jet.franken.de 2004-06-02 16:33 -------
*** This bug has been marked as a duplicate of 1995 ***
--
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=1995
------- Additional Comments From marcus(a)jet.franken.de 2004-06-02 16:33 -------
*** Bug 1997 has been marked as a duplicate of this bug. ***
--
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=1997
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From marcus(a)jet.franken.de 2004-06-02 16:33 -------
*** This bug has been marked as a duplicate of 1995 ***
--
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=1995
Summary: Terminal emulator does run
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: RESOLVED
Severity: major
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seuferer(a)ameslab.gov
I'm running Fedora Core 1 on Intel. Installed wine and I ran the install
program that installs the program Minisoft, a windows program to do terminal
emulation to a HP 3000. When I run the exe file I get the following error message:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not
available - security-patched kernel ?
wine: could not load L"E:\\~0000.EXE" as Win32 binary
------- Additional Comments From marcus(a)jet.franken.de 2004-06-02 16:32 -------
disable execshield and prelinking for WINE.
--
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=1784
------- Additional Comments From titan.costa(a)wanadoo.fr 2004-06-02 16:02 -------
WINEOSS.DRV has already midi in support.
I don't know if it works cause midi in does not seem to work with the oss
emulation of my alsa drivers (updated to 1.0.0rc2).
If you need help, could you post a log with --debugmsg +midi?
That would be really helpfull... :-)
--
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=1998
Summary: The component does not create correctly
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alves(a)coslinux.com.br
The component TCustomToolWindow97 / TDock97 does not show itself correctly.
Borders and body part only show garbage.
--
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=1993
------- Additional Comments From lionel.ulmer(a)free.fr 2004-06-02 12:36 -------
This means you have a mismatch between your OpenGL headers and your OpenGL
library (as the former defines GL version 1.3 and the latter does not export the
required GL 1.3 functions).
As said a multiple times, GL is a mess :-)
--
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=1997
Summary: Terminal emulator does run
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seuferer(a)ameslab.gov
I'm running Fedora Core 1 on Intel. Installed wine and I ran the install
program that installs the program Minisoft, a windows program to do terminal
emulation to a HP 3000. When I run the exe file I get the following error message:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not
available - security-patched kernel ?
wine: could not load L"E:\\~0000.EXE" as Win32 binary
--
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=1996
Summary: Exception and Access Violation when installing EasyTax
Product: Wine
Version: 20040121
Platform: PC
URL: http://www.steuern.ag.ch//bereiche/natp/2003_erklaerung_
natp/EasyTax2003AG_1.0.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moz(a)liebesgedichte.siteware.ch
SuSE Linux 9.0, gcc 3.3.1, without a windows installation
When installing EasyTax [see URL], an alert pops up saying "Application Error:
Exception in module is-Q2GDL.tmp [Changing filename] at 40DF4569. Access
violation at address 411F5779. Read of address 000000000."
Steps to reproduce:
* Installed Wine 20040121 from source with tools/wineinstall
* Changed in .wine/config: "Windows" = "win98" (for dcom98 to install)
* "wine dcom98.exe /c" with c:\windows\system as path
* "wine mdac_typ.exe" (Version 2.5) from
http://download.microsoft.com/download/dasdk/Install/2.50.4403.12/W9XNT4/EN…
* "wine EasyTax2003AG_1.0.exe" gives then the error above.
I've played with different windows version settings to no avail. I'll attach the
last 150 lines of "wine --debugmsg +relay EasyTax2003AG_1.0.exe". If there's
anything I can do to debug this further please tell me.
--
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=1995
Summary: Terminal emulator does run
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seuferer(a)ameslab.gov
I'm running Fedora Core 1 on Intel. Installed wine and I ran the install
program that installs the program Minisoft, a windows program to do terminal
emulation to a HP 3000. When I run the exe file I get the following error message:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not
available - security-patched kernel ?
wine: could not load L"E:\\~0000.EXE" as Win32 binary
--
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=1994
Summary: Terminal emulator does run
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seuferer(a)ameslab.gov
I'm running Fedora Core 1 on Intel. Installed wine and I ran the install
program that installs the program Minisoft, a windows program to do terminal
emulation to a HP 3000. When I run the exe file I get the following error message:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not
available - security-patched kernel ?
wine: could not load L"E:\\~0000.EXE" as Win32 binary
--
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=1985
trevor(a)digdog.freeserve.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From trevor(a)digdog.freeserve.co.uk 2004-05-02 15:33 -------
OK, so I finally got to use CVS (I have been using Linux since RH5.1, so I
suppose I should have got it together before now.. I use Telelogic's stuff at
work - I like the task-based config management.)
Followed intructions on wine site to get up-to-date over my mickey mouse modem
(without understanding a word - I'll have to read a CVS manual one day), built
it (gcc 3.3.1), ignored all the 'warning' messages that pour out, installed it,
and yes, hey presto the buttons and icons are back to normal. Thanks guys.
The tiny 'ghost' window is still there though... but what the heck. I'll go
back to playing guitar now (I'm not much good at that either - TablEdit does it
better than me).
--
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=1982
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2004-04-02 18:59 -------
the problem is "wcmd" links against user32.dll, which in turn pulls in the
graphics driver.
if the driver is x11 , it will try to initialise x11 even when it is not
needed.
- Fix wcmd not to use user32.dll. this might be pretty difficult.
- Switch to "GraphicsDriver"="ttydrv", this will load the tty based graphics
driver for wcmd.
Not sure which alternative is good enough for you.
Ciao, Marcus
--
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=1989
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-04-02 18:54 -------
fixed in current cvs (dlls/x11drv/wintab.c) by Aric ... will be in next
release.
--
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=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-04-02 17:21 -------
for Windows Script Installation you also need to add the following entries to
your system.reg:
[Software\\Classes\\CLSID\\{0002E005-0000-0000-C000-000000000046}] 1062013979
@="StdComponentCategoriesMgr"
[Software\\Classes\\CLSID\\{0002E005-0000-0000-C000-000000000046}\\InProcServer32]
1062013979
@="comcat.dll"
"ThreadingModel"="Both"
--
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=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-04-02 17:20 -------
I also installed Microsoft Windows Script 5.6 from
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
If you dont use a couple of native DLLs Windows Script wont install correctly.
For the Windows Script installer i used native win98 dll's for mfc42 &
comcat.dll, and my DLLOverrides for NHL2004 now look like:
[AppDefaults\\nhl2004.exe\\Version]
"Windows" = "win98"
[AppDefaults\\nhl2004.exe\\DllOverrides]
"ole32" = "native, builtin"
"oleaut32" = "native, builtin"
"mshtml" = "native, builtin"
"shfolder" = "native, builtin"
"shell32" = "native, builtin"
"shell" = "native, builtin"
"shdocvw" = "native, builtin"
"shlwapi" = "native, builtin"
"urlmon" = "native, builtin"
"crypt32" = "native, builtin"
"wininet" = "native, builtin"
"dispex" = "native"
"scrobj" = "native"
"scrrun" = "native"
"wshext" = "native"
"wshom.ocx" = "native"
"jscript" = "native"
"vbscript" = "native"
[AppDefaults\\nhl2004.exe\\x11drv]
"Desktop" = "640x480"
now some more menu items are working but its still not perfect.. im thinking
that theres probably more dll's that i have to overrride, any ideas anyone?
--
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=1568
lquijano(a)hotpop.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lquijano(a)hotpop.com
------- Additional Comments From lquijano(a)hotpop.com 2004-04-02 14:03 -------
checkout bug #1760 for the debug options for the keyboard.
--
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=1760
lquijano(a)hotpop.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lquijano(a)hotpop.com
------- Additional Comments From lquijano(a)hotpop.com 2004-04-02 14:02 -------
Use:
wine --debugmsg +key,+keyboard >& key.log
to check which keys are failing (getting the right layout can be tricky).
Also watch out for "extra" wine mappings that the X server doesn't have.
For example, if a key has '+*~' mapped, but the X server only has '+*' (not
including the Altgr), the key is mismatched. So there should be (I think) the
minimum chars needed to map the key in the server.
--
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=1784
------- Additional Comments From lquijano(a)hotpop.com 2004-04-02 13:53 -------
And what about the OSS version of the same patch.
I'm using ALSA too (and the fixme disappears when I change the config file), but
for people using OSS (until recently, ALSA didn't work very good in wine) it'd
be good to use the OSS implementation of MIDI-in, if available.
--
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=1985
------- Additional Comments From dclark(a)akamail.com 2004-04-02 11:22 -------
This is fixed in the current CVS version of Wine.
--
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=1973
------- Additional Comments From willie(a)froq.net 2004-04-02 10:16 -------
Well, after Lionel told me that this couldn't be a DirectDraw problem, I
looked into this a bit further...
All widgets are placed correctly, but it seems that the drawing of the widgets
had an offset. This offset increases from left to right (it's a drawing/
retouche app, so you can tell by drawing a line on the canvas - the distance
between the cursor and the actual drawing increases from left to right).
I googled around, and the problem looks similiar to an error with X11/ Cygwin,
where the DIB's are drawn incorrectly in some cases (when 32bit are expected,
but only 24bit are available).
According to one of Mirage's devs, the programm won't work with anything but
32bit depth. So, if this is a problem with Wine's DIB handling, is there any
known workaround?
--
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=1991
jplevene(a)netscape.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |FIXME
--
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=1991
Summary: Sound bug with KDE
Product: Wine
Version: 20040121
Platform: PC
URL: http://www.nch.com.au/ims/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jplevene(a)netscape.net
I am running Red Hat 9, fully updated, and sound does not work using aRTS (the
KDE sound) when running under KDE. All is fine with gnome.
This bug found using the IMS Music On Hold application (http://www.nch.com.au/ims/)
Justin
--
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=1990
Summary: modifier keys not released when switching desktop
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raspl(a)gmx.de
Note: This bug requires a desktop with mutiple virtual ones. In this example, I
use KDE with 2 desktops. To switch between desktops on KDE, use <CRTL> + <FX>
with X being 1 or 2.
Use a 'managed' window for the app. The application might be any kind of text
editor or whatever.
The basic problem is: When you press a modifier key in the application, and do
something which makes you leave that desktop, the wine app does catch the
<CTRL>-is-pressed event, but does _not_ catch the <CTRL>-is-released event.
For instance, go into a wine app running on desktop 1, and press <CTRL> + <F2>.
By that you have switched the desktop to desktop 2. But the wine app did not
realize that <CTRL> was released. Depending upon how you return to the app, you
will either have <CTRL> locked or not: When returning to desktop 1 by clicking
on the respective desktop overview icon, the wine app still does not realize
that <CTRL> was released and think that <CTRL> is still being pressed. For
instance, if you hit 's' in the app, not an 's' is executed but <CTRL> + s
(which in most apps saves the current document).
But if you return to that desktop using <CTRL> + <F2> (and if the wine app is
still the active app on that desktop!), then the wine app catches the
<CTRL>-button-released event and wine will not think that <CTRL> is pressed
anymore: Hitting 's' will execute 's' and not <CTRL> + s
A solution would be to reset all modifier keys when the managed window of the
wine app is activated again.
--
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=1970
abdul.ahmad(a)utoronto.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Version.dll Implementation |NHL2004 having problems with
|Problems/NHL 2004 Testing |OLE?; Error output
|Report |
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-03-02 20:24 -------
Okay, so I'm running wine cvs from Feb3
- IE6 installed (installed it on wine20031212 via mike hearn's script and then
just used that directory for winecvs)
- NHL2004 Demo installed
(ftp://ftp.ea.com/pub/easports/demos/nhl2004/NHL2004Demo.exe) & Full version
installed
- following settings:
[AppDefaults\\nhldemo.exe\\Version]
"Windows" = "win98"
[AppDefaults\\nhldemo.exe\\DllOverrides]
"ole32" = "native, builtin"
"oleaut32" = "native, builtin"
"mshtml" = "native, builtin"
"shfolder" = "native, builtin"
"shell32" = "native, builtin"
"shell" = "native, builtin"
"shdocvw" = "native, builtin"
"shlwapi" = "native, builtin"
"urlmon" = "native, builtin"
"crypt32" = "native, builtin"
"wininet" = "native, builtin"
- ole32, oleaut32 copied from win98 installation, stdole2.tlb from winxp install
okay, so I can get into the menus with those settings.. ole32/oleaut32 being
native reduce the error messages that I get and in the full version lets me
navigate around more of the menus.. but I still get some js/html errors.. seems
like the HTML files can't read the "global" variables and functions.. im not
exactly sure whats going on, i've attached:
1)intro.html which skips the intro videos so you dont get a crash
2)running wine --debugmsg +ole nhldemo (exiting the game as soon as i get into
the menus)
3)running winedbg nhldemo, and entering cont a few times until i get into the
menu, where i start to get a lot of errors related to the DllUnregisterServer
function in the NHL2004 Browser Controls DLL...
im hoping someone can help me narrow down the problems here, thanks
--
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=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-03-02 20:19 -------
Created an attachment (id=518)
--> (http://bugs.winehq.org/attachment.cgi?id=518&action=view)
debugging output using winedbg
this is the debugging output while running winedbg nhldemo with the intro.html
patched with the given attachment and the DLLOverrides from Mike Hearn's IE6
script applied to NHLDemo.exe + native ole32 and oleaut32 from win98 and
stdole2.tlb from winxp..
--
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=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-03-02 20:18 -------
Created an attachment (id=517)
--> (http://bugs.winehq.org/attachment.cgi?id=517&action=view)
debugging output
this is the debugging output while running wine --debugmsg +ole nhldemo with
the intro.html patched with the given attachment and the DLLOverrides from Mike
Hearn's IE6 script applied to NHLDemo.exe + native ole32 and oleaut32 from
win98 and stdole2.tlb from winxp
--
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=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-03-02 20:16 -------
Created an attachment (id=516)
--> (http://bugs.winehq.org/attachment.cgi?id=516&action=view)
fe/nhl/html/intro.html file which skips videos (which cause wine to crash) for
both the demo and full version
this is to get into the game without crashing because of the intro videos, it
goes into fe/nhl/html. works for both demo & full version
--
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=1985
------- Additional Comments From trevor(a)digdog.freeserve.co.uk 2004-03-02 17:56 -------
I have tested TablEdit 2.61 Demo against Wine "20030911", and the icon and
button duplication does not occur in this version, so it must be a more recent
change that causes the effects.
--
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=1989
Summary: Unable to run any wine program
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evan(a)myquasar.com
When updating to the most recent wine version, I am no longer able to run ANY
programs under wine, I will consistantly receive the following error message:
[damaged@home damaged]$ wine /mnt/win_c/Program\ Files/Adobe/Photoshop\
7.0/Photoshop.exe
err:wave:OSS_WaveOutInit /dev/mixer1: No such file or directory
err:wave:OSS_WaveInInit /dev/mixer1: No such file or directory
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104e8e0: spincount=20 not
supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104efa4: spincount=500
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104eaa4: spincount=500
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104eca4: spincount=500
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104f028: spincount=500
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104f14c: spincount=500
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x4104f1c8: spincount=50 not
supported
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 149 (XInputExtension)
Minor opcode of failed request: 28 (X_GetDeviceButtonMapping)
Serial number of failed request: 96
Current serial number in output stream: 96
--
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=1986
------- Additional Comments From Helmut.henig(a)gmx.at 2004-03-02 08:09 -------
There is an option "Asynchronous Cursor" -> If you change it to "No" (default is
"Yes") the mouse cursor is visible.
--
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=1988
Summary: It's seems impossible to run VCDEasy-1.5.2
Product: Wine
Version: 20031212
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maurizio.felici(a)libero.it
I'm new to wine. Following the instructions given in the online docs... this
is the last 100 lines of the command:
wine -debugmsg +relay c/Program\ Files/VCDEasy2/VCDEasy.exe
--- START ---
--
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=1973
willie(a)froq.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-x11driver
OS/Version|other |Linux
------- Additional Comments From willie(a)froq.net 2004-02-02 17:15 -------
Well, there seems to be one difference compared to Aura. Just before the
application window pops up, these messages appear:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x558c8880)->(00010022,00000008)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x558c8368)->(0x558c888c,0x00000000),stub!
fixme:pidl:SHGetFolderLocation (nil) 0x00000010 (nil) 0x00000000 0x55dfe8c8
The last line didn't appear with Aura, and the message is repeated a few more
times when the workspace shows up. I hope that helps.
--
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=1987
Summary: WinMX 'browse' and 'WhoIs' windows don't jump to top
Product: Wine
Version: 20040121
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gdc.pe1(a)virgilio.it
I've just upgraded to the newest stable version of Wine so that WinMX didn't
crash when I tried to download a file, but there is still a tiny bug (it might
happen in other programs, I don't know).
Basically, if you open up a "browse" or "WhoIs" window, a smaller window (kinda
like a Javascript popup window for those who don't know WinMX) appears on top of
WinMX. When you click to WinMX and then click the button (similar to Mozilla's
webpage tabs) the WhoIs query should pop back up to the top and gain focus, but
at the moment it doesn't. The window still exists, it just involves moving the
WinMX window out of the way to get at the WhoIs query hiding below it.
--
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=1986
Summary: Star Trek Armada II : invisible mouse cursor
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Helmut.henig(a)gmx.at
In the game there is no visible mouse cursor.
wine gives me the following messages on the console:
------
fixme:win32:SetSystemCursor ((nil),00007f00),stub!
fixme:win32:SetSystemCursor ((nil),00007f02),stub!
fixme:win32:SetSystemCursor ((nil),00007f01),stub!
fixme:win32:SetSystemCursor ((nil),00007f8a),stub!
------
trace:d3d:IDirect3DVertexBuffer8Impl_Unlock (0x4040f818) : stub
trace:d3d:IDirect3DIndexBuffer8Impl_Unlock (0x4040bac8) : stub
trace:d3d:IDirect3DDevice8Impl_CreateTexture (0x443c6028) : W(256) H(256),
Lvl(1) Usage(0), Fmt(21,D3DFMT_A8R8G8B8), Pool(1)
trace:d3d:D3DFmtGetBpp bytes/Pxl for fmt(21,D3DFMT_A8R8G8B8) = 4
trace:d3d:IDirect3DDevice8Impl_CreateImageSurface (0x443c6028) : w(256) h(256)
fmt(21,D3DFMT_A8R8G8B8) surf@0x404133a8, surfmem@0x45090020, 262144 bytes
trace:d3d:IDirect3DDevice8Impl_CreateTexture Created surface level 0 @
0x404133a8, memory at 0x45090020
trace:d3d:IDirect3DDevice8Impl_CreateTexture (0x443c6028) : Created texture
0x4040c528
trace:d3d:IDirect3DTexture8Impl_GetSurfaceLevel (0x4040c528) : returning
0x404133a8 for level 0
trace:d3d:IDirect3DTexture8Impl_QueryInterface (0x4040c528) : QueryInterface for
{b4211cfa-51b9-4a9f-ab78-db99b2bb678e}
trace:d3d:IDirect3DTexture8Impl_AddRef (0x4040c528) : AddRef from 1
trace:d3d:IDirect3DTexture8Impl_Release (0x4040c528) : ReleaseRef to 1
trace:d3d:IDirect3DDevice8Impl_SetTexture (0x443c6028) : Stage(0), Texture
(0x4040c528)
trace:d3d:IDirect3DDevice8Impl_SetTexture glActiveTextureARB call ok device.c / 3073
trace:d3d:IDirect3DBaseTexture8Impl_Release (0x4040c0f8) : ReleaseRef to 1
trace:d3d:IDirect3DBaseTexture8Impl_AddRef (0x4040c528) : AddRef from 1
trace:d3d:IDirect3DDevice8Impl_SetTexture Standard 2d texture
trace:d3d:IDirect3DTexture8Impl_PreLoad (0x4040c528) : About to load texture
trace:d3d:IDirect3DTexture8Impl_PreLoad glGenTextures call ok texture.c / 130
trace:d3d:IDirect3DTexture8Impl_PreLoad Texture 0x404133a8 (level 0) given name 9
trace:d3d:IDirect3DTexture8Impl_PreLoad glBindTexture call ok texture.c / 135
trace:d3d:D3DFmt2GLType fmt2glType for fmt(21,D3DFMT_A8R8G8B8) = 1401
------
trace:d3d:IDirect3DDevice8Impl_CopyRects Unlocked src and dst
trace:d3d:IDirect3DDevice8Impl_SetCursorProperties (0x443c6028) : Spot Pos(25,25)
err:d3d:IDirect3DDevice8Impl_SetCursorProperties (0x443c6028) :
surface(0x404133a8) have a invalid size
trace:d3d:IDirect3DDevice8Impl_ShowCursor (0x443c6028) : visible(1)
trace:d3d:IDirect3DDevice8Impl_Present (0x443c6028) : complete stub!
------
and the following many times:
fixme:d3d:IDirect3DDevice8Impl_SetTextureStageState Unhandled D3DTSS_MIPFILTER
value of 3
--
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=1976
------- Additional Comments From vvy2000(a)ua.fm 2004-02-02 02:39 -------
Procomm Plus isn't MDI application. I was try to start with debug messages and get nothing for
"trace:mdi" messages unlike Outsideview32.
--
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=1985
Summary: Duplication of buttons and icons on menu line
Product: Wine
Version: 20040121
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trevor(a)digdog.freeserve.co.uk
I am now running wine 21012004, and I am getting display funnies. I didn't get
them on my old SuSE8.2 (Wine 17022003) installation.
Program: TableEdit 2.61 Demo
A free download that comes with sample files to play. - So you can download it
and see for yourself, or I could send a snapshot. The program itself works a
treat if you have ALSA midi working on your soundcard (i.e. If 'NoteEdit' makes
sounds in Linux), I really only have issues with the display under Wine.
Location: Menu line.
1) There is a small icon on the left of the menu line before the 'File' entry
on the menu, and it starts up with two of these icons instead of one. Every
time you shrink the window to an icon and re-open it, another two of these
icons appears before the 'File' menu entry.
2) Meanwhile, on the right side of the menu line I was expecting the usual
three buttons (iconise, maximise,close). Instead it starts up with six (all
buttons duplicated). Every time you shrink the window to an icon and re-open
it, more sets of buttons appear. I have screen dumps with loads of buttons &
icons. Surprisingly, all these extra buttons seem to behave just like the
usual ones (i.e. They are 'active', not ghosts).
It does not seem to happen with office programs I have tried.
==================
OK, that was the new one - Now the old one that I did get on SuSE8.2 (Wine
17022003)
When you start to play a tef file with TablEdit, and TablEdit is in its own
window on X desktop, you get a tiny 'ghost' window in the top left corner of
the X desktop. This is a non-active duplicate of the tiny bar that holds the
'ticking' metronome etc. If you run the program in a Wine destop window, it
appears in the top left of the Wine desktop window when you pause and re-start
a playing song.
--
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=1982
netdemonz(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20031212 |20040121
------- Additional Comments From netdemonz(a)yahoo.com 2004-01-02 13:27 -------
Connection to 192.168.0.1 closed.
(~)> ssh -X 192.168.0.1
boberb(a)192.168.0.1's password:
(~)> xterm
xterm Xt error: Can't open display:
(~)>
By the way, I now have the latest version and use "wcmd"
--
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=1982
------- Additional Comments From marcus(a)jet.franken.de 2004-01-02 11:03 -------
can you run "xterm" and does it display remote.
--
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=1967
ceztko(a)libero.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From ceztko(a)libero.it 2004-01-02 08:18 -------
The bug-report is no more rappresentive of the problem. Hmpht...
--
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=1984
------- Additional Comments From mcbridematt(a)hotmail.com 2004-01-02 02:45 -------
ahh nuts. It just crashed in the middle of a game:
att@borgbox:~/games/netstorm$ wine netstorm.exe
Invoking /usr/bin/wine.bin netstorm.exe ...
When you are running with a native NT directory specify
'Profile=<profiledirectory>' or disable loading of Windows
registry (LoadWindowsRegistryFiles=N)
init window
init parse options
Args:
MAJOR_VERSION=10;MINOR_VERSION=37;version="v10.37";
Loading "Y:\games\netstorm\.\d\matt.cfg"
Loading "Y:\games\netstorm\.\d\user.cfg"
Loading "Y:\games\netstorm\.\d\options.cfg"
Loading "Y:\games\netstorm\.\d\dev.cfg"
Loading "Y:\games\netstorm\.\d\setup.cfg"
Interpret Options.
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403b2f68)->(00010022,00000013)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 1280x1024)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403b2f18)->(00010022,00000013)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 1280x1024)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403b2ef0)->(00010022,00000013)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 1280x1024)
Wine exited with a successful status
--
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=1984
Summary: NetStorm runs with black text and no sound
Product: Wine
Version: 20040121
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcbridematt(a)hotmail.com
Under Wine-20040121 Debian, NetStorm 10.27 runs, but all the text is black and
audio doesn't work under alsa or arts drivers (can't test OSS because the
intel8x0 driver is ugly). Running Debian unstable, 2.6.1-rc1 kernel and NVIDIA
53.28. Here is the log:
att@borgbox:~/games/netstorm$ wine netstorm.exe
Invoking /usr/bin/wine.bin netstorm.exe ...
When you are running with a native NT directory specify
'Profile=<profiledirectory>' or disable loading of Windows
registry (LoadWindowsRegistryFiles=N)
init window
init parse options
Args:
MAJOR_VERSION=10;MINOR_VERSION=37;version="v10.37";
Loading "Y:\games\netstorm\.\d\matt.cfg"
Loading "Y:\games\netstorm\.\d\user.cfg"
Loading "Y:\games\netstorm\.\d\options.cfg"
Loading "Y:\games\netstorm\.\d\dev.cfg"
Loading "Y:\games\netstorm\.\d\setup.cfg"
Interpret Options.
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403b2f68)->(00010022,00000013)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 1280x1024)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403b2f18)->(00010022,00000013)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 1280x1024)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403b2ef0)->(00010022,00000013)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Cannot change screen BPP from 32 to 8
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 640x480)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:xvidmode:X11DRV_XF86VM_SetCurrentMode Need to update SYSMETRICS after
resizing display (now 1280x1024)
Wine exited with a successful status
--
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=1864
------- Additional Comments From netdemonz(a)yahoo.com 2004-01-02 01:37 -------
I figured out the problem was that I was using MSVCRT*.dll files grabbed from
Windows XP and had Wine set to:
"Windows" = "win2k3"
When I changed it to "winxp", cl.exe compiled it! :-)
--
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=1864
------- Additional Comments From netdemonz(a)yahoo.com 2004-01-02 01:34 -------
I updated to 20040121, and same thing, with a slightly different spin:
(/data/programming/mozilla/projects/wine-msvc)> wine cl.exe hello.c
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\vs\\vc98\\bin\\cl.exe" failed, status c0000142
tail of debugmsg +all
0009:trace:key:X11DRV_InitKeyboard assigning scancode 60 to unidentified keycode
73 (Super_L)
0009:trace:key:X11DRV_InitKeyboard assigning scancode 61 to unidentified keycode
74 (Super_R)
0009:trace:key:X11DRV_InitKeyboard assigning scancode 62 to unidentified keycode
75 (Menu)
0009:Call ntdll.RtlLeaveCriticalSection(40bdeba0) ret=40bb6022
0009:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40bb6022
0009:Ret x11drv.InitKeyboard() retval=00000000 ret=4080e7e5
0009:Call x11drv.InitMouse(40895860) ret=4080e7d8
0009:Ret x11drv.InitMouse() retval=40895860 ret=4080e7d8
0009:Ret PE DLL (proc=0x40771420,module=0x40760000
L"user32.dll",reason=PROCESS_ATTACH,res=0x1) retval=1
0009:trace:module:process_attach (L"user32.dll",0x1) - END
0009:trace:module:process_attach (L"mspdb60.dll",0x1) - START
0009:trace:module:process_attach (L"MSVCRT.dll",0x1) - START
0009:Call PE DLL (proc=0x77c1e94f,module=0x77c10000
L"MSVCRT.dll",reason=PROCESS_ATTACH,res=0x1)
0009:Call ntdll.RtlGetNtVersionNumbers(4073fd6c,4073fd70,00000000) ret=77c1e970
0009:Ret ntdll.RtlGetNtVersionNumbers() retval=00000000 ret=77c1e970
0009:Ret PE DLL (proc=0x77c1e94f,module=0x77c10000
L"MSVCRT.dll",reason=PROCESS_ATTACH,res=0x1) retval=0
0009:trace:module:process_attach (L"MSVCRT.dll",0x1) - END
0009:trace:module:process_attach (L"mspdb60.dll",0x1) - END
0009:trace:module:process_attach (L"cl.exe",0x1) - END
0009:err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\vs\\vc98\\bin\\cl.exe" failed, status c0000142
0009: *killed* exit_code=0
--
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=1864
netdemonz(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netdemonz(a)yahoo.com
------- Additional Comments From netdemonz(a)yahoo.com 2004-01-02 01:21 -------
Please reopen. I get this error with 20031212
(/data/programming/mozilla/projects/wine-msvc)> wine cl.exe hello.c
err:module:LdrInitializeThunk Main exe initialization failed, status c0000142
In case this is of assistance... This only happened after I changed the
msvcrt.dll to native and placed in the dlls it needs within
/path/to/wine-c/Windows/system
Before that, I was getting errors from cl.exe that there was not enough
Environment Memory, and that's why I did this. Tried to fix one problem had
another, thus is life.
--
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=1975
------- Additional Comments From mr_saraiva(a)ig.com.br 2004-31-01 20:59 -------
yes...but i cp'ed it to home(ext3), and still got the same problem, so it's not
a FS issue (i think). As i said before, if i change "type" to "floppy", the
problem goes away, so i think it might be the way wine handles files when type
is set to "hd".
--
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=1983
Summary: Allow you to carry over the PATH environment variable
from shell
Product: Wine
Version: 20031212
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netdemonz(a)yahoo.com
There should be a command-line option for Wine to allow you to preserve the
existing path and have it appended to the one specified in wine.conf or
~/.wine/config
wine --preserve-environment
or
wine -P
An example of when this is useful is when you are running a compile process and
it might add things to the PATH
for now, you'd have to do a workaround like this:
export TMPPATH=`converttowin32path $PATH`; wine start cl.bat; where cl.bat is a
wrapper that appends TEMPPATH to PATH then calls cl.exe
--
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=1982
netdemonz(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20030408 |20031212
------- Additional Comments From netdemonz(a)yahoo.com 2004-31-01 17:18 -------
Updated to 20031212. Same issue.
(~)> ssh -X 192.168.0.1
boberb(a)192.168.0.1's password:
(~)> wcmd
x11drv: Can't open display:
(~)> wine -v
Wine 20031212
--
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=1982
netdemonz(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|WORKSFORME |
------- Additional Comments From netdemonz(a)yahoo.com 2004-31-01 13:24 -------
I had already tried that.
Connection to 192.168.0.1 closed.
(~)> ssh -X 192.168.0.1
boberb(a)192.168.0.1's password:
(~)> wine cmd
x11drv: Can't open display:
--
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=151
------- Additional Comments From skorka(a)gmx.net 2004-31-01 12:25 -------
Just checked with Wine 20040121 and the attached Roger Wilco. Bug appears to be
gone. Installation went fine in Managed, UnManaged and Desktop modes.
--
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=147
------- Additional Comments From skorka(a)gmx.net 2004-31-01 12:12 -------
Confirm with Wine 20040121 and wine/programs/cmdlgtst.exe.so. System is a Debian
3.0 with Wine selfcompiled and without Windows.
--
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=1982
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2004-31-01 11:45 -------
use ssh -X to forward the X connection
--
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=1977
------- Additional Comments From skorka(a)gmx.net 2004-31-01 09:14 -------
Just noticed I was probably talking nonsense to some of you. By 'running
Half-Life in software mode' I meant running Half-Life using its own
software 3D rendering engine instead of OpenGL or D3D.
Daniel
--
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=1982
Summary: Can't SSH into a computer and use "wine cmd" or
wineconsole
Product: Wine
Version: 20030408
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netdemonz(a)yahoo.com
wineconsole and "wine cmd" display only text, so I don't know why they require
an X display. It works on the computer locally (Running Redhat 9 and wine
20030408). If "wine cmd" is a console mode program, why can't I use it through SSH?
(~)> ssh 192.168.0.1
boberb(a)192.168.0.1's password:
(~)> wine cmd
x11drv: Can't open display:
(~)>
Now if I use another console application it works fine:
(~)> wine "C:\\Program Files\\Programming\\VC98\\bin\\ml.exe"
fixme:console:SetConsoleCtrlHandler (0x43a020,1) - no error checking or testing yet
Microsoft (R) Macro Assembler Version 6.15.8803
Copyright (C) Microsoft Corp 1981-2000. All rights reserved.
usage: ML [ options ] filelist [ /link linkoptions]
Run "ML /help" or "ML /?" for more info
(~)>
--
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=1980
lquijano(a)hotpop.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
--
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=1902
bleverett(a)att.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From bleverett(a)att.net 2004-30-01 19:59 -------
Second patch was committed to CVS tree.
--
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=1896
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-30-01 17:46 -------
The game can now be launched !
Thanks.
~20 seconds after playing, the window freezes.
Here is the console log:
---
[j@laptop tmp]$ wine /home/wine/Program\ Files/Microsoft\ Games/Flight\
Simulator/FLTSIM98.EXE
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
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.
Xlib: extension "XFree86-DRI" missing on display ":0.0".
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4039f0c8)->(00010022,00000008)
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_PRIORITY not fully
supported
fixme:bitmap:X11DRV_DIB_GetImageBits Compression not yet supported!
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x40411930)->(0x4039f0d4,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403e84e8)->(0x4039f0d4,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403f8b20)->(0x4039f0d4,0x00000000),stub!
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
fixme:imm:ImmGetContext (0x1004a): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x1004a, 0x4038d958): stub
fixme:imm:ImmGetContext (0x1004d): stub
fixme:imm:ImmSetOpenStatus Semi-Stub
fixme:imm:ImmReleaseContext (0x1004d, 0x4038d958): stub
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
fixme:imm:ImmGetContext (0x1004a): stub
fixme:imm:ImmNotifyIME (0x4038d958, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x1004a, 0x4038d958): stub
fixme:imm:ImmGetDefaultIMEWnd (0x1004a - (nil) 0x4038d958 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x1004a - 0x10054 0x4038d958 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x1004a - 0x10054 0x4038d958 ): semi-stub
fixme:imm:ImmGetDefaultIMEWnd (0x1004a - 0x10054 0x4038d958 ): semi-stub
err:local:LOCAL_ReAlloc Needed to move fixed block, but LMEM_MOVEABLE not specified.
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403f49c8)->(0x4039f0d4,0x00000000),stub!
err:seh:setup_exception nested exception on signal stack in thread 0009 eip
4022ad0a esp 4002ec6c stack 0x405c0000-0x406c0000
[j@laptop tmp]$ wine -v
Wine 20040121
[j@laptop tmp]$
--
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=1976
------- Additional Comments From dclark(a)akamail.com 2004-30-01 17:02 -------
It is not clear to me whether Procomm is an MDI application (clearly Outsideview
is). You might run it like:
wine --debugmsg +mdi -- /c/Program\ Files/whatever/procomm.exe
and see if a bunch of MDI messages are generated. If they are, you probably want
to post a brief message to wine-devel, mentioning an MDI regression in the
subject line, and refer to this bug in the body.
--
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.