http://bugs.winehq.org/show_bug.cgi?id=11052
Summary: crypt32 accesses freed memory and tries to enter deleted
critical sections on process shutdown
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kumbayo84+wine_bugzilla(a)gmail.com
Created an attachment (id=10060)
--> (http://bugs.winehq.org/attachment.cgi?id=10060)
output more debug info + possible solution + simplify test case to only 1 call
crypt32 accesses memory after it has been freed
normally this does not manifest, but a easy way to reproduce this is to run the
cert test in the wine test suite with 2 patches of me applied
what happens is:
on process shutdown rsaenh.dll is unloaded
and it calls destroy_handle_table which HeapFrees the handle table
and deletes a critical section
then crypt32.dll is unloaded and it tries to release a handle(release_handle)
from
rsaenh.dll which accesses the HeapFreed handle table + it calls a function of a
already unloaded dll
and tries to enter the already uninitialized critical section
which hangs with my patch that zeros the whole critical section when deleting
it
http://blogs.msdn.com/oldnewthing/archive/2005/05/23/421024.aspx
also talks about this problem of
inside the first patch there are also 2 commented lines
which make crypt32 do nothing when DLL_PROCESS_DETACH happens because of
process shutdown
this might already be the proper solution for this problem
--
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=3527
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:57 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=3095
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #13 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:57 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=4850
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:57 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=10443
Summary: Window movement graphics trashing in virtual desktop
mode
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Hi,
Since approximately Wine 0.9.47, there is a problem with window movement when
using Wine in "virtual deaktop" mode.
After moving windows around, "trash" is left in the desktop window from the
highlighted borders.
To demonstrate this, use winecfg to enable virtual desktop mode, then run
wine winhelp
and move the winhelp window around several times and observe the graphics
problem.
I'm using a 32-bit x86 PC running Ubuntu 7.10, with Wine 0.9.49 from
winehq.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=3512
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:56 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=10944
Summary: tablet pressure sensibility problem
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bozo_ymhf(a)yahoo.fr
Created an attachment (id=9873)
--> (http://bugs.winehq.org/attachment.cgi?id=9873)
this Xorg configuration works well with Gimp
Hello,
I'd like to inform you about a problem concerning the pressure sensibility of
my tablet.
I assigned this message to "wine-x11driver" without knowing if it's correct.
(you can reassign it)
This pressure sensibility used to work with older versions of wine, it's a kind
of regression.
I use Wine to run ArtRage since a few months, but since
my last Linux upgrade (Xorg + Wine upgrades), ONLY WINE does not recognize
my Wacom tablet anymore, contrary to other Linux programs.
Indeed, since then, I had to activate the "extended Input Devices" in
software like "Gimp", to make it work.
At least, as it works really well with "The Gimp", one can assume that
my xorg configuration is correct.
I hope there might be a way to activate the "inputDevice" in Wine, in the same
way as in "Gimp".
I really want to use my tablet again with Wine.
System details:
Linux Ubuntu 7.10 (Kernel 2.6.22-14 + Xorg 1.3)
Wine from version 0.9.46 to 0.9.52 (same problem for each version)
Tablet WACOM Graphire4 A6
I attach my Xorg.conf file to this message, to let you see that it's well
configured.
--
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=9797
Summary: EvE Online - text boxes corrupted
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: normandyh(a)gmail.com
Created an attachment (id=8239)
--> (http://bugs.winehq.org/attachment.cgi?id=8239)
Screenshot of the text
The text areas in EvE Online display compressed text and wrap random images
from cache around the free space. This causes most text areas to be unreadable.
The fixed text labels are untouched.
--
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=3281
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:55 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=4202
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #11 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:55 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=3215
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:55 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=10793
Summary: Lego Racer's intro video fails to play
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
The LEGO Media video that should play doesn't. A box titled "Fatal Error" pops
up and says, "Unable to open the video file: lmicmp.avi"
At the console:
err:quartz:FilterGraph2_AddSourceFilter Load (80070002)
--
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=4810
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:54 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=8008
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #9 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:54 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=4068
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:54 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=10975
Summary: Shanghai Alice games: last frame's image remains while
in the menus
Product: Wine
Version: 0.9.52.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=9178&iTestingId=15936
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dottomi(a)gmail.com
Created an attachment (id=9925)
--> (http://bugs.winehq.org/attachment.cgi?id=9925)
Image showing the problem
As of wine-0.9.50 and newer, the background in the menus has disappeared.
Additionaly, on 0.9.52 the screen isn't updating correctly: the image from the
last frame isn't cleared and stay. You can clearly see the problem in the
attached image. It happens in every Team Shanghai Alice's game. Besides the
image, I'll attach outputs from 0.9.49, .50 and .52.
--
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=10741
Summary: dBpoweramp Music Converter R12.3 (Memory Leak)
Product: Wine
Version: 0.9.50.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cbsim(a)hotmail.com
dBpoweramp Music Converter R12.3
- Converting to AAC file will consume all the memory on the system.
- File extension is not properly name when converting to AAC.
- Conversion to AAC took a long time to complete compare to others.
--
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=8623
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #17 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:50 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=5200
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:47 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=3624
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:44 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=8484
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:43 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=6149
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #17 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:29 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=4003
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:26 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=7336
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #24 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:24 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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=4662
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #34 from Dan Kegel <dank(a)kegel.com> 2008-01-28 06:13:24 ---
Closing all RESOLVED FIXED bugs older than 0.9.54.
--
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.