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.
https://bugs.winehq.org/show_bug.cgi?id=53820
Bug ID: 53820
Summary: Trying to install WhatsApp for Windows 32 bits on
Manjaro Linux 22
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vinidias(a)protonmail.com
Distribution: ---
Created attachment 73347
--> https://bugs.winehq.org/attachment.cgi?id=73347
Backtrace output from Wine
Hello, folks
I tried to install WhatsApp for Windows 32 bits
(https://www.whatsapp.com/download) on Manjaro Linux 22 64 bits, Linux Kernel
6.0, Wine 7.19, and gave this on attachment
Please, help me to understand and fix this
Thanks
--
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=3817
sehe <sgheeren(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|sgheeren(a)hotmail.com |
--
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=53871
Bug ID: 53871
Summary: Packaging broken on KDE Neon 5.26 with Jammy kernel
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: zargulthewizard(a)outlook.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 73398
--> https://bugs.winehq.org/attachment.cgi?id=73398
Copy of what I see when trying to install winehq-staging
I have followed the installation instructions, but upon running the final
install command, I get an error.
--
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.