http://bugs.winehq.org/show_bug.cgi?id=13836
Summary: Errors testing wine 1.0rc4
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pierre42d(a)9online.fr
# make check
make[1]: Entering directory `/tmp/wine-1.0-rc4/tools'
make[1]: `makedep' is up to date.
make[1]: Leaving directory `/tmp/wine-1.0-rc4/tools'
make[1]: Entering directory `/tmp/wine-1.0-rc4/dlls'
make[2]: Entering directory `/tmp/wine-1.0-rc4/dlls/advapi32/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/tmp/wine-1.0-rc4/dlls/advapi32/tests'
make[2]: Entering directory `/tmp/wine-1.0-rc4/dlls/advpack/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/tmp/wine-1.0-rc4/dlls/advpack/tests'
make[2]: Entering directory `/tmp/wine-1.0-rc4/dlls/browseui/tests'
make[2]: Nothing to be done for `test'.
make[2]: Leaving directory `/tmp/wine-1.0-rc4/dlls/browseui/tests'
make[2]: Entering directory `/tmp/wine-1.0-rc4/dlls/cabinet/tests'
../../../tools/runtest -q -P wine -M cabinet.dll -T ../../.. -p
cabinet_test.exe.so extract.c && touch extract.ok
extract.c:623: Test failed: Expected dest\a.txt to not exist
extract.c:665: Test failed: Expected dest\testdir\c.txt to not exist
make[2]: *** [extract.ok] Error 2
make[2]: Leaving directory `/tmp/wine-1.0-rc4/dlls/cabinet/tests'
make[1]: *** [cabinet/tests/__test__] Error 2
make[1]: Leaving directory `/tmp/wine-1.0-rc4/dlls'
make: *** [dlls/__test__] Error 2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7403
--- Comment #35 from Alexandre Julliard <julliard(a)winehq.org> 2008-06-14 03:02:35 ---
(In reply to comment #34)
> (In reply to comment #33)
> > Resizing the desktop window on the fly is not supported at the moment, it's not
> > specific to systray. This is bug 13034.
> The problem is unrelated to the actual resizing action. It doesn't matter if I
> have µTorrent/Wine running or not when resizing, once I try using it with dual
> monitors the systray icon breaks and I can't get it back unless I run with a
> single monitor. This of course includes tests with restarting the computer etc
> after switching resolutions, to make sure it's not the actual resizing breaking
> things.
Then it's a different problem. Please file a new bug for this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4065
--- Comment #15 from Zhangrong Huang <hzhrong(a)gmail.com> 2008-06-14 02:53:11 ---
(In reply to comment #14)
>
> 1252 I'd assume,
Yes, it's 1252, I remembered wrong:)
> ..., but that's an indication of an improperly configured locale.
>
GdiGetCodePage(hdc) is useful for charset translation beforce drawing text, pls
see FONT_mbtowc in dlls/gdi32/font.c.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6953
Sascha Silbe <sascha-web-bugs.winehq.org(a)silbe.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sascha-web-
| |bugs.winehq.org(a)silbe.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8795
--- Comment #22 from max(a)veneto.com 2008-06-14 02:20:50 ---
(In reply to comment #21)
> (In reply to comment #20)
> > BTW, using DCOM98 does enable VBA usage, but inhibits the execution of more
> > instances of excel, giving the "IOPL not enabled" error when trying to execute
> > second instance.
>
> "IOPL not enabled" is the bug 9422. Does installing gdiplus help to eliminate
> it?
>
Nope.
The complete situation is this one :
1) With builtin ole (ole32, oleatu32, rpc4), there's NO iopl problem (even with
builtin gdiplus), but VBA doesn't work, as this bug reports.
You can indeed run as many instances of Excel as you like.
2) Installing DCOM98, which overrides ole32, oleaut32 and rpc4, VBA works
perfectly BUT you can run just one instance of Excel. Trying to start the
second one, brings IOPL error.
3) With ole32, oleaut32 and rpc4 taken from windows xp, vba doesn't work,
ole/activex doesn't work either and vba project embedded in excel is trashed.
Gdiplus doesn't help in this case... I think the vba problem is because of ole
and dcom98 ole, while resolving vba problem, brings again iopl one.
Ciao
Max
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8754
Narayan <rocknarayan(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rocknarayan(a)gmail.com
--- Comment #21 from Narayan <rocknarayan(a)gmail.com> 2008-06-14 00:58:56 ---
Tried running NFS:Underground today with Wine 1.0-rc5 (Ubuntu 8.04). The issue
still remains.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3638
--- Comment #7 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-06-14 00:33:23 ---
Almost sure it has not been fixed. The fixme is still in the source from git
about 1 week ago and with the code freeze that type of change would not be
applied.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=4346
--- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-13 23:29:32 ---
(In reply to comment #8)
> I can't reproduce this bug with 1.0-rc4 and Picasa 2.7.
Do you have msttcore fonts installed in your system? Or Picasa has changed
its behaviour?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8795
--- Comment #21 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-06-13 23:23:21 ---
(In reply to comment #20)
> BTW, using DCOM98 does enable VBA usage, but inhibits the execution of more
> instances of excel, giving the "IOPL not enabled" error when trying to execute
> second instance.
"IOPL not enabled" is the bug 9422. Does installing gdiplus help to eliminate
it?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.