http://bugs.winehq.org/show_bug.cgi?id=29262
Bug #: 29262
Summary: Creating windows in threads may deadlock
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Classification: Unclassified
Created attachment 37846
--> http://bugs.winehq.org/attachment.cgi?id=37846
testcase (source + binary - w32)
Creating windows in threads may deadlock at gdi_section and X11DRV_CritSection.
This doesn't seem to happen on win xp. Though I'd expect that it should be
possible to create windows from a thread. Attached is a small test case.
Howto:
- run graphics.exe
- hit the button "start" a couple of times and the deadlock may appear
(sometimes it takes ages to trigger it, sometimes the first hit will make it
happen)
Log:
err:ntdll:RtlpWaitForCriticalSection section 0x688ef580
"../../../git/dlls/winex11.drv/x11drv_main.c: X11DRV_CritSection" wait timed
out in thread 0009, blocked by 002f, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x68e2d960
"../../../git/dlls/gdi32/gdiobj.c: gdi_section" wait timed out in thread 002f,
blocked by 0009, retrying (60 sec)
--
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=29829
Bug #: 29829
Summary: Some images in treeview have black backgrounds with
native comctl32
Product: Wine
Version: 1.4-rc1
Platform: x86
URL: http://www.winuae.net/files/InstallWinUAE2330.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 38740
--> http://bugs.winehq.org/attachment.cgi?id=38740
Settings window in Windows XP
This issue shows up when using Wine with native comctl32.
WinUAE uses a treeview in its settings window. Each entry in the treeview has
an icon/image to the left of the text.
With native comctl32, those images are displayed with black backgrounds.
With builtin comctl32 and in Windows, the images have white (or transparent?)
backgrounds.
Some pictures:
- With built-in comctl32: http://bugs.winehq.org/attachment.cgi?id=38738
- With native comctl32: http://bugs.winehq.org/attachment.cgi?id=38739
--
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=30309
Bug #: 30309
Summary: Civilization III Complete Edition fails to start
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 39610
--> http://bugs.winehq.org/attachment.cgi?id=39610
Console output
When starting Civilization III, I'm getting an error about the inability to
load the fonts.
Lookng on the reports at the AppDB looks like there's a workaround for the
issue:
"For the game to run, the following must be done:
copy the file:
.wine/dosdevices/c:/Program Files/Steam/steamapps/common/sid meier's
civilization iii complete/Conquests/LSANS.TTF
to:
.wine/dosdevices/c:/Program Files/Steam/steamapps/common/sid meier's
civilization iii complete/Conquests/LSANS.fot
then open a console and browse to:
.wine/dosdevices/c:/Program Files/Steam/steamapps/common/sid meier's
civilization iii complete/Conquests/
and type the following command:
sudo chown root LSANS.*
This prevents the following two errors:
Error loading font (Error code 13)
Error loading font (Error code 28)"
--
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=15347
Summary: Lexware: Installation fails with "Systemprüfung konnte
nicht erfolgreich abgeschlossen werden"
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: koesterreich(a)gmx.net
Created an attachment (id=16179)
--> (http://bugs.winehq.org/attachment.cgi?id=16179)
wine output
I am trying to install Lexware financial office pro[1], Version "2008 Juli" on
Ubuntu 8.04.1 with wine 1.1.5 from APT-repo.
For starting the installer various libraries need to be installed. I did that
using winetricks from 2008-08-25: winetricks msxml3 jet40 mdac28 winxp
The installation fails with a message-box saying "Systemprüfung konnte nicht
erfolgreich abgeschlossen werden" ("The system-check could not be completed
sucessfully. Aborting installation") [2].
Unfortunately there is now demo-version available for download (as far as I
know) but you can order a 4-week-trial on DVD [3].
I append the output of wine using (WINEDEBUG=+relay,+msgbox) and the following
debug parameters in user.reg:
[Software\\Wine\\Debug] 1221939180
"RelayExclude"="ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.94;kernel32.95;kernel32.96;kernel32.97;kernel32.98;RtlEnterCriticalSect$
"RelayFromExclude"="winex11.drv;user32;gdi32;advapi32;kernel32"
I extracted a 1000-line section around the msgbox using tail and head. Hope the
log is helpful.
Regards,
Fabian
[1] AppDB entry:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=5505
[2] Screenshot of error:
http://appdb.winehq.org/appimage.php?iId=20158
[3] 4-Week-Trial:
http://www.lexware.de/SID141.WXWPbkjL394/shop/productDetails?orderNo=A09018…
--
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=18993
Summary: Shadows and selection circles z-fight in World of
Warcraft
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eiffel56(a)gmail.com
The lowest-setting shadows and selection circles in World of Warcraft do
z-fight with the ground. This is not a regression afaik, at least I haven't
seen an other behaviour yet.
As I was testing if the patch attached to Bug
#14174(http://bugs.winehq.org/show_bug.cgi?id=14174) causes problems in other
games, I noticed that the same patch does almost fix the problem in World of
Warcraft. I modified it a bit so it entirely fixes that z-fighting, but now it
doesn't fix the bug mentioned in report #14174.
As I don't really understand why its causing that, someone with enough
knowledge should investigate in it. I will attach the modified patch, allowing
to render lowest-settings shadows and selection circles correctly.
--
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=19495
Summary: DialogBox() returns -1 for Invalid Window Handle,
Should Be 0
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robertgonder(a)embarqmail.com
DialogBox( hInstance, MAKEINTRESOURCE(MyDlg), NULL, MyDlgProc )
returns -1 (AFTER the dialog has completed correctly!)
GetLastError() returns 1400 (Invalid Window Handle).
NULL is the window handle, meaning the desktop is the owner.
According to the MS docs here
http://msdn.microsoft.com/en-us/library/ms645452(VS.85).aspx
"If the function fails because the hWndParent parameter is invalid, the return
value is zero."
I can work around this, but it might be causing problems in commercial
software.
--
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=23354
Summary: winetricks ie6 randomly freezes during download or
signature checksum
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
winetricks ie6 randomly freezes during download or signature checksum. Since
1.2-rc3:
* Most of the time, download does not start at all.
* If starts, then irregularly freezes during several signatures checksums
* In just a few cases IE6 ends up successfully installed
I tried to do the regression test between 1.2-rc2 (always works) and 1.2-rc3:
commit 8703e9c522fdd26e243e150c40e1a50cebbc7f56
Author: Joel Holdsworth <joel(a)airwebreathe.org.uk>
Date: Sat Jun 5 11:08:10 2010 +0100
iexplore: Added a Tango compliant icon.
:040000 040000 6818b6aa4d1a065c763889b86d9cf54443433952
1562d1da4871af8156692f241af264dda4035d26 M programs
I know... This is not-likely to be the one. But it's hard when first two
attempts won't pass and third succeed. For this reason i leave this one in
UNCONFIRMED. Confirmation welcomed ;)
PS: As winetricks works in 1.2-rc2, i don't think it is winetricks 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=22925
Summary: Hearts of Iron III - crashes on startup (-O0 vs -O2)
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
CC: julliard(a)winehq.org
Hearts of Iron III crashes on start up. This looks to me like a hidden bug
covered by gcc optimizations (like when 1.1.44 was released). When using -O0
game crashes, but when -O2 is used game runs.
1. Use windowed mode (800x600) and follow installation HOW-TO
http://appdb.winehq.org/objectManager.php?sClass=version&iId=17439
2. I did a regression test between 1.1.37 and 1.1.38:
commit 90f31aa3811ef3e9920796d51b8da748c15cff05
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Jan 27 13:35:32 2010 +0100
ntdll: Always enable tail checking when running under Valgrind.
:040000 040000 15de4799ed58f77fa6c6e72f01c6d0a7eefca3b1
8efe76a427789790a92e281130526a92068dc359 M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch on top of wine-1.1.43-628 makes that problem go away.
Since wine-1.1.43-629 (the one which broke 1.1.44, when -O0 was used) it's
broken again and reverting no longer works.
5. Adding author of this patch to CC.
--private keyword: bisected
PS: This doesn't apply Hoi3 demo - is affected different way. In Hoi3 demo, you
can test only -O0 and see, that reverting fixes the issue. In FULL game you
don't need to revert, just use -O2 and it fixes the issue.
--
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=24544
Summary: Settlers 7: river or water textures are displayed
incorrectly
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Settlers 7 displays water textures incorrectly. Attachments shows that better.
3d gurus maybe already knows when they see a picture where a problem is ;) I
guess it will be hard to get any regression testing, because Settlers7 is
runnable only after wine-1.3.3. And of course, it may not be a regression at
all.
--
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=20226
Summary: builtin xcopy.exe crashes with page fault when source
directory does not exist.
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robbak(a)gmail.com
Created an attachment (id=23862)
--> (http://bugs.winehq.org/attachment.cgi?id=23862)
backtrace from crash in xcopy.exe
The builtin implemetnation of xcopy.exe has a bug wherein xcopy pagefaults on
exit when the source file does not exist, and option\e (copy empty
subdirectories) is used. Example below:
wine xcopy.exe /e Z:\home\\robbak\\testdir\\nonexistant
z:\\home\\robbak\\testdir\\nonexist_target
Path not found
wine: Unhandled page fault on write access to 0x003a005e at address 0x7bc460f4
(thread 0042), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc460f4
[1]+ Done wine notepad.exe
Attached is a dump created while running autopatcher, which runs uses
xcopy.exe. (my simple test did not produce a backtrace.)
--
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.