https://bugs.winehq.org/show_bug.cgi?id=53628
Bug ID: 53628
Summary: DirectX 9.0c install fails in fresh wine64 prefix
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: marc.pluhar+winehq(a)gmail.com
Distribution: ---
Created attachment 73026
--> https://bugs.winehq.org/attachment.cgi?id=73026
DirectX.log of failed attempt
I noticed that when I install Anno 1404 in a new prefix, the screen stays black
after installation.
The problem seems to be, that the "DirectX End-User Runtimes" are not installed
during the setup correctly.
This does *not* happen, if the prefix was created by an older wine version and
then updated.
After some trial and error it seems to me, that a "wineboot -u" fixes the
problem.
This also only happens with a 64-bit prefix.
$ WINEARCH=win64 WINEPREFIX=/new/prefix wine DXSETUP.exe
-> fails
$ WINEARCH=win64 WINEPREFIX=/new/prefix wineboot -i && wineboot -u &&
wineserver -w && wine DXSETUP.exe
-> works correctly
--
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.
https://bugs.winehq.org/show_bug.cgi?id=53698
Bug ID: 53698
Summary: winemenubuilder "could not be started"
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: hi-angel(a)yandex.ru
Distribution: ---
Wiki claims one can create a menu entry for an .lnk file by running
winemenubuilder https://wiki.winehq.org/Winemenubuilder
However, running winemenubuilder with any arguments (whether it's the ones from
the wiki or just a simple `--help`) results in same errors "ShellExecuteEx
failed: File not found."
It is worth noting that the exact same text is printed if you execute a `wine
foo`, which means that wine apparently somehow doesn't see winemenubuilder.
Same thing happens if you execute explicitly `wine
~/.wine/drive_c/windows/system32/winemenubuilder.exe --help`
# Steps to reproduce
wine winemenubuilder --help
# Expected
Either a help message or an error about invalid argument
# Actual
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found.
# Additional information
OS: Fedora 36
Wine repository is used the official one by winehq
--
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.
https://bugs.winehq.org/show_bug.cgi?id=53701
Bug ID: 53701
Summary: x32dbg crashes when debugging some executables
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: loic.taleb02(a)gmail.com
Distribution: ArchLinux
Created attachment 73109
--> https://bugs.winehq.org/attachment.cgi?id=73109
LunaDll
Tested on Wine 7.15 and 7.17. I've managed to get the same crash for multiple
executables.
Reproduction steps for SMBXLauncher.exe:
1. Download SMBX2 from:
https://wohlsoft.ru/docs/SMBX2/SMBX2b4.4.1%20Installer.exe (SHA-256:
4cd2047e01df7e9a4155e7ebed890f29a38b424ef12ebcc77030bfacbaf9399c) and install
it in any Wine prefix
2. Create a new 64 bit Wine prefix
3. If Wine >= 7.16, install Visual C++ 2013 Redistributable (winetricks
vcrun2013) (workaround for https://bugs.winehq.org/show_bug.cgi?id=53672)
4. Download x64dbg from
https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2022-0…
(SHA-256: dcd3b74faa6e845a533756f778a2c7eb020f130239bf3e7cbb881acd91d3e76b) and
extract the release folder
5. Run x32/x32dbg.exe
6. File>Open then choose SMBX2/data/SMBXLauncher.exe
7. Click on Run (Right arrow button next to the pause button) multiple times
8. x32dbg should crash
Reproduction steps for LunaLoader.exe:
1. Download SMBX2 from:
https://wohlsoft.ru/docs/SMBX2/SMBX2b4.4.1%20Installer.exe (SHA-256:
4cd2047e01df7e9a4155e7ebed890f29a38b424ef12ebcc77030bfacbaf9399c) and install
it in any Wine prefix
2. (Facultative) Replace SMBX2/data/LunaDll.dll by the one attached to this bug
report. Both versions of LunaDll produce the same crash but at different times.
3. Create a new 64 bit Wine prefix
4. If Wine >= 7.16, install Visual C++ 2013 Redistributable (winetricks
vcrun2013) (workaround for https://bugs.winehq.org/show_bug.cgi?id=53672)
5. Install Direct3D 10.1 Extensions (winetricks d3dx10_43), DirectSound
(winetricks dsound) and the Visual Basic 6 runtime (winetricks vb6run). These
are required by SMBX2.
6. Download x64dbg from
https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2022-0…
(SHA-256: dcd3b74faa6e845a533756f778a2c7eb020f130239bf3e7cbb881acd91d3e76b) and
extract the release folder
7. Download DbgChild from
https://github.com/therealdreg/DbgChild/releases/download/beta10/DbgChild.B…
(SHA-256: f17f588795d8f5f94d71335a8acfa58946bb03a94a5637be7f3e804c652ea2b4) and
extract the contents of the release folder in the release folder of x64dbg
8. Download DbgChild patched executables from
https://bugs.winehq.org/attachment.cgi?id=73108 (SHA-256:
69e34736c0ab844b675cfac7bd3cf547204cdfb43799e312e4bb14c96c9a9c5c) and extract
the contents of the release folder in the release folder of x64dbg (workaround
for https://bugs.winehq.org/show_bug.cgi?id=53700)
9. Run x32/x32dbg.exe
10. Plugins>dbgchild then check Auto from x32dbg/x64dbg Hook process creation,
Auto from x32dbg/x64dbg Unpatch NTDLL entry and Launch from x32dbg/x64dbg
NewProcessWatcher without ask
11. File>Open then choose SMBX2/data/LunaLoader.exe
12. Click on Run (Right arrow button next to the pause button) multiple times,
if a new x32dbg window opens, do the same thing in it.
13. x32dbg should crash
--
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=27240
Summary: Paint Shop Photo Pro X3 Trial doesn't install
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Hello,
the AppDB entry for this application is at:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21542
There is also a link to download a trial version. I have attached my output as
a text file. Hope this makes some sense to you.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=53566
Bug ID: 53566
Summary: Wine uninstaller fails to launch
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 0d0f2067f89545539ab3ae0ccd802239a2dce98e
Distribution: ---
Created attachment 72938
--> https://bugs.winehq.org/attachment.cgi?id=72938
backtrace
Checked with fresh prefix.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=52464
Bug ID: 52464
Summary: SPAM
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Please delete the user and all their comments:
https://appdb.winehq.org/contact.php?iRecipientId=440627
--
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.
https://bugs.winehq.org/show_bug.cgi?id=53037
Bug ID: 53037
Summary: ChemDraw 21 installer doesn't allow accepting the
license
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 72405
--> https://bugs.winehq.org/attachment.cgi?id=72405
Screenshot of license dialog
Follow those steops:
1) WINEARCH=win32 winetricks vb6run
2) wine cos21.0.0.exe
3) When asked for activation, select trial (10 launches)
Now it shows a license dialog, where you need to scroll down so it allows you
to accept the license. This doesn't work in wine, and you can't continue.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=52170
Bug ID: 52170
Summary: Dracula 3: crashes during the game
Product: Wine
Version: 6.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: memax(a)gmx.fr
Distribution: ---
Created attachment 71220
--> https://bugs.winehq.org/attachment.cgi?id=71220
Dracula 3 (GOG.com) backtrace.txt
Dracula 3: The Path of the Dragon
GOG.com English version
The game installs and runs, but it crashes at one point: when you try to read a
document, the Blood Test Result folder in the Dispensary.
This doesn't happen in Windows.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=51203
Bug ID: 51203
Summary: Chessbase 11 unable to select list box item after
incorrect window refresh
Product: Wine
Version: 6.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
After search termination (wrong window brought to front - 51202), it is
possible to bring the right window to the front and click on an item from the
search. This displays the game in the window, however, the selected item is not
highlighted, and double clicking (to open the game in a new window - must be
from the selection) opens an old selected item not from the current window.
Workaround is to right click for the menu, and then selection works again (the
window must get focus for selection which it didn't have before (only focus for
clicks)).
This may also relate to the problem of missing scrollbars not being refreshed
(will link report).
--
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.
https://bugs.winehq.org/show_bug.cgi?id=47925
Bug ID: 47925
Summary: Panel in dialog incorrectly drawn
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Created attachment 65425
--> https://bugs.winehq.org/attachment.cgi?id=65425
snapshot of problematic dialog
In Chessbase 11, inputting incorrect security key details results in a dialog.
The panel that rests in it is not correctly drawn. In this case pictured the
white background does not fill the dialog, and sometimes is of different sizes.
Sometimes the message is missing. This happens every time. Using full screen on
a 4K display.
Suggestion of an incorrect (or order of) initialisation issue, 4K/screen size
issue or a data race?
--
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.