http://bugs.winehq.org/show_bug.cgi?id=2490
------- Additional Comments From mike(a)navi.cx 2004-23-09 05:09 -------
This is not a bug. The preloader cannot be compiled with -fpie or -fstack-protector.
--
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=2496
Summary: InstallShield can't detect enough space available to
install
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kroyeren(a)kroyeren.dk
I'm trying to install Black Isle's Icewind Dale II, which uses InstallShield to
install. When I get to the point of choosing where to install, I'm told that
there is not enough space available to install. My main partition is 97Gb with
8.9Gigs free, and I have tried to install it on a smaller partition (7.7Gigs
with all free) problem is the same on both
I'm using wine 20040716 compiled from source on gentoo linux
--
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=2357
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From puoti(a)inwind.it 2004-22-09 08:51 -------
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=2495
Summary: Broken part of source code
Product: Wine
Version: 20040914
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schultzv(a)starline.ee
gdi/freetype.c, line 2189 - used invalid constant name FT_ENCODING_NONE. Should
be in lower-case. Not critical, but could make difficulties in compilation time.
--
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=2492
Summary: "File open" context menu doesn't load strings from
resource file
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: burnus(a)gmx.de
Open a "open file" dialog, select an object and right click to get the context menu.
Expected: The menu appears in the locale you have chosen.
De facto: The strings are hardcoded in dlls/shell32/shv_item_cmenu.c and not
read from a resource file. In addition, the used strings are ASCII and not unicode.
--
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=2163
rklazes(a)xs4all.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From rklazes(a)xs4all.nl 2004-21-09 10:43 -------
This was fixed in today's cvs. The patch is here:
http://cvs.winehq.org/patch.py?id=13853
--
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=2491
Summary: KeyPress, KeyUp and KeyDown behavior
Product: Wine
Version: 20040914
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cesar(a)liws.com.br
Im using wine to run delphi app in windows, and see some strange behaviors:
Im a Form I handle the key events:
OnKeyPress
Some app stuffs, to validate the key values
OnKeyUp
Catch the keys VK_UP and VK_DOWN to navegate...
The problem in wine is in numeric keyboard, when NUMLOCK is ACTIVE and I press
the 8 or 2 keys, wine send the keys to KeyPress event and after the
VK_UP/VK_DOWN to OnKeyUP, and I guess OnKeyDown too.
[]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=2394
------- Additional Comments From truiken(a)gmail.com 2004-20-09 21:50 -------
Though Yahoo still will not fully install of its components, the installer does
complete without this particular line of errors.
--
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=2469
braun(a)egeen.ee changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression, source
Version|20040813 |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=2369
------- Additional Comments From maik.schulz(a)iname.com 2004-19-09 10:03 -------
After creating ~/.wine/config with the below content, iTunesSetup.exe does not
complain about the wrong windows version any more. The definition of the temp
directory was necessary because otherwise wine complained about not being able
to write to my /tmp directory which was linked as a dos device (default setup).
[BEGIN]
WINE REGISTRY Version 2
[version]
"windows"="win2000"
[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "c:\\temp"
[END]
--
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=2488
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From puoti(a)inwind.it 2004-18-09 15:56 -------
This is not a duplicate of bug 2357 as that bug report is about packaging, this
one is about the wine code itself.
--
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=2346
triso(a)cogeco.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From triso(a)cogeco.ca 2004-18-09 14:29 -------
The problem is gone in version 20040914. Good Job!
--
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=2489
------- Additional Comments From deebakes(a)comcast.net 2004-18-09 13:49 -------
Please help me with the "file" command. What exactly should I type from terminal?
dosdevice: ls -l
total 0
lrwxrwxrwx 1 root root 8 Sep 17 11:06 a:: -> /dev/fd0
lrwxrwxrwx 1 root root 10 Sep 16 15:47 c: -> ../drive_c
lrwxrwxrwx 1 root root 10 Sep 17 11:06 d:: -> /dev/cdrom
lrwxrwxrwx 1 root root 1 Sep 16 15:47 z: -> /
I downloaded from your website. Should I attach the .rpm?
--
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=2490
------- Additional Comments From basic(a)mozdev.org 2004-18-09 13:40 -------
forgot to mention that I'm compiling this under a gcc with the following version
string:
gcc (GCC) 3.3.4 20040623 (Gentoo Hardened Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--
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=2489
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-18-09 13:20 -------
:: "Can you get a non-stripped version and try again Also WINEDEBUG=+volume
:: might get some usefull information."
: I'm new to linux so what are the commands to get this information?
The "file" command will tell you. For me it give:
> file /spare/wine/wine/loader/wine-glibc
/spare/wine/wine/loader/wine-glibc: ELF 32-bit LSB executable, Intel 80386,
version 1 (SYSV), for GNU/Linux 2.2.5, dynamically linked (uses shared libs),
not stripped
However the way wine is loaded is quite complicated. So it will take some
knowledge to find out the real wine executable. "wine" itself is only a script.
To find out yourself, you probably have to learn some more Linux basics...
But I guess at the place where you downloaded the wine rpm you should find more
information about what the packager did.
: Here is my ~/.wine/dosdevices file:
You forgot to give the "-l" argument to show to what part of the filesystem the
dos drive letters are connected.
--
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=2490
Summary: preloader.c does not compile with -fpie/-fstack-
protector
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: basic(a)mozdev.org
preloader.c does not compile with -fpie/-fstack-protector since a June checkin
with this comment:
"Do direct Linux system calls in the preloader to avoid trouble with
some broken static libcs."
I get the following error:
preloader.c: In function `wld_mmap':
preloader.c:237: error: can't find a register in class `BREG' while reloading `asm'
I suppose the assembly code in that file does not work with pie/stack-protector.
My gcc compiles with stack-protector by default. If I edit the Makefile and add
preloader.o:
$(CC) -c -fno-pic -fno-stack-protector $(ALLCFLAGS) -o $@ preloader.c
it will compile and run correctly.
--
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=2489
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-18-09 12:12 -------
No, ther kernel isn't involved, I think.
It seems that the Redhat rpm is a stripped one. That way, the backtrace is less
usefull. Can you get a non-stripped version and try again Also WINEDEBUG=+volume
might get some usefull information.
However I guess, that the crash happens in dlls/kernel/volume.c:
VOLUME_ReadFATSuperblock()
What entries do you have in ~/.wine/dosdevices (ls -l ~/.wine/dosdevices)? Does
an entry point to a windows partition? What windows version and what filesystem?
Bye
--
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=2489
------- Additional Comments From deebakes(a)comcast.net 2004-18-09 11:58 -------
As requested by your email.
I commented out the "Resolution" setting in the ~/.wine/config file to
temporarily resolve the HKEY error.
Here is the debug output from the "bt" switch:
[root@x1-6-00-04-76-00-cd-3e root]# cd /mnt/cdrom1
[root@x1-6-00-04-76-00-cd-3e cdrom1]# wine basic.exe
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: divide by zero in 32-bit code (0x40395ff5).
In 32 bit mode.
0x40395ff5: idivl 0xffffffc4(%ebp),%eax
Wine-dbg>bt
Backtrace:
=>1 0x40395ff5 (0x4071e6f8)
2 0x4039694d GetVolumeInformationW+0x3ad in kernel32 (0x4071f614)
3 0x40396e1c GetVolumeInformationA+0xdc in kernel32 (0x4071f650)
4 0x0046eb73 (0x4071fe8c)
5 0x004f35ab EntryPoint+0x14b in basic (0x4071ff20)
6 0x403712f5 (0x4071fff4)
7 0x4002c111 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000)
Wine-dbg>
Do you need more info? Do I need a kernel upgarde?
Thanks,
Dana B.
--
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=2369
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-09 11:35 -------
As of version 20040716 the ~/.wine/config file is not created by default but
wine can still read it (for now). In the future the utility for configuring
wine will be in a program called wineconfig this program is not up to snuff yet.
For now you need to create ~/.wine/config and add this.
[version]
"windows"="NT40"
--
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=2489
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2004-18-09 11:29 -------
Try to get more information.
E.g. type "bt" at the Wine-dbg>
Or run with WINEDEBUG=+relay to get a better glimpse of what's going on.
--
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=2357
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.artem(a)mailcity.com
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-09 11:24 -------
*** Bug 2488 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=2488
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-18-09 11:24 -------
*** This bug has been marked as a duplicate of 2357 ***
--
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=2467
------- Additional Comments From adam(a)tpetaccia.com 2004-18-09 10:57 -------
UPDATE: While still mostly unusable, text entry was somewhat improved at cvs
2004-09-17
--
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=2489
Summary: WineDbg error
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deebakes(a)comcast.net
Hello WineHQ,
I'm trying to run a Linux training CD from Spidertools.com with the latest wine
release (wine-20040914-1rh9winehq.i686.rpm) on Red Hat 9 (2.4.20-6) dual boot
system. I think the install went good (rpm -ivh) but when I execute the
following command from terminal "wine basic.exe", I get the below error every
time. Any suggestions? Is this a bug with my setup, wine or red hat kernel?
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: divide by zero in 32-bit code (0x40395ff5).
In 32 bit mode.
0x40395ff5: idivl 0xffffffc4(%ebp),%eax
Wine-dbg>
Thanks,
Dana B.
deebakes(a)comcast.net
--
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=2369
------- Additional Comments From maik.schulz(a)iname.com 2004-18-09 09:37 -------
This problem still exists with current (as of 2004-09-15) CVS HEAD.
--
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=2488
------- Additional Comments From theflameeyes(a)libero.it 2004-18-09 08:01 -------
IMHO this should be a duplicate of 2357 which is resolved (the problem is
-fomit-frame-pointer which interferes with the scrollbars and the mouse's
wheel).
--
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=2398
phil(a)ldex.terica.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From phil(a)ldex.terica.net 2004-18-09 07:26 -------
Appears to be fixed in the September 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=2488
------- Additional Comments From t.artem(a)mailcity.com 2004-18-09 07:23 -------
I really used that compilation flag thinking that would increase wine speed.
Thank you very much for the information.
--
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=2488
------- Additional Comments From rklazes(a)xs4all.nl 2004-18-09 07:18 -------
This was recently discussed on the developerlist. Use the default optimizations,
in particular do not specify -fomit-frame-pointer
--
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=2488
------- Additional Comments From t.artem(a)mailcity.com 2004-18-09 07:08 -------
My linux distro is Fedora Core 1, with latest binutils
--
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=2347
lindevel(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From lindevel(a)gmx.net 2004-18-09 07:01 -------
This was not critical.
I got T2 running even with this error messages.
(The critical thing that prevented it from running was that I didn't cd'ed to
the right path(GameData))
--
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=2488
Summary: Wine is almost unusable when being compiled with gcc >=
3.4.1
Product: Wine
Version: 20040914
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
I have compiled four latest releases of wine using vanilla (unpatched) GCC 3.4.1
and 3.4.2 and it is almost unusable after that.
It happens in all scroll controls., e.g., when I try to scroll whatever control
wine exits with error.
It also happens in popular WinRar 3.4 program, e.g. when you press "Alt B"
button (tools -> benchmark and hardware test) and then press "cancel" wine exits
with segfault.
After that I compiled wine 20040914 using GCC 2.95 and it works OK.
--
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=2170
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-18-09 05:55 -------
fixed in Wine 20040914
--
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=2415
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-18-09 05:54 -------
fixed in Wine 20040914
--
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=2456
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-18-09 05:53 -------
fixed in Wine 20040914
--
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
me(a)the-taz.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://xmedia.sphosting.com |http://www.realmagic.com/sup
| |port/download_xcard_win9x_me
| |.htm
------- Additional Comments From me(a)the-taz.net 2004-18-09 05:40 -------
corrected the url-entry.. it's not that xmedia player.. but xmedia player from
realmagic/sigmadesigns to use the hardware (XCard) for playing mpg and avi
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=2076
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-18-09 05:23 -------
bug #2066 more important
--
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=2169
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-18-09 05:11 -------
can not reproduce with wine 20040914
--
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=2167
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-18-09 05:11 -------
can not reproduce with wine 20040914
--
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=2438
jerome.bouat(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2004-18-09 04:47 -------
with wine 20040914
--
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=2486
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=42
--
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=2485
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=693
--
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=2484
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
--
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=2480
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2479
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1486
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=2475
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2474
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://mp3gain.sourceforge.n
| |et/
Keywords| |download, NoAppDBEntry
--
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=2469
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1445
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=2466
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://xmedia.sphosting.com
Keywords| |download, NoAppDBEntry
--
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
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=807
--
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
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=5
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=2457
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=131
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=2456
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=10
--
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
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=131
--
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=2452
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=206
--
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=2451
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1040
--
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=2448
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=73
--
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=2444
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=77
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=2443
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=724
Keywords| |download
Summary|power point 97 viewers |power point 97 viewer
|crashes |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=2442
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
Keywords| |regression
--
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=2441
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2440
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=183
--
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=2438
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=278
--
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=2429
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=94
--
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=2427
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=847
--
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=2423
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=337
--
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=2420
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
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=2417
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-17-09 15:53 -------
The file to change is documentation/introduction.sgml feel free to submit a
patch
--
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=2416
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2415
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=995
--
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=2414
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2413
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2412
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2409
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
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=2408
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2406
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2403
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=5
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=2399
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=934
--
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=2398
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=339
Keywords| |regression
--
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=2397
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, source
--
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=2392
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=313
--
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=2287
------- Additional Comments From m.d.nagy(a)worldnet.att.net 2004-17-09 15:07 -------
I'm not using FC2 anymore at the moment so I haven't checked for the bug again
recently, although last I chacked I saw no indication that anything had changed.
If somebody using FC2 could check a more recent version of Wine they would
probably find the same bug; maybe I'll do that when I have the time to install
an extra OS just for testing.
--
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=2390
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=65
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=2389
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=120
--
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=2387
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2379
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=23
--
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=2377
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |www.klient.com
Keywords| |download, NoAppDBEntry
--
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=2376
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, source
--
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=2372
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=25
--
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=2369
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1347
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=2367
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2362
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
--
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=2361
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2355
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=139
--
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=2346
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=382
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=2345
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, source
--
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=2343
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-17-09 14:37 -------
This has been 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=2342
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
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=2335
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1394
--
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=2333
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=25
--
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=2332
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry, regression
Summary|16-bit application fails due|16-bit application (WinLED)
|to regression in NE-module |fails due to regression in
|handling |NE-module handling
--
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=2331
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=25
--
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=2328
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=101
--
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=2326
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=25
--
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=2324
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2323
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2322
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
--
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=2316
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=25
Keywords| |regression
--
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=2308
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=25
--
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=2306
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=339
--
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=2303
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=662
--
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=2300
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=2299
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
Summary|Static in Dominions II Demo |Static in Dominions II Demo
|Audio |Audio
--
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=2297
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=330
--
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=2296
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=2295
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=59
--
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=2291
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
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=2290
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=176
--
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=2286
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1749
--
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=2285
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2281
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2277
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=2276
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=2275
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=77
--
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=2274
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry, regression
--
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=2272
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=405
--
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=2271
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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=2269
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
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=2266
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
Summary|err:module:import_dll |err:module:import_dll
|ATL.DLL.58 No implementation|ATL.DLL.58 No implementation
|objectiF |objectiF
--
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=2264
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=77
--
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=2263
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=23
--
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=2262
tony_lambregts(a)telusplanet.net 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=2260
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
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
------- Additional Comments From frix(a)engineer.com 2004-17-09 08:01 -------
It seems the functionality of the wine quartz.dll isn't up to spec yet. Do the
following to get it working:
Copy from a Windows 98 installation: c:\windows\system\quartz.dll and
c:\windows\system\devenum.dll to your wine fake windows "windows\system" directory.
Next do the following:
WINEDLLOVERRIDES=quartz,devenum=n regsvr32 Ir50_32.dll
This seems to register the dll successfully.
Unconfirmed: Wether indeo 5 video content actually plays back...
--
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=2486
Summary: "Anchors" property not emulated with Wine!
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frocha(a)student.dei.uc.pt
Hi all,
I created a simple application with Delphi, and realised that if I set the
"Anchors" property to auto-align a component to 'grow' each time a the window
was Maximized or Resized, Wine couldn't do this... In result, emulating my
program with Wine, I could not Maximize or Resize the form!!!
The "Anchors" property on Delphi, has the capability to set an anchor in
four ways (Top, Left, Right, Bottom), so, that if I set a anchor at the top
and at the bottom, resizing the window vertically, would automatically resize
the component to fit the window!
I will try this on the new realesed version, but I don't think it will work.
Thank you,
Love 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=2485
Summary: Paltalk crashed
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vhost6(a)yahoo.com
Backtrace:
=>1 0x40c48e68 OleSetContainedObject+0x48(pUnknown=0x200bc, fContained=0x1) [/
home/cn/wine/dlls/ole32/ole2.c:710] in ole32 (0x4087c138)
2 0x425585a9err:dbghelp_msc:codeview_process_info Unknown CODEVIEW signature
53445352 in module paltextctl
(0x427c0051)
Wine-dbg>quit
WineDbg terminated on pid 0x8
----------------------------------------------
Also when i login paltalk It shows only blue space in the main windows. Can you
fix 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=2483
------- Additional Comments From reif(a)earthlink.net 2004-16-09 20:44 -------
Just posted a patch to wine-patches that fixes 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=2484
Summary: lotus notes 6 (6.0.3) fails to work (after working a
bit, though)
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: grog(a)grsu.by
I've copied installed and functional Notes 6 (6.0.3) Client/Designer from
windows partition, like I've did this before (successfully) with version 5.*.
I've used both the environment from working notes 5 and empty environment with
mfc42.dll and msvcp60.dll copied in (mfc42.dll is a must, second lib is copied
by notes install).
Client loads and shows OK. However, when doing some things -- opening address
book, cancelling user preferences dialog, opening simple database and then
trying to open document -- client fails with Lotus Notes "red screen of death"
telling about "LookupHandle: Null Handle" error. Then Lotus debugger starts.
Designer can't even start, it fails immediately after (or during?) showing the
starting page.
I've tried the technique from Mike Hearn's intro, but I don't really know how to
do this properly.
Here is how I started notes (I made a separate environment for it):
cd $HOME/.wine/notes-6 && env \
WINEDEBUG=trace+seh,trace+tid,warn+heap,trace+dll,trace+system,+text
WINEPREFIX=$HOME/.wine/notes-6 \
wine "c:\\Lotus\\Notes-6\\notes.exe" >& $HOME/notes6.failure.winedebug.txt
Everything in output after PANIC: and lookup handle: null handle text is notes
NSD running, and seems unimportant to the problem itself. I'm including
everything, though. Something else I could add to help with resolving the
problem?
Output follows:
0009:trace:dll:fill_init_list (krnl386.exe) - START
0009:trace:dll:fill_init_list (krnl386.exe) - END
0009:trace:dll:fill_init_list (system.drv) - START
0009:trace:dll:fill_init_list (system.drv) - END
0009:trace:dll:fill_init_list (gdi.exe) - START
0009:trace:dll:fill_init_list (gdi.exe) - END
0009:trace:dll:fill_init_list (user.exe) - START
0009:trace:dll:fill_init_list (user.exe) - END
0009:trace:dll:fill_init_list (keyboard.drv) - START
0009:trace:dll:fill_init_list (keyboard.drv) - END
0009:trace:system:SystemParametersInfoA (5, 0, 0x4088fd4c, 0)
0009:trace:system:SystemParametersInfoW (5, 0, 0x4088fd4c, 0)
0009:trace:system:SystemParametersInfoA (13, 0, 0x409c3eb8, 0)
0009:trace:system:SystemParametersInfoW (13, 0, 0x409c3eb8, 0)
0009:trace:system:SystemParametersInfoA (24, 0, 0x409c3ebc, 0)
0009:trace:system:SystemParametersInfoW (24, 0, 0x409c3ebc, 0)
0009:trace:system:SystemParametersInfoA (27, 0, 0x409c3ec0, 0)
0009:trace:system:SystemParametersInfoW (27, 0, 0x409c3ec0, 0)
0009:trace:system:SystemParametersInfoA (56, 0, 0x409c3f38, 0)
0009:trace:system:SystemParametersInfoW (56, 0, 0x409c3f38, 0)
0009:trace:system:SystemParametersInfoW (41, 500, 0x4088fb58, 0)
0009:trace:system:SystemParametersInfoW (31, 0, 0x4088fb70, 0)
0009:trace:system:SystemParametersInfoW (31, 0, 0x4088fbd4, 0)
0009:trace:system:SystemParametersInfoW (31, 0, 0x4088fc38, 0)
0009:trace:system:SystemParametersInfoW (31, 0, 0x4088fc94, 0)
0009:trace:system:SystemParametersInfoW (31, 0, 0x4088fcf0, 0)
0009:trace:text:DrawTextExW L"Release 6.0.3 September 26, 2003"..., 32, [(12,
271),(503,295)]
0009:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:dll:fill_init_list (krnl386.exe) - START
000b:trace:dll:fill_init_list (krnl386.exe) - END
000b:trace:dll:fill_init_list (system.drv) - START
000b:trace:dll:fill_init_list (system.drv) - END
000b:trace:dll:fill_init_list (gdi.exe) - START
000b:trace:dll:fill_init_list (gdi.exe) - END
000b:trace:dll:fill_init_list (user.exe) - START
000b:trace:dll:fill_init_list (user.exe) - END
000b:trace:dll:fill_init_list (keyboard.drv) - START
000b:trace:dll:fill_init_list (keyboard.drv) - END
000b:trace:system:SystemParametersInfoA (5, 0, 0x4089fcac, 0)
000b:trace:system:SystemParametersInfoW (5, 0, 0x4089fcac, 0)
000b:trace:system:SystemParametersInfoA (13, 0, 0x40b2feb8, 0)
000b:trace:system:SystemParametersInfoW (13, 0, 0x40b2feb8, 0)
000b:trace:system:SystemParametersInfoA (24, 0, 0x40b2febc, 0)
000b:trace:system:SystemParametersInfoW (24, 0, 0x40b2febc, 0)
000b:trace:system:SystemParametersInfoA (27, 0, 0x40b2fec0, 0)
000b:trace:system:SystemParametersInfoW (27, 0, 0x40b2fec0, 0)
000b:trace:system:SystemParametersInfoA (56, 0, 0x40b2ff38, 0)
000b:trace:system:SystemParametersInfoW (56, 0, 0x40b2ff38, 0)
000b:trace:system:SystemParametersInfoW (41, 500, 0x4089fab8, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089fad0, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089fb34, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089fb98, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089fbf4, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089fc50, 0)
000b:fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or
testing yet
000b:fixme:console:SetConsoleCtrlHandler (0x601a93c0,1) - no error checking or
testing yet
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089ef74, 0)
000b:trace:system:SystemParametersInfoA (41, 340, 0x4089ed74, 0)
000b:trace:system:SystemParametersInfoW (41, 340, 0x4089e844, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089e85c, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089e8c0, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089e924, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089e980, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089e9dc, 0)
000b:trace:system:SystemParametersInfoA (38, 4, 0x4089ef34, 0)
000b:trace:system:SystemParametersInfoW (38, 4, 0x4089ef34, 0)
000b:fixme:ole:CoRegisterMessageFilter stub
000b:fixme:ole:CoCreateInstance no classfactory created for CLSID {4955dd33-
b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
000f:trace:dll:fill_init_list (krnl386.exe) - START
000f:trace:dll:fill_init_list (krnl386.exe) - END
000f:trace:dll:fill_init_list (system.drv) - START
000f:trace:dll:fill_init_list (system.drv) - END
000f:trace:dll:fill_init_list (gdi.exe) - START
000f:trace:dll:fill_init_list (gdi.exe) - END
000d:trace:dll:fill_init_list (krnl386.exe) - START
000d:trace:dll:fill_init_list (krnl386.exe) - END
000d:trace:dll:fill_init_list (system.drv) - START
000d:trace:dll:fill_init_list (system.drv) - END
000d:trace:dll:fill_init_list (gdi.exe) - START
000d:trace:dll:fill_init_list (gdi.exe) - END
000f:trace:dll:fill_init_list (user.exe) - START
000f:trace:dll:fill_init_list (user.exe) - END
000f:trace:dll:fill_init_list (keyboard.drv) - START
000f:trace:dll:fill_init_list (keyboard.drv) - END
000d:trace:dll:fill_init_list (user.exe) - START
000d:trace:dll:fill_init_list (user.exe) - END
000d:trace:dll:fill_init_list (keyboard.drv) - START
000d:trace:dll:fill_init_list (keyboard.drv) - END
000f:trace:system:SystemParametersInfoA (5, 0, 0x4089fcac, 0)
000f:trace:system:SystemParametersInfoW (5, 0, 0x4089fcac, 0)
000f:trace:system:SystemParametersInfoA (13, 0, 0x40b78eb8, 0)
000f:trace:system:SystemParametersInfoW (13, 0, 0x40b78eb8, 0)
000f:trace:system:SystemParametersInfoA (24, 0, 0x40b78ebc, 0)
000f:trace:system:SystemParametersInfoW (24, 0, 0x40b78ebc, 0)
000f:trace:system:SystemParametersInfoA (27, 0, 0x40b78ec0, 0)
000f:trace:system:SystemParametersInfoW (27, 0, 0x40b78ec0, 0)
000f:trace:system:SystemParametersInfoA (56, 0, 0x40b78f38, 0)
000f:trace:system:SystemParametersInfoW (56, 0, 0x40b78f38, 0)
000f:trace:system:SystemParametersInfoW (41, 500, 0x4089fab8, 0)
000f:trace:system:SystemParametersInfoW (31, 0, 0x4089fad0, 0)
000f:trace:system:SystemParametersInfoW (31, 0, 0x4089fb34, 0)
000f:trace:system:SystemParametersInfoW (31, 0, 0x4089fb98, 0)
000f:trace:system:SystemParametersInfoW (31, 0, 0x4089fbf4, 0)
000f:trace:system:SystemParametersInfoW (31, 0, 0x4089fc50, 0)
000d:trace:system:SystemParametersInfoA (5, 0, 0x4089fcac, 0)
000d:trace:system:SystemParametersInfoW (5, 0, 0x4089fcac, 0)
000d:trace:system:SystemParametersInfoA (13, 0, 0x40b78eb8, 0)
000d:trace:system:SystemParametersInfoW (13, 0, 0x40b78eb8, 0)
000d:trace:system:SystemParametersInfoA (24, 0, 0x40b78ebc, 0)
000d:trace:system:SystemParametersInfoW (24, 0, 0x40b78ebc, 0)
000d:trace:system:SystemParametersInfoA (27, 0, 0x40b78ec0, 0)
000d:trace:system:SystemParametersInfoW (27, 0, 0x40b78ec0, 0)
000d:trace:system:SystemParametersInfoA (56, 0, 0x40b78f38, 0)
000d:trace:system:SystemParametersInfoW (56, 0, 0x40b78f38, 0)
000d:trace:system:SystemParametersInfoW (41, 500, 0x4089fab8, 0)
000d:trace:system:SystemParametersInfoW (31, 0, 0x4089fad0, 0)
000d:trace:system:SystemParametersInfoW (31, 0, 0x4089fb34, 0)
000d:trace:system:SystemParametersInfoW (31, 0, 0x4089fb98, 0)
000d:trace:system:SystemParametersInfoW (31, 0, 0x4089fbf4, 0)
000d:trace:system:SystemParametersInfoW (31, 0, 0x4089fc50, 0)
000b:trace:system:SystemParametersInfoA (48, 0, 0x4089eee4, 0)
000b:trace:system:SystemParametersInfoW (48, 0, 0x4089eee4, 0)
000d:fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or
testing yet
000d:fixme:console:SetConsoleCtrlHandler (0x601a93c0,1) - no error checking or
testing yet
000f:fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or
testing yet
000f:fixme:console:SetConsoleCtrlHandler (0x601a93c0,1) - no error checking or
testing yet
000d:fixme:console:SetConsoleCtrlHandler (0x601a93c0,0) - no error checking or
testing yet
000d:fixme:console:SetConsoleCtrlHandler ((nil),1) - no error checking or
testing yet
000f:fixme:console:SetConsoleCtrlHandler (0x601a93c0,0) - no error checking or
testing yet
000f:fixme:console:SetConsoleCtrlHandler ((nil),1) - no error checking or
testing yet
000b:trace:text:DrawTextExW L"&File", 5, [(10,24),(37,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Edit", 5, [(49,24),(78,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&View", 5, [(90,24),(124,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Create", 7, [(136,24),(182,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Help", 5, [(194,24),(226,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:system:SystemParametersInfoA (48, 0, 0x4089eccc, 0)
000b:trace:system:SystemParametersInfoW (48, 0, 0x4089eccc, 0)
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089ec68, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089e748, 0)
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089ec00, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089e6b4, 0)
000b:trace:system:SystemParametersInfoA (41, 0, 0x4089df70, 0)
000b:trace:system:SystemParametersInfoW (41, 0, 0x4089dae8, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089db00, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089db64, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089dbc8, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089dc24, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089dc80, 0)
000b:trace:text:DrawTextExW L"Lotus Notes"..., 11, [(24,4),(964,22)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&File", 5, [(10,24),(37,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Edit", 5, [(49,24),(78,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&View", 5, [(90,24),(124,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Create", 7, [(136,24),(182,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Help", 5, [(194,24),(226,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:system:SystemParametersInfoA (41, 0, 0x4089c144, 0)
000b:trace:system:SystemParametersInfoW (41, 0, 0x4089bcbc, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089bcd4, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089bd38, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089bd9c, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089bdf8, 0)
000b:trace:system:SystemParametersInfoW (31, 0, 0x4089be54, 0)
000b:trace:text:DrawTextExW L"Workspace - Lotus Notes"..., 23, [(24,4),(964,22)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&File", 5, [(10,24),(37,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Edit", 5, [(49,24),(78,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Help", 5, [(90,24),(122,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&File", 5, [(10,24),(37,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Edit", 5, [(49,24),(78,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&View", 5, [(90,24),(124,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Create", 7, [(136,24),(182,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Help", 5, [(194,24),(226,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:fixme:hook:NotifyWinEvent (32777,0x10032,-4,0)-stub!
000b:fixme:hook:NotifyWinEvent (32774,0x10032,-4,1121676824)-stub!
000b:trace:text:DrawTextExW L"&File", 5, [(10,24),(37,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Edit", 5, [(49,24),(78,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&View", 5, [(90,24),(124,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Create", 7, [(136,24),(182,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Actions", 8, [(194,24),(240,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:text:DrawTextExW L"&Help", 5, [(252,24),(284,42)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:fixme:hook:NotifyWinEvent (32768,0x10080,-4,0)-stub!
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089c438, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089bd8c, 0)
000b:fixme:hook:NotifyWinEvent (32768,0x10088,-4,0)-stub!
000b:fixme:hook:NotifyWinEvent (32768,0x10090,-4,0)-stub!
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089b864, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089b1b8, 0)
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089b068, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089ab48, 0)
000b:trace:system:SystemParametersInfoA (66, 12, 0x4089b000, 0)
000b:trace:system:SystemParametersInfoW (66, 12, 0x4089aab4, 0)
000b:fixme:hook:NotifyWinEvent (32768,0x10092,-4,0)-stub!
Thread=[000A:0002-000B]
Stack base=0x4089E7A4, Stack size = 8964 bytes
PANIC: LookupHandle: null handle
000b:trace:text:DrawTextExW L"LookupHandle: null handle"..., 25, [(359,364),
(666,396)]
000b:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
000b:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x6018eb23
000b:trace:seh:EXC_RtlRaiseException info[0]=00000001
000b:trace:seh:EXC_RtlRaiseException info[1]=ffffffff
000b:trace:seh:EXC_RtlRaiseException eax=41c6088c ebx=00000000 ecx=417b0000
edx=417b0000 esi=4089cab8 edi=42dec33c
000b:trace:seh:EXC_RtlRaiseException ebp=4089ce24 esp=4089c4ac cs=0023 ds=002b
es=002b fs=1007 gs=0000 flags=00210202
000b:trace:seh:EXC_CallHandler calling handler at 0x401e60 code=c0000005 flags=0
000b:fixme:msvcrt:_XcptFilter (-1073741819,0x4089c08c)semi-stub
0016:trace:dll:fill_init_list (krnl386.exe) - START
0016:trace:dll:fill_init_list (krnl386.exe) - END
0016:trace:dll:fill_init_list (system.drv) - START
0016:trace:dll:fill_init_list (system.drv) - END
0016:trace:dll:fill_init_list (gdi.exe) - START
0016:trace:dll:fill_init_list (gdi.exe) - END
0016:trace:dll:fill_init_list (user.exe) - START
0016:trace:dll:fill_init_list (user.exe) - END
0016:trace:dll:fill_init_list (keyboard.drv) - START
0016:trace:dll:fill_init_list (keyboard.drv) - END
0016:trace:system:SystemParametersInfoA (5, 0, 0x4089fd2c, 0)
0016:trace:system:SystemParametersInfoW (5, 0, 0x4089fd2c, 0)
0016:trace:system:SystemParametersInfoA (13, 0, 0x409a8eb8, 0)
0016:trace:system:SystemParametersInfoW (13, 0, 0x409a8eb8, 0)
0016:trace:system:SystemParametersInfoA (24, 0, 0x409a8ebc, 0)
0016:trace:system:SystemParametersInfoW (24, 0, 0x409a8ebc, 0)
0016:trace:system:SystemParametersInfoA (27, 0, 0x409a8ec0, 0)
0016:trace:system:SystemParametersInfoW (27, 0, 0x409a8ec0, 0)
0016:trace:system:SystemParametersInfoA (56, 0, 0x409a8f38, 0)
0016:trace:system:SystemParametersInfoW (56, 0, 0x409a8f38, 0)
0016:trace:system:SystemParametersInfoW (41, 500, 0x4089fb38, 0)
0016:trace:system:SystemParametersInfoW (31, 0, 0x4089fb50, 0)
0016:trace:system:SystemParametersInfoW (31, 0, 0x4089fbb4, 0)
0016:trace:system:SystemParametersInfoW (31, 0, 0x4089fc18, 0)
0016:trace:system:SystemParametersInfoW (31, 0, 0x4089fc74, 0)
0016:trace:system:SystemParametersInfoW (31, 0, 0x4089fcd0, 0)
0016:fixme:netapi32:NetUserEnum stub!
0016:fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or
testing yet
0016:fixme:console:SetConsoleCtrlHandler (0x403050,1) - no error checking or
testing yet
0018:trace:system:SystemParametersInfoW (41, 0, 0x4138ebb4, 0)
0018:trace:system:SystemParametersInfoW (31, 0, 0x4138ebcc, 0)
0018:trace:system:SystemParametersInfoW (31, 0, 0x4138ec30, 0)
0018:trace:system:SystemParametersInfoW (31, 0, 0x4138ec94, 0)
0018:trace:system:SystemParametersInfoW (31, 0, 0x4138ecf0, 0)
0018:trace:system:SystemParametersInfoW (31, 0, 0x4138ed4c, 0)
0018:trace:text:DrawTextExW L"&OK", -1, [(16,40),(16,40)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0018:trace:text:DrawTextExW L"NSD Is Running\nSaving to file C:\\Lotus\\Notes-
6\\Data\\IBM_TECHNICAL_SUPPORT\\nsd_all_W32I_deptty_09_16(a)15_28.log\n\nThis file
may be used by your company's help desk and IBM\nto determine the possible cause
of this Notes error.\n\nPlease make note of the name of this file and its
location as you m"..., -1, [(0,0),(352,0)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0018:trace:text:DrawTextExW L"NSD Is Running\nSaving to file C:\\Lotus\\Notes-
6\\Data\\IBM_TECHNICAL_SUPPORT\\nsd_all_W32I_deptty_09_16(a)15_28.log\n\nThis file
may be used by your company's help desk and IBM\nto determine the possible cause
of this Notes error.\n\nPlease make note of the name of this file and its
location as you m"..., -1, [(0,0),(513,156)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0018:trace:text:DrawTextExW L"&OK", -1, [(3,3),(49,23)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0018:trace:text:DrawTextExW L"&OK", -1, [(0,0),(16,17)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0019:err:virtual:NtQueryVirtualMemory Unsupported on other process
0018:trace:text:DrawTextExW L"&OK", -1, [(3,3),(49,23)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0018:trace:text:DrawTextExW L"&OK", -1, [(0,0),(16,17)]
0018:trace:text:DrawTextExW Params: iTabLength=0, iLeftMargin=0, iRightMargin=0
0019:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x457ae2
0019:trace:seh:EXC_RtlRaiseException info[0]=00000001
0019:trace:seh:EXC_RtlRaiseException info[1]=00000000
0019:trace:seh:EXC_RtlRaiseException eax=00000004 ebx=41161ffc ecx=4149e2f0
edx=00000000 esi=41161ec8 edi=004579e0
0019:trace:seh:EXC_RtlRaiseException ebp=4149ea34 esp=4149ea28 cs=0023 ds=002b
es=002b fs=113f gs=0000 flags=00210246
0019:trace:seh:EXC_CallHandler calling handler at 0x48784b code=c0000005 flags=0
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x4878ac code=c0000005 flags=0
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x4878c9 code=c0000005 flags=0
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x486d30 code=c0000005 flags=0
0019:trace:seh:EXC_RtlRaiseException code=e06d7363 flags=1 addr=0x404818a0
0019:trace:seh:EXC_RtlRaiseException info[0]=19930520
0019:trace:seh:EXC_RtlRaiseException info[1]=4149e360
0019:trace:seh:EXC_RtlRaiseException info[2]=004b2b70
0019:trace:seh:EXC_RtlRaiseException eax=4149e1a4 ebx=4053d248 ecx=00000000
edx=e06d7363 esi=4149e240 edi=4149e1c4
0019:trace:seh:EXC_RtlRaiseException ebp=4149e200 esp=4149e1a4 cs=0023 ds=002b
es=002b fs=113f gs=0000 flags=00200216
0019:trace:seh:EXC_CallHandler calling handler at 0x47743e code=e06d7363 flags=1
0019:trace:seh:EXC_RtlUnwind code=e06d7363 flags=3
0019:trace:seh:EXC_CallHandler calling handler at 0x401a6b10 code=e06d7363
flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x47743e code=e06d7363 flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x401a6b10 code=e06d7363
flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x48784b code=e06d7363 flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x4878ac code=e06d7363 flags=3
0019:trace:seh:EXC_CallHandler handler returned 1
0019:trace:seh:EXC_CallHandler calling handler at 0x4878c9 code=e06d7363 flags=3
0019:trace:seh:EXC_CallHandler handler returned 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=2483
Summary: dinput.h uAppData member of DIDEVICEOBJECTDATA
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)peda.user.lysator.liu.se
The uAppData member of the DIDEVICEOBJECTDATA struct should only
be there when
#if(DIRECTINPUT_VERSION >= 0x0800)
is satisfied.
wine/include/dinput.h line 637 approx.
Without that member excluded, the data received with GetDeviceData is
incomprehensible when using DI less than 8.
--
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=2482
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2004-15-09 22:59 -------
It seems to use VXD technology. I would try setting windows version to "nt40"
in Wine to install the JVM.
--
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=2357
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From puoti(a)inwind.it 2004-15-09 11:20 -------
New RPMs have just been released.
--
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=2482
Summary: installation of Microsoft JVM "msjavx86.exe" does crash
on Register Base Class
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: coenblok(a)dse.nl
coen@cabdeb:~/media/matlab 6.5.1/disk1/MSutils$ wine msjavx86.exe
Fontconfig warning: line 245: invalid edit binding "same"
Fontconfig warning: line 257: invalid edit binding "same"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
Fontconfig warning: line 245: invalid edit binding "same"
Fontconfig warning: line 257: invalid edit binding "same"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have
to do here ?
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:vcpUICallbackProc16 (0xab80, 0705, 0000, 00000000, 40340b1c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xab80, 070f, 0000, 00000000, 40340b1c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xab80, 0710, 0000, 00000000, 40340b1c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xab80, 070b, 0000, 00000000, 40340b1c) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0xab80, 070c, 0000, 00000000, 40340b1c) -
semi-stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
Fontconfig warning: line 245: invalid edit binding "same"
Fontconfig warning: line 257: invalid edit binding "same"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
Fontconfig warning: line 245: invalid edit binding "same"
Fontconfig warning: line 257: invalid edit binding "same"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
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 5
"E:\\IXP003.TMP\\REGTLIB.EXE" -> "c:\\windows\\REGTLIB.EXE"
fixme:setupapi:vcpUICallbackProc16 (0x2b80, 0705, 0000, 00000000, 40340ba4) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x2b80, 070f, 0000, 00000000, 40340ba4) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x2b80, 0710, 0000, 00000000, 40340ba4) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x2b80, 070b, 0000, 00000000, 40340ba4) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x2b80, 070c, 0000, 00000000, 40340ba4) -
semi-stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
err:setupapi:SetupDefaultQueueCallbackA delete error 2 "c:\\windows\\runvm.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 2
"c:\\windows\\system\\javasntx.dll"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\ClassR.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\jdbc.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\DxaR.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\Dx3R.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\CABR.exe"
err:setupapi:SetupDefaultQueueCallbackA delete error 3
"c:\\windows\\Java\\Classes\\AFCR.exe"
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet
"E:\\IXP002.TMP\\javabase.cab"
fixme:cabinet:process_files (basecab == ^0x7816f228): Memory leak.
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
Fontconfig warning: line 245: invalid edit binding "same"
Fontconfig warning: line 257: invalid edit binding "same"
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:vxd:VXD_Open Unknown/unsupported VxD L"memmon.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"javasup.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"javasup.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"memmon.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"memmon.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"memmon.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"memmon.vxd". Try setting Windows
version to 'nt40' or 'win31'.
wine: Unhandled exception (thread 0013), starting debugger...
Usage: winedbg [--auto] [--gdb] cmdline
err:seh:EXC_DefaultHandling Unhandled exception code c000013a flags 0 addr
0x4010b936
--
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=2481
Summary: Cursor blinking in Edit fileds
Product: Wine
Version: 20040813
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: katia.maculan(a)isis-papyrus.com
I experienced a problem using an Edit Field in a DialogBox. I realized that
the blinking cursor (the Caret object) seems out of synchronization. The
visible result is that the shape of the cursor changes: the very first time
that the cursor is displayed it is Ok, when it is inverted (erased) the last
(bottonm) part of the cursor is not cleaned, and the next time it is inverted
again (shown), the visible part is shorter (missing a piece from the bottom).
Trying to increase the synchronization time did not fix the problem.
An interesting test was inserting a printf() of a single character somehow
modified the device synchronization, and the cursor blinking is correct (the
whole cursor-bitmap appears/disappears).
--
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=2259
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://wiki.daimi.au.dk/cpnt
| |ools/cpntools.wiki
Keywords| |download, NoAppDBEntry
--
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=2257
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--
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=2241
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=585
--
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=2084
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-13-09 17:49 -------
*** This bug has been marked as a duplicate of 1486 ***
--
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=1486
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |questman11(a)mail.ru
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-13-09 17:49 -------
*** Bug 2084 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=1486
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-13-09 17:44 -------
Resolving 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=2479
Summary: OSS_MidiInit Synthesizer support MIDI in.
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mscdex(a)sbcglobal.net
As soon as application executes, the debug output in the konsole says:
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet
This happens while trying to execute the program Digtial Space Traveler
(traveler.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=2478
Summary: ragtime installs TTF which leads to bad System font
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcus(a)jet.franken.de
Ragtime (a DTP program installs a TTF symbol font which WINE uses
as "System" font, rendering all further text unreadable.
I have attached the font in question, just have WINE find it and run "notepad"
to see the problem.
--
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=2468
sam124(a)operamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P2
--
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=2477
Summary: inlining failed in call to 'GetProcessHeap'
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.kovar(a)gmail.com
ccache gcc-3.4.2 -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_KERNEL32_ -DETCDIR="\"/etc\"" -D_REENTRANT -fPIC -Wall -pipe
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith
-march=i686 -mtune=pentium3 -msse -mfpmath=sse -mmmx -O2 -pipe -fforce-addr
-fomit-frame-pointer -funroll-loops -frerun-cse-after-loop -frerun-loop-opt
-falign-functions=4 -maccumulate-outgoing-args -fprefetch-loop-arrays -o heap.o
heap.c
heap.c: In function `GlobalLock':
heap.c:252: sorry, unimplemented: inlining failed in call to 'GetProcessHeap':
redefined extern inline functions are not considered for inlining
heap.c:403: sorry, unimplemented: called from here
heap.c:252: sorry, unimplemented: inlining failed in call to 'GetProcessHeap':
redefined extern inline functions are not considered for inlining
heap.c:427: sorry, unimplemented: called from here
make[2]: *** [heap.o] Error 1
make[2]: Leaving directory `/usr/src/wine/dlls/kernel'
make[1]: *** [kernel] Error 2
make[1]: Leaving directory `/usr/src/wine/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=2203
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2004-12-09 15:53 -------
Run in wineconsole, and ensure when you launch it you provide the full path, eg
wine c:\path\to\program.exe
This gets it futher - as to whether its fully usable I dont know
--
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=2335
------- Additional Comments From mike+wine(a)blakeley.com 2004-12-09 14:56 -------
Apple's QuickTimePlayer shows a similar trace under debian (unstable
0.0.20040716-1.2), when playing the builtin demo movie. Since Apple's software
is free to download, it might be easier to debug.
Possibly-relevant sections of $HOME/wine/.config:
[WinMM]
; Uncomment the "Drivers" line matching your sound setting.
"Drivers" = "wineoss.drv" ; default for most common configurations
;"Drivers" = "winearts.drv" ; for KDE
;"Drivers" = "winealsa.drv" ; for ALSA users
;"Drivers" = "winejack.drv" ; for Jack sound server
;"Drivers" = "winenas.drv" ; for NAS sound system
;"Drivers" = "wineaudioio.drv" ; for Solaris machines
;"Drivers" = "" ; to disable sound
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
[dsound]
;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
;"HELmargin" = "5"
;; HEL only: Number of waveOut fragments ahead to queue to driver.
;"HELqueue" = "5"
;; Max number of fragments to prebuffer
;"SndQueueMax" = "16"
;; Min number of fragments to prebuffer
;"SndQueueMin" = "8"
;; Forces emulation mode (using wave api)
"HardwareAcceleration" = "Emulation"
;; Sets default playback device (0 - number of devices - 1)
;"DefaultPlayback" = "0" ; use first device (/dev/dsp)
;"DefaultPlayback" = "1" ; use second device (/dev/dsp1)
;"DefaultPlayback" = "2" ; use third device (/dev/dsp2)
;; Sets default capture device (0 - number of devices - 1)
;"DefaultCapture" = "0" ; use first device (/dev/dsp)
;"DefaultCapture" = "1" ; use second device (/dev/dsp1)
;"DefaultCapture" = "2" ; use third device (/dev/dsp2)
--
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=2150
Andrew.Talbot(a)talbotville.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2004-12-09 10:27 -------
Fixed by patch http://cvs.winehq.org/patch.py?id=13736.
--
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=2084
------- Additional Comments From phil(a)mail.ru 2004-12-09 10:06 -------
This was a duplicate of bug 1486 which is now fixed. Please 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=2357
------- Additional Comments From puoti(a)inwind.it 2004-12-09 06:14 -------
There will be a new wine release in a few days, and the new RPMs won't have the
scrolling 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=2465
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #687|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=2473
------- Additional Comments From theflameeyes(a)libero.it 2004-11-09 17:42 -------
At least with gentoo, I have glibc-2.3.4.
glib is instead a gnome's component IIRC, so it's unrealted to that.
About the version mismatch is probably because you have a wine and a libwine
version different. Should be fixed when you upgrade them to the latest 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=2357
------- Additional Comments From theflameeyes(a)libero.it 2004-11-09 17:37 -------
The Mandrake's RPMs are built with the -fomit-frame-pointer c-flag, which
creates this problem. It was discussed on wine-user and wine-devel (I haven't
the gmane's threads at hand, anyway you can search for -fomit-frame-pointer on
wine-devel to find out more info).
Please rebuild wine without -fomit-frame-pointer c-flag.
Maybe someone should provide recompiled binaries for Mandrake's users until
Mandrake fix this upstream?
--
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=2357
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From puoti(a)inwind.it 2004-11-09 17:08 -------
I've tried with the wine supplied notepad, and scrolling works for 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=2357
larolsen(a)airpost.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |puoti(a)inwind.it
------- Additional Comments From larolsen(a)airpost.net 2004-11-09 16:53 -------
I open a MUD client in Wine and that basically goes smoothly. I can't install it
with Wine, so I use a copy of its directory. The moment a scroll bar appears
(because I've connected to a MUD and the login is more than a screenful), Wine
disappears and gives this output:
fixme:ole:CoRegisterMessageFilter stub
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
wine: Unhandled exception (thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --debugmsg -all 8 132")
(2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
It has nothing to do with the program. This happens with any program that would
initiate a scroll bar. It renders Wine useless to me unfortunately.
I'm using Mandrake 10.1 RC1 and previously had the same problem with Mandrake
10.0. Wine seems to run without that problem on other distros (Suse and Red Hat
at least). I don't know where the problem lies, but it's been about four months
since I've been able to use an updated 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=2473
------- Additional Comments From peter.talken(a)telia.com 2004-11-09 14:24 -------
Sorry, I found libc.so.6 at /lib, not as I guessed in /usr/lib.
But it's version glibc-2.3.3 and wine needs glibc-2.3.4. So I have to check if
I can update glibc without any problem.
/Peter
--
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=2473
peter.talken(a)telia.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From peter.talken(a)telia.com 2004-11-09 14:11 -------
I checked by using "type -all wine" and found only one version of wine,
wineserever etc.
But I found that I had an old version of libwine1
"libwine1-20040213-3mdk.i586" installed.
So I uninstalled whole wine and tried to install i again.
Then the system tried to install libwine1-20040213-3mdk.i586 again.
When I then tried to install libwine1-20040813-2mdk.i586 separately I got:
(Swedish messages within {})
[root@etab installera_rpm]# urpmi libwine1-20040813-2mdk.i586.rpm
{Vissa begärda paket kan inte installeras:}
Some requested packets could not be installed:
(libwine1-20040813-2mdk.i586 ({på grund av otillräckliga libc.so.6
(GLIBC_2.3.4)) (J/n) n})
libwine1-20040813-2mdk.i586 (due to unsufficient libc.so.6(GLIBC_2.3.4)) (Y/n)
n
As far as I can see, I have this (glib-2.0.pc)
prefix=/usr
exec_prefix=/usr
libdir=/usr/lib
includedir=/usr/include
glib_genmarshal=glib-genmarshal
gobject_query=gobject-query
glib_mkenums=glib-mkenums
Name: GLib
Description: C Utility Library
Version: 2.4.6
Libs: -L${libdir} -lglib-2.0
Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include
There is no libc.so.6 on my system!!
So, how do I get libs.so.6?
/Peter
--
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=1307
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-11-09 11:49 -------
dinput has enhanced joystick support now, fixed I assume.
--
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=2473
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-11-09 10:57 -------
type -all wine
type -all wineserver
will show 2 copies of wine. delete the old one. Also make sure the old
wineserver is not running anymore.
also the first errors can be avoided by doing "rehash" or similar after
installing / removing binaries.
--
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=2476
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-11-09 10:55 -------
lready 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=2476
Summary: Compiling of int13.c fails because of missing include
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: illmnec(a)sympatico.ca
Compilation of Wine-20040813 stopped at dlls/winedos/int13.c with error:
In file included from int13.c:34:
/usr/include/linux/fd.h:342: error: variable or field `__user' declared void
/usr/include/linux/fd.h:342: error: parse error before '*' token
/usr/include/linux/fd.h:360: error: parse error before '}' token
I edited dlls/winedos/int13.c and added before line 34 the following:
# include <linux/compiler.h>
which fixed the problem.
I am using Linux 2.6.7 with a con kolivas patch (ck6) on slackware 10.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=2474
Summary: Program wants to call file in same directory as program,
but claims it cannot find it.
Product: Wine
Version: 20040813
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mainmail(a)chello.at
This bug may be encountered with MP3 Gain (get it at:
http://mp3gain.sourceforge.net/).
Everything works fine, but for the fact that MP3GainGUI.exe wants to call
mp3gain.exe which does the actual work. When I start MP3GainGUI.exe I get a
message box with "PATH\mp3gain.exe NOT FOUND". I veryfied that the file exists,
is in the expected directory, and I even tried multiple cases (are calls from
wine environments case sensitive?) but nothing worked.
And I get a second message saying: "Run-time error '13': Type mismatch". No idea
why this is.
Since mp3gain.exe works fine when directly started with wine, I wonder if the
problem could not be solved if wine were able to start calls from programs also
in a wine environment and/or tries for any available case of the given filename.
--
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=2385
theflameeyes(a)libero.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From theflameeyes(a)libero.it 2004-10-09 13:05 -------
Ok I cleaned it up and it's partially merged :)
--
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
------- Additional Comments From me(a)the-taz.net 2004-10-09 12:25 -------
Forgot.. The version of Wine I'm running is the latest relase (wine 040813)
--
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=1486
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mike(a)globalgroup.co.za
------- Additional Comments From tony_lambregts(a)telusplanet.net 2004-09-09 20:41 -------
*** Bug 2470 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.