http://bugs.winehq.com/show_bug.cgi?id=1090
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:09 -------
Bug comments restored from Gmane.org:
Whenever wine is launched with any arguments the following is displayed:
/usr/bin/wine.bin: relocation error: /usr/bin/../lib/libntdll.dll.so: symbol
__libc_fork, version GLIBC_2.1.2 not defined in file libc.so.6 with link time
reference
Wine failed with return code 127
Please fix this - I can't run ANYTHING through wine - I really do not want to
have to reboot into Windoze!
------- Additional Comments From dragon_sdc <at> hotmail.com 2002-10-20 16:32
-------
Additional info:
It appears the problem is the result of me upgrading libc6 and/or libc6-dev to
version 2.3.1-1 (Debian package). I have just downgraded to 2.2.5-15 and the
problem disappeared.
Therefore it might well a problem with libc6 not wine in which case apologies,
but I'll leave it to you to find out - I have no clue...
------- Additional Comments From marcus <at> jet.franken.de 2002-10-20 16:41 -------
user error (bad glibc upgrade)
------- Additional Comments From depanofsky97 <at> alumni.amherst.edu 2002-10-21
22:06 -------
This is not a problem with a bad glibc version. Although this problem will go
away when wine is re-compiled with the new glibc installed, the problem is in
the wine source, not in glibc. From the glibc FAQ 3.12:
ISO C states that identifiers beginning with an underscore are internal to
the libc. An application program normally shouldn't use those internal
interfaces (there are exceptions, e.g. __ivaliduser). If a program uses
these interfaces, it's broken. These internal interfaces might change
between glibc releases or dropped completely.
The problem with a wine linked with glibc-2.2 not running with glibc-2.3 is
because wine uses __libc_fork in scheduler/pthread.c and apparently, this
interface has finally been dropped. I immagine that since __libc_fork is only
used if (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1) &&
defined(HAVE___LIBC_FORK)
that wine can do without this hack.
------- Additional Comments From dpaun <at> rogers.com 2003-03-25 17:40 -------
Looks like it's ready to be CLOSED.
------- Additional Comments From mike <at> theoretic.com 2003-03-27 04:30 -------
Closing, the bug is old with no updates. Also the threading stuff is changing
lately, presumably the use of internal functions will be removed as well.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1089
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:08 -------
Bug comments restored from Gmane.org:
When I raw an app which has listviews, the listview raises the following dialog
window: "Exception 46 not trapped by MS Sans Serif point size: 008. Description:
Failed to create font.
If I press OK in dialog window it draws the column title and raises the same
exception until all titles have been writen.
I'm using native fonts (with freetype).
------- Additional Comments From dclark <at> akamail.com 2002-10-17 15:41 -------
Over on wine-users you also mentioned that this was while using native commctrl
and comctl32. I think that information is definitely relevant to this bug
report. You also might want to mention what happens when you try running with
builtin versions of those DLLs.
------- Additional Comments From joaoalf <at> dotx.com.br 2002-10-17 16:01 -------
I also tried with builtin commctrl, comctl32 and it give me the same problem.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1088
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:07 -------
Bug comments restored from Gmane.org:
On my machine (PC Clone, Mandrake Linx 9.0, Wine 20021007 installed via RPM
from the Cooker tree), Wine crashes with a segmentation fault any time I try to
run it from a user who does not exist in /etc/passwd. All the actual human
users on my network are authenticated via LDAP from another Mandrake box, so
they don't need entries in /etc/passwd (although I've created them now so we
can run Wine).
This was a bear of a problem to find; I had thought originally that only root
was able to run Wine due to some config problem. I'm not sure what prompted me
to try to create a local dummy user and test it. I'm also not sure if the error
is only related to LDAP or if it will happen with any alternate authentication
(NIS, winbind or whatever), since all I have to do is stick the user
in /etc/passwd to get it to work.
I should point out that I also had this problem with Wine 20020804 which came
with Mandrake 9 - I upgraded to the latest package on Cooker to see if it fixed
the problem before I discovered what the problem was.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-17 12:41
-------
Hmm, sounds like this would be a tad bit difficult to reproduce ;-)
Could you run
strace -f wine ..... &>/tmp/strace.log
and attach the log file here ?
Thanks !
------- Additional Comments From bsmith3 <at> charter.net 2002-10-17 13:36 -------
Created an attachment (id=317)
--> (http://bugs.winehq.com/attachment.cgi?id=317&action=view)
results from strace -f wine winemine &>/tmp/strace.log
------- Additional Comments From julliard <at> winehq.com 2002-10-17 14:21 -------
Could you please run wine under gdb and do a backtrace of the crash?
------- Additional Comments From bsmith3 <at> charter.net 2002-10-22 14:55 -------
Created an attachment (id=318)
--> (http://bugs.winehq.com/attachment.cgi?id=318&action=view)
results of gdb backtrace
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-22 17:57
-------
Hmm, sounds like our implementation of pthread_mutex_lock has a problem here
for some mysterious reason...
Which libc6 version do you have, BTW ?
------- Additional Comments From bsmith3 <at> charter.net 2002-10-23 08:26 -------
I'm running Mandrake 9.0. The glibc package version is 2.2.5-16mdk, but the
changelog on the RPM indicates that it's actually a CVS snapshot from 8/12/2002
(with a bunch of Mandrake patches, obviously).
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1087
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:05 -------
Bug comments restored from Gmane.org:
The hotspot for hand cursor is in the finger instead the actualy lower-right
position.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1086
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:05 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1085
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:04 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1084
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:03 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
------- Additional Comments From calebs3 <at> yahoo.com 2003-01-17 20:09 -------
I tried running a install shield for 3d Mark 2001 from MadOnion. When I typed
"wine Setup.exe", in the terminal, it gave me this output:
[root@localhost /]# wine Setup.exe
fixme:seh:check_resource_write Broken app is writing to the resource data,
enabling work-around
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
fixme:ole:_get_funcdesc Did not find a typeinfo for reftype 0?
fixme:ole:PSFacBuf_CreateProxy GetFuncDesc 80004005 should not fail here.
fixme:ole:StdMarshalImpl_UnmarshalInterface Failed to create a proxy for
{91814ec1-b5f0-11d2-80b9-00104b1f6cea}
fixme:ole:CoUnmarshalInterface Failed to Unmarshal the interface, 80004005?
fixme:ole:_unmarshal_interface Marshaling interface
{91814ec1-b5f0-11d2-80b9-00104b1f6cea} failed with 80004005
fixme:ole:deserialize_param failed to stuballoc in TKIND_RECORD.
fixme:ole:xCall Failed to unmarshall param, hres 80004005
wine: Unhandled exception, starting debugger...
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
fixme:ole:_xread Read only 0 of 4 bytes from 0x48.
fixme:ole:_StubReaderThread Failed with hres 80004005
My Wine version is: 20030115
------- Additional Comments From marcus <at> jet.franken.de 2003-01-18 01:03 -------
please download the 'stdole32.tlb' file somewhere and copy it to your windows/system
directory. (You
can use: http://www.lst.de/~mm/stdole32.tlb )
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-18 02:17
-------
Errhumm, can't we mention the stdole32.tlb thing somewhere within some related
error message output in the trace ?
(not doing so would be stupid IMHO :)
Which error message would have to be modified, then ?
Or maybe even several error messages in the trace from Mr. Seelhoff should
mention the stdole32.tlb thing ?
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-21
20:27 -------
A nice big message about this (stdole32.tlb) issue has been added to CVS. See:
http://www.winehq.com/hypermail/wine-cvs/2003/01/0276.html
Thankyou Marcus.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-19
22:13 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1083
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:02 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1082
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:01 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1081
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:01 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
------- Additional Comments From ruffk <at> purdue.edu 2003-02-24 09:35 -------
*** This bug has been confirmed by popular vote. ***
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.