http://bugs.winehq.org/show_bug.cgi?id=7560
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
--- Comment #3 from Anastasius Focht <focht(a)gmx.net> 2007-11-23 11:45:05 ---
Hello,
well I came back here while browsing appdb for interesting stuff.
--- quote ---
you confirm that it hangs when you try to trace multithreaded programs?
--- quote ---
No, tracing works for multithreaded programs.
--- quote ---
When the pause function is used the disassembly window goes blank and can not
be used until the process is restarted. The same thing happens when you attach
to an already running process, and when an application exits.
...
It's only when the pause function itself is explicitly activated that the
disassembly window goes blank.
--- quote ---
This is expected behaviour. The debugger hits wine code in builtins outside of
PE section/win32 API virtual mapping range which leads to empty
code/disassembly window (example: PIC load code on function entry)
Look at registers window while you step, you can see EIP changing but no code
is actually displayed.
Just hit a few "run until return" until the code reaches PE range again.
Then the code/disassembly will reappear.
--- quote ---
When applications are first loaded in to debugger, there are usually lots of
"Unable to open or read executable file FOO.dll" and "Bad or unknown format
BAR.dll" errors for dozens of DLLs and maybe one or two .drv files.
..
--- quote ---
Expected behaviour. The debugger stumbles over wine builtins.
Version 2.0 of the debugger seems to handle things better.
But it's in early development stage and has much functionality missing from 1.1
I'd say close this bug.
In general debugging multithreaded works, though with some limitations.
Not being able to display thread user/kernel times is not a blocker.
The other issues related to wine builtins cannot be fixed due to wine design
(not a blocker).
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8687
Tony Lambregts <tony.lambregts(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Online Poker program |Online Poker program:
| |unimplemented classes in
| |shdocvw
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8674
Jason Pell <jason(a)pellcorp.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason(a)pellcorp.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8575
--- Comment #8 from Stefan Dösinger <stefandoesinger(a)gmx.at> 2007-11-23 07:09:17 ---
We shouldn't enable / disable it via registry call, instead have it enabled or
disabled for all apps. Since this is a software emulated feature I thin we
should just disable it.
I still wanted to get the code fixed, so disabling P8 support doesn't hide
bugs, but I don't know when I'll have time to look at it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6120
Provide <sloan2189(a)Hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sloan2189(a)Hotmail.com
--- Comment #12 from Provide <sloan2189(a)Hotmail.com> 2007-11-23 06:59:58 ---
(In reply to comment #11)
> Steam is an important app, so let's consider fixing this for 1.0.
>
Try uninstalling xserver-xgl (if installed). This fixed the error for me (but
for another bug).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9118
--- Comment #5 from Andrew Charles Hurst <a.hurst(a)shef.ac.uk> 2007-11-23 06:27:12 ---
This seems to be another problem limited to old nvidia cards:
(my TNT2, as with bugs 9667 and 7585)
doesn't happen since I fitted a GeForce 6200.
Can anyone confirm this?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8575
Triffid Hunter <winehq_org(a)funkmunch.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winehq_org(a)funkmunch.net
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8575
--- Comment #7 from Triffid Hunter <winehq_org(a)funkmunch.net> 2007-11-23 06:25:59 ---
Created an attachment (id=9298)
--> (http://bugs.winehq.org/attachment.cgi?id=9298)
wine-remove-WINED3DFMT_P8.patch
Suggested change in patch form:
This patch removes WINED3DFMT_P8 from wine-0.9.49.
GTA3 now looks perfect - fonts, colours, textures, even tail light flares and
fog.
Seems to make Total Annihilation (which likes 8 bit graphics) run a fair bit
slower, however I haven't properly benchmarked this.
Would it be possible to change this on a per-application basis via the
registry? I haven't the experience of wine internals to implement such a
feature.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8965
Bamm Gabriana <bammzilla(a)gabriana.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bammzilla(a)gabriana.com
--- Comment #9 from Bamm Gabriana <bammzilla(a)gabriana.com> 2007-11-23 06:12:36 ---
This should be duped to Bug 9178 instead of Bug 3743, because 9178 gathers all
bugs about this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9178
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |olafrv(a)gmail.com
--- Comment #14 from Austin English <austinenglish(a)gmail.com> 2007-11-23 03:32:34 ---
*** Bug 2786 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.