http://bugs.winehq.org/show_bug.cgi?id=2308
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
------- Additional Comments From dank(a)kegel.com 2004-04-09 23:54 -------
Here are the messages I see when I run
http://bylands.dur.ac.uk/~mh/wine-ie/install-ie6.sh
with wine-20040813:
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not
correctly implemented! 0x40c80000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x40c80000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok.
offset=0x40c80074
fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have
to do here ?
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
err:setupapi:SetupDefaultQueueCallbackA copy error 267
"U:\\ie-setup\\IXP000.TMP\\WinInet.dll" -> "c:\\windows\\system\\WinInet.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 267
"U:\\ie-setup\\IXP000.TMP\\URLMON.DLL" -> "c:\\windows\\system\\URLMON.DLL"
fixme:setupapi:vcpUICallbackProc16 (0xb80, 0705, 0000, 00000000, 40251e74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xb80, 070f, 0000, 00000000, 40251e74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xb80, 0710, 0000, 00000000, 40251e74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xb80, 070b, 0000, 00000000, 40251e74) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xb80, 070c, 0000, 00000000, 40251e74) -
semi-stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
err:setupapi:SetupDefaultQueueCallbackA copy error 267
"U:\\ie-setup\\IXP000.TMP\\INSENG.DLL" -> "c:\\windows\\system\\INSENG.DLL"
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:ole:CoCreateInstance no classfactory created for CLSID
{6e449686-c509-11cf-aafa-00aa00b6015c}, hres is 0x80040150
I suppose it might be worth trying native msi.
--
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=2465
Summary: Xmedia player fails to start due to
"fixme:console:SetConsoleCtrlHandler..."
Product: Wine
Version: 20040813
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P3
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)the-taz.net
After installation of the player for my XCard (no support for linux yet) it fails to start... this is the
message that wine gives me:
fixme:console:SetConsoleCtrlHandler (0x405eb9f0,1) - no error checking or testing yet
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x10007ba2)
In 32bit mode.
0x10007ba2: movl 0x0(%eax), %ecx
Is this something that could be fixed? ;o)
--
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=2354
------- Additional Comments From rklazes(a)xs4all.nl 2004-04-09 10:06 -------
Does this patch help (with original fd.h) ?
--- wine/dlls/winedos/int13.c 2004-08-18 15:25:52.000000000 +0200
+++ mywine/dlls/winedos/int13.c 2004-09-04 17:02:08.000000000 +0200
@@ -31,6 +31,9 @@
#endif
#include <fcntl.h>
#ifdef linux
+#ifndef __user
+#define __user
+#endif
# include <linux/fd.h>
#endif
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2354
------- Additional Comments From davidjnice(a)btinternet.com 2004-04-09 07:53 -------
I also have SW10 with a complied 2.6.7 kernel (not testing). When I recieved
this error I checked the line 342 of /usr/include/linix/fd.h
I checked the file at http://www.linuxhq.com/kernel/v2.6/7/include/linux/fd.h
and noticed that the following update has been made:
The line - void *data;
is now + void __user *data;
I made a backup of /usr/include/linix/fd.h and then edited the line to show
'void *data; and saved the file. Now when I run ./wineinstall it completes
sucessfully and I can run exe files when I need to.
Perhaps this information cound help a developer to know how to resolve this?
Hope this 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=1253
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-09 22:09 -------
closing
--
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=567
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-09 22:02 -------
Closing
--
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=387
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-09 21:59 -------
Closing
--
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=2455
------- Additional Comments From titan.costa(a)wanadoo.fr 2004-03-09 14:59 -------
Could you try registering devenum.dll to see if this solves the CoCreateInstance
issue?
I've just sent a stub for DBToAmpFactor...
--
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=2458
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-03-09 13:40 -------
IMHO it would be interesting for others to see what exactly Wine outputs and
what X server or kernel (dmesg) write to their log-files? maybe you should use
the most verbose logging of X server (level 9, AFAIK)?
--
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=2210
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-09 13:09 -------
Resolving FIXED
--
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=2464
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-03-09 13:02 -------
Patch to fix this is in cvs.
http://www.winehq.org/hypermail/wine-cvs/2004/09/0047.html
--
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=2458
wine(a)vrai.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040408 |20040716
------- Additional Comments From wine(a)vrai.net 2004-03-09 12:54 -------
Note - this also occurs in 20040716.
--
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=2464
------- Additional Comments From dclark(a)akamail.com 2004-03-09 10:26 -------
Could you please email this to Wine patches? Generally, patches won't be picked
up from wine-bugs.
--
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=2454
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-03-09 05:34 -------
fixed in the CVS as of 2004/09/03 by the patch from Alexandre [8], AFAIK.
[8] http://www.winehq.org/hypermail/wine-cvs/2004/09/0004.html
--
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=2464
Summary: tmschema.h has a typo: RBS_UNCHECEDHOT
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andreas.Hausladen(a)gmx.de
In the include/tmschema.h file the RBS_UNCHECEDHOT is missing the "K" in "checked".
--- tmschema.h 2004-09-03 11:42:11.000000000 +0200
+++ tmschema.h 2004-09-03 11:42:32.000000000 +0200
@@ -382,9 +382,9 @@
#define PBS_DEFAULTED 5
/* BUTTON RADIOBUTTON states */
#define RBS_UNCHECKEDNORMAL 1
-#define RBS_UNCHECEDHOT 2
+#define RBS_UNCHECKEDHOT 2
#define RBS_UNCHECKEDPRESSED 3
#define RBS_UNCHECKEDDISABLED 4
#define RBS_CHECKEDNORMAL 5
#define RBS_CHECKEDHOT 6
--
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=2280
------- Additional Comments From cmroddy(a)gmail.com 2004-03-09 03:41 -------
i have the same problem. this also applies to the version 8.x clients, and it
remains under Wine version 20040716. I should note that there is no such problem
with the version 7.100 client, which immediately preceded v7.112.
--
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=2463
Summary: Winelib does not work at all as documented
Product: Wine
Version: 20040813
Platform: Sun
OS/Version: Solaris
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gupta.lokesh(a)philips.com
Hi,
I have been trying to use Winelib to build a very trivial Windows Application on
Unix just to test the working of winelib. But it does not work according to the
documentation at all. Here are the problems I found:
- When I run winemaker in my project root directory, it runs successfully but in
the end does not produce any configure script as said in the documentation but
produces directly a Makefile
- The Makefile must be manually tweaked to put in the WINE include files path
and the WINE libraries path.
- After changing the generated Makefile, when I run it, I see thousands of
warnings related to ignoring of __stdcall__ attribute in some of the windows
header files, but the build goes through
- The generated executable always has a .so extension which gives a feeling that
it is a shared library rather than an executable
- When I run the above generated file, it simply dumps core without any messages
"Segmentation Fault"
- When I try to run the above application through GDB to debug it, it crashes
even before reaching main
- When I try to run the above application through winedbg to debug it, it simply
hangs, nothing happens after that.
If such a basic thing does not work with Winelib, then I hope that something is
wrong with the way I have understood things and in my process of trying to do
this. Can somebody help ?? By the way, the same kind of setup also did not work
on Linux/Intel and Linux/Athlon combinations as well. So there must be something
very wrong in the way I am doing it. I imagine that the Winelib user's guide
documentation is totally out of date, in which case could somebody please
forward me a document which can produce working executables.
Best Regards
Lokesh
--
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=2462
Summary: Lotus Sametime client crashing with stack overflow
Product: Wine
Version: 20040813
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raghavan.venkatachari(a)ge.com
Hi,
I installed Wine-20040813 on a RedHat 9.0 system.
I compiled Wine from source (wine-20040813.tar.gz).
Then I installed Lotus Sametime Client 3.1.The installation went well.
When i try to run the client, the sametime client opens.
the sametime server hostname to which i have to connect is given in
options->preferences... In preferences there is a sametime connectivity tab.
When i give the server hostname and press OK the application crashes by giving
the following error
err:seh:setup_exception stack overflow 256 bytes in thread 0009 eip 400a91c2
esp 40610f00 stack 0x40610000-0x40710000
--
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=2461
Summary: regsvr32 : Fails to register Intel Indeo 5 video codec
Product: Wine
Version: unspecified
Platform: PC
URL: http://appdb.codeweavers.com/bugs.php?appId=502.
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frix(a)engineer.com
The Intel Indeo 5 video codec is used to play in-game movie content for
the game: Kings Quest 8 by Sierra.
The following error is received:
$ regsvr32 Ir50_32.dll
fixme:quartz:FilterMapper2_RegisterFilter dwVersion != 2 not supported
at the moment
Failed to register dll Ir50_32.dll
--
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=2426
frix(a)engineer.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-tools |wine-user
Summary|EXC_DefaultHandling |DRI userlevel access denied
|Unhandled exception code |
|c000013a flags 0 addr |
|0xffffe410 |
------- Additional Comments From frix(a)engineer.com 2004-02-09 08:41 -------
Wine crashes with error code:
EXC_DefaultHandling Unhandled exception code c000013a flags 0 addr 0xffffe410
--
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=2460
Summary: PC Charge not working under Wine
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhoobler(a)comcast.net
Hi,
This program (PCCW.EXE - for PC Charge) wouldn't run... I'm getting...
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:GetRecordInfoFromGuids (0x503f40,1,0,1033,0x54c904,0xc5b0ac),stub!
fixme:ole:CoRegisterMessageFilter stub
When trying to launch it from winefile.
I'm running KDE 3.2.3 on Mandrkae.
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=2459
Summary: Winamp bug
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peregrinitalia(a)hotmail.com
There is an error when trying to open teh winamp.exe:
An unhandeled exeption caused that winamp crashes
--
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=2458
Summary: Running WINE causes video card to shutdown
Product: Wine
Version: 20040408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)vrai.net
Running a program under wine results in the video card ceasing all output. The
video card no longer feeds any signal to the monitor - the monitor believes that
the machine is switched off. This only occurs if wine is attempting to display a
window, wine runs fine when displaying console information only. Only the video
card appears to be affected, the system can still be used remotely and even KDE
appears to remain running.
Wine runs without error if it is using a remote display (via X) or a local XVNC
session. No errors are present in the system logs.
The same error occurs if wine is started from an ssh terminal, but exported to
the local display (export DISPLAY=:0.0).
System information:
Linux lenin 2.6.7-gentoo-r12 #7 SMP i686 AMD Athlon(tm) XP 2800+ AuthenticAMD
GNU/Linux
xorg-x11-6.7.0-r1
ATI Radeon 9600XT - ATI binary drivers 3.9.0-r1
--
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.