http://bugs.winehq.org/show_bug.cgi?id=836
Eric Pouech <eric.pouech(a)orange.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eric.pouech(a)orange.fr
--- Comment #8 from Eric Pouech <eric.pouech(a)orange.fr> 2008-02-06 14:48:19 ---
not done yet
anyway, it would require a rather in depth rewrite of the whole dbghelp DLL.
basically, what we currently do is:
- parse the symbols and types of a given module
- there's a specific backend for each known debug format (pdb, stabs, dwarf...)
- this is stored as an ad hoc format inside dbghelp (hence the backend
transform the given debug format to this intermediate format)
we do load info about a module the first time we need info about a module
(looking a symbol by address, or by name, or...)
even if we'd parse correctly the hash tables out of pdb files, it still
wouldn't help because of previous point. and of course we store in the
intermediate format the symbols' name in a hash table, so once the module's
info is loaded, performance is acceptable
what should really be fixed is the granularity of the symbols' storage
dbghelp for now has two states for a module: 1/no info, 2/ all debug info
loaded
that's where we need finer grain, but we need also to abstract the different
debug format parsers according to this finer grain, which won't be trivial
anyway, some intermediate work has been done (12/18 months ago iirc) to speed
up the memory management of the intermediate format management. there could be
some easier speed improvement here
A+
--
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=8712
--- Comment #5 from Bernd Buschinski <b.buschinski(a)web.de> 2008-02-06 14:14:19 ---
*** Bug 5039 has been marked as a duplicate of this bug. ***
--
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=5039
Bernd Buschinski <b.buschinski(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
--- Comment #5 from Bernd Buschinski <b.buschinski(a)web.de> 2008-02-06 14:14:19 ---
I will mark this Bug as duplicate of Bug 8712, because the original bug depends
on the missing amstream and 8712 has a testcase for this
*** This bug has been marked as a duplicate of bug 8712 ***
--
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=52
--- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> 2008-02-06 13:35:14 ---
This is a partial WONTFIX. We can't prevent other X11 apps from drawing, as
that would require grabbing the X server and that's not something we want to
allow a Windows app to do.
We could prevent other Windows apps from drawing by implementing
LockWindowUpdate, so that part is a valid bug. But it means the behavior will
then only be guaranteed to be correct in desktop mode.
--
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=11481
Summary: regression in worms2
Product: Wine
Version: 0.9.54.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leidola(a)newcon.de
I noticed that the game "worms 2" broke between wine-0.9.53 and wine-0.9.54. A
git-bisect revealed the guilty patches.
The game includes a frontend.exe which starts game.exe and controls the
settings of the game (the map and teams etc.). Running game.exe directly works
but you can't alter the settings. When running game.exe via frontend the game
doesn't show up but hangs after changing resolution. Before the following
commit the game starts and is playable:
2921f5c156b368b4ce6e615eb61dad5c5f423bf8 is first bad commit
commit 2921f5c156b368b4ce6e615eb61dad5c5f423bf8
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jan 22 20:06:35 2008 +0100
server: Invalidate the correct region when custom valid rects are
specified.
:040000 040000 1385d5899b5b6affd5da84328e1bc15985406976
5c8756013a67c0402f3bb5fb9f3ee7b4a50e124a M server
And this one makes worms2 hang after exiting the game:
c19af910ebafa9b1928b0f67bee68f6b0b237e8e is first bad commit
commit c19af910ebafa9b1928b0f67bee68f6b0b237e8e
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Jan 17 19:53:59 2008 +0100
winex11.drv: Don't create a win_data structure for the desktop window,
except in the process that owns it.
Handle desktop size changes by sending a message to the desktop owner.
:040000 040000 b7c030353fe92121bb999481724a3689429b2e8a
80fd2c5f4ace2707abb01648bd61663a6c9d7626 M dlls
--
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=5424
--- Comment #5 from Johan Gill <johan.gill(a)gmail.com> 2008-02-06 11:55:37 ---
Created an attachment (id=10642)
--> (http://bugs.winehq.org/attachment.cgi?id=10642)
relay log, with wine internals filtered out
Here is a relay log for Setup.exe, passed through grep -v ret=7 to filter out
internal wine calls.
It seems a call to user32.FindWindowExA fails to find the window "The Sims"
belonging to class "Gonzo", and then KERNEL32.GetPrivateProfileStringA fails to
find the key SKU in section SKU in MAXIS.INI.
After that the process terminates.
--
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=8785
--- Comment #16 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-02-06 11:39:55 ---
Nope, bog-standard Gnome.
--
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=5424
Johan Gill <johan.gill(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |johan.gill(a)gmail.com
--- Comment #4 from Johan Gill <johan.gill(a)gmail.com> 2008-02-06 11:34:59 ---
This is a regression, since the installer did work around 2003.
Too bad it has been so long since it broke.
--
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=3784
Denis Rut'kov <dendron2000(a)mail.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dendron2000(a)mail.ru
--- Comment #22 from Denis Rut'kov <dendron2000(a)mail.ru> 2008-02-06 11:28:13 ---
I have this bug too. I still have XFCE4 panels visible when launching
applications full-screen.
Applications tested:
CompuPic v6.23
Neverwinter Nights v1.68
--
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=94
Bug 94 depends on bug 52, which changed state.
Bug 52 Summary: PrgWin95: Problems with access to the root window
http://bugs.winehq.org/show_bug.cgi?id=52
What |Old Value |New Value
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Status|CLOSED |REOPENED
Resolution|ABANDONED |
--
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=52
François Gouget <fgouget(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Keywords|Abandoned? |
Resolution|ABANDONED |
--- Comment #17 from François Gouget <fgouget(a)codeweavers.com> 2008-02-06 11:24:40 ---
I have the test program here and I can confirm that the bug is still present in
today's version of Wine.
The code for the book's sample applications is now available online:
http://www.charlespetzold.com/oop/ProgWin95.zip
The relevant executable is scramble.exe.
--
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=3768
Gregor Münch <greg87(a)online.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greg87(a)online.de
--- Comment #15 from Gregor Münch <greg87(a)online.de> 2008-02-06 10:56:35 ---
Just tested, still the same problem in current git.
Yesterday Vitaly Margolen posted a patch for this problem which wasn't accepted
yet.
--
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
--- Comment #13 from Chris Henhawke <chris(a)hamiltonshells.ca> 2008-02-06 09:23:30 ---
I get the same error (comment 1) as well, with both 0.9.51 and 0.9.54. If you
want another log, give me the syntax and I'll try running it. I'd be willing
to test wine patches as well, as I've wanted to play this game without windows
for the longest 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=8398
Chris Henhawke <chris(a)hamiltonshells.ca> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chris(a)hamiltonshells.ca
--
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=175
--- Comment #9 from François Gouget <fgouget(a)codeweavers.com> 2008-02-06 07:55:59 ---
I have attached a test application (source and windows executable).
It does a few irrelevant things with (supposedly) color icons but here the
important thing is that it repeats four columns:
* the first column is filled with an icon created from a black and white
checkerboard icon created from a 2x2 bitmap
* the second column is the same but with a white border and created from a
16x16 bitmap
* the third and fourth columns are created from 16x16 color bitmaps and should
be all black
Currently in wine what we see is that:
* a 2x2 icon is drawn in the first column
* a 16x16 icon is drawn in the second column
* an all black 16x16 icon is drawn in the third and fourth columns
* lots of error messages are spewed on the console which slows things
considerably:
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16
--
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=8290
Christoph Peus <cp(a)uni-wh.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cp(a)uni-wh.de
--- Comment #5 from Christoph Peus <cp(a)uni-wh.de> 2008-02-06 06:51:24 ---
Yes, it is. Tried it with wine 0.9.46...
--
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=3768
--- Comment #14 from Adam Klobukowski <atari(a)gabo.pl> 2008-02-06 06:49:51 ---
I'm not able to test it again, unfortunately I lost my copy of the game :(
--
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=836
--- Comment #7 from François Gouget <fgouget(a)codeweavers.com> 2008-02-06 04:14:24 ---
I'm just the secretary here. Raphael Junqueira or Eric Pouech would know better
about the status of this bug.
--
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=8089
--- Comment #10 from Ploum <ploum(a)fritalk.com> 2008-02-06 04:06:40 ---
Vitaly > I don't see the need for Wine to register anything. The "only" thing
needed here is that, when wine receive an "Open this file in an external
windows program" it passes to the desktop environement without trying to do
anything else.
In this example, Wine will catch an "Open a .doc file" issued by Lotus Notes.
Without any further thinking, Wine can forward it to the desktop environement
and putting the file in the /tmp folder.
The DE will receive "Open the /tmp/xxxx.doc file" and will handle it as usual.
This would be a huge improvment for Wine and Wine users and it doesn't seem to
require heavy rocket science (disclaimer : I'm not familiar at all with wine
source code).
What do you think ?
--
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=3962
--- Comment #34 from Kai Blin <blin(a)gmx.net> 2008-02-06 02:04:15 ---
As comment #31 above indicates, it seems like there's some problems starting
with 0.9.53. Please try an older version and see if this helps.
--
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=3161
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dank(a)kegel.com
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-02-06 01:13:11 ---
New URL for that is
http://technet.microsoft.com/en-us/library/ms714116(VS.85).aspx
The dialog lists all the different drivers
and then lets you configure them.
If we were to implement one, it might list
iodbc, freetds, mysql, or whatever other well-known
odbc implementations there are for linux...
--
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.