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.