http://bugs.winehq.org/show_bug.cgi?id=8795
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
------- Additional Comments From vitaliy(a)kievinfo.com 2007-26-06 13:39 -------
Should be (not the missing "=n" in your example):
WINEDLLOVERRIDES=ole32,oleaut32=n wine 'c:\Program Files\Microsoft
Office\OFFICE11\EXCEL.EXE'
Also please upgrade to the latest Wine version - wine-0.9.39, (re)move ~/.wine
directory and reinstall office.
--
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=8797
------- Additional Comments From ErV2005(a)rambler.ru 2007-26-06 13:38 -------
>Please make sure you have kernel-headers version 2.6 from the extra package set
>installed.
I had older headers (from 2.4.33.3), but upgrading headers and rebuilding wine
didn't fix the problem. .kkreiger crashes during LoadLibraryA("d3d9.dll")
inside the load_dll()- but reason is different. It looks like load_dll (dlls/
ntdll/loader.c) goes into a recursive loop? It calls load_builtin_dll, then
load_biltin_dll calls load_dll again, then load_dll calls load_builtin_dll and
application crashes after that. At least it's what I've learned from winedbg
session. Looks like a bug. I'll attach winedbg session log for kkreiger.
(sorry, input is invisible).
--
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=8795
------- Additional Comments From claus.fischer(a)clausfischer.com 2007-26-06 13:15 -------
I have installed DCOM98 on my Wine 0.9.34.
Trying to use COM98.EXE:
On the installer, Wine reported an error but the DLL's were apparently
successfully replaced.
I can't use the rpcrt4=n, that leads to an error.
I run
WINEDLLOVERRIDES=ole32,oleaut32 wine 'c:\Program Files\Microsoft
Office\OFFICE11\EXCEL.EXE'
and get the same error as in my original report.
--
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=8800
rushsp(a)terra.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From rushsp(a)terra.com.br 2007-26-06 13:13 -------
Resolved.
Thanks a lot! :) You did a great job helping me :) Thanks!
--
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=8797
------- Additional Comments From the3dfxdude(a)gmail.com 2007-26-06 12:12 -------
Please make sure you have kernel-headers version 2.6 from the extra package set
installed.
--
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=8797
------- Additional Comments From ErV2005(a)rambler.ru 2007-26-06 12:08 -------
On Tuesday 26 June 2007 20:13, you wrote:
> What distro?
Slackware 11 Linux with 2.6.17.13 kernel.
x86 system. Distro (1DVD) was obtained as *.iso image from local bittorrent
resource. It seems to be a verbatim copy of slackware 11 from www.slackware.org
> Are you using custom kernel or stock?
Kernel was compiled from sources with an optimisation for i686 and experimental
features turned off. Sources were taken from slackware DVD. Kernel was compiled
without additional patches or slackbuilds. I can post entire config, if you
wish. Those applications were working with this kernel before.
> Where did you get Wine?
I've originally downloaded wine-0.9.30 from www.winehq.org and then kept
upgrading it using patches from ibiblo's ftp. Patches (as well as original
archives) are kept in original form (diff.bz2) and are unpacked using following
script:
---
#!/bin/sh
echo unpacking wine
BUILD=30
BASE=$BUILD
WINE='wine-0.9'
tar -xvvjf $WINE.$BUILD.tar.bz2 && cd $WINE
BUILD=$(($BUILD+1))
cd "$WINE.$BASE"
while [ -f ../$WINE.$BUILD.diff.bz2 ]; do
echo $WINE.$BUILD
bzcat ../$WINE.$BUILD.diff.bz2|patch -p1 &&
BUILD=$(($BUILD+1))
done
cd ..
mv $WINE.$BASE $WINE.$(($BUILD-1))
---
> If you compiled yourself, how?
One of those varians:
1) $WINEDIR/tools/wineinstall, answered "yes" and typed a root password.
2) $WINEDIR/tools/wineinstall, answered "no", switched to superuser and made a
package of it by executing "make DESTDIR=/root/distr/pkg PREFIX=/root/distr/pkg
install" and "cd /root/distr/pkg && makepkg wine-0.9.39-i686-1.tgz"
I've tried them both today with ~/.wine and previous installation removed.
Didn't help.
Right now I'm using second variant - since it allows me to use slackware
management system.
Both variants crash with 3d-related games if no "WINEDEBUG+=relay" was set
before calling wine. I've tried uninstalling wine (using both package
management and make uninstall) with removing ./wine directory and making a
"clean install" after that. Doesn't work. Problem seems to be related to
wined3d, because failure occurs at LoadLibraryA("wined3d") call. I can check
that again, if you wish.
> Does your kernel _and_ libc has full support for TLS?
I suppose that wine should print warning in this case, and it doesn't print
one. (Although it had been printing it when I was using older 2.4.33.3 kernel).
> What Video card? What drivers?
NVidia GeForce 7100 GS, propietary nvidia drivers 1.0-9755, downloaded from
NVidia site.
>What is your video driver? Try reinstalling it.
Will do.
--
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=8795
------- Additional Comments From austinenglish(a)gmail.com 2007-26-06 12:07 -------
: ------- Additional Comments From juan_lang(a)yahoo.com 2007-26-06
10:32 -------
: I don't think your relay log is long enough, these are just
string-related calls
: that I suspect are just displaying the error message.
Probably.
I have put the complete relay file on my Web server:
http://www.clausfischer.com/winebug/winelog.relay
: Can you also try with dcom98 to see if the problem is in ole?
How do I do that? I don't have Windows on that machine ...
Claus
--
Don't respond to e-mail, respond here instead.
As for dcom:
http://wiki.winehq.org/NativeDcom
--
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=6900
------- Additional Comments From tg.skullshot(a)gmail.com 2007-26-06 11:45 -------
I can't confirm the issue from WinXP. Running in OpenGL I changed every video
setting I could find, including resolution and going from windowed to
fullscreen, and had no issue. Are you sure the WinXP issue isn't caused by
another problem?
The issue appears to be only evident from Wine, though this is not to imply that
it is actually Wine that has the issue (I agree with Thomas's earlier statements)
What's your specs? Is there any reason for your system to be advertising only
one pixel format? (Though from Windows I highly doubt 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.