http://bugs.winehq.com/show_bug.cgi?id=1434
Bug 1434 depends on bug 1396, which changed state.
Bug 1396 Summary: Whicked Textures in OpenGL Games when compiling with XFree86 4.3 & glibc 2.3
http://bugs.winehq.com/show_bug.cgi?id=1396
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--
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=1547
Summary: Wine release 20030618 incorrectly renders some demos
found on scene.org
Product: Wine
Version: 20030618
Platform: PC
URL: http://www.monostep.org/demo/cluster.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: t.artem(a)mailcity.com
Wine 20030508 worked just OK on this particular demo while 20030618 displays it uncorrectly
--
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=1546
Summary: winedbg --gdb does not work
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ed(a)centralmanclc.com
The developer docs say that WineDbg can act as a remote monitor for GDB if
"--gdb" is added to the command line when winedbg is called.
Because winedbg is a script it needs to be called as winedbg -- --gdb. I don't
know if the docs should be changed, or the winedbg script
--
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=1545
Summary: ModifyWorldTransform and identity matrix
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: pete_a90(a)hotmail.com
ModifyWorldTransform in wine should first check if iMode is MWT_IDENTITY before
it checks if xform is NULL.
--
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=1544
Summary: Recurring error in direct draw
Product: Wine
Version: 20030618
Platform: Other
URL: http://www.tibia.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: info(a)moabutah.com
Playing the game Tibia,and mandrake 9.1 the game operates properly, but large
amounts
of CPU time are used up in rendering and repeating the following console error:
err:ddraw:d3ddevice_blt Only BLT override to front or back-buffer is supported
for now !
err:ddraw:d3ddevice_lock_update Wrong surface type for locking !
--
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=1453
------- Additional Comments From info(a)moabutah.com 2003-25-06 21:20 -------
With the new wine release, this problem seems to be solved...
--
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=1100
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:23 -------
Bug comments restored from Gmane.org:
------- Additional Comments From rbheineke <at> charter.net 2002-10-24 12:38 -------
When doing a clean cvs install for a Mandrake 9.0 PC without windows,
tools/install does not properly generate registry files. I keep the source in
/usr/src/wine. The messages I get are:
...(pruned for brevity)
Configuring Wine without Windows.
Some fake Windows directories must be created, to hold any .ini files, DLLs,
start menu entries, and other things your applications may need to install.
Where would you like your fake C drive to be placed?
(default is /home/heineke/c) /c
Configuring Wine for a no-windows install in /c...
Created /home/heineke/.wine/config using default Wine configuration.
You probably want to review the file, though.
Compiling regedit...
make: Nothing to be done for `all'.
Preparing to install default Wine registry entries...
Installing default Wine registry entries...
Warning: could not find wine config [Drive x] entry for current working
directory /usr/src/wine; starting in windows directory.
/usr/src/wine/miscemu/wine: cannot find 'programs/regedit/regedit.exe.so'
Registry install failed.
I saw a few people mention this problem and even a fix in the patches mailing
list. I could not find the fix in the patches mailing list. It also looks as
if these people thought it might be appropriate for a bug report.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-25 03:37 -------
I saw it too.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-25 05:19 -------
I was not quite clear there. I mean that I've experienced the problem myself.
------- Additional Comments From rbheineke <at> charter.net 2002-10-29 16:00 -------
After going through /usr/src/wine and verifying that there is no problem because
of a cd command, /usr/src/wine/programs/regedit/regedit was checked to see there
is something wrong with the launch of wine.
Apparently a number of activities have taken place to make wine launchable from
within the source directories. The following message suggests that launching
from /usr/src/wine near the end of the script
/usr/src/wine/programs/regedit/regedit is not being properly handled:
Warning: could not find wine config [Drive x] entry for current working
directory /usr/src/wine; starting in windows directory.
Is the intention to launch wine from /usr/src/wine without changing dierctory to
the windows directory?
Then this message appears:
/usr/src/wine/miscemu/wine: cannot find 'programs/regedit/regedit.exe.so'
/usr/src/wine/programs/regedit/regedit.exe.so does indeed exist. Is there a
broken link that is missing here?
------- Additional Comments From johane <at> lysator.liu.se 2002-11-12 04:20 -------
Increasing severity since registry install is not possible for the normal user
right now.
------- Additional Comments From marcus <at> jet.franken.de 2002-11-12 04:34 -------
This is in fact a configuration problem. You need to have /usr/lib/wine somewhere in
your WINE drive
list, or regedit.exe will not be found. Just assign Drive Z to / or similar.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-12
13:47 -------
I am pretty sure that this is not the right way setting drive Z to / is
potentionaly dangerous. Also regedit(no extention) is installed to
/usr/local/bin. In fact all the unix executables i.e, notepad, progman,
winemine... are installed there too. So perhaps it would be better if the
following was in the default config.
[Drive Z]
"Path" = "/usr/local/bin"
"Type" = "hd"
"Filesystem" = "win95"
------- Additional Comments From julliard <at> winehq.com 2002-11-12 14:40 -------
You should not have to list the bin directory in your drive config, and
wineinstall should be able to run regedit in any case. This is a real bug,
please reopen it.
------- Additional Comments From marcus <at> jet.franken.de 2002-11-12 16:23 -------
as requested ;)
--
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=1098
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:21 -------
Bug comments restored from Gmane.org:
When running a game (Neverwinter Nights or even NIVDIA's (windows) Treemark)
with the following options:
--debugmsg +x11drv
I get the following line error:
warn:x11drv:X11DRV_XF86DGA2_Init disabling XF86DGA2 (insufficient
permissions?)
I have set all permissions to /dev/mem completely open and added myself to the
"mem" user group (and set back the original rights to /dev/mem, when doing the
latter).
So there should be sufficient permissions.
Searching in the internet gave only one other reference
(http://cwrulug.cwru.edu/pipermail/sigunix/2002-August/001065.html)
to this
problem, but there was no answer to the problem. I emailed that person but I
didn't recieve a reply yet.
So I hope somebody here can solve this bug.
I took the following steps to install all things needed:
I use Mandrake 9.0 with XFree86 4.2.1 .
I have installed all Mesa-packages. After that I installed NVIDIA's 1.0-3123
drivers for my Geforce2 MX400 and made changes in XF86Config-4.
I enabled Alsa.
And I simply compiled Wine20021007 (downloaded tarball from
http://source.winehq.org/source/ANNOUNCE).
------- Additional Comments From johane <at> lysator.liu.se 2002-11-29 03:08 -------
I have this with the same XFree86 version, but I use Slackware.
The q is, is it Wine or us? I haven't checked here yet, but can you run any DGA
programs, like mplayer in DGA mode?
------- Additional Comments From b_enny <at> hotmail.com 2002-11-29 10:34 -------
Ok, running as root doesn't give this problems. (But doesn't make my
NeverwinterNights faster ;( )
But chmod-ding the devices
mem, kmem, nvidia0 and nvidiactl
to 777 doesn't help.
To where does wine want more permissions?
------- Additional Comments From johane <at> lysator.liu.se 2002-12-02 07:51 -------
Could you give your XFree86 start log? It should be in /var/log. I have
forgotten the exact name, but you should recognise it when you see it.
------- Additional Comments From b_enny <at> hotmail.com 2002-12-07 15:08 -------
Created an attachment (id=346)
--> (http://bugs.winehq.com/attachment.cgi?id=346&action=view)
my XFree86 start log
------- Additional Comments From b_enny <at> hotmail.com 2002-12-07 15:13 -------
I added my latest xfree86 log file:
12/07/02 15:08 my XFree86 start log (text/plain)
I did look at it too, but couldn't find any.
Thanks for the help.
But the problem is, it probably doesn't have anything to do with XFree86.
Since running as root doesn't give the DGA2-problem.
But I still have the problem with a slow running game, but not a slow running
NVidia-Treemark.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-07 15:44
-------
In Linux 2.4, you need to be *root* to access /dev/(k)mem (and thus use DGA).
Simply giving proper user permissions does NOT suffice :-((
(I really wonder who changed this behaviour for 2.4, and why the hell they were
thinking it's better...)
------- Additional Comments From b_enny <at> hotmail.com 2002-12-09 11:42 -------
Ok, thanks Andreas.
I use winesetuptk to change the configuration of my wine.
I tested the speed differences with DGA2, running as root, and without, running
as user even choosing for "X shared memory" or none of them.
There were no speed differences.
Johan if you also wanted to find out why my Neverwinter Nights might be so slow,
please go on. But if its about the DGA2 problem, then close this bug.
Thanks anyway!
------- Additional Comments From johane <at> lysator.liu.se 2002-12-12 05:06 -------
Could you describe the 'feel' of Neverwinter Nights and give a ddraw debug output?
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 04:06 -------
I assume I can get a ddraw debug output by running wine with
--debugmsg +ddraw
But I don't get the command
wine nwn.exe --debugmsg +ddraw
to output into a file. I tried "| file" and "> file". But it doesn't work, I
did
it once, but it took me quite a while to succeed.
Could you tell me how to do this?
Ok about the 'feel'.
As soon as the game starts (loaded a savegame) then the sound is allright and
the graphics look fine.
But I only get about 1 frame per 1-5 seconds.
And giving commands to my character doesn't really work if you don't know which
object is currently selected. I use hardware mouse, so I know where I click,
because the mousecursor moves allright.
------- Additional Comments From johane <at> lysator.liu.se 2002-12-13 07:08 -------
If you run bash you can use 2>filename.
The output of glxinfo before running the game would also be interesting.
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 10:08 -------
Created an attachment (id=357)
--> (http://bugs.winehq.com/attachment.cgi?id=357&action=view)
output of glxinfo
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 10:09 -------
Created an attachment (id=358)
--> (http://bugs.winehq.com/attachment.cgi?id=358&action=view)
output of running game in wine with "--debugmsg +ddraw"
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 10:14 -------
Hmm, I might have been wrong about performance of the game.
This time for the first I observed that sound seems to go in steps too, together
with the update of the view.
The background music goes fine though.
Ps.
What are you planning to do about the ""DGA not accessable in newer kernels""?
Not that I found any speeddifferences.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-13 11:53
-------
Hmm, direct rendering is enabled, so it's not a graphics setup problem.
------- Additional Comments From johane <at> lysator.liu.se 2002-12-16 06:51 -------
Hmm. Please do --debugmsg=+ddraw,+opengl,+d3d
------- Additional Comments From b_enny <at> hotmail.com 2002-12-16 17:18 -------
Created an attachment (id=361)
--> (http://bugs.winehq.com/attachment.cgi?id=361&action=view)
--debugmsg=+ddraw,+opengl,+d3d unpacked 55MB!
------- Additional Comments From b_enny <at> hotmail.com 2002-12-16 17:22 -------
Boy, have fun with that!; 55MB plain text when unpacked... (2.5 MB zipped)
I hope the mime-type is right. application/zip was also a possibility, but I
simply choose the binary option.
It seems a Linux Client for NeverwinterNights will be out in a month or so.
So I won't need wine anymore. But the problem still exists.
Very 'hmm' indeed.
--
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=1097
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:17 -------
Bug comments restored from Gmane.org:
http://articles.linuxguru.net/view/198
Article name:
WINE: A new place for KLEZ to play
The article on this URL points out a major issue on the [DEFAULT] configuration,
and proposes a fix. I believe this should be fixed before wine 1.0.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 19:00
-------
This is not a bug, it is the side effect of desired operation (allowing windows
programs (even malicious ones) to run on *nix. For more info, please subscribe
to wine-devel <at> winehq.com and join on the topic named Wine securityflaw.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 19:01
-------
closing bug
--
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=1095
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:15 -------
Bug comments restored from Gmane.org:
Star wars rebellion (game) :
The installation works fine.
I run REBEXE.EXE and when I start a new game, the planets windows
are not completly drawed (the bottom is missing).
Wine (cvs version) shows me a "fixme bltbit stud" or a similar message
:(
------- Additional Comments From lz71 <at> libero.it 2002-10-30 12:02 -------
I add the correct error message from wine about REBEXE.EXE :
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
------- Additional Comments From lz71 <at> libero.it 2002-10-30 12:10 -------
Follow the error message from wine when I run REBEXE.EXE (Star Wars Rebellion)
using RedHat 8.0 i386:
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
:(
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-30
14:09 -------
I have seen this kind of problem with other programs as well. Please have a look
at bug 885 Duane Clark and myself tried to nail it down without any real
success. Another set of eyes might not hurt. There is also a program that
displays this message that is downloadable it can be found at bug 911. also If
you could add a screenshot of the screen corruption that would be a start.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-08
22:38 -------
There is a patch that might help this problem.
http://www.winehq.com/hypermail/wine-patches/2003/01/0083.html
could you try it out?
------- Additional Comments From lz71 <at> libero.it 2003-01-25 03:49 -------
Someone (thanks) ask me if wine now is working about the problem i reported
(X11DRV_BitBlt potential optimization - client-side DIB copy)
NO :( the problem remains :((
------- Additional Comments From johane <at> lysator.liu.se 2003-03-24 02:13 -------
Are there still drawing errors? A closer description of the error would be good.
--
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=1094
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:13 -------
Bug comments restored from Gmane.org:
In Windows App developed with Microfocus NetExpress 3.0, when will load
Statusbar and LiwstView, Is showed a Messagebox without text with ok and cancel
buttons, if ok the app continue to work if cancel app stop.
The message repeat each title cell in ListView and 1 time with statusbar
the next msg occurs in this cases
fixme:hook:NotifyWinEvent (32780,0x0002002f,-4,1)-stub!
The next messages occurs other times, I dont work in it still
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
err:x11drv:empty_error_handler XID(02400740): BadMatch (invalid parameter
attributes)
[]'s
--
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=1093
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:12 -------
Bug comments restored from Gmane.org:
I'm running NothingReal's (now apple's) Shake 2.4 under wine 20021007. I can
cause a crash by launching shake, creating a "colorcorrect" node (under the
"color" tab bottom left), and then clicking on the "curves" tab near the bottom
right of the screen. The crash occurs in graphics/x11drv/dib.c in
X11DRV_DIB_Convert_888_to_0888_asis(). As a workaround, if I add code at the
beginning of that function to return if srclinebytes < 0, then everything works
fine.
--
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=1092
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:12 -------
Bug comments restored from Gmane.org:
Wine doesn't work on Turkish language enabled Linux systems, when you change
the language settings to English, Wine works fine. Tested on SuSe 7.1, 7.3
Mandrake 8.2. Tried almost all versions of Wine.
Wine generally complains about "display.dll" file, but I think the main problem
is Turkish specific characters preventing access to these files. When you
switched back to English, there is no problem. I remember there was an old
problem with "I" character with dot, or dotless "i" character also in previous
versions of Windows (such as 3.0 and 3.11).
"i" is lowercase, capital version of this character is "Ý" in Turkish (if you
can not see this character it is an "I" character with a dot above).
And there is a dotless "ý" character (if you can not see this character
properly, it is an "i" letter without dot above) ,and the capital version of it
is "I".
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-21 06:14
-------
CC Aric Stewart, since he's THE expert :-)
------- Additional Comments From news.tr <at> myrealbox.com 2002-10-21 12:40
-------
Hello
I have same problems at Suse 8.0 too.
--
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=1091
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:11 -------
Bug comments restored from Gmane.org:
When the content of a window is scrolled, parts of it may be hidden, or
invalidated. The the scroll rectangle intersect the invalidated portion,
the invalidated region has to be adjusted (either shrinked, or enlarged).
Curret code does not seem to do that, causing strange visual problems.
------- Additional Comments From dpaun <at> rogers.com 2002-10-24 14:30 -------
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.