http://bugs.winehq.org/show_bug.cgi?id=6594
--- Comment #8 from Andrew Eleneski <aeleneski(a)comcast.net> 2008-12-12 19:04:15 ---
(In reply to comment #7)
> Is this still an issue in current (1.1.10 or newer) wine?
>
I will try to test this weekend if I have time.
--
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=3853
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--
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=6795
--- Comment #13 from Austin English <austinenglish(a)gmail.com> 2008-12-12 17:17:38 ---
You can use:
$ wine program.exe &> log.txt
in bash
--
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=7316
--- Comment #36 from Brian <tehstealth(a)yahoo.com> 2008-12-12 16:13:34 ---
Any progress on this? Still present in Wine 1.1.10...
--
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=6795
--- Comment #12 from Dan Kegel <dank(a)kegel.com> 2008-12-12 16:04:59 ---
wine program > log 2>&1
--
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=6795
--- Comment #11 from Matthew Millar <mattmill30(a)hotmail.com> 2008-12-12 15:56:19 ---
Skype 3.0.0.137 successfully logs in as of Wine 1.1.10 on Ubuntu 8.10 x86_64
However, there is an unhandled wine exception, but this doesn't cause the
program to crash.
Also, the sign-in takes along time (1-2 mins) on first run and the shutdown is
dirty and the process has to be manually killed before the application can be
relaunched.
Question:
How do i export the default terminal output into a log?
$wine "program" > program.log doesn't work
--
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=5436
--- Comment #15 from Austin English <austinenglish(a)gmail.com> 2008-12-12 15:07:42 ---
(In reply to comment #14)
> Cant tell: Im only getting page faults with either stable or developement
> version, including 1.1.10.
>
You should file a separate bug for that and list it as blocking this one.
--
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=8398
David <davelov(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |davelov(a)gmail.com
--- Comment #22 from David <davelov(a)gmail.com> 2008-12-12 14:48:34 ---
I'm having this same issue, and so I tried running it like so:
WINEDEBUG=all wine .wine/drive_c/Program\ Files/Activision/Sfc3/SFC3.exe &>
winelog.txt
I've attached a chunk of the log (the whole thing is about 32M).
I don't claim to have much knowledge of the inner working of wine, I'm a user
not a developer, but I did notice something on line 463 (apparently just before
the failed dll load) that seems odd: what appears to be a call to a function
'create_mapping' which includes an objattr parameter in which name=L"". Is
that normal? In other spots in the log this parameter seems to contain the
name of the dll that is being loaded.
I'm running wine version 1.0.1 on Ubuntu 8.10 (Intrepid)
--
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=7411
--- Comment #13 from M.Kiesel <winehq.org(a)continuity.cjb.net> 2008-12-12 14:44:21 ---
Tested a bit with a patch that saves/loads vshaders from disk instead of
translating from D3D. With basic vshaders the distortions (and the avatar that
seems to be courtesy of vshader 8 in the previous attachment) in PoP are gone -
sometimes. Other times, on game start textures are weird (very colorful), and
misplaced large planes can be seen all over the place. Can't make heads or
tails of this really. However, since the avatar disappears almost completely
with vshader 8 disabled but is mostly okay with vshader 8 enabled it looks like
Stefan is right and shaders - at least for PoP - are ok in general.
--
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.