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.