https://bugs.winehq.org/show_bug.cgi?id=56032
Bug ID: 56032
Summary: winedbg --gdb: gets terminated when target process
exits
Product: Wine
Version: 6.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Since below commit following sequence shows a termination of winedbg
and leaves the terminal in a non-working state.
Before after target process finished one was still at the winedbg prompt.
benutzer@debian:~$ wine winedbg.exe --gdb notepad.exe
...
Wine-gdb> cont
...
[Inferior 1 (Remote target) exited normally]
Wine-gdb> benutzer@debian:~$ benutzer@debian:~$ quit
benutzer@debian:~$
commit 6a2325609ceea306c6d7cbce56f29e6589a18903
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Oct 4 11:27:43 2021 +0200
winedbg: Use winsock for the gdb socket.
The terminal can be recovered afterwards by "stty sane".
--
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=56021
Bug ID: 56021
Summary: Wine 9.0-rc1 Wayland: In Sway full screen games don't
run on full screen
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h0tc0d3(a)gmail.com
CC: alexandros.frantzis(a)collabora.com
Distribution: ---
In Sway, Overwatch 2 launches in full screen, but only half of the screen is
drawn in the center, the rest is black. Image artifacts. There are no such
problems in Hyprland. Also, there are no problems in xwayland.
--
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=40011
Bug ID: 40011
Summary: Git Bash Program error
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vk.kulk(a)gmail.com
Distribution: ---
Created attachment 53457
--> https://bugs.winehq.org/attachment.cgi?id=53457
error report
I am trying to open Git-Gui from wine. Its not working. Also attached error
log. Please look into it.
--
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=55637
Bug ID: 55637
Summary: dmime:dmime - test_performance_pmsg() sometimes fails
due to bad timing on Windows and Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dmime:dmime - test_performance_pmsg() sometimes fails due to bad timing on
Windows and Wine, always on the DMUS_PMSGF_TOOL_QUEUE check.
* 2023-09-19 w7u
dmime.c:1962: Test failed: got 31
* 2023-09-21 debiant-wow64
dmime.c:2298: Test failed: got 265
This one is a bit extreme, usually it's more in the 150 ms range.
See https://test.winehq.org/data/patterns.html#dmime:dmime
The failures don't happen every day and first happened on 2023-09-11. So they
can be attributed to the commit that introduced the test on 2023-09-08:
commit e80c1d90f1c08c1d2ec2a84949d69ca3219b3d1d
Author: Rémi Bernon <rbernon(a)codeweavers.com>
AuthorDate: Tue Sep 5 16:27:41 2023 +0200
dmime/tests: Test IDirectMusicPerformance_*PMsg methods.
--
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=45242
Bug ID: 45242
Summary: winedbg Internal crash when debugging win32
Product: Wine
Version: 3.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: luizluca(a)gmail.com
Distribution: ---
Hello,
I cannot launch winedbg to any win32 exe:
$ winedbg Downloads/andale32.exe
WineDbg starting on pid 002d
0009:fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f20
0009:fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21
winedbg: Internal crash at 0x7e1cb182
$ winedbg Downloads/PsExec.exe
WineDbg starting on pid 002d
0009:fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f20
0009:fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21
winedbg: Internal crash at 0x7e1db182
For win64, it simply works.
$ winedbg Downloads/PsExec64.exe
WineDbg starting on pid 0031
Process of pid=0031 has terminated
I was originally using wine-64bit but even installing wine.i586 and using a
clean prefix, I get the same result.
$ file /usr/bin/wine
/usr/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 3.2.0,
BuildID[sha1]=37bf33eb8ca1b2a498fc9998fac1753ac70399a8, stripped
$ WINEPREFIX=~/win32 WINEARCH=win32 winedbg Downloads/PsExec.exe
WineDbg starting on pid 002d
0009:fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f20
0009:fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21
winedbg: Internal crash at 0x7e1c6182
When I try to attach from winedbg, it does not crash, but it returns the
'Unhandled attribute' and raises an exception:
$ WINEPREFIX=~/win32 WINEARCH=win32 winedbg
Wine-dbg>info process
pid threads executable (all id:s are in hex)
0000000e 8 'services.exe'
00000020 6 \_ 'winedevice.exe'
0000001b 3 \_ 'plugplay.exe'
00000011 6 \_ 'winedevice.exe'
Wine-dbg>attach 0x11
0009:fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f20
0009:fixme:dbghelp_dwarf:dwarf2_swallow_attribute Unhandled attribute form 1f21
Exception c0000005
Wine-dbg>
--
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=56101
Bug ID: 56101
Summary: Cheat Engine 7.5 (32bit) crashes shorty after
attaching to process
Product: Wine
Version: 8.21
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: ---
Originally reported at https://forum.winehq.org/viewtopic.php?t=38340
This is a regression introduced by wine-8.10. Shortly after attachign to a
process (e.g. notepad.exe) Cheat Engine crashes. Tried in 32bit WINEPREFIX.
--
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=54940
Bug ID: 54940
Summary: Import library generation is much slower without
dlltool
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 103eb831564decc9812239f454ed1cc40714c0a1
Distribution: ---
E.g.:
elizabeth@ledyba:~/git/wine64$ time tools/winebuild/winebuild -w --implib -o
dlls/msi/x86_64-windows/libmsi.a --without-dlltool -b x86_64-w64-mingw32
--export ../wine/dlls/msi/msi.spec
real 0m1.509s
user 0m0.575s
sys 0m0.481s
elizabeth@ledyba:~/git/wine64$ time tools/winebuild/winebuild -w --implib -o
dlls/msi/x86_64-windows/libmsi.a -b x86_64-w64-mingw32 --export
../wine/dlls/msi/msi.spec
real 0m0.042s
user 0m0.017s
sys 0m0.025s
--
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=53108
Bug ID: 53108
Summary: Skyrim SE NPC voices echo inside houses
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: marik.jiri(a)protonmail.com
Distribution: ---
When inside houses all sounds seem to have a strange echo, most noticeable when
talking to NPCs.
Everything works fine throughout the tutorial, even the part that's happening
inside the fort, until the player reaches Riverwood. When talking to NPCs
inside houses there's a huge echo.
These reddit posts seem to be describing the same issue.
https://www.reddit.com/r/linux_gaming/comments/hp0w6k/skyrim_voice_dialogue…https://www.reddit.com/r/linux_gaming/comments/uyh5hq/skyrim_se_voices_echo…
As recommended in those posts I tried to use native xaudio2_7 library. I also
tried installing faudio through winetricks but there was no change.
Installing xact made no difference either.
All changes were tried on a fresh prefix.
---
OS: Fedora 35
Audio: Pulseaudio 15 (not using pipewire currently but others reported same
issue with pipewire as well)
Wine version: 7.9 (Staging)
---
I also tried downgrading wine to version 6.16-1 and I lost all voice audio on a
fresh prefix. I got voice audio back when I installed faudio but the same echo
issue was back.
Since installing faudio resolved this issue for other people in the past I also
tried installing earliest version of faudio in the repos (faudio1901) but the
echo is still there.
Last thing to mention, this issue is only affecting Skyrim Special Edition at
the moment. Vanilla Skyrim voices work fine.
--
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=39785
Bug ID: 39785
Summary: Animation bink videos from Star Trek Armada show
graphic issues in the Bink Player
Product: Wine
Version: 1.8-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christoph.korn(a)posteo.de
Distribution: ---
When installing the demo of Star Trek Armada there are bink videos installed in
the "animations" subfolder. Now when trying to play these videos with the bink
player from RAD Game Tools they show graphic issues like wrong colours and
flickering.
Ubuntu 15.10 amd64
wine-1.8-rc3 (not staging)
wine-devel:
Installed: 1.8~rc3~ubuntu15.10.1
Candidate: 1.8~rc3~ubuntu15.10.1
Version table:
*** 1.8~rc3~ubuntu15.10.1 0
500 http://ppa.launchpad.net/wine/wine-builds/ubuntu/ wily/main amd64
Ingame those videos are not played at all. But this is a different bug (bug
5977).
--
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=56121
Bug ID: 56121
Summary: Critical Error Report for Wine Application
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benevi8560(a)usoplay.com
Distribution: ---
Created attachment 75791
--> https://bugs.winehq.org/attachment.cgi?id=75791
logs
Subject: Critical Error Report for Wine Application
Hello Wine Team,
I hope this message finds you well. I am writing to report a critical error I
encountered after installing and launching an application using Wine. The
application prompts a critical error message upon startup.
I have attached the error report for your reference. Please review the details
and provide any guidance or solutions to resolve this issue. If additional
information is needed, feel free to ask.
Thank you for your attention to this matter.
--
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=56075
Bug ID: 56075
Summary: Zalo app cannot completely be installed in Wine with
PlayonLinux 4.3.4
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: son.pv(a)snetvina.com
Distribution: ---
Created attachment 75741
--> https://bugs.winehq.org/attachment.cgi?id=75741
Zalo app cannot completely be installed in Wine 8.0.2 with PlayonLinux 4.3.4
Zalo app cannot completely be installed in Wine 8.0.2 with PlayonLinux 4.3.4
--
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=48980
Bug ID: 48980
Summary: buffer-overflow in Open/Save dialogs
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)kcsoftwares.com
Distribution: ---
Created attachment 66956
--> https://bugs.winehq.org/attachment.cgi?id=66956
Trace
Problem triggered using Wine for ReactOS
See ticket : https://jira.reactos.org/browse/CORE-15288
Open Notepad. Save As => type aaaaaaaa.txt
Copy & paste "aaaaaaaaaaaaaaaaaaaaaaaaa" block
keep CTRL+V pressed (long time) until Text box is "blank".
Click on save => Crash
Same procedure with File>Open leads to same result
--
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=44936
Bug ID: 44936
Summary: winedbg + gdb (remote) interaction broken due to
recent commits
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: julius.schwartzenberg(a)gmail.com
Distribution: ---
I'm using OpenSUSE 42.3. I start winedbg as follows:
winedbg --gdb --no-start path/to/smth.exe
Then I use Eclipse to connect to the remote port that is shown.
This results in:
- ../../gdb/infrun.c:5585: internal-error: int
finish_step_over(execution_control_state*): Assertion
`ecs->event_thread->control.trap_expected' failed.
A problem internal to GDB has been detected, further debugging may prove
unreliable.
- Text I enter in the Debugger Console (in Eclipse) is invisible
- Things crash
When I revert back to 77d65c39486ffc2b4c17aec958e361b180a029a1 these problems
disappear.
Please let me know if I should do more analysis.
--
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=56010
Bug ID: 56010
Summary: uninstaller.exe update breaks "winetricks dotnet35"
(uninstallr.exe prints the list to stderr)
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: 8e00767fb441c90240129b40798aecb1941514d1
Distribution: Ubuntu
After upgrading to Wine 9.0-rc1, winetricks dotnet35 fails to run.
git bisect shows the following is the first bad commit:
commit 8e00767fb441c90240129b40798aecb1941514d1
Author: Eric Pouech <epouech(a)codeweavers.com>
Date: Tue Nov 28 18:49:41 2023 +0100
uninstall: No longer use console/file output APIs.
Regular GUI apps don't.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
After the commit, uninstall --list prints the list to standard error via
MESSAGE().
On the other hand, winetricks expects the list to be printed to standard
output. That is
https://github.com/Winetricks/winetricks/blob/07c6d38913433c6318c4d5358ea75…
.
--
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=27293
Summary: PSO:BB - Cannot type a character name during character
creation
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dev(a)gaminglounge.com
Created an attachment (id=34903)
--> (http://bugs.winehq.org/attachment.cgi?id=34903)
Wine 1.3.20 terminal ouput of issue when typing
To join the server in Phantasy Star Online: Blue Burst the user must first
register their UserID at the main screen by typing their username and password.
(typing at this point works) Once entered the user can either select an
existing character or create a new one.
When creating a new character - the last step is to give the character a name.
At this point typing suddenly stops working - no text appears and the console
is filled with this line with every keypress:
fixme:imm:ImmGetDescriptionW (0x4090409, 0xad9460, 255): semi stub
This is problem - if only for the fact that once started you can't really exit
out of the character creation process without forceably terminating the
application. We really need to be able to type the name to exit this point in
the game.
If new users can't create a character they won't be able to help in
troubleshooting bug (#12964) which is needed to get in-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=33002
Bug #: 33002
Summary: vbsp.exe: Crashes during map compilation
Product: Wine
Version: 1.5.23
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bhs2007(a)gmail.com
Classification: Unclassified
Created attachment 43607
--> http://bugs.winehq.org/attachment.cgi?id=43607
Backtrace produced by Wine.
vbsp.exe is a utility used to compile VMF map files, and is distributed as part
of the Source SDK by Valve Software through Steam.
The utility is being invoked from a command line, in the following manner:
wine 'S:\Steam\steamapps\bhspitmonkey\sourcesdk\bin\orangebox\bin\vbsp.exe'
-game 'S:\Steam\steamapps\bhspitmonkey\Team Fortress 2\tf' ./outdoor
Context/output/backtrace is attached. I'm probably doing something wrong;
please let me know if that's the case!
--
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=43119
Bug ID: 43119
Summary: SORCERY JOKERS (Trial) doesn't run (due to lack of
virtual memory)
Product: Wine
Version: 2.8
Hardware: x86-64
URL: http://trial.getchu.com/836703/sjs_trial.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
SORCERY JOKERS (Trial) is a demo version of Japanese visual novel game. It
doesn't run due to lack of virtual memory.
When I start the application, it shows "DirectDraw Error".
Console output shows:
wgl:init_opengl Failed to load libGL: libGL.so.1: cannot open shared object
file: No such file or directory
Of course, I have libGL.so.1 in /usr/lib/i386-linux-gnu/mesa.
strace(1) give me a hint:
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 16
fstat64(16, {st_mode=S_IFREG|0644, st_size=151363, ...}) = 0
mmap2(NULL, 151363, PROT_READ, MAP_PRIVATE, 16, 0) = -1 ENOMEM (Cannot allocate
memory)
Therefore, the process can't find out libGL.so.1.
--
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=52300
Bug ID: 52300
Summary: Oculus Setup Installer Incorrectly Claims to Not Have
Enough Storage
Product: Wine
Version: 7.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 71454
--> https://bugs.winehq.org/attachment.cgi?id=71454
Wine-Staging 7.0-rc1 Terminal Output and Screenshots
Version of wine used:
Wine-Staging 7.0-rc1
SHA256:
ef04ac24ea20b404b175b0f18f706b7eabe5d5712f653e600cb7e8e715d93fa2
Download location:
https://www.oculus.com/download_app/?id=1582076955407037
-----
Dotnet 48 and d3dcompiler_47 is required to render the program's window:
winetricks -q dotnet48 d3dcompiler_47
(Mentioned in:
https://bugs.winehq.org/show_bug.cgi?id=52299#c1
)
-----
The installer proceeds as expected only with the prefix set to Windows 10;
setting the prefix to Windows 7 claims you need two Windows 7 hotfixes
installed and forces you to close the program.
However, when you do proceed to the installation in Windows 10 mode, it claims
that not enough storage is present to install even if there is more than enough
storage space present.
--
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=56126
Bug ID: 56126
Summary: Cheat Engine 7.5 (32bit) crashes on start up with new
wow64
Product: Wine
Version: 9.0-rc3
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 75795
--> https://bugs.winehq.org/attachment.cgi?id=75795
Console log
Split off from bug 56101, this is a separate issue with the new wow64.
On start CheatEngine crashes without much usable information. Native dbghelp
doesn't help here.
--
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=56124
Bug ID: 56124
Summary: Logitech G Hub 2023.1 - crashes on install
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mvrk(a)sapo.pt
Distribution: ---
Created attachment 75793
--> https://bugs.winehq.org/attachment.cgi?id=75793
wine log
Hi,
When i try to install logitech g hub 2023.1 on Fedora 37 with Wine 8.18 the
installation crashes.
In attachment the wine log and backtrace.
--
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=56120
Bug ID: 56120
Summary: Critical Error Report for Wine Application
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xapofx
Assignee: wine-bugs(a)winehq.org
Reporter: benevi8560(a)usoplay.com
Distribution: ---
Created attachment 75790
--> https://bugs.winehq.org/attachment.cgi?id=75790
logs
Subject: Critical Error Report for Wine Application
Hello Wine Team,
I hope this message finds you well. I am writing to report a critical error I
encountered after installing and launching an application using Wine. The
application prompts a critical error message upon startup.
I have attached the error report for your reference. Please review the details
and provide any guidance or solutions to resolve this issue. If additional
information is needed, feel free to ask.
Thank you for your attention to this matter.
--
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=56118
Bug ID: 56118
Summary: Police Quest: SWAT 2 - missing UI elements
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matheus.venturini(a)acad.ufsm.br
Distribution: ---
Created attachment 75784
--> https://bugs.winehq.org/attachment.cgi?id=75784
SWAT 2 on Wine 9.0 RC2 (notice the black bar below main window)
SWAT 2 creates a big "parent" window and many "children" windows inside it,
where components of the game's GUI are rendered. Because of an incomplete
implementation of the SHAppBarMessage function (from the shellapi.h header)
certain child windows can appear completely black.
This can be seen in a 2008 AppDB report for the game:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=15352&iTestin…
I experienced the exact same bug as reported here (the action and gear panels
become black and you can't actually play the game), but it only happened the
first time I ran the game and I can't get it to happen again. On the other
hand, the bottom panel, where dialogue and tips are displayed, does not show up
at all for me (see attached picture).
--
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=55307
Bug ID: 55307
Summary: don't get an application to run at all on MacOS
V13.4.1 Ventura wit Silicon Chip M1
Product: Wine
Version: 8.12
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: barth.r.c.er(a)gmail.com
Created attachment 74903
--> https://bugs.winehq.org/attachment.cgi?id=74903
Feedback from wine airstudio.exe in terminal
I am trying to get the app "airstudio" running under MacOS Ventura. It does
work on Arch Linux on a different (Intel- based) machine with wine.
I installed wine_devel (8.10) since I didn't got airstudio installed with the
stable version. I used 'brew install --cask xquartz' and 'brew install --cask
--no-quarantine wine_devel' to install it. During installation (I did not
disable SIP) I got the message box that the developer could not be verified or
so but I decided to not throw it in the recycle bin but hit 'Cancel' twice. The
installation process of airstudio went through without any problems. But
starting the app does not work. I get some error messages (see attachment) and
the feedback from starting 'wine64 airstudio.exe'.
I opened a new thread (https://forum.winehq.org/viewtopic.php?t=37867) in the
forum, but no answers so far.
Airstudio is an app to control the so called 'Lightmanger Air' which is
basically a smarthome device.
--
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=56111
Bug ID: 56111
Summary: wine quickstart suggest people to do wine
path/to/appname.exe witch is unsupported
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
https://wiki.winehq.org/Wine_User's_Guide#Quick_start mentions the following:
"Run Wine using the wine path/to/appname.exe command.
The first command you will run will be to install an application. Typically
something like wine /media/cdrom/setup.exe or the equivalent path might be used
to install an application from CD."
This is unsupported, people are supposed to first do a cd to the directory, and
then run wine, as discussed in this bug:
https://bugs.winehq.org/show_bug.cgi?id=56088
--
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=51958
Bug ID: 51958
Summary: Wiggles (Diggles): background music is distorted with
>=wine-6.0.1
Product: Wine
Version: 6.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: herrtimson(a)yahoo.de
Distribution: ---
Created attachment 70941
--> https://bugs.winehq.org/attachment.cgi?id=70941
log from console
I tried wine-vanilla-6.0.1 and 6.0.2, both have the same regression: the
background music is distorted, I believe its playing faster than it is supposed
to and is also kind of choppy. The ambiant noises are not affected.
wine-vanilla-4.0.4 is the only older version I was able to test with - it is
not affected. This version I had to copy it from an old backup, as anything
older than 6.x fail to configure on my system.
wine-vanilla-6.18 is also affected,
so regression window is somewhere between 4.0.4 and 6.0.1
found these errors in the console log:
0224:err:quartz:process_output Failed to get sample, hr 0x80040211.
0224:err:mp3dmod:MediaObject_ProcessInput Already have a buffer.
0224:err:quartz:dmo_wrapper_sink_Receive ProcessInput() failed, hr 0x80040204.
01e8:fixme:mp3dmod:Unknown_QueryInterface no interface for
{f90a6130-b658-11d2-ae49-0000f8754b99}
will add the full log
--
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=56116
Bug ID: 56116
Summary: Every game for Windows crashes when launching.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iwisp360(a)hotmail.com
Distribution: ---
Created attachment 75781
--> https://bugs.winehq.org/attachment.cgi?id=75781
Geometry Dash Game v2.11 crashing. Expected: Correct launch of the game.
When i am trying to launch any game, like Undertale, Terraria, Elden Ring, it
crashes with unhandled page fault error. The problem began on Debian Linux
using wine 9.0rc3 and it happened the same on Archlinux on wine 8.21, with the
same error without any image, just an instant crash.
Here is what happened
--
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=52217
Bug ID: 52217
Summary: FTBFS on OpenIndiana
Product: Wine
Version: 7.0-rc1
Hardware: x86
OS: Solaris
Status: NEW
Keywords: download, source
Severity: blocker
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Git Wine FTBFS on OpenIndiana.
An initial failure with msgfmt can be worked around with
MSGFMT="/usr/gnu/bin/msgfmt" during configure (or an appropriate patch).
gcc-10 -m32 -c -o dlls/ntdll/unix/env.o /tmp/wine/dlls/ntdll/unix/env.c
-Idlls/ntdll -I/tmp/wine/dlls/ntdll -Iinclude \
-I/tmp/wine/include -D__WINESRC__ -D_NTSYSTEM_ -D_ACRTIMP= -DWINBASEAPI=
-D_MSVCR_VER=0 \
-DWINE_UNIX_LIB -fPIC -fasynchronous-unwind-tables -Wall -pipe
-fcf-protection=none \
-fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body \
-Wignored-qualifiers -Winit-self -Wno-packed-not-aligned -Wshift-overflow=2
-Wstrict-prototypes \
-Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings
-Wpointer-arith -Wlogical-op \
-gdwarf-4 -fno-omit-frame-pointer -g -O0 -pipe
/tmp/wine/dlls/ntdll/unix/env.c: In function 'get_initial_console':
/tmp/wine/dlls/ntdll/unix/env.c:1681:24: error: storage size of 'size' isn't
known
1681 | struct winsize size;
| ^~~~
Adding #include <sys/termios.h> to ntdll/unix/env.c allows the compilation to
continue slightly further, where it fails again
/tmp/wine/dlls/ntdll/unix/file.c: In function 'NtQueryVolumeInformationFile':
/tmp/wine/dlls/ntdll/unix/file.c:6528:18: error: too few arguments to function
'fstatfs'
6528 | if (!fstatfs( fd, &stfs ))
| ^~~~~~~
--
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=56115
Bug ID: 56115
Summary: A2 racer crashes with initlib.cpp(1014): could not set
display mode (operation is not supported)
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
To reproduce:
Download the game:
https://www.myabandonware.com/download/v1t-a2-racer
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ unzip ~/Downloads/A2-Racer_Win_NL.zip
$ udisksctl loop-setup --file ~/CD.iso
Mapped file /home/cedric/CD.iso as /dev/loop0.
[cedric@cedric ~]$ ls /run/media/cedric/
[cedric@cedric ~]$ umount /dev/loop0
umount: /dev/loop0: not mounted.
[cedric@cedric ~]$
[cedric@cedric ~]$ blkid CD.iso
[cedric@cedric ~]$ blkid --probe CD.iso
[cedric@cedric ~]$ ls -l CD.iso
-rw-r--r-- 1 cedric cedric 108768240 Nov 29 2021 CD.iso
$ fuseiso -p ~/CD.iso ~/cd
$ ls ~/cd
A2.EXE A2INTRO.SMK A2MRC.IMG A2MRCS.IND DSETUP6E.DLL DSETUPE.DLL
ETAPPE1.OMP ETAPPE2.TRK GAMESPR.IMG LEESMIJ.DOC RCS.IMG SMACKW32.DLL
A2EXIT.SMK A2MENU.DAT A2MRC.IND A2SPEL.DAT DSETUP6J.DLL DSETUPJ.DLL
ETAPPE1.TRK ETAPPE3.OMP GAMESPR.IND LEESMIJ.WRI RCS.IND A2.INI
A2MOVIE.DAT A2MRCS.IMG A2WIN.SMK DSETUP.DLL dxsetup ETAPPE2.OMP
ETAPPE3.TRK Helpdesk MOVIE.INI SETUP.EXE
cd ~/cd/
[cedric@cedric cd]$ wine SETUP.EXE
Now the installer starts. It gives the error "Om DirectX 3 te gebruiken heeft u
minimaal NT4.0 nodig met servicepack 3. Bij u werd Service pack 0
gedetecteerd". translation: "To use DirectX 3 you need at minimum NT4.0 with
servicepack 3. Service pack 0 was detected"
Press OK, and now the installer reports the game is installed succesfully.
[cedric@cedric cd]$ cd ~/wine-tmp/drive_c/DAVILEX/A2RACER/
[cedric@cedric A2RACER]$ wine A2.EXE
Now the error "initlib.cpp(1014): could not set display mode (operation is not
supported)"
After that the screen goes black to a low resolution, with only a mousecursor,
and then the error "Program installation check failed" comes up. After clicking
OK, the desktop returnes.
[cedric@cedric A2RACER]$
$ winecfg set windows XP
$ wine A2.EXE
Now the error "initlib.cpp(1014): could not set display mode (operation is not
supported)"
After that the screen goes black to a low resolution, with only a mousecursor,
and then the error "Program installation check failed" comes up. After clicking
OK, the desktop returnes.
$ winecfg set windows 98
$ wine A2.EXE
Now the error "initlib.cpp(1014): could not set display mode (operation is not
supported)"
After that the screen goes black to a low resolution, with only a mousecursor,
and then the error "Program installation check failed" comes up. After clicking
OK, the desktop returnes.
$ cd ~/cd
$ wine SETUP.EXE Now the installer doesn't report any errors
$ wineboot
$ cd ~/wine-tmp/drive_c/DAVILEX/A2RACER/
$ wine A2.EXE
Now the error "initlib.cpp(1014): could not set display mode (operation is not
supported)"
After that the screen goes black to a low resolution, with only a mousecursor,
and then the error "Program installation check failed" comes up. After clicking
OK, the desktop returnes.
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ winecfg windows 95
$ cd ~/cd
$ wine SETUP.EXE Now the installer doesn't report any errors
$ wineboot
$ cd ~/wine-tmp/drive_c/DAVILEX/A2RACER/
$ wine A2.EXE
Now the error "initlib.cpp(1014): could not set display mode (operation is not
supported)"
After that the screen goes black to a low resolution, with only a mousecursor,
and then the error "Program installation check failed" comes up. After clicking
OK, the desktop returnes.
Console messages:
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0108:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0108:err:system:NtUserChangeDisplaySettings Changing L"\\\\.\\DISPLAY1" display
settings returned -2.
0114:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0118:fixme:d3d_shader:glsl_blitter_upload_palette P8 texture loaded without a
palette.
0118:fixme:d3d_shader:glsl_blitter_upload_palette P8 texture loaded without a
palette.
0114:fixme:ddraw:ddraw_surface1_Flip Ignoring flags 0x1.
0118:fixme:d3d_shader:glsl_blitter_upload_palette P8 texture loaded without a
palette.
0120:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0120:err:system:NtUserChangeDisplaySettings Changing L"\\\\.\\DISPLAY1" display
settings returned -2.
--
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=33307
Bug #: 33307
Summary: heap corruption with gcc 4.8.0
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
Classification: Unclassified
Fresh wine compiled with gcc 4.8.0 is quite unusable. Likely, gcc is a culprit.
But nevertheless it might indicate to some very sophisticated hidden bug in
wine64, so I post a bug here.
Compilation:
$ cd wine
$ mkdir build64
$ cd build64
$ ../configure --enable-win64 --prefix=/opt/wine64 --without-xinput2
--disable-tests
$ sudo make install
$ wine64 notepad
Bus error
Further investigation has led to the following:
$ WINEDEBUG=file,ntdll,heap wine64 notepad
...
err:heap:HEAP_ValidateInUseArena Heap 0x10000: block 0x106c0 tail overwritten
at 0x106e8 (byte 0/32 == 0x5c)
.....
wine64: ../../../dlls/ntdll/heap.c:455: HEAP_GetPtr: Assertion `0' failed.
--
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=28050
Summary: llvm-gcc-4.5 fails to compile loader/preloader.c with
optimizations enabled
Product: Wine
Version: 1.3.26
Platform: x86
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=63718
2
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: blocker
Priority: P2
Component: loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
austin@debian:~/wine-git/loader$ make
llvm-gcc -o wine-preloader -static -nostartfiles -nodefaultlibs
-Wl,-Ttext=0x7c400000 preloader.o ../libs/port/libwine_port.a
preloader.o: In function `set_process_name':
/home/austin/wine-git/loader//preloader.c:455: undefined reference to `memset'
preloader.o: In function `map_so_lib':
/home/austin/wine-git/loader//preloader.c:455: undefined reference to `memset'
collect2: ld returned 1 exit status
make: *** [wine-preloader] Error 1
make -k lets it compile and wine runs. Alternatively, you can disable
optimization in loader/Makefile, and it will compile.
I tried a simple patch:
diff --git a/loader/preloader.c b/loader/preloader.c
index a94c52c..2e55d2a 100644
--- a/loader/preloader.c
+++ b/loader/preloader.c
@@ -173,6 +173,9 @@ void *__stack_chk_guard = 0;
void __stack_chk_fail_local(void) { return; }
void __stack_chk_fail(void) { return; }
+/* for dragonegg */
+void *memset(void *s, int c, size_t n) { return s; }
+
#ifdef __i386__
/* data for setting up the glibc-style thread-local storage in %gs */
but then wine segfaults :/. Additionally, using a simple implementation:
(from http://clc-wiki.net/wiki/C_standard_library:string.h:memset)
void *memset(void *s, int c, size_t n)
{
unsigned char* p=s;
while(n--)
*p++ = (unsigned char)c;
return s;
}
fails in the same way.
This is the only failure with llvm-gcc-4.5 (aka dragonegg), after that, at
least noteapd runs. Haven't checked what tests fail yet though :)..
--
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=56068
Bug ID: 56068
Summary: No "Timeout" command
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: frauguelle(a)gmail.com
Distribution: ---
On windows exists a "timeout" command in cmd.
On Wine, there don't exists a "timeout" command.
The "timeout" command is needed by several BAT programms so it needs to be
fixed.
--
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=33521
Bug #: 33521
Summary: Compilation fails with GCC 4.8 -O3
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff(a)deseret-tech.com
Classification: Unclassified
WINE compilation fails with ArchLinux's GCC 4.8.0-4 (currently in testing).
preloader.o: In function `map_so_lib':
preloader.c:(.text+0x9e8): undefined reference to `memset'
preloader.o: In function `wld_start':
preloader.c:(.text+0x28d9): undefined reference to `memset'
collect2: error: ld returned 1 exit status
make[1]: *** [wine-preloader] Error 1
The distro-specific package is relevant because the codebase used is actually a
snapshot of version control taken on 2013 May 2, which includes the patch
discussed in bug #33307.
Compare bug #28050, regarding the same error, manifest in LLVM w/ dragonegg and
GCC 4.5. See http://llvm.org/bugs/show_bug.cgi?id=11173 for information on
that. Don't see an appropriate bug on GCC's tracker at the moment, not likely
to have time to create it.
--
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=56099
Bug ID: 56099
Summary: Need for Speed: Carbon crashes while applying settings
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
URL: https://www.moddb.com/games/need-for-speed-carbon/down
loads/need-for-speed-carbon-demo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 75772
--> https://bugs.winehq.org/attachment.cgi?id=75772
+d3dx
0024:fixme:d3dx:d3dx9_effect_init_from_binary Failed to parse effect.
0024:trace:d3dx:d3dx_effect_pool_Release 003B46A8 decreasing refcount to 1.
0024:warn:d3dx:D3DXCreateEffectEx Failed to create effect object, hr
0x8007000e.
Using native d3dx9_30 helps.
--
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=51271
Bug ID: 51271
Summary: AMOE Backupper error message when starting any wine
process
Product: Wine-staging
Version: 6.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70152
--> https://bugs.winehq.org/attachment.cgi?id=70152
Generated backtrace log file
I see the attached bug report generated every time I start any process after
installing AOMEI Backupper Standard Edition 6.5.1.
I am using non-clean 64bit WINEPREFIX. Winetricks output below. This post might
be related:
https://superuser.com/questions/1186750/uninstalling-aomei-backupper-causes…
$ sh winetricks list-installed
Executing mkdir -p /home/linards
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install
32-bit versions of packages. If you encounter problems, please retest in a
clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20210206-next - sha256sum:
e08cfb38938b63f34f9b19d59791b79779fdb2c1f636599a54e81332eb3d511b with wine-6.9
(Staging) and WINEARCH=win64
cabinet
andale
arial
comicsans
courier
georgia
impact
times
trebuchet
verdana
webdings
corefonts
binkw32
d3dcompiler_42
w_workaround_wine_bug-24013
d3dcompiler_43
d3dcompiler_47
d3dx10_43
d3dx11_42
d3dx11_43
d3dx9_42
d3dx9_43
d3dx9
d9vk
vcrun2010
vcrun2012
dxvk181
vcrun2003
vcrun6
--
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=56107
Bug ID: 56107
Summary: Comdlg32/Color - Cross not painted
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
When selecting a color, a black cross is expected to be painted by
CC_PaintCross but nothing is painted.
See Wine screenshot in Ubuntu.
Proposed fix/patch here : https://github.com/reactos/reactos/pull/6242/files
--
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=54325
Bug ID: 54325
Summary: exception: unimplemented function
setupapi.dll.SetupDiGetDevicePropertyW
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: luis.felipeszsv(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
Created attachment 73890
--> https://bugs.winehq.org/attachment.cgi?id=73890
logs (backtracre)
so im trying to NFS U2 and im getting this error
Unhandled exception: unimplemented function
setupapi.dll.SetupDiGetDevicePropertyW called in 32-bit code (0x7b012886).
i have the whole log on the attachments
is there anything i can do? or anyway to install this function to the dll?
--
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=56105
Bug ID: 56105
Summary: Internet Explorer 6 crashes when proxying through
theoldnet.com:1996
Product: Wine
Version: 8.21
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 75776
--> https://bugs.winehq.org/attachment.cgi?id=75776
Terminal output
Steps to reproduce:
1. Create a 32-bit Wine bottle
2. Run `winetricks ie6`
3. Run `wine control inetcpl.cpl`
4. Click Connections, LAN Settings
5. Check the box "Use a proxy server for your LAN"
6. Enter theoldnet.com for the address and 1996 for the port, and click OK
7. Run `wine 'C:\Program Files\Internet Explorer\IEXPLORE.EXE'
http://www.winehq.org/`
Internet Explorer displays "Unknown Error, Sorry" instead of the web page, and
crashes.
--
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=7106
Zeb Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |bc68b30d208209d749522eaba79
| |b0e124956bdde
Status|STAGED |RESOLVED
Resolution|--- |FIXED
Staged patchset|https://github.com/wine-sta |
|ging/wine-staging/tree/mast |
|er/patches/krnl386.exe16-In |
|valid_Console_Handles |
--- Comment #39 from Zeb Figura <z.figura12(a)gmail.com> ---
As far as I can tell, this was actually fixed by
<https://source.winehq.org/git/wine.git/commitdiff/bc68b30d208209d749522eaba…>.
The wine-staging patch was written afterwards; as far as I can tell as a
response to that commit, in an attempt to be more robust. But the component
it's trying to be more robust against is the server, and that already catches
invalid handles and returns zero for them.
I've removed the patch set from wine-staging in commit
d216d5cdb2d12336327ff157683fbed86b9289cb; a more complete explanation is given
there.
The application currently works with upstream Wine. Reverting bc68b30d2 breaks
it again. I didn't test with bc68b30d2 proper or its parent, but I think it's
safe to conclude that that commit really did fix the program.
--
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=56100
Bug ID: 56100
Summary: Greenshot: Error when adding a textbox
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Distribution: ---
Created attachment 75775
--> https://bugs.winehq.org/attachment.cgi?id=75775
Error content
Steps to reproduce:
1) unpack Greenshot-NO-INSTALLER-1.2.10.6-RELEASE.zip
2) wine Greenshot.exe
3) RMB on Greenshot icon in the system tray
4) LMB on "Capture region"
5) Draw a rectangle on your screen
6) A context menu will pop up by itself
7) Choose "Open in image editor"
9) Press 'T' on your keyboard to invoke "Add textbox" from object's menu
Behavior:
Error window with content as attached.
Expected behavior:
No error window.
Additional info:
1) No error window with dotnet-4.8
2) Tested on WINEARCH=win64
3) Tested on wine-staging
--
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=33455
Bug #: 33455
Summary: Tomb Raider (2013): Flickering Bushes with NVIDIA GPU
/ driver
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felixhaedicke(a)web.de
Classification: Unclassified
In a few forst game scenes, bushes with flickering leaves can be found.
I tested it on two computers with the following GPUs / drivers:
* NVIDIA GTX 560 Ti with proprietary driver 313.30 - Bug always reproducible
* Intel HD 3000 and driver version 2.21.6 - Bug NOT reproducible
What makes no difference:
* All effects on or off
* Lowest / highest deatil levels
* UseGLSL enabled disabled or
* StrictDrawOrdering enabled or disabled
I made a video of it here
http://youtu.be/9DONLEMEV3w
Unfortunately the video quality is not ideal and has a few distortions which
are caused by the record (used recordmydesktop), but the flickering should be
clearly visible.
--
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=31053
Bug #: 31053
Summary: impossible executer programme installé voir descriptif
bug en pièce jointe
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: malfre.daniel(a)sfr.fr
Classification: Unclassified
Created attachment 40765
--> http://bugs.winehq.org/attachment.cgi?id=40765
détail ano à l'ouverture
Programme comptes et budget V 6
programme installé correctement
Problème à l'ouverture ;
erreur execution 97;
erreur interne paramètres invalides reçus
détail fichier comptes.txt joint
--
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=12504
Summary: TextOut shows only black rectangles and probably slows
down programme
Product: Wine
Version: 0.9.58.
Platform: Other
URL: http://www.makakgames.wz.cz
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavelvonlostice(a)seznam.cz
Game, which i have programmed uses function TextOut, but in wine there are only
black rectangles without text, and this game runs too slow. Its programmed by
using DirectDraw, so I use GetDC method. You can download it from
http://www.makakgames.wz.cz/static_objects/robo_bob%20install.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.
https://bugs.winehq.org/show_bug.cgi?id=56098
Bug ID: 56098
Summary: Mouse pointer lags when using two monitors in X11
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rickard(a)refused.net
Distribution: ---
If you have two monitors connected, the mouse pointer lags and things become
sluggish for a while when opening programs through wine.
But once the program has loaded, it works fine.
The thing is though, if I UNPLUG the display cable (not the power cable) from
the secondary monitor, the mouse pointer lag disappears. Disabling the
secondary monitor is not enough nor is turning it off.
I'm not sure if it's wine or if it's an Nvidia bug. I tried different versions
of both Wine and GPU drivers but I always come to the conclusion that that
unplugging the display cable from the secondary monitor fixes everything.
It does not happen on wayland, just X11.
--
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=46635
Bug ID: 46635
Summary: git for windows works or crashes depending on how its
invoked
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paleozogt(a)gmail.com
Distribution: ---
Created attachment 63547
--> https://bugs.winehq.org/attachment.cgi?id=63547
wine git bug project
Git for Windows seems to work properly with Wine:
> ➜ wine git --version
> git version 2.20.1.windows.1
However, if its invoked via some other tool (such as CMake or Java) it will
crash. Perhaps it has to do with the particular API being used (evecvp, etc)?
For example, if CMake invokes it with
> execute_process(
> COMMAND git --version
> OUTPUT_VARIABLE VERSION
> OUTPUT_STRIP_TRAILING_WHITESPACE
> )
then we see:
> ➜ wine cmake .. -G "Unix Makefiles"
>003b:fixme:winsock:WS_EnterSingleProtocolW unknown Protocol <0x00000000>
>003b:fixme:winsock:WS_EnterSingleProtocolW unknown Protocol <0x00000000>
>wine: Unhandled page fault on write access to 0x00000000 at address 0x5db52b (thread 0045), starting debugger...
I've attached a project that allows you to reproduce this issue:
1) Make sure you have zip and p7zip-full installed
2) Setup wine with "wineboot"
3) Unzip the project and cd into it
4) Run ./setup.sh to download git, cmake, etc
5) Run ./test.sh to exercise the bug
--
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=52579
Bug ID: 52579
Summary: MSI USB Firmware Update Tool 2.16.70 : Empty Audio IC
dropdown on MSI MEG Z590 GODLIKE motherboard
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
Terminal log:
$ wine MSI\ USB\ Audio\ FW\ Update\ Tool.exe
002c:fixme:winediag:LdrInitializeThunk wine-staging 7.2 is a testing version
containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when
filing bug reports on winehq.org.
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
Fontconfig error: "/etc/fonts/conf.d/25-no-bitmap-fedora.conf", line 1: Extra
content at the end of the document
0128:fixme:nls:RtlGetThreadPreferredUILanguages 00000038, 00CFF400, 00CFF410
00CFF404
0128:fixme:nls:get_dummy_preferred_ui_language (0x38 00CFF400 00CFF410
00CFF404) returning a dummy value (current locale)
0128:fixme:process:RegisterApplicationRestart (L"
/RestartByRestartManager:6D175929-915D-4673-8D98-C51F26C07F4C",0)
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial
are not available.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial
are not available.
0128:fixme:shell:InitNetworkAddressControl stub
014c:fixme:ver:GetCurrentPackageId (025CFEF0 00000000): stub
0074:fixme:imm:ImeSetActiveContext (0x41e50, 0): stub
0074:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000041E50): stub
0128:fixme:imm:ImeSetActiveContext (0xd65490, 1): stub
0128:fixme:imm:ImmReleaseContext (0001007C, 00D65490): stub
--
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=46541
Bug ID: 46541
Summary: WinToUSB Free latest version 64bit application error
message when starting
Product: Wine-staging
Version: 4.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63402
--> https://bugs.winehq.org/attachment.cgi?id=63402
terminal log
Attaching screenshot of the error and the terminal log.
--
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=56084
Bug ID: 56084
Summary: 007: Quantum of Solace game return to desktop after
showing the intro sequence.
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
007: Quantum of Solace game return to desktop after showing the intro sequence.
To reproduce:
https://www.myabandonware.com/download/19vc-007-quantum-of-solace
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ cd ~/wine-tmp
$ unzip ~/Downloads/007-Quantum-of-Solace_Win_EN-FR-DE-IT-ES-PL_Repack.zip
Archive:
/home/jose/Downloads/007-Quantum-of-Solace_Win_EN-FR-DE-IT-ES-PL_Repack.zip
extracting: 007 Quantum of Solace (Video Game).iso
$ fuseiso -p 007\ Quantum\ of\ Solace\ \(Video\ Game\).iso cd
$ cd cd
$ wine setup.exe accept the defaults (the installer spawns a floating window
wit a progress bar and nothing else). After some time the game is installed.
$ wine ~/wine-tmp/drive_c/Games/James\ Bond\ 007\ Quantum\ of\
Solace/JB_Launcher_s.exe
Now the game starts, and returns to the desktop after showing the intro with
red dots showing the Activision logo.
These errors are visible on the console:
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
0024:fixme:gameux:GameExplorerImpl_VerifyAccess (00F90718, L"C:\\Games\\James
Bond 007 Quantum of Solace\\JB_Launcher_s.exe", 00AEF8D4)
wineserver: file_set_error() can't map error: Function not implemented
wineserver: file_set_error() can't map error: Function not implemented
0110:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0110:fixme:d3d:debug_d3dformat Unrecognized 0x41415353 (as fourcc: SSAA)
WINED3DFORMAT!
0110:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x41415353)
in the format lookup table.
0134:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
0110:fixme:d3dcompiler:D3DAssemble flags 1
$ cd ..
$ umount cd
Software:
$ wine --version
wine-9.0-rc3f rom this aur PKGBUILD:
https://bugs.winehq.org/attachment.cgi?id=75744
$ uname -a
Linux cedric-work-laptop 6.6.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 21 Dec 2023
19:01:01 +0000 x86_64 GNU/Linux
Running lxde on Xorg
Hardware:
$ lscpi
03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22
[Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev c3)
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c4)
$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x44 cap: 0xf, Source Output, Sink Output, Source Offload, Sink
Offload crtcs: 4 outputs: 2 associated providers: 1 name:modesetting
Provider 1: id: 0x124 cap: 0xf, Source Output, Sink Output, Source Offload,
Sink Offload crtcs: 6 outputs: 1 associated providers: 1 name:modesetting
--
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=56081
Bug ID: 56081
Summary: (T)Raumschiff Surprise: Periode 1: game starts with a
black screen
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
(T)Raumschiff Surprise: Periode 1: game starts with a black screen
To reproduce:
Download (T)Raumschiff Surprise: Periode 1:
https://www.myabandonware.com/game/t-raumschiff-surprise-periode-1-mji#down…
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ cd ~/wine-tmp
$ unzip ~/Downloads/T-Raumschiff-Surprise-Periode-1_Win_DE_CD.zip
Archive: /home/jose/Downloads/T-Raumschiff-Surprise-Periode-1_Win_DE_CD.zip
inflating: IMAGE.CCD
inflating: IMAGE.cue
inflating: IMAGE.img
inflating: IMAGE.sub
$ fuseiso -p IMAGE.img cd
$ cd cd/
$ wine Setup/Setup.exe Choose defaults. Press enter to get the bash prompt
$ wine ~/wine-tmp/drive_c/Phenomedia\ AG/\(T\)Raumschiff\ Surprise\ -\ Periode\
1\ -\ XXL/Freistilschweber.exe
Now the screen goes black. When the mouse is moved, a pointer is visible.
When esc is pressed, the desktop reapears. These errors are visible on the
console:
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
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0120:err:d3d:wined3d_context_gl_set_pixel_format wglSetPixelFormatWINE failed
to set pixel format 5 on device context 1E010049.
0024:fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
0120:err:d3d:wined3d_context_gl_set_pixel_format wglSetPixelFormatWINE failed
to set pixel format 5 on device context 1A010056.
0120:err:d3d:wined3d_context_gl_create_wgl_ctx Failed to set pixel format 5 on
device context 1A010056.
0024:err:ddraw:ddraw_create_swapchain Failed to create swapchain, hr
0x80004005.
0024:err:ddraw:ddraw_set_cooperative_level Failed to create swapchain, hr
0x80004005.
$ cd ..
$ fusermount -u cd/
Software:
$ wine --version
wine-9.0-rc3f rom this aur PKGBUILD:
https://bugs.winehq.org/attachment.cgi?id=75744
$ uname -a
Linux cedric-work-laptop 6.6.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 21 Dec 2023
19:01:01 +0000 x86_64 GNU/Linux
Running lxde on Xorg
Hardware:
$ lscpi
03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22
[Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev c3)
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c4)
$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x44 cap: 0xf, Source Output, Sink Output, Source Offload, Sink
Offload crtcs: 4 outputs: 2 associated providers: 1 name:modesetting
Provider 1: id: 0x124 cap: 0xf, Source Output, Sink Output, Source Offload,
Sink Offload crtcs: 6 outputs: 1 associated providers: 1 name:modesetting
--
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=56083
Bug ID: 56083
Summary: 007: Blood Stone: game starts with a black screen
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
To reproduce:
Download 007: Blood Stone:
https://www.myabandonware.com/download/14b6-007-blood-stone
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ cd ~/wine-tmp
unzip ~/Downloads/007-Blood-Stone_Win_EN-FR-DE-ES-PT-PL-CS-RU_Repack.zip
Archive:
/home/jose/Downloads/007-Blood-Stone_Win_EN-FR-DE-ES-PT-PL-CS-RU_Repack.zip
extracting: 007 Blood Stone.iso
extracting: 007 Blood Stone.jpg
$ fuseiso -p 007\ Blood\ Stone.iso cd
$ cd cd
$ wine setup.exe and accept the defaults
$ wine ~/wine-tmp/drive_c/Games/James\ Bond\ 007\ Blood\ Stone/Bond.exe
Now the screen goes black. When the mouse is moved, a pointer is visible.
When esc is pressed, the desktop reapears. These errors are visible on the
console:
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
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:d3d:wined3d_swapchain_init The application requested more than one
back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if
possible.
0024:fixme:wbemprox:client_security_SetBlanket 7FCC1850, 027DC9D8, 10, 0,
(null), 3, 3, 00000000, 0
0024:fixme:wbemprox:client_security_Release 7FCC1850
0024:fixme:wbemprox:enum_class_object_Next timeout not supported
0024:fixme:dinput:joy_config_GetConfig iface 027DC9A8, id 0, info 019CF3C8,
flags 0x1 stub!
0024:fixme:dinput:joy_config_GetConfig flags |= DIJC_GUIDINSTANCE
wine: Unhandled page fault on read access to 00000000 at address 0149C3D5
(thread 0024), starting debugger...
013c:fixme:dbghelp:elf_search_auxv can't find symbol in module
0110:err:sync:RtlpWaitForCriticalSection section 02902620 (null) wait timed out
in thread 0110, blocked by 0024, retrying (60 sec)
013c:fixme:dbghelp:elf_search_auxv can't find symbol in module
$ cd ..
$ umount cd
Software:
$ wine --version
wine-9.0-rc3f rom this aur PKGBUILD:
https://bugs.winehq.org/attachment.cgi?id=75744
$ uname -a
Linux cedric-work-laptop 6.6.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 21 Dec 2023
19:01:01 +0000 x86_64 GNU/Linux
Running lxde on Xorg
Hardware:
$ lscpi
03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22
[Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev c3)
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c4)
$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x44 cap: 0xf, Source Output, Sink Output, Source Offload, Sink
Offload crtcs: 4 outputs: 2 associated providers: 1 name:modesetting
Provider 1: id: 0x124 cap: 0xf, Source Output, Sink Output, Source Offload,
Sink Offload crtcs: 6 outputs: 1 associated providers: 1 name:modesetting
--
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=56080
Bug ID: 56080
Summary: "Tahl": Uncover the Evil Within: installer caches
after choosing destination in windows 98 mode
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Created attachment 75746
--> https://bugs.winehq.org/attachment.cgi?id=75746
backtrace
"Tahl": Uncover the Evil Within: installer caches after choosing destination in
windows 98 mode
To reproduce:
Download Thal:
https://www.myabandonware.com/game/tahl-uncover-the-evil-within-e54#download
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ cd ~/wine-tmp
$ unzip ~/Downloads/Tahl-Uncover-the-Evil-Within_Win_KO_ISO-Version.zip
Archive:
/home/jose/Downloads/Tahl-Uncover-the-Evil-Within_Win_KO_ISO-Version.zip
inflating: Tahl.iso
$ fuseiso -p Tahl.iso cd/
$ cd cd/
$ winecfg and choose windows98
$ wine SETUP.EXE Now the installer starts.
Click on the chineese texts below the red drawing, next to the warrior.
Click OK (accept the default install location, C:TAHL) Now the installer
chashes.
Click show details and save the backtrace, then choose close.
$ cd ..
$ fusermount -u cd/
Software:
$ wine --version
wine-9.0-rc3f rom this aur PKGBUILD:
https://bugs.winehq.org/attachment.cgi?id=75744
$ uname -a
Linux cedric-work-laptop 6.6.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 21 Dec 2023
19:01:01 +0000 x86_64 GNU/Linux
Running lxde on Xorg
Hardware:
$ lscpi
03:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 22
[Radeon RX 6700/6700 XT/6750 XT / 6800M/6850M XT] (rev c3)
07:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c4)
$ xrandr --listproviders
Providers: number : 2
Provider 0: id: 0x44 cap: 0xf, Source Output, Sink Output, Source Offload, Sink
Offload crtcs: 4 outputs: 2 associated providers: 1 name:modesetting
Provider 1: id: 0x124 cap: 0xf, Source Output, Sink Output, Source Offload,
Sink Offload crtcs: 6 outputs: 1 associated providers: 1 name:modesetting
--
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=56039
Bug ID: 56039
Summary: winecfg does no longer run after export WINEARCH=win32
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
winecfg does not run in 32 bit mode, makes it impossible to choose windows 98
emulation
Steps to reproduce:
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ export WINEARCH=win32
$ winecfg
wine: '/home/cedric/wine-tmp' is a 32-bit installation, it cannot support
64-bit applications.
Software:
$ wine --version
wine-9.0-rc2 from this aur package:
https://aur.archlinux.org/packages/wine-wow64
$ uname -a
Linux cedric 6.6.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 Dec 2023 03:45:42
+0000 x86_64 GNU/Linux
Running lxde on Xorg
Hardware:
0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi
10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c4)
--
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=56076
Bug ID: 56076
Summary: Detroit: Become Human crashing upon start
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edward.daas(a)gmail.com
Created attachment 75742
--> https://bugs.winehq.org/attachment.cgi?id=75742
Screen shot of the message displayed
The game displays the following message before starting: The graphic card is
not officially supported by Detroit: Become Human. The game is likely to crash
or fail at launch.
When I launch the game anyway, the game crashes instantly.
--
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=56074
Bug ID: 56074
Summary: Klingon Honor Guard broken mouse input when running
full screen.
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fuzzy987321(a)gmail.com
Distribution: ---
Created attachment 75740
--> https://bugs.winehq.org/attachment.cgi?id=75740
Log when running the game in a clean prefix.
When running the game Klingon Honor Guard in full screen mode, the mouse input
is broken and unusable. Moving the mouse seems to work for a second, then gets
'stuck': the game ignores all input from both keyboard and mouse for a few
seconds, then all inputs from this time seem to come through all at once. Input
remains frozen for a few more seconds, after this mouse input goes back to
normal for a bit, only to get stuck again a few seconds later. If I don't touch
the mouse at all, keyboard input seems to work fine and the game runs as
normal. The game doesn't freeze when the input gets stuck - you can see the
environment continue to move as normal, you just can't interact with it. If a
movement button is held down while the input gets stuck because you move the
mouse, the game behaves as if the button continues to be held down while
ignoring new inputs.
If running the game in windowed and software mode by modifying the
[Engine.Engine] section of the Khg.ini file and changing all of the
*RenderDevice entries to say SoftDrv.SoftwareRenderDevice and then forcing to
game to windowed mode by changing StartupFullscreen to False under the
[WinDrv.WindowsClient] section the issue goes away. Even when setting a high
custom resolution. Of course the game runs in a window without hardware
acceleration then.
When using OGlDrv.OpenGLRenderDevice instead, the game seems to always run full
screen and only accepts a few predefined 4:3 resolutions such as 1024x768 and
1280x1024. Depending on settings, the input can be made to work, but usually is
broken as described above. Setting UseFullscreen to False under the
[OGlDrv.OpenGLRenderDevice] section along with setting StartupFullscreen to
False under the [WinDrv.WindowsClient] section and specifying a resolution this
renderer is compatible with seems to make the input work sometimes, even though
the game still runs full screen.
The D3DDrv.D3DRenderDevice option seems completely broken rendering the game
stretched vertically or squished horizontally in the top left corner of the
screen while ignoring all input. The game seems to open 2 different windows in
this mode - a full screen one that the game renders in and a second transparent
one with only the window decorations visible. Second one responds at least to
keyboard input. If alt-tabing to this second one the game quickly refocuses the
first, so this isn't at all usable. But this is likely a different issue.
There is a free demo of the game available and the issue can be reproduced
there.
Link to free demo:
https://archive.org/details/StarTrekTheNextGenerationKlingonHonorGuard_1020
--
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=54305
Bug ID: 54305
Summary: riched20:editor - test_eventMask() sometimes gets the
wrong event mask (0) on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
riched20:editor - test_eventMask() sometimes gets the wrong event mask (0) on
Windows 7:
editor.c:6663: Test failed: wrong event mask (0x0) during WM_COMMAND
See https://test.winehq.org/data/patterns.html#riched20:editor
This looks like a race condition between making the windows visible again and
querying the event mask, even though we check that IsWindowVisible() returns
true.
--
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=54497
Bug ID: 54497
Summary: riched20:editor - The window is sometimes visible in
test_eventMask() on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
riched20:editor - The window is sometimes visible in test_eventMask() on
Windows:
editor.c:6641: Test failed: Window shouldn't be visible.
See https://test.winehq.org/data/patterns.html#riched20:editor
This failure can happen on any Windows version from Windows 7 to 10 21H1.
There are only 5 known instances over the past 6 months which makes it pretty
rare:
* 2022-10-18 on w10pro64v2004 32-bit
* 2022-11-08 on w1064v2009 64-bit
* 2022-11-09 on w7u-2qxl (32-bit)
* 2022-12-22_20 w10pro64-ar 64-bit
* 2023-02-15 on w7u_adm (32-bit) for MR2212
--
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=54494
Bug ID: 54494
Summary: riched20:editor - test_EM_FORMATRANGE() fails on
Windows in the en_AE + UTF-8 locale
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
riched20:editor - test_EM_FORMATRANGE() fails on Windows in the en_AE + UTF-8
locale:
editor.c:5741: Test failed: Expected < 9, got 10
See https://test.winehq.org/data/patterns.html#riched20:editor
The failure is systematic in the en-AE-u8 locale and the invalid / expected
values are always the same. Also it never happens in any of the other locales
we test, including the hi-u8 one. So it's not a pure UTF-8 issue.
Adding traces shows that it is the first iteration of the loop that fails, i.e.
the "WINE wine" fmtstring.
--
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=51509
Bug ID: 51509
Summary: Shadow Warrior 2 Black Screen caused by video (mfplat)
Product: Wine-staging
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: christian.frank(a)gmx.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hi,
Shadow Warrior 2 (Gog version) does not work anymore with Wine Staging 6.13.
Wine tries to show the videos at the start of the game, but only the sound and
the mouse cursor shows up, but the rest of the screen is black.
The following error is displayed while that happens:
0100:err:mfplat:mf_decoder_GetOutputStreamInfo Failed to get desired output
buffer size
Older versions of wine simply skipped the videos and therefore the game was
working fine.
If you need any other infos, please let me know.
Many thx !
--
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=55862
Bug ID: 55862
Summary: [aarch64-musl] ws2_32.dll failed to initialize //
could not load kernel32.dll
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: winehq.org(a)life.at
Distribution: ---
On Alpine Linux (= musl) with either, **WINE 8.19** and current **master**, I
get the same errors.
It's configured like this, only lacking the mentioned dependencies:
% ../configure --disable-tests --with-mingw --enable-archs=i386,aarch64
configure: OSS sound system found but too old (OSSv4 needed), OSS won't be
supported.
configure: libcapi20 development files not found, ISDN won't be supported.
configure: libnetapi not found, Samba NetAPI won't be supported.
Confirming the environment:
% ./wine --version
wine-8.19
% uname -m
aarch64
% ldd `which ls`
/lib/ld-musl-aarch64.so.1 (0xffffa0732000)
Confirming libraries:
% find ./ -name ws2_32.dll -o -name kernel32.dll
./dlls/kernel32/aarch64-windows/kernel32.dll
./dlls/kernel32/i386-windows/kernel32.dll
./dlls/ws2_32/aarch64-windows/ws2_32.dll
./dlls/ws2_32/i386-windows/ws2_32.dll
% file dlls/kernel32/*/kernel32.dll
dlls/kernel32/aarch64-windows/kernel32.dll: PE32+ executable (DLL) (GUI)
Aarch64, for MS Windows, 14 sections
dlls/kernel32/i386-windows/kernel32.dll: PE32 executable (DLL) (GUI)
Intel 80386, for MS Windows, 15 sections
% file dlls/ws2_32/*/ws2_32.dll
dlls/ws2_32/aarch64-windows/ws2_32.dll: PE32+ executable (DLL) (GUI)
Aarch64, for MS Windows, 14 sections
dlls/ws2_32/i386-windows/ws2_32.dll: PE32 executable (DLL) (GUI) Intel
80386, for MS Windows, 15 sections
The errors (same result with other exe's, like `msiexec` or `winecfg`):
% rm -Rf ~/.winevanilla ; WINEPREFIX=~/.winevanilla ./wine
programs/powershell/aarch64-windows/powershell.exe
wine: created the configuration directory '/home/g/.winevanilla'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
002c:err:module:loader_init "ws2_32.dll" failed to initialize, aborting
002c:err:module:loader_init Initializing dlls for
L"C:\\windows\\system32\\wineboot.exe" failed, status c0000142
wine: could not load kernel32.dll, status c0000135
% rm -Rf ~/.winevanilla ; WINEPREFIX=~/.winevanilla ./wine
programs/powershell/i386-windows/powershell.exe
wine: created the configuration directory '/home/g/.winevanilla'
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
002c:err:module:loader_init "ws2_32.dll" failed to initialize, aborting
002c:err:module:loader_init Initializing dlls for
L"C:\\windows\\system32\\wineboot.exe" failed, status c0000142
0024:err:environ:init_peb starting
L"Z:\\home\\g\\Downloads\\wine\\build\\programs\\powershell\\i386-windows\\powershell.exe"
in experimental wow64 mode
0024:err:module:init_wow64 could not load
L"C:\\windows\\system32\\wow64.dll", status c0000135
_(Issue originally created on
[Hangover](https://github.com/AndreRH/hangover/issues/141))_
--
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=56029
Bug ID: 56029
Summary: After focusing the window behaves as if the left mouse
button is pressed and hold.
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: johnfound(a)asm32.info
Distribution: ---
Maybe this regression is already reported, but it is so strange, that I was not
able to find it in the reports.
The effect is that if the uses switches to WINE application by Alt-Tab for
example, it behaves as if the left mouse button was pressed and hold. For
example, if there is a text editor, a mouse selection starts and moving the
mouse you select text as if the left mouse button is pressed.
In order to stop this behavior, you need to click with some of the mouse
buttons on the window (regardless of what button).
In addition, sometimes after activating the window, the focus moves to the main
menu as if the Alt key was pressed.
These both appears on random intervals somehow related to what you do in the
window.
The most reproducible procedure is the following:
1. Open two "notepad" instances with text files big enough to fills the whole
window.
2. Switch to the **other** notepad window by Alt-Tab, click somewhere in the
text.
2.1 If the text caret moves successfully, goto 2.
2.2 If text caret simply disappears from the initial position but not appeared
where you clicked, go to 3
3. Switch to the other window by Alt-Tab, move the mouse, without pressing
buttons, the text is selected after the mouse cursor.
This behavior stops when you press the left mouse button once on the text.
Another way is to press Alt key in order to enter the main menu and then again
to return to the text.
--
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=56071
Bug ID: 56071
Summary: Technomage Black screen No graphics or movies shown
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adec2011.ac(a)gmail.com
Distribution: ---
Black screen when running. Can hear movies but no graphics shown.
Used to work in older wine versions (1.7 era)
Demo here
https://www.gamepressure.com/download.asp?ID=615
--
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=53726
Bug ID: 53726
Summary: [Silent Hill 4] No trailer
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: es20490446e(a)gmail.com
Distribution: ---
Looking at a game-play:
https://www.youtube.com/watch?v=ADkPTbGzJBA
I noticed that low res trailer videos are missing, with only "fixme" error
messages in the log:
https://pastebin.com/if6Q5LBA
--
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=55659
Bug ID: 55659
Summary: QT5 program running on aarch64 platform, mouse event
exception
Product: Packaging
Version: unspecified
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: 364676551(a)qq.com
CC: dimesio(a)earthlink.net
Distribution: ---
QT5 program running on aarch64 platform, mouse event exception
After manually resizing the window, click on event recovery
After moving the position of the form, the coordinate system did not follow the
form and cannot be clicked
--
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=38061
Bug ID: 38061
Summary: Nitro Family displays only a blank screen in full
screen
Product: Wine
Version: 1.7.36
Hardware: x86
URL: http://www.fileplanet.com/137999/download/Nitro-Family
-Demo
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marc.bessieres(a)gmail.com
Distribution: ---
Created attachment 50702
--> https://bugs.winehq.org/attachment.cgi?id=50702
console output of Nitro Family demo full screen, blank screen
Hello,
Nitro Family displays only a blank screen in full screen.
Piotr Caban gave in bug 38050 the workaround of going into window mode by
pression Alt+Enter.
This allows to play the game.
So this is continuation of bug 38050, if you want the game not to crash you
need to be at least at commit b02934096d36a3c1e7f79fa73071b44e6bbb2c26 which is
post wine-1.7.36.
But the 7ac8ad4492eeaacca6909d2d96eb84aff05ca79c (also post wine-1.7.36) is
enough to show the issue.
I couldn't find this bug already reported, but I may have missed it.
All the bugs I found were about ddraw, and if I'm not mistaken this game
doesn't use it.
--- snip ---
> WINEDEBUG=+relay,+tid,+seh ~/wine-git/wine NitroFamily.exe >> log 2>&1
> grep ddraw log
>
> grep PE\ DLL log | cut -f2 -d, |cut -f2 -d\ |sort -u
L"advapi32.dll"
L"amx32.dll"
L"avifil32.dll"
L"comctl32.dll"
L"comdlg32.dll"
L"CrashRpt.dll"
L"crtdll.dll"
L"d3d8.dll"
L"dbghelp.dll"
L"dsound.dll"
L"Engine.dll"
L"Entities.dll"
L"Game.dll"
L"gdi32.dll"
L"ijl15.dll"
L"imm32.dll"
L"iphlpapi.dll"
L"KERNEL32.dll"
L"mmdevapi.dll"
L"msacm32.dll"
L"msvcp70.dll"
L"msvcr70.dll"
L"msvcrt.dll"
L"msvfw32.dll"
L"ntdll.dll"
L"ntoskrnl.exe"
L"ogg.dll"
L"ole32.dll"
L"oleaut32.dll"
L"opengl32.dll"
L"psapi.dll"
L"rpcrt4.dll"
L"Shaders.dll"
L"shell32.dll"
L"shlwapi.dll"
L"user32.dll"
L"userenv.dll"
L"uxtheme.dll"
L"version.dll"
L"vorbis.dll"
L"vorbisfile.dll"
L"windowscodecs.dll"
L"winealsa.drv"
L"wined3d.dll"
L"winejoystick.drv"
L"winex11.drv"
L"winmm.dll"
L"winspool.drv"
L"ws2_32.dll"
L"wsock32.dll"
--- snip ---
> sha1sum NitroFamily.exe
70144d05b75354f5f892f3afc760d991f69ef973 NitroFamily.exe
> du -hs NitroFamily.exe
1000K NitroFamily.exe
>
> ~/wine-git/wine --version
wine-1.7.36-15-g7ac8ad4
I'm attaching the command line output at
7ac8ad4492eeaacca6909d2d96eb84aff05ca79c because it is short
but I don't personally find anything suspicious.
This also happens with the demo
http://www.fileplanet.com/137999/download/Nitro-Family-Demo
> du -hs nitrofamilyoffdemo.exe
212M nitrofamilyoffdemo.exe
> sha1sum nitrofamilyoffdemo.exe
46082852a40592bf744778fd7212d79862900dd4 nitrofamilyoffdemo.exe
Cheers,
Marc
--
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=53632
Bug ID: 53632
Summary: Fails to load Jeskola Buzz with mono, can load with
dotnet4 with serious graphical issues, hence mono
test.
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonburr0wnz1(a)hotmail.com
Distribution: ---
Created attachment 73030
--> https://bugs.winehq.org/attachment.cgi?id=73030
backtrace file saved upon error.
When launching Jeskola Buzz after successful install, with dotnet dependencies
it loads with graphical issues. Mono errors upon load.
--
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=54689
Bug ID: 54689
Summary: Crash while attempting to run "My Taunton
Collection.exe" v 0.1.1 for reading a magazine archive
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agosto1957(a)maildrop.cc
Distribution: ---
Created attachment 74199
--> https://bugs.winehq.org/attachment.cgi?id=74199
backtrace - wine crashes during execution of the described application
The application appears at first to run (window loads, specific loaded
collections are displayed in the catalog), but when the specific collection is
selected for reading from the loaded collection, the application crashes. Back
trace is attached.
--
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=54911
Bug ID: 54911
Summary: Game Controller window doesn't close when at XInput
and attempts to close the Game Controller window.
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vd1523096(a)gmail.com
Distribution: ---
Created attachment 74422
--> https://bugs.winehq.org/attachment.cgi?id=74422
Game Controller window glitching and doesn't close when attempting to click
cancel button.
When going to 3 tabs in game controller window; Joysticks, DInput and XInput,
When at XInput tab and when clicking on cancel button game controller window
doesn't close, when clicking on cancel button multiple times, the "Cancel" text
in the middle button disappears, When attempting to close out game controller
window by pressing the exit/close button have failed and when going to DInput
tab the game controller window glitched, when clicking on Joysticks tab, it
doesn't respond.
--
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=55191
Bug ID: 55191
Summary: couldn't open app due to 32 bits, even though I
installed the 64 bits
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gonzaguesc(a)gmail.com
Installed all 3 versions of the Wine for Mac OS X and all of them came out with
a big X on them, causing them to not be openable.
--
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=42664
Bug ID: 42664
Summary: XCOM 2 graphic issues in menu and during campaign
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Created attachment 57611
--> https://bugs.winehq.org/attachment.cgi?id=57611
Game menu with broken background
If you start Firaxis XCOM2 and get to the main menu, the background is barely
visible as it is rather dark. Some objects have red and green borders on
occasion or completely colored.
Same is true for anything else but the buttons during the intro level.
--
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=56048
Bug ID: 56048
Summary: winedbg --auto: shows incomplete modules list
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
When lookgin into the attachement of bug 55985 I wondered why just one module
is shown. It looks like this executable somehow achives to link against
a 32-bit module while the process is 64-bit. This 32-bit module is loaded
to the lowest address of all modules, gets therefore sorted to index 0
in winedbg and therefore this is used as the processes architecture.
--
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=55773
Bug ID: 55773
Summary: Railroad Tycoon 2 Platinum (Steam, GOG) crashes when
changing to 800X600 resolution
Product: Wine
Version: 8.0-rc1
Hardware: x86-64
URL: https://store.steampowered.com/app/7620/Railroad_Tycoo
n_II_Platinum/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 2f6b763fa90dd2ab622c583e2bf56392973e971e
Distribution: ---
Created attachment 75256
--> https://bugs.winehq.org/attachment.cgi?id=75256
terminal output
When you start a new campaign or scenario there are 8 command icons on the main
interface. The second icon from the bottom in the row is the control panel
where you can change resolution to 800X600. However, choosing 800X600 will
result in an immediate crash. (After crashing you may need to remove
rt2_tsc.CFG from the game directory else the game won't start normally next
time).
This happens since Wine-8.0-rc1. Previously, a the game changed resolution
correctly.
The result of the regression test:
2f6b763fa90dd2ab622c583e2bf56392973e971e is the first bad commit
commit 2f6b763fa90dd2ab622c583e2bf56392973e971e
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Fri Nov 25 11:17:12 2022 +0100
ntdll: Find heap block region from its base offset.
Still present in wine-8.17-190-g8943fcbca49.
--
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=55327
Bug ID: 55327
Summary: user32:input - test_ActivateKeyboardLayout() fails on
Windows 7 for the Spanish locale
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:input - test_ActivateKeyboardLayout() fails on Windows 7 for the Spanish
locale:
input.c:3418: Test failed: 040a0c0a / 04090409: got lcid 0xc0a
See https://test.winehq.org/data/patterns.html#user32:input
This failure only happens in this Spanish Windows 7 Ultimate configuration. In
particular the other w7u test configurations are not impacted.
Furthermore it started on 2023-03-08 which is when this test was added by the
commit below:
commit 3a4859e22db45289f9b02ea9ab1ccc150b638d19
Author: Rémi Bernon <rbernon(a)codeweavers.com>
AuthorDate: Wed Mar 1 22:57:29 2023 +0100
user32/tests: Add a WM_INPUTLANGCHANGE message test.
--
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=55161
Bug ID: 55161
Summary: IrfanView full screen mode creates an unneeded and
uncalled for permanent overlaying panel
Product: Wine
Version: 8.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 74729
--> https://bugs.winehq.org/attachment.cgi?id=74729
Panel
Steps to reproduce:
1) Download https://www.irfanview.info/files/iview460.zip
2) Run
3) Open any image
4) Press Enter or View -> Full screen
5) Press Enter once again (to leave full screen mode)
Result:
At this point at the bottom of the screen a 100px high permanent on top of the
screen panel will appear.
This panel must _not_ exist.
What's worse if you run any other Windows application in parallel and you exit
IrfanView, this panel will continue to be shown until wineserver exits.
This is a regression, sorry I cannot bisect at the moment.
--
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=55903
Bug ID: 55903
Summary: Falcon BMS 4.37u3: game randomly fails to load 3D
models
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xeno(a)x-s.com.pl
Distribution: ---
Created attachment 75439
--> https://bugs.winehq.org/attachment.cgi?id=75439
Screenshots of the problem
On random runs no 3D models are visible in game, both in TacRef (game
encyclopedia) and in 3D world (screenshots attached). If it happens there are
messages in the game debug logs about skipping load LODs:
Log entry: 400 Skipping LOD load, lodIdx is negative: -1261039100
This state is permanent across the run, ie if models aren't loaded from the
very beginning, they won't, until game is closed. Launching it once again, may
load 3D models properly (chance is about 30%).
Game is installed as follows:
1. Created new 64-bit wine prefix, set as Windows 10(default).
2 Created separate drive (here E:), pointing to dir in my home dir where all
games are installed.
3. Installed DXVK and external libraries: *d3dx11_43, *d3dcompiler_43 installed
via winetricks.
4. Installed Original Falcon 4 (needed by BMS for legal reasons)
5. Installed Falcon BMS 4.37 update 3 (using full installer, direct to latest
version, no updates on older release)
Game was run with --mono switch to get debug logs.
System specs;
Hardware:
CPU: Ryzen 5 5600X; M/B: MSI B550-A PRO; RAM: 16GB DDR4 Patriot Viper 3733MHz
CL17; GPU: Saphire Pulse RX5700XT BE
OS: Fedora 38 x86_64; kernel 6.5.9-200; libdrm-2.4.117; mesa-23.1.9; wine-8.19;
dxvk-2.3
Wine is installed from Fedora rpms, issue is present both in X11 and Wayland
session. Using wine build-in D3D11 wrapper instead of DXVK makes no difference.
Also it doesn't matter if game launcher (needs extra .Net 4.6.2) is used or
game executable is launched directly from command prompt
This issue is not present in previous versions of Wine, last known working is
8.14. 8.15/16 weren't tested as there are no Fedora rpms with those releases.
If needed copy of Falcon4 can be provided, BMS itself can be downloaded for
free from project home page:
https://www.falcon-bms.com/downloads/
--
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=55655
Bug ID: 55655
Summary: user32:dialog - test_IsDialogMessageA_proc() fails in
the Hindi locale on Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:dialog - test_IsDialogMessageA_proc() fails in the Hindi locale on Wine:
dialog.c:578: Test failed: Got unexpected wparam 0xfffd.
See https://test.winehq.org/data/patterns.html#user32:dialog
A bisect shows that this failure started with the commit below:
commit 109d15ab352fcec17479e3caf8e2aad586e57531
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Thu Aug 17 16:33:52 2023 +0800
user32: Map WM_CHAR wparam in ASCII to Unicode in IsDialogMessageA() for
CJK locales.
Fix displaying Chinese characters as "??" in some applications with Chinese
locale.
--
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=55394
Bug ID: 55394
Summary: comctl32:listbox - test_LBS_NODATA() fails in Wine for
the Hindi locale
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
comctl32:listbox - test_LBS_NODATA() fails in Wine for the Hindi locale:
listbox.c:2630: Test failed: Unexpected return value 6.
listbox.c:2630: Test failed: Unexpected return value 6.
See https://test.winehq.org/data/patterns.html#comctl32:listbox
This failure is systematic and first happened on 2023-07-27 and Hindi is the
only locale that fails.
--
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=55005
Bug ID: 55005
Summary: Program Treecomp - some widgets are not drawn
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: danny.schneider(a)posteo.de
Distribution: ---
Created attachment 74557
--> https://bugs.winehq.org/attachment.cgi?id=74557
two attached files compressed in a tar.bz2
recently another Bug by me was fixed:
Bug 54640
Treecomp listviews and possibly other widgets are not drawn
and after the fix everything worked fine again - until now.
affected is the program
Treecomp (exists since NT4 / W2k...)
https://lploeger.home.xs4all.nl/TreeComp.htmhttps://lploeger.home.xs4all.nl/TreeCompx64Latest_noinstall.zip
this time the treeview in the left pane seems to be OK, is accessible and
working,
but the right Pane is Empty (table widget?) --> see attached picture
I guess the problem is similar to the one of the Bug mentioned above.
If you need more information, please ask. I then can try to provide.
I have attached the Version currently installed, Distri is arch.
--
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=56053
Bug ID: 56053
Summary: Regression on fallout 3 in the new wow64 mode
Product: Wine
Version: 0.9-pre
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m1m1k4tz(a)protonmail.com
Distribution: ---
Crash on startup
--
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=56046
Bug ID: 56046
Summary: Pegasus Mail 4.80 regression: Pointer does not change
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
This application features a window for "New mail folder" and another "Folders".
It is possible to drag and drop a mail from New to a folder. Up to and
including 9.0-rc1 the pointer changes look when selecting a mail by pressing
mouse button and then changes back when releasing button.
With wine-9.0-rc2 there is no change of looks.
wine-devel_9.0~rc2~jammy-1_amd64.deb on Xubuntu 22.04.3
--
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=55582
Bug ID: 55582
Summary: Game: Civilization2 crashes when trying to set up new
game. Game worked previously but has been broken for
several months now. Have tried fresh Linux installs
and fresh Wine downloads. Same issue everytime.
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linuxd630(a)gmail.com
Distribution: ---
Created attachment 75112
--> https://bugs.winehq.org/attachment.cgi?id=75112
This was the dump wine provided when the game crashed
Game launches as expected. Select "new game" select player civilization. When I
attempt to input the leader name for the civilization, the game crashes.
--
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=55446
Bug ID: 55446
Summary: Using C run-time for unicode strings comparison breaks
case insensitive LB_FINDSTRING
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: julliard(a)winehq.org
Regression SHA1: 9cc92365560f19c2fd2b9796f79aa75e02381bb1
Distribution: ---
If an application uses LB_FINDSTRING and provides a string that doesn't match
exactly then LB_FINDSTRING fails. This is a regression, and it's caused by
commit 9cc92365560f19c2fd2b9796f79aa75e02381bb1
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Sep 21 13:53:21 2020 +0200
user32: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
wcsnicmp() used by LB_FINDSTRING (in both user32 and comctl32) doesn't work
properly because it depends on LC_TYPE locale being correctly set, otherwise
_towlower_l() correctly handles only ASCII character range.
Relying on CRT locale being correctly initialized in a win32 core DLL seems
undesirable because an application may not use or care about C run-time at all.
Under Windows SendMessageW(LB_FINDSTRING) works just fine regardless of system
locale.
P.S.
This is a much more serious problem, and is not limited to user32/comctl32
because wcsnicmp()/wcsicmp() is used everywhere in the Wine codebase.
--
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=55328
Bug ID: 55328
Summary: user32:input - test_keyboard_layout_name() fails on
Windows 7 for the Spanish locale
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:input - test_keyboard_layout_name() fails on Windows 7 for the Spanish
locale:
input.c:3474: Test failed: 04090409: GetKeyboardLayoutNameW returned
L"00000C0A", expected L"00000409"
See https://test.winehq.org/data/patterns.html#user32:input
This failure is systematic and specific to this Spanish Windows 7 Ultimate
configuration. In particular it does not happen in any of the other w7u
configurations.
--
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=55306
Bug ID: 55306
Summary: [REG 8.11] Cannot double click in the server browser
in Worms Armageddon
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)thecybershadow.net
Regression SHA1: 10f5ff7f06595bf9d1f487f91dbbd869e5105d26
Distribution: ---
Created attachment 74902
--> https://bugs.winehq.org/attachment.cgi?id=74902
Draft patch
Steps to reproduce:
1. Install Worms Armageddon
2. From the main menu, go into the options screen (bottom right button) ->
Advanced -> check "Use community server list"
3. From the main menu, go to network (bottom left button) -> WormNET (top right
button)
4. Try double-clicking on a link
Expected: Should follow the clicked link / enter the clicked server.
Actual: Nothing happens. Cursor changes from hand pointer to arrow on the first
click.
Regression in 8.11, introduced in commit
10f5ff7f06595bf9d1f487f91dbbd869e5105d26.
Attached patch fixes it for me, though I can't vouch for its correctness.
--
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=52971
Bug ID: 52971
Summary: HardWest 2 (playtest) is broken with OpenGL/Vulkan
backend
Product: Wine
Version: 7.8
Hardware: x86-64
URL: https://store.steampowered.com/app/1282410/Hard_West_2
/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 72342
--> https://bugs.winehq.org/attachment.cgi?id=72342
Hard West 2 with Damavand
Hi,
New game = new test for Damavand.
This game is currently in beta test on Steam for free so i don't know if the
invitations are illimited.
Tried the game with wine-5.8 + vkd3d git (e6ce077a)
VKD3D_DEBUG=trace VKD3D_SHADER_DEBUG=trace
WINEDEBUG=+d3d,+d3d11,+d3d_shader,+seh log here :
https://www.mediafire.com/file/5ozkg59o3dof53r/HardWest2_d3d.7z/file
--
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=56026
Bug ID: 56026
Summary: Wine 9.0-rc1 Wayland: Mouse buttons 3-6 do not work
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h0tc0d3(a)gmail.com
CC: alexandros.frantzis(a)collabora.com
Distribution: ---
Bindings on mouse3-mouse6 do not work in games. The click events for these
buttons do not come from wayland wine.
--
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=56015
Bug ID: 56015
Summary: SysTray doesn't work for (and crashes) WiseReminder
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bq74stlxvkpb(a)opayq.com
Distribution: ---
Created attachment 75648
--> https://bugs.winehq.org/attachment.cgi?id=75648
WiseReminder installer
It worked fine for years, but 9.0-rc1 introduced a problem.
At first (with 9.0-rc1, that is), WiseReminder crashed with a Wine error -
something about the tray (I didn't printscreen it). Now it seemingly launches,
but without a GUI and without a tray, so I cannot get "inside" WiseReminder. I
don't even know if it works anymore. (it either doesn't seem to work at all, or
notification windows are broken as well)
I tried rebooting Wine, but it didn't solve the issue.
WiseReminder is freeware and it can be downloaded from
https://www.wisecleaner.com/wise-reminder.html
Unfortunately, I am using it on my work laptop for work. :(
--
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=55967
Bug ID: 55967
Summary: app regression; SWATH stops working at all as of 8.18
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mhrivnak(a)hrivnak.org
Distribution: ---
Created attachment 75557
--> https://bugs.winehq.org/attachment.cgi?id=75557
terminal output
SWATH (http://swath.net/) won't run at all starting with 8.18, after having run
successfully under wine for a very long time. It continues to not work as of
8.21.
I did a clean install of Fedora 38 and started testing packages from the winehq
repository.
winehq-devel-8.17-1.1.x86_64 does work.
winehq-devel-8.18-1.1.x86_64 does not work.
Steps to reproduce:
###
wget http://swath.net/downloads/SWATH_v2_0.exe
sudo dnf install wine-mono
sudo dnf install winehq-devel-8.17-1.1.x86_64
wine SWATH_v2_0.exe
< click through the install wizard. At the end, un-select the option to launch>
wine ~/.wine/drive_c/Program\ Files\ \(x86\)/SWATH\ 2.0/SWATH.exe
###
The app will show a dialog about being on a 30-day trial, and then the main
window opens. It works. Now exit, and we'll try again with 8.18.
###
rm -Rf ~/.wine
sudo dnf install winehq-devel-8.18-1.1.x86_64
wine SWATH_v2_0.exe
< click through the install wizard. At the end, un-select the option to launch>
wine ~/.wine/drive_c/Program\ Files\ \(x86\)/SWATH\ 2.0/SWATH.exe
###
The process quickly exits with code 150, never having shown a graphical window
of any kind.
--
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=55288
Bug ID: 55288
Summary: ntdll:reg - The 32-bit test_redirection() fails if run
after the 64 WineTest
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ntdll:reg - The 32-bit test_redirection() fails if run after the 64-bit
WineTest:
reg.c:1714: Test failed: NtDeleteKey failed: 0xc0000022
See https://test.winehq.org/data/patterns.html#ntdll:reg
Where 0xc0000022 == STATUS_ACCESS_DENIED
These failures only happen in the fg-deb64-i386 and fg-deb64-wow32 test
configurations which means they only fail if the 64-bit test suite has
previously been run in the same wineprefix. So this is either a test cleanup
issue or Wine messing up the registry in some way.
Furthermore the failures started on 2023-07-17 so they can probably be tied
back to a specific commit.
--
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=51478
Bug ID: 51478
Summary: dinput:keyboard breaks user32:input's
test_keyboard_layout_name() in some locales ()
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Created attachment 70313
--> https://bugs.winehq.org/attachment.cgi?id=70313
Add test_keyboard_layout_name() traces
The WineTest runs show the following test_keyboard_layout_name() failure in
some locales:
https://test.winehq.org/data/patterns.html#user32:input
input.c:3169: Test failed: Could not find keyboard layout 0000000004110411 in
preload list
This is 100% reproducible in the following configurations (only the keyboard
layout id differs):
win7_newtb-w7u-es
win7_newtb-w7u-pt-PT
win2004_newtb-w10pro64-ar-64
win2004_newtb-w10pro64-he-64
win2004_newtb-w10pro64-hi-64
win2004_newtb-w10pro64-ja-64
win2004_newtb-w10pro64-ko-64
win2004_newtb-w10pro64-pt-BR-64
win2004_newtb-w10pro64-ru-64
win2004_newtb-w10pro64-zh-CN-64
Notes:
* Interestingly this means this failure does not happen in the English, French,
German and Greek locales.
* Also user32:input only fails on the first run that follows dinput:keyboard,
and does not ever fail again, even if dinput:keyboard is run again.
In the w10pro64_pt_BR case, adding extra traces shows that the root of the
issue is that GetKeyboardLayoutList() returns 10 instead of 13. As a result
test_keyboard_layout_name() fails to retrieve all the Keyboard Layout\\Preload
values (there is 12 of these, not 10 or 13!).
Also the items are not in the same order in layouts_preload and layouts so this
causes some entries to be missing.
More notes:
* The ok() message is wrong: it is not layout we are looking for but
layouts[i], aka klid.
* I don't know why the GetKeyboardLayoutList() return value changes in the
first run that follows dinput:keyboard, but I'm not sure it makes sense to
assume it matches the number of entries in the Preload key in the first place.
--
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=56001
Bug ID: 56001
Summary: Some shortcut keys don't work when winewayland
contains the mouse input
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Component: winewayland.drv
When running Cyberpunk 2077 with winewayalnd, shortcut keys for cyberengine
tweaks plugin stop working as soon as mouse input containment kicks in (which
is right after the very first loading screen).
I.e. before that happens, the cyberengine tweaks HUD can be brought up using
the set shortcut (I usually set it to ~), but after the mouse input is
contained for mouselook purposes, that stops working, so there is something
missing in propagating those keys in such mode.
--
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=55962
Bug ID: 55962
Summary: Program that mixes 32-bit and 64-bit typelibs fails to
find a referenced typelib
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: julliard(a)winehq.org
Regression SHA1: 43e5f9e4bfa65ccea633df244a7ec0c790ed8ffb
Distribution: ---
I have a 32-bit program that has a 32-bit typelib (SYS_WIN32) in its resources.
This program also ships a bunch of 32-bit dlls that also have typelibs in their
resources, and these typelibs referense a typelib from main exe by guid.
However all the typelibs in 32-bit dlls have syskind SYS_WIN64, and that
prevents finding a referenced typelib from main exe. This is a regression, and
it's caused by
commit 43e5f9e4bfa65ccea633df244a7ec0c790ed8ffb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Sep 9 17:27:27 2022 +0200
oleaut32: Check that the 32/64 syskind matches when getting a typelib from
the cache.
Fixes test failures on 64-bit.
Reverting this commit makes the program work again.
--
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=55942
Bug ID: 55942
Summary: Crazy Chicken Approaching - Nebula Assertion and
Visual C++ Runtime Library Errors
Product: Wine
Version: 8.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nikolas.gur(a)stud.uni-due.de
Distribution: ---
Created attachment 75517
--> https://bugs.winehq.org/attachment.cgi?id=75517
wine output
game info: https://www.mobygames.com/game/20725/crazy-chicken-approaching/
Game does not even boot into main menu. Upon starting, a 'Nebula Assertion'
Error is presented. When clicking "ok", another "Runtime Error" appears, this
time from the Visual C++ Runtime Library. When clicking again on "ok", the game
just exits.
--
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=55667
Bug ID: 55667
Summary: kernel32:file - test_MapFile() fails on macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:file - test_MapFile() fails on macOS:
file.c:3131: Test failed: mapping should fail
file.c:3134: Test failed: mapping should fail
See https://test.winehq.org/data/patterns.html#kernel32:file
These failures are systematic, started on 2023-09-26 and only happen on macOS
(see Remi's rbernon-macos-* cloud test machines).
I think the symptoms correspond to the removal of the broken(hmap != NULL) case
in the commit below:
commit 0abd795ff02601474962dfa4b4a070082a9999cd
Author: Alexandre Julliard <julliard(a)winehq.org>
AuthorDate: Mon Sep 25 11:15:14 2023 +0200
kernel32/tests: Fix loader tests on Windows ARM64.
--
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=51314
Bug ID: 51314
Summary: vulkan-1:vulkan crashes on cw-rx460 with recent Radeon
drivers
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
vulkan-1:vulkan crashes on cw-rx460 with recent Radeon drivers:
https://test.winehq.org/data/patterns.html#vulkan-1:vulkan
vulkan.c:425: this is the last test seen before the exception
16c4:vulkan: unhandled exception c0000005 at 6B718FCD
With the Radeon 19.11.3 driver test_private_data() is skipped because the
device creation fails. But with the Radeon >= 21.3.2 driver the function is
being run and the vkSetPrivateDataEXT() call causes a 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=56033
Bug ID: 56033
Summary: winewayland.drv: Alt-shift to change the input
language appears like Shift is pressed all the time
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bigfoothart(a)gmail.com
Distribution: ---
Created attachment 75679
--> https://bugs.winehq.org/attachment.cgi?id=75679
Alt-Shift to change the input language
In GNOME 45 I set the shortcut Alt-Shift to change the input language. After
pressing it it thinks like Shift is pressed all the time. Watch the video.
--
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=56022
Bug ID: 56022
Summary: Wine 9.0-rc1 wayland: Cursor does not move on some
surfaces
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h0tc0d3(a)gmail.com
CC: alexandros.frantzis(a)collabora.com
Distribution: ---
The cursor, if working in games, periodically starts looking at the ceiling or
floor. Game Example: Overwatch 2
```
"${WINE}/bin/wine64" "C:/Program Files (x86)/Overwatch/_retail_/Overwatch.exe"
```
--
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=54381
Bug ID: 54381
Summary: tightvnc viewer crashes on incoming connection
Product: Wine
Version: 8.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)axeitado.com
Distribution: ---
Created attachment 73948
--> https://bugs.winehq.org/attachment.cgi?id=73948
Backtrace, 64bits version.
$ wine --version
wine-8.0-rc3 (Debian 8.0~rc3~repack-1)
The crash happens when the connection is established and the remote screen is
about to appear on the viewer. For instance, when the remote server connects to
the viewer with a reverse connection:
$ wine tvnviewer.exe -listen
c:\> tvnserver.exe -run
c:\> tvnserver.exe -controlapp -connect <viewer-host-address>
wine: Unhandled page fault on write access to 0000000000000000 at address
000000014007D22D (thread 0110), starting debugger...
0108:err:sync:RtlpWaitForCriticalSection section 0000000001D77BF8 (null) wait
timed out in thread 0108, blocked by 010c, retrying (60 sec)
The above example uses the reverse connection method, which is straightforward
to setup. When the viewer connects to a listening remote server the same crash
occurs:
c:\> rem the server must be properly configured:
c:\> tvnserver.exe -run
$ wine tvnviewer.exe <remote-server-address>
wine: Unhandled page fault on write access to 0000000000000000 at address
000000014007D22D (thread 010c), starting debugger...
0108:err:sync:RtlpWaitForCriticalSection section 0000000001D77BF8 (null) wait
timed out in thread 0108, blocked by 010c, retrying (60 sec)
This worked until very recently, 7.0.1~repack-1 was fine (this is Debian
Testing).
The software is licensed under the GPL and binaries can be downloaded on the
author's homepage (currently at version 2.8.63):
https://www.tightvnc.com/download.php
The 32 bit version also crashes.
Backtrace attached. It looks like the problem is related to starting a thread.
--
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=55578
Bug ID: 55578
Summary: kernel32:loader - The 64-bit test_section_access()
sometimes fails on Windows 8
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:loader - The 64-bit test_section_access() sometimes fails on Windows
8:
loader.c:2075: Test failed: DeleteFile error 32
loader.c:2075: Test failed: DeleteFile error 32
loader.c:2075: Test failed: DeleteFile error 32
See https://test.winehq.org/data/patterns.html#kernel32:loader
This started on 2023-09-04 and happens in about 50% of the WineTest runs and is
most likely caused by the commit below:
commit d64200805b1848f782c8a4ce1fdbcb9292fffe51
Author: Alexandre Julliard <julliard(a)winehq.org>
AuthorDate: Thu Aug 31 18:08:50 2023 +0200
kernel32/tests: Remove some workarounds for old Windows versions.
--
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=55439
Bug ID: 55439
Summary: RPG Maker game crashes
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: beta60sensei(a)mail.ru
Distribution: ---
Created attachment 74999
--> https://bugs.winehq.org/attachment.cgi?id=74999
WINEDEBUG=+seh,+tid
Hi. I'm playing RPG Maker game and it crashes in some specific places with
errors like:
Script 'Flash' line 112: Errno::EBADF occurred. Bad file descriptor - <STDUOT>
The developer of the game says: "seams to be a problem with wine running ingame
scripts ... it looks like wine crashes every time I use console output for
debugging in scripts".
But, if i run the game with WINEDEBUG, then it works fine without crashes.
There is no errors in terminal when crash occurs, but i will attach log of
WINEDEBUG=+seh,+tid of the moment, when the game would crash if it were not
running in the debug mode.
I'm using wine-staging 8.13
--
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=53166
Bug ID: 53166
Summary: Star Wars : Fallen Order crashes at launch
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: Debian
Created attachment 72614
--> https://bugs.winehq.org/attachment.cgi?id=72614
Fallen Order output console
Hi,
I tried to launch the game with wine 7.10 and git e3ba22e39b1.
The game crashes at launch before intro video and mfplat is needed.
Use mfplat dlls override from https://github.com/z0z0z/mf-install workaround
the issue.
I attach the output console. This is the error message :
###
06b4:fixme:mfplat:topology_loader_Load 0000000001589820, 0000000001589E50,
000000001E64FBB8, 0000000000000000.
06b4:fixme:quartz:DllGetClassObject {6a170414-aad9-4693-b806-3a0c47c570d6} not
implemented, returning CLASS_E_CLASSNOTAVAILABLE.
06b4:err:ole:apartment_getclassobject DllGetClassObject returned error
0x80040111 for dll L"C:\\windows\\system32\\winegstreamer.dll"
06b4:err:ole:com_get_class_object no class object
{6a170414-aad9-4693-b806-3a0c47c570d6} could be created for context 0x1
06b4:fixme:mfplat:audio_renderer_get_service_GetService Unsupported service
{866fa297-b802-4bf8-9dc9-5e3b6a9f53c9}, interface
{0a9ccdbc-d797-4563-9667-94ec5d79292d}.
06b4:fixme:mfplat:media_source_QueryInterface
{6ef2a662-47c0-4666-b13d-cbb717f2fa2c}, 000000001E64FAC8.
###
--
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=55061
Bug ID: 55061
Summary: Starcraft Remastered: blurry graphics / low resolution
Product: Wine-staging
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zculek(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Graphics in Stacraft Remastered is blurry (like it's running in low resolution
or something like that) when running on Wine versions >5.6 - I'm attaching
screenshots so it's better understandable and visible. This is true for both
wine-staging and wine.
In the screenshots, you can see how e.g. the main menu and it's fonts, user ID
in the uper right corner, etc. look blurry when compared to Windows or running
on Wine versions prior this bug was introduced (e.g wine-staging 5.6 and
lower). Also, the in game graphics is also blurry when compared to Windows or
running on Wine versions prior this bug was introduced - everything looks much
sharper and nicer when running on wine-staging 5.6 or Windows.
I haven't reported this earlier, because everything was running fine for me on
5.6 and whenever I would try some newer version and saw this is still
happening, I would just return to using 5.6. But, after a recent Battle.net
update, Battle.net app won't start any more, just crashes due to some dll
libraries issues, on any 5.x version (both staging and upstream).
So, the last properly working Wine version for me was 5.6. I've tried with
multiple other versions over time in 5.x, 6.x, 7.x and 8.x branches and this
issue was always present. I've also tested 8.9 and 8.10 recently, and the issue
is still there.
Also, not sure if it's related, but 5.6 was also the last version on which Real
Time Lighting option in Starcraft Remastered worked for me (which is also one
of the reasons I was sticking to that version for years).
The same thing is happening on Debian with Cinnamon and Mint with Cinnamon
(doubt it's OS related, but mentioning it any way). With version 5.6 I had it
properly working on both Debian and Mint, one with nVidia GPU, the other with
AMD GPU.
I know a lot of other people from SC community that have this same problem and
are/were thus using wine-staging 5.6.
In my search of solution, I stumbled upon this user report, which I don't see
how it could be related, but perhaps someone here might get the idea of what
the actuall issue is (or maybe it's totally unrelated):
https://www.reddit.com/r/wine_gaming/comments/t5hmmi/starcraft_remastered_l…
"I switched the DE to use Wayland instead of X11 and now the game is running in
the correct resolution. Hope this helps someone."
Unfortunatelly, using Wayland on Cinnamon is pretty complicated and I'm unable
to test that.
Steps to reproduce are:
1. Install wine-staging version >5.6 (e.g. 5.19, 7.8, 8.9, 8.10)
2. Install Battle.net desktop app -
https://www.blizzard.com/download/confirmation?product=bnetdesk
4. Start Battle.net desktop app, login.
5. Install Starcraft Remastered through Battle.net desktop app.
6. Run the game.
Screenshots:
https://ibb.co/Mk0f6ythttps://ibb.co/VDppGTnhttps://ibb.co/1sLjHm7https://ibb.co/GC69DLxhttps://ibb.co/N72LXkkhttps://ibb.co/hWvHN10https://ibb.co/n6VjZD1https://ibb.co/cNyBBNp
--
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=51999
Bug ID: 51999
Summary: Dragon Age Inquisition crashes with vulkan renderer
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 70992
--> https://bugs.winehq.org/attachment.cgi?id=70992
+d3d,+d3d_shader,+d3d11 log for wined3d vulkan renderer
Hello,
The game crashes at launch with wined3d vulkan renderer when the Bioware intro
video is played before to go to the main menu. No issue if i use DXVK instead
of.
I build vkd3d-git up-to-date + wine 6.21 + only one patch which allow to
download a game with EA Origin.
I attach the +d3d,+d3d_shader,+d3d11 log
--
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=56069
Bug ID: 56069
Summary: [Vulkan ]Very low performance + crashes with Days Gone
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 75732
--> https://bugs.winehq.org/attachment.cgi?id=75732
Output console log
hi,
I tried DAMAVAND (wine-9.0-rc2 + vkd3d-git).
The game runs but very badly, I have ~4 FPS in the main menu, it crashes when i
launch a new game and the main menu does not appear correctly.
For information, the game has bad performance with DXVK too but WINEFSYNC fix
this issue. FSYNC + DAMAVAND has not effect.
--
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=56067
Bug ID: 56067
Summary: I tried to start creamApi.exe, but it gave me an error
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: globgabgalab228305(a)gmail.com
Distribution: ---
Created attachment 75731
--> https://bugs.winehq.org/attachment.cgi?id=75731
This is the log file.
I wanted to start a program called creamApi, to unlock DLC for heart of iron 4,
but it gave me an error, this program is also not in application database.
--
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=56064
Bug ID: 56064
Summary: The Sims 4 crashes with Vulkan backend
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 75725
--> https://bugs.winehq.org/attachment.cgi?id=75725
Output console log
Hi,
Unable to launch the game, it crashes at launch with vulkan renderer.
The game runs with opengl backend.
--
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=56020
Bug ID: 56020
Summary: Regression beginning with 8.10 on ONLY *buntu 22+:
Fate/stay night trial English gives many weird error
messages and crashes
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: NM64+bugs.winehq.org(a)PM.me
Distribution: ---
Beginning with wine-devel 8.10, Fate/stay night trial English will throw up
many weird error messages and crash, but only on *buntu 22.04 and later
strangly enough (no idea about 21.10, 21.04, or 20.10).
See the attached files for video demonstrations using live ISOs as well as the
terminal output for specifically wine-devel 8.10 on Mint 21. I've tagged this
as "Ubuntu" rather than Mint so as to distinguish from LMDE 6 (the most
recently released stable version of Mint) and since it also occurs on *buntu
anyway.
There's also two minor bugs of (sometimes?) a black program window that goes
away if you toggle fullscreen as well as FateTrial.exe not being terminated
when the program closes.
I've been meaning to report this one for at least two months now, but issue
55908 was much more pressing for my workflow since I'm currently running Mint
20.3 Xfce (hence why I used that for the videos) which means I wasn't
experiencing this bug anyway even on 9.0-rc1
Also I wanted to try bisecting it myself, but issue 55958 prevents me from
doing so since I'm by no means a Linux guru.
--
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=48559
Bug ID: 48559
Summary: The VisioBible software is freezing when you select
the Bible module - RST, the book - Esther, chapter 3
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leonm(a)ya.ru
Distribution: ---
The program in which the problem is found is VisioBible. To reproduce the
error, you need to select the Bible module - RST, the book - Esther, chapter 3,
then this leads to the program freezing with the indicated error. In Windows a
similar problem it is not observed.
In the text of the module, some pieces of text are surrounded by square
brackets. Large inserts of noncanonical text lead to the described problem.
Small pieces do not interfere with work. The RST module that is installed with
VisioBible by default contains a defect. In the attachment is the corrected
Esther RST module book file.
A well-functioning RST module file is embedded in the crash.tar.gz archive
named ru17.htm
The location of the installed problem module:
~/.wine/drive_c/ProgramData/VisioBible V2.3/Modules/RST
Links for downloading regular and portable versions of the program:
https://www.visiobible.org.ua/index.php?page=getfile&file=SetupVisioBible2.…https://www.visiobible.org.ua/index.php?page=getfile&file=VisioBible2.3.0_1…
--
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=56063
Bug ID: 56063
Summary: microchip XC8 1.33 can't be installed
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
To reproduce
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ cd ~/wine-tmp
download
https://ww1.microchip.com/downloads/en/DeviceDoc/xc8-v1.33-full-install-win…
$ md5sum xc8-v1.33-full-install-windows-installer.exe
439db60c52d141ddb7e4efecb3b946eb xc8-v1.33-full-install-windows-installer.exe
$ wine xc8-v1.33-full-install-windows-installer.exe
now 2 windows pop up. One called console containing "(cedric) 1 %", one window
called "xc8-v1 installer" After that no more action.
Software:
$ wine --version
wine-9.0-rc2 from this aur PKGBUILD:
https://bugs.winehq.org/show_bug.cgi?id=56039
$ uname -a
Linux cedric 6.6.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 Dec 2023 03:45:42
+0000 x86_64 GNU/Linux
Running lxde on Xorg
Hardware:
0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi
10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c4)
--
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=56060
Bug ID: 56060
Summary: MPLABX 8.10 can't be installed
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
MPLABX 8.10 can't be installed
To reproduce
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ cd ~/wine-tmp
download
https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocum…
md5sum MPLABX-v6.10-windows-installer.exe
caa2715ce1ab063221049c80d2c56901 MPLABX-v6.10-windows-installer.exe
$ wine MPLABX-v6.10-windows-installer.exe now an error pops up: "installer
payload initialisation failed. This is likely due to an incomplete or corrupt
download"
and the following messages in the console
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0110:fixme:file:NtFsControlFile FSCTL_GET_REPARSE_POINT semi-stub
Software:
$ wine --version
wine-9.0-rc2 from this aur PKGBUILD:
https://bugs.winehq.org/show_bug.cgi?id=56039
$ uname -a
Linux cedric 6.6.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 Dec 2023 03:45:42
+0000 x86_64 GNU/Linux
Running lxde on Xorg
Hardware:
0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi
10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c4)
--
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=29678
Bug #: 29678
Summary: ER Viewer 11: does not install, "requires Windows 2000
or later"
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: p155off(a)gmail.com
Classification: Unclassified
The installer fails with the error: "ERDAS ER Viewer 2011 & Microsoft Office
Plugin requires Windows 2000 or later."
No console output.
Free download:
http://www.erdas.com/products/ERDASERMapper/ERDASERViewer/Details.aspx
--
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=55845
Bug ID: 55845
Summary: Blair Witch (2019) from GOG won't launch due to a X
error
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
The error is:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 156 (NV-GLX)
Minor opcode of failed request: 43 ()
Serial number of failed request: 377
Current serial number in output stream: 378
GPU: NVidia RTX 3070
Driver: 535.54.03
Wine: wine-8.19
OS: Ubuntu 22.10
MR applied: https://gitlab.winehq.org/wine/wine/-/merge_requests/4223
--
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=28842
Bug #: 28842
Summary: Dungeon Defenders configurator renders slowly
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmlipman(a)gmail.com
Classification: Unclassified
Demo available on Steam
Must be installed in 1.3.26 (requires installing .net 3.5 even if already
installed, regression in bug 28401)
To reproduce:
Launch the game from Steam
Select configure
Configurator app will be slow
--
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=56052
Bug ID: 56052
Summary: Tek Shinobi firmware updater does not recognize the
tek shinobi
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usb
Assignee: wine-bugs(a)winehq.org
Reporter: monkeyboyted(a)yahoo.com
Distribution: ---
Created attachment 75706
--> https://bugs.winehq.org/attachment.cgi?id=75706
OK button is greyed out.
Hi everyone,
I am filing a bug related to the firmware updater for the tek shinobi. I do not
think the updater sees the Tek shinobi plugged in.
/: Bus 003.Port 001: Dev 001, Class=root_hub, Driver=xhci-hcd/1p, 480M
ID 1d6b:0002 Linux Foundation 2.0 root hub
|__ Port 001: Dev 002, If 0, Class=Hub, Driver=hub/5p, 480M
ID 2109:2817 VIA Labs, Inc.
|__ Port 001: Dev 006, If 0, Class=Human Interface Device,
Driver=usbhid, 12M
ID 04d9:0407 Holtek Semiconductor, Inc. Keyboard [TEX Shinobi]
|__ Port 001: Dev 006, If 1, Class=Human Interface Device,
Driver=usbhid, 12M
ID 04d9:0407 Holtek Semiconductor, Inc. Keyboard [TEX Shinobi]
|__ Port 001: Dev 006, If 2, Class=Human Interface Device,
Driver=usbhid, 12M
ID 04d9:0407 Holtek Semiconductor, Inc. Keyboard [TEX Shinobi]
|__ Port 001: Dev 006, If 3, Class=Mass Storage, Driver=usb-storage,
12M
ID 04d9:0407 Holtek Semiconductor, Inc. Keyboard [TEX Shinobi]
zypper info wine
Loading repository data...
Reading installed packages...
Information for package wine:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : wine
Version : 9.0~rc1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 191.9 MiB
Installed : Yes
Status : up-to-date
Source package : wine-9.0~rc1-1.1.src
Upstream URL : https://www.winehq.org/
Summary : An MS Windows Emulator
Description :
Wine is a compatibility layer capable of running Windows
applications. Instead of simulating internal Windows logic like a
virtual machine or emulator, Wine translates Windows API calls into
POSIX calls on-the-fly, eliminating the performance and memory
penalties of other methods and allowing you to cleanly integrate
Windows applications into your desktop.
lsb_release -a
LSB Version: n/a
Distributor ID: openSUSE
Description: openSUSE Tumbleweed
Release: 20231213
Codename: n/a
wine Shinobi_BLE5_upgrade.exe
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
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0084:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0084:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0084:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0024:fixme:shell:InitNetworkAddressControl stub
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
wine AP_0407_BT_16\(1\)/AP_0407_BT_16.exe
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
0084:fixme:wineusb:query_id Unhandled ID query type 0x5.
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
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0084:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0084:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0084:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
0024:fixme:shell:InitNetworkAddressControl stub
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
0024:fixme:wincodecs:jpeg_decoder_get_metadata_blocks stub
https://tex.com.tw/pages/download
--
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=54598
Bug ID: 54598
Summary: New Shorter Oxford English Dictionary doesn't show
(child) window
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: jkfloris(a)dds.nl
Distribution: ---
Created attachment 74128
--> https://bugs.winehq.org/attachment.cgi?id=74128
nsoed.png blank/gray screen
Forum: https://forum.winehq.org/viewtopic.php?p=139548#p139548
URL: https://archive.org/details/pcbasics-31
While I'm not entirely sure if this is the same problem Canard has, New Shorter
Oxford English Dictionary (NSOED) no longer works properly after Wine version
7.5
When NSOED is started, a blank/gray screen is displayed (nsoed.png)
A window becomes visible when the user clicks Window -> Cascade
I can imagine that this look like the database is not loading.
d765edc411a6844f6322dd9da280aa0436391828 is the first bad commit
commit d765edc411a6844f6322dd9da280aa0436391828
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Fri Mar 18 14:27:55 2022 +0100
win32u: Move NtUserCreateWindowEx implementation from user32.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=55833
Bug ID: 55833
Summary: HeidiSQL 12.5.0.6677 crashes on start since Wine 8.17
on ArchLinux
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: clemens.ml(a)gmx.net
Distribution: ---
Created attachment 75330
--> https://bugs.winehq.org/attachment.cgi?id=75330
HeidiSQL Bug report output.
Arch Linux (latest)
Starting heidisql 12.5.0.6677 vompiled with Delphi 11 on different wine
versions:
wine 8.16 works fine.
wine 8.17 crashes:
exception message : Access violation at address 00000002FB43949D in module
'comctl32.dll'. Write of address FFFFFFFFFE1FF500.
wine 8.18 crashes:
exception message : Access violation at address 00006FFFFE13956D in module
'comctl32.dll'. Write of address FFFFFFFFFE1FF500.
Reproducable: always
I might be able to debug using gdb when I receive detailed instructions.
--
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=55761
Bug ID: 55761
Summary: PLSQL Developer: Access Violation when trying to log
in
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robertdejager(a)tutanota.com
Distribution: ---
Created attachment 75249
--> https://bugs.winehq.org/attachment.cgi?id=75249
Screenshot of the error
Since wine version 8.17, PL/SQL Developer throws an Access Violation exception
when trying to log into a database.
I have attached a screenshot with the exact error.
Steps to reproduce:
* Install wine 8.17
* Download Oracle Instant Client (64 bit) and unzip into your prefix in
c:\ORACLE\instantclient_21_9
* Import the registry entries from the attached .reg file
* Edit c:\ORACLE\instantclient_21_9\tnsnames.ora and add a connect string for a
database (apologies, I cannot provide a database or a connect string for it)
* Install PL/SQL Developer 14 (64 bit) (15 gives me crippling visual glitches,
so I could not test)
* Run PL/SQL Developer and try to log into a database
Workaround:
* Downgrade to wine <= 8.16
--
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=56011
Bug ID: 56011
Summary: regression: explorer/systray.c crash when WM_USER + 1
signal sent (eg on WM lock/unlock cycle)
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: explorerframe
Assignee: wine-bugs(a)winehq.org
Reporter: elizabeth(a)ctyalcove.org
Distribution: ---
Created attachment 75632
--> https://bugs.winehq.org/attachment.cgi?id=75632
screenshot showing line 574 nb_displayed error
Regression introduced in 48e6bf3cf1aabdd2ac640f572416b9169e324f21, present in
Wine 9.0-rc1
Assert at
https://github.com/wine-mirror/wine/blob/wine-9.0-rc1/programs/explorer/sys…
`assert(nb_displayed)` fails inside of WM_USER + 1 case in which hide_icon() is
called by WM, while nb_displayed is not currently true.
Repro case: trigger systray_atom(), for instance locking screen (causing the
wine systray to hide because wine is sensitive / not allowed to appear in unity
systray while locked), then unlocking screen, causing the systray event to fire
and a second hide attempted while already hidden.
--
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=55747
Bug ID: 55747
Summary: The 64-bit dbghelp:dbghelp fails in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The 64-bit dbghelp:dbghelp fails in Wine:
New Windows-on-Windows case:
dbghelp.c:827: Test failed: Wrong bitness aggregation count 0 5
dbghelp.c:829: Test failed: Wrong kind aggregation count 0 1
dbghelp.c:831: Test failed: Wrong directory aggregation count 5 0
dbghelp.c:889: Test failed: Wrong kind aggregation count 1 2
dbghelp.c:1213: Test failed: [64/32 enum:+32bit wow64]: Unexpected
enum.count_exe 1
dbghelp.c:1337: Test failed: [64/32 enum:+32bit wow64]: Different sym/enum
count32_bit (23/23)
dbghelp.c:1343: Test failed: [64/32 enum:+32bit wow64]: Different sym/enum
wowdir (22/22)
dbghelp.c:1345: Test failed: [64/32 enum:+32bit wow64]: Different sym/enum exe
(1/1)
dbghelp.c:1213: Test failed: [64/32 enum:default wow64]: Unexpected
enum.count_exe 0
dbghelp.c:1217: Test failed: [64/32 enum:default wow64]: Unexpected
enum.count_32bit 0
dbghelp.c:1223: Test failed: [64/32 enum:default wow64]: Unexpected
enum.count_wowdir 0
dbghelp.c:1226: Test failed: [64/32 enum:default wow64]: Unexpected
sym.count_exe 0
dbghelp.c:1230: Test failed: [64/32 enum:default wow64]: Unexpected
sym.count_32bit 0
dbghelp.c:1236: Test failed: [64/32 enum:default wow64]: Unexpected
sym.count_wowdir 0
Old Windows-on-Windows case:
dbghelp.c:818: Test failed: Wrong bitness aggregation count 0 1
dbghelp.c:820: Test failed: Wrong kind aggregation count 0 1
dbghelp.c:822: Test failed: Wrong directory aggregation count 1 0
dbghelp.c:671: Test failed: C:\windows\syswow64\ntdll.dll shouldn't already be
loaded
dbghelp.c:878: Test failed: Wrong bitness aggregation count 22 2
dbghelp.c:880: Test failed: Wrong kind aggregation count 1 2
dbghelp.c:882: Test failed: Wrong directory aggregation count 1 22
dbghelp.c:1278: Test failed: [64/32 enum:+32bit wine_old_wow64]: Unexpected
enum.count_exe 1
dbghelp.c:1284: Test failed: [64/32 enum:+32bit wine_old_wow64]: Unexpected
enum.count_systemdir 1
dbghelp.c:1289: Test failed: [64/32 enum:+32bit wine_old_wow64]: Unexpected
enum.count_ntdll 2
dbghelp.c:1296: Test failed: [64/32 enum:+32bit wine_old_wow64]: Unexpected
sym.count_64bit 1
dbghelp.c:1297: Test failed: [64/32 enum:+32bit wine_old_wow64]: Unexpected
sym.count_systemdir 1
dbghelp.c:1337: Test failed: [64/32 enum:+32bit wine_old_wow64]: Different
sym/enum count32_bit (22/24)
dbghelp.c:1339: Test failed: [64/32 enum:+32bit wine_old_wow64]: Different
sym/enum count64_bit (1/0)
dbghelp.c:1345: Test failed: [64/32 enum:+32bit wine_old_wow64]: Different
sym/enum exe (1/1)
dbghelp.c:1347: Test failed: [64/32 enum:+32bit wine_old_wow64]: Different
sym/enum exe (1/2)
dbghelp.c:1278: Test failed: [64/32 enum:default wine_old_wow64]: Unexpected
enum.count_exe 0
dbghelp.c:1284: Test failed: [64/32 enum:default wine_old_wow64]: Unexpected
enum.count_systemdir 1
dbghelp.c:1289: Test failed: [64/32 enum:default wine_old_wow64]: Unexpected
enum.count_ntdll 1
dbghelp.c:1291: Test failed: [64/32 enum:default wine_old_wow64]: Unexpected
sym.count_exe 0
dbghelp.c:1296: Test failed: [64/32 enum:default wine_old_wow64]: Unexpected
sym.count_64bit 1
dbghelp.c:1297: Test failed: [64/32 enum:default wine_old_wow64]: Unexpected
sym.count_systemdir 1
dbghelp.c:1302: Test failed: [64/32 enum:default wine_old_wow64]: Unexpected
sym.count_ntdll 1
dbghelp.c:1337: Test failed: [64/32 enum:default wine_old_wow64]: Different
sym/enum count32_bit (0/1)
dbghelp.c:1339: Test failed: [64/32 enum:default wine_old_wow64]: Different
sym/enum count64_bit (1/0)
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
A bisect shows that this started with the commit below:
commit de81e2ea41b27a14f88177639c5b5d35a210b5bd
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Oct 6 15:08:02 2023 +0200
ntdll: Only create the main module on the 32-bit side for wow64.
This means this most likely has the same fix as bug 55744.
--
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=55976
Bug ID: 55976
Summary: Battle.net stopped working after update pushed from
server
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joshudson(a)gmail.com
Distribution: ---
Created attachment 75564
--> https://bugs.winehq.org/attachment.cgi?id=75564
Process state when it crashed
Battle.net dies on startup; worked until 11/30/23
--
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=55960
Bug ID: 55960
Summary: user32: 512 is not enough for LB_ADDSTRING
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
So, as noted in bug 54034, while dealing with some out-of-memory crashes, I ran
into an odd one, one that could be triggered even shortly after reload and
acting more like a buffer overflow bug.
Namely, if a certain string that was about to be displayed on the screen was
above 530 chars (but it had newline embedded), the game crashed, but didn't if
the string was manually truncated.
It left me grasping at straws, as my (quite lacking) gdb skills didn't lets me
see where the crash occurred.
So, I was left waiting for some burst of inspiration.
It came today.
For some reason, this felt like I had been hitting some internal limit. I
suspected wine code.
After trying a few debug channel combinations, I eventually tested 'msg'.
The strings were printed using ID3DXFontImpl_DrawTextA.
In the log, I've noted LB_ADDSTRING and - after looking at that code - took a
stab in the dark.
I've set the buffer size for that message in both WINPROC_CallProcAtoW and
WINPROC_CallProcWtoA to 1536 (yes, likely excessively large). Making this
change has fixed the crash.
I'm marking it wine 8.21, but I expect this has been around as long as wine has
been using too small buffer.
--
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=55511
Bug ID: 55511
Summary: Wine repeatedly prints err:system:update_display_cache
Failed to read display config.
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: m101010a(a)gmail.com
Distribution: ---
In sysparams.c the read_display_adapter_settings function uses the global
variable config_key, but does not actually initialize it. This causes the
function to fail, and that failure eventually trickles down to
update_display_cache. I haven't seen any functionality break because of it, but
the messages are annoying and could be trivially fixed by initializing
config_key before it is used.
--
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=55014
Bug ID: 55014
Summary: kernel32:comm crashes in WoW64 mode on Linux
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
kernel32:comm crashes in WoW64 mode on Linux:
comm.c:708: Found Com port COM1. Connected devices may disturb results
Unhandled exception: page fault on read access to 0x0000000000000000 in 64-bit
code (0x007f47b448083c).
[...]
=>0 0x007f47b448083c wait_for_event+0x1c(arg=<internal error>)
[/home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ntdll/unix/serial.c:945]
in ntdll.so (0000000000000000)
0x007f47b448083c wait_for_event+0x1c
[/home/winetest/tools/testbot/var/wine-wow64/../wine/dlls/ntdll/unix/serial.c:945]
in ntdll.so: mov (%rdi), %rdi
945 if (!server_get_unix_fd( commio->hDevice, FILE_READ_DATA |
FILE_WRITE_DATA, &fd, &needs_close, NULL, NULL ))
See https://test.winehq.org/data/patterns.html#kernel32:comm
The failure seems to only happen on the TestBot VMs, maybe because of QEmu,
particularly because it does not set the baud rate correctly.
A bisect shows that this failure started with the commit below:
commit b337c5b1a1757b2abbc90a7c6955d64242861ab9
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Jun 2 09:35:29 2023 +0200
ntdll: Use the default ABI for all functions on the Unix side.
--
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=45305
Bug ID: 45305
Summary: [AZERTY Keyboard]Certains special keys are not
correctly recognized.
Product: Wine
Version: 3.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Hello,
I have a problem when i want to use special character with my French Keyboard.
If i use "é", "è", "ç" and "à" keys in winecfg, regedit or notepad, these
symbols are correctly write.
But in game/all games, if i use these keys, the game does not recognize it.
Example for Vampyr, "é" symbol is used by default for an action. If i want to
use "é" for an other action, when i press the key on my keybaord, there is no
effect, the key is not recognized.
I have this problem even if i export LC_ALL=fr_FR before to launch Steam.
If someone had this issue in the past and fix this problem, i'll say him thanks
you.
--
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=54616
Bug ID: 54616
Summary: Wine 8.0+, Memory Access Violation in Libaes.dll,
Texecom Wintex
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zestier-bib.0a(a)icloud.com
Distribution: ---
Created attachment 74142
--> https://bugs.winehq.org/attachment.cgi?id=74142
Error from console when Program is run.
When attempting to run running Texecom Wintex in Wine 8.0 or above, there is a
Memory Access Violation/Buffer Overrun error c0000005 in libaes.dll.
Downgrading to Wine 7.0.1 with no other changes allows the program to run
normally.
The environment has C++ Redistributable 2010 installed as required.
There is no GUI errors shown when the issue is present. The attached .txt file
contains the error that is printed when the program is run via the console.
libaes.dll seems to be specific to this program.
The program can be downloaded from here:
https://texecom-live.s3.eu-west-2.amazonaws.com/wp-content/uploads/2022/08/…
(no account required)
or https://www.texe.com/help-and-support/product-support/ (free account
required)
No accounts or hardware is needed to run the software.
See also: My forum post:
https://forum.winehq.org/viewtopic.php?p=139794#p139794
If I can provide any more information, please let me know.
--
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=40236
Bug ID: 40236
Summary: winetricks ie6: buttons are missing
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Regression SHA1: 6e638d824b80e8a02cb830cd6bc25a7ef8507849
Distribution: Fedora
Created attachment 53780
--> https://bugs.winehq.org/attachment.cgi?id=53780
screenshot
Regression, introduced by:
commit 6e638d824b80e8a02cb830cd6bc25a7ef8507849
Author: Dmitry Timoshkov <dmitry(a)baikal.ru>
Date: Mon Mar 23 10:20:59 2015 +0800
shell32: Update version information to match XP values.
To reproduce:
$ rm -rf ~/.wine
$ winetricks -q ie6
$ cd ~/.wine/drive_c/Program\ Files/Internet\ Explorer/
$ wine "C:\\program files\\internet explorer\\iexplore.exe"
see screenshot.
--
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=53114
Bug ID: 53114
Summary: Crash of applications and games when out of focus
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryu.ketsueki(a)outlook.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I don't know why this happens but every wine application I could test, they
need to stay on focus in the current virtual desktop (from the Desktop
Environment, not Wine's virtual desktop) or else they will simply close on
their own. I can't track to a specific cause because even with a completely new
prefix with no "helpers", Lutris and even Valve's own Proton, this happens. So
far I got the exact same result with The Sims 4, StarCraft 2 and Sonic After
the Sequel. All those games will close if I change to another virtual desktop,
let's say, desktop 2, if the apps themselves are on desktop 1. It also happened
with the releases but it persists with Staging as well. I don't know how to
backtrace this, as launching them through CLI didn't return anything useful and
I'm not sure if wine itself is what is crashing or the applications. I didn't
get the classic crash window either. They simply close.
--
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=40712
Bug ID: 40712
Summary: blueMSX hangs at start
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Lauching the msx emulator blueMSX makes it hang: here is the short console
output
wine blueMSX.exe
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
fixme:dwmapi:DwmIsCompositionEnabled 0x6d88c758
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x69e94b5e, context
0x8bd300, init_notify 0, handle 0x127e1b0): stub
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make
sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the
winbind package of your distribution.
fixme:iphlpapi:NotifyIpInterfaceChange (family 0, callback 0x6a0a6836, context
0x93dd98, init_notify 0, handle 0x124e7a4): stub
wine: configuration in '/home/david/.wine' has been updated.
fixme:win:EnumDisplayDevicesW ((null),0,0x33ec64,0x00000000), stub!
fixme:aspi:SendASPI32Command ASPI: Partially implemented SC_HA_INQUIRY for
adapter 0.
err:aspi:SCSI_OpenDevice Failed to open device /dev/sg0: Permission non
accordée
fixme:aspi:SendASPI32Command ASPI: Partially implemented SC_HA_INQUIRY for
adapter 1.
fixme:aspi:SendASPI32Command ASPI: Partially implemented SC_HA_INQUIRY for
adapter 2.
err:aspi:SCSI_OpenDevice Failed to open device /dev/sg2: Permission non
accordée
fixme:win:EnumDisplayDevicesW ((null),0,0x33ea54,0x00000000), stub!
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:d3d:wined3d_surface_blt Can't handle WINED3D_BLT_DO_NOT_WAIT flag.
--
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=49177
Bug ID: 49177
Summary: Naruto Online
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kacper.cholody(a)onet.pl
Distribution: ---
Created attachment 67194
--> https://bugs.winehq.org/attachment.cgi?id=67194
dont know
When i run an application its showing a bug. I cant run game
--
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=45268
Bug ID: 45268
Summary: Logicly 1.9 (Adobe AIR app) windows do not resize
correctly when screen resolution is set to non-default
value
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Created attachment 61511
--> https://bugs.winehq.org/attachment.cgi?id=61511
Start log for logicly 1.8
Logicly 1.9 (Adobe AIR application) installs and works perfect when the screen
resolution is left at the default (96 dpi). When changing the screen resolution
to a higher value (which is necessary for newer displays) Logicly shows its
windows minimized. This prevents installing because (i.e.) the License accept
dialog can not be confirmed.
To reproduce
- Download logicly 1.9 (see download link)
- change the screen resolution with winecfg to (i.e.) 168 dpi
- Install Logicly by calling the installer, start it after installation
The shown windows are minimized and not resizable.
When installing with the default screen resolution and running Logicly later,
its windows are minimized and can be resized. so the app is usable in
principle.
It may be of interest, that the previous release (Logicly 1.8) does not have
this problem (download from http://logic.ly/updates/Logicly-1.8.0.exe).
The log files from the start of both releases are attached.
--
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=56034
Bug ID: 56034
Summary: Borland Turbo CPP 4.5 installer hangs after opening
INSTALL.TXT
Product: Wine
Version: 9.0-rc2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 75680
--> https://bugs.winehq.org/attachment.cgi?id=75680
Patch that fixes the first hang
Note that the installer is INSTALL.EXE, not SETUP.EXE.
If you click Continue, the installer opens INSTALL.TXT in Notepad. When you
close Notepad, the installer should continue, but instead it hangs.
If you click Skip, the installer works but hangs after installation.
The attached patch fixes the problem, mostly. For some reason you have to click
the background after closing Notepad, and the installer still hangs at the end.
I don't know how close the patch is to a correct solution.
$ sha256sum 'Borland Turbo CPP 4.5 for Windows.7z'
8a6f5797f0af880728421426beacf5e5760701e424d89e14cd714a13e625f2ff
--
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=56037
Bug ID: 56037
Summary: Ubisoft Pirates of the Caribbean The legend of jack
sparrow Black screen after starting
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Game: Ubisoft Pirates of the Caribbean The legend of jack sparrow DVD version
Steps to reproduce:
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ wine /run/media/cedric/Pirates\ LoJS/setup.exe Now the installer start
choose English (default), ok, next
accept the license terms, next
accept the default location, next, Install, copying new files. (During this
time, the progressbar doesn't move)
Press finish.
$ wine ~/wine-tmp/drive_c/Program\ Files\ \(x86\)/Bethesda\ Softworks/Pirates\
of\ the\ Caribbean\ LoJS/PiratesLoJS.exe
Now the screen turns black.
Alt-tab into the controlling terminal, and press ctrl-c Now the desktop appears
again.
Software:
$ wine --version
wine-9.0-rc2 from this aur package:
https://aur.archlinux.org/packages/wine-wow64
$ uname -a
Linux cedric 6.6.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 Dec 2023 03:45:42
+0000 x86_64 GNU/Linux
Running lxde on Xorg
Hardware:
0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi
10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c4)
--
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=56035
Bug ID: 56035
Summary: Beyond all reason: In game music sometimes studders
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ---
Steps to reproduce:
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
$ wine ~/Downloads/Beyond-All-Reason-1.2470.0.exe Now the installer starts.
choose only for me (default),next
choose default installation location, install
[X] run beyond all reason (default), finish. now the game updates itself.
Press start.
During the second, and all subsequent matches, the in-game music studders.
The music was fine during the first match
Software:
$ wine --version
wine-9.0-rc2 from this aur package:
https://aur.archlinux.org/packages/wine-wow64
$ uname -a
Linux cedric 6.6.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 Dec 2023 03:45:42
+0000 x86_64 GNU/Linux
Running lxde on Xorg
Hardware:
0b:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi
10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT] (rev c4)
--
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=54243
Bug ID: 54243
Summary: Warcraft 2 BNE: Fails CD check in wine versions >6.0.X
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: mmogilvi2+wine(a)gmail.com
Distribution: ---
SYMPTOM: Starting with wine versions mid-6.X and including all 7.X through at
least 7.22, the game "Warcraft 2: Battle.net Edition" always fails a CD check
and pops up an error dialog:
"Warcraft II Battle.net Edition is unable to read a required file. Your
Warcraft II Battle.net Edition CD may not be in the CDROM drive. Please ensure
that the disk in in the CDROM drive and press OK. To leave the program, press
Exit."
----
BACKGROUND:
Wine had long been able to run "Warcraft 2: Battle.net Edition", up through
wine version 6.0.2 and some early 6.X versions.
As described in the howto of the application DB
https://appdb.winehq.org/objectManager.php?sClass=version&iId=592 (and other
places), in my setup I have long used an .iso of my original CD, with symlinks
for "d::" (linked to the iso) and "d:" (linked to the directory where the .iso
is loop-mounted). (I actually use some wrapper scripts to temporarily mount it
only when needed, etc...)
I unsuccessfully asked about this in the wine forum last July
https://forum.winehq.org/viewtopic.php?f=8&t=36787&sid=e1b75b6a5ffa1534a042…
and am finally digging deeper into it on my own. There are also some
tangential mentions in my recent Gentoo Linux forum post:
https://forums.gentoo.org/viewtopic-p-8766703.html
----
ANALYSIS:
I have managed to git bisect this bug to commit
50903a15046354e405564aff6430ee505c01100a "kernelbase: Reimplement
GetVolumeInformation on top of GetVolumeInformationByHandle" (although I needed
to cherry-pick an unrelated "sincos()" build fix at each step...).
Digging deeper, the following sequence of events leads to the bug:
1. The game calls GetVolumeInformationW() with root=L"D:\\".
- The game only wants file system flags and FS type name.
- Wine proceeds to:
2. NtOpenFile() the root (I haven't traced into this much)...
3. GetVolumeInformationByHandleW()
4. NtQueryVolumeInformationFile() with
info_class=FileFsAttributeInformation
5. get_mountmgr_fs_info(), which determines
unix_name="/archive/wineData/warcraftII-BNE-2001.iso"
and letter=25 (Z:).
- BUG: letter=25 definitely indicates a bug. The game is asking
about D:, not Z:.
- MAYBE BUG: Not sure whether mapping "D:\\"'s handle to the .iso
rather than the loop mount point directory is a bug or not.
- FYI: I'll note that NtQueryVolumeInformationFile()'s documentation
says that if the handle "represents a direct device open, only
FileFsDeviceInformation can be specified..." in the remarks (i.e.,
not the info_class being asked for here). There doesn't seem
to be any attempt to enforce this in wine. See
https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-nti…
6. Since wine now thinks the game is asking about "Z:", it returns file
system type "NTFS" and associated flags, rather than the correct
"CDFS" (and flags).
7. Presumably the game sees the "NTFS" and/or flags, decides this
isn't a CD at all, and after some more searching, ultimately
pops up the error dialog.
----
POTENTIAL FIXES:
I'm not sure the best way to fix this. Some possibilities include:
A. Somehow ensure the handle that GetVolumeInformation() opens gets
mapped to the mounted directory, instead of the .iso file?
- This would seem to make sense, but I'm not sure.
B. Add more logic to find_dos_device() to notice if path is a file
(or device) that is pointed at by one of the double-colon symlinks?
- It might need similar caching as get_drives_info(), etc?
This would be just a little involved, but might be the best
"smallish scale" fix.
C. Just revert commit 50903a15046354e405564aff6430ee505c01100a?
But that might leave GetVolumeInformationByHandle() broken,
and it does seem cleaner to only do all the device/FS
superblock parsing and determination in one place...
D. Do a more thorough audit / cleanup of how different ways of
representing and mapping between unix names, NT names, devices,
mount points, symlinks, fallback logic, etc all interact with
each other? My initial vague impression is that a lot of this
logic is a bit haphazard and only "mostly" works, rather than
being robustly designed to always work.
- Very involved and time consuming, and well beyond anything
I currently have any interest in attempting myself.
----
WORKAROUND:
A quick end-user workaround that seems to work is to change the "d::" symlink
to point to the correct /dev/loop0 or loop1, or 2...., that just happens to
match whatever free loop device that "mount" dynamically picks to use.
- I think this only works because these days /dev is usually
mounted as a separate file system, and in wine there is
find_dos_device() logic to stops looking if the st_dev changes
and then later stuff falls back on doing something else...
- Even disregarding that, it seems a bit ugly and fragile to
assume a particular loop device, especially if you have other
things you sometimes loop mount... (Although maybe my wrapper
script could dynamically update the symlink based on parsing
/proc/mounts after things are mounted...)
--
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=55999
Bug ID: 55999
Summary: Add libxkbregistry0 dependency to Debian packages of
Wine
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: shtetldik(a)gmail.com
CC: dimesio(a)earthlink.net
Distribution: ---
New winewayland driver now relies on libxkbregistry and fails to load without
it:
ldd winewayland.so
...
libwayland-client.so.0 => /lib/x86_64-linux-gnu/libwayland-client.so.0
(0x00007f1f3fcb9000)
libxkbcommon.so.0 => /lib/x86_64-linux-gnu/libxkbcommon.so.0
(0x00007f1f3fc71000)
libxkbregistry.so.0 => /lib/x86_64-linux-gnu/libxkbregistry.so.0
(0x00007f1f3fc66000)
...
So it would be good to add a dependency on libxkbregistry0 package for Wine
Debian packages (both regular and staging). I guess same goes may be for a few
others like libwayland-client0 and libxkbcommon0.
--
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=23921
Summary: LBA2 doesnt refresh its screen
Product: Wine
Version: 1.3.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vleon1(a)gmail.com
Little big adventure 2 rarely refresh its screen, rendering the game
unplayable. the bug didnt exist in the 1.2 branch.
You can hear the games music from the next screen (for example from the ingame)
while having a picture of the games menu.
--
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=55703
Bug ID: 55703
Summary: Introduced in 8.17
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugs(a)cometchaser.de
Distribution: ---
Drag and drop of files within an commercial applications doesn't work anymore
in Wine 8.17.
It worked until Wine 8.16.
It works in Debian 11 with Wine 8.8 or Debian 12 with Wine 8.16 but not anymore
in Debian 11 with Wine 8.17
See the error:
Error new in Wine 8.17
Download a video file at:
https://www.cometchaser.de/wine/Wine-8.17-Error.mkv
Download a video file at:
https://www.cometchaser.de/wine/Wine-8.16-Works.mkv
--
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=55995
Bug ID: 55995
Summary: Wine 9.0-rc1 Wayland cursor does not move on some
surfaces
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h0tc0d3(a)gmail.com
Distribution: ---
Version: Wine 9.0-rc1 Wayland
Bugs:
1) In games, the cursor moves only in the game menu, but as soon as you load
some map, the cursor stops moving. At the same time, if you open the menu, the
cursor continues to move in the menu. Game Example: Overwatch 2
```
"${WINE}/bin/wine64" "C:/Program Files (x86)/Overwatch/_retail_/Overwatch.exe"
```
2) The Blizzard Battle.net launcher launches, but there is no window on the
screen. Therefore, the Overwatch 2 game can only be launched using the above
method, and each time needs enter your username and password.
```
"${WINE}/bin/wine64" "C:/Program Files (x86)/Battle.net/Battle.net.exe"
--exec="launch Pro" > /dev/null 2>&1
```
3) In winecfg if press "Apply" or "OK" button, then winecfg freezes.
4) winecfg does not transmit float state, it runs on the entire screen.
--
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=55561
Bug ID: 55561
Summary: kernel32:virtual - The 32-bit test_write_watch() fails
in the new WoW mode
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
kernel32:virtual - The 32-bit test_write_watch() fails in the new WoW mode:
virtual.c:2099: Test failed: VirtualAlloc succeeded
See https://test.winehq.org/data/patterns.html#kernel32:virtual
A bisect shows that this started with the commit below:
commit f6dbcccab9e33f05b4df9ba3824a849b172b97c3
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Aug 28 13:47:14 2023 +0200
wow64: Send cross-process notifications.
--
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=45123
Bug ID: 45123
Summary: gdiplus/graphicspath test crashes under clang-5.0.1
but not gcc-7.3.0
Product: Wine
Version: 3.7
Hardware: x86
URL: https://test.winehq.org/data/8dca6c35e11a104385242ed83
46ee05707b78ef7/linux_ae-gentoo-dbg-clang/gdiplus:grap
hicspath.html
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: madewokherd(a)gmail.com
Distribution: Gentoo
Backtrace:
=>0 0x7eca42d9 widen_joint+0x139(p1=<is not available>, p2=<is not available>,
p3=<is not available>, pen=<is not available>, last_point=<has been optimized
away by compiler>)
[/var/lib/jenkins/home/workspace/wine-clang/dlls/gdiplus/graphicspath.c:1849]
in gdiplus (0x0033fc38)
1 0x7eca2ac1 GdipWidenPath+0x3a0(path=<is not available>, pen=<is not
available>, matrix=<is not available>, flatness=<is not available>)
[/var/lib/jenkins/home/workspace/wine-clang/dlls/gdiplus/graphicspath.c:2029]
in gdiplus (0x0033fca8)
2 0x7ed36262 func_graphicspath+0x3331() in gdiplus_test (0x0033fe08)
3 0x7ed74968 main+0x457() in gdiplus_test (0x0033fea8)
4 0x7ed74caa in gdiplus_test (+0x8fca9) (0x0033fee0)
5 0x7b45df9c call_process_entry+0xb() in kernel32 (0x0033fef8)
6 0x7b45e0f3 start_process+0x122(entry=0x7ed74f7a, peb=<is not available>)
[/var/lib/jenkins/home/workspace/wine-clang/dlls/kernel32/process.c:1099] in
kernel32 (0x0033ffdc)
7 0x7b45dfaa start_process_wrapper+0x9() in kernel32 (0x0033ffec)
0x7eca42d9 widen_joint+0x139
[/var/lib/jenkins/home/workspace/wine-clang/dlls/gdiplus/graphicspath.c:1849]
in gdiplus: divps %xmm5,%xmm0
1849 float dx0 = distance * (p2->X - p1->X) / length_0;
--
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=27916
Summary: Ferro CCTV: Fails to start
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=35713)
--> (http://bugs.winehq.org/attachment.cgi?id=35713)
Error message
Steps to reproduce:
1) remove ~/.wine
2) winetricks wmp9
3) install Ferro CCTV
4) wine FerroCCTV.exe
Behaviour:
Error message (see attachment).
Expected behaviour:
No error message.
--
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=55908
Bug ID: 55908
Summary: Regression beginning with 8.17: PNGGauntlet gives an
error message and hangs if output folder doesn't exist
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: NM64+bugs.winehq.org(a)PM.me
Distribution: ---
Created attachment 75452
--> https://bugs.winehq.org/attachment.cgi?id=75452
wine-devel 8.16
Beginning with wine-devel 8.17, PNGGauntlet no longer properly handles if the
output folder doesn't already exists.
In wine-devel 8.16 it would ask that the location doesn't exist and if it
should be created, and it'd "just work" without issue.
In wine-devel 8.17 and newer (including the newest 8.20), you get some sort of
error message instead and the program can end up hanging.
Attached are two demonstration videos, one using wine-devel 8.16 and the other
8.17, showing the entire process from scratch on a live ISO session of Linux
Mint 21.2 Cinnamon.
I've also attached the terminal output as well as the information that the
error message returns.
(oh and, is it just me, or is the "Compiling Wine" steps of
https://wiki.winehq.org/Regression_Testing completely out of date, at least
when testing in live ISO sessions of modern Debian-based distros like not only
the aforementioned Linux Mint 21.2 Cinnamon but also LMDE 6 and Xubuntu 23.10)
--
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=54115
Bug ID: 54115
Summary: wine client error:68: write: Bad file descriptor
Product: Wine
Version: 8.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
This is starting to happen in Wine 8.0-rc1, however I didn't have version 7.22
installed, so I cannot say when it regressed exactly.
After exiting any application you can see:
wine client error:68: write: Bad file descriptor
wine client error:b4: write: Bad file descriptor
wine client error:11c: write: Bad file descriptor
Full log for notepad:
$ notepad
002c:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0048:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
0x80004002
0050:err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0050:err:ole:start_rpcss Failed to open RpcSs service
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr
0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface
{6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
0048:fixme:imm:ImeSetActiveContext (0001002E, 0): stub
0048:fixme:imm:ImmReleaseContext (00010020, 0001002E): stub
002c:fixme:imm:ImeSetActiveContext (0001004E, 1): stub
002c:fixme:imm:ImmReleaseContext (0001004C, 0001004E): stub
008c:err:setupapi:SetupDefaultQueueCallbackW copy error 1812
L"@C:\\windows\\system32\\drivers\\wineusb.sys,-1" ->
L"C:\\windows\\inf\\wineusb.inf"
00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00e8:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
wine: configuration in L"/home/birdie/.wine" has been updated.
010c:fixme:imm:ImeSetActiveContext (00030062, 1): stub
010c:fixme:imm:ImmReleaseContext (00030048, 00030062): stub
Exit it, a few seconds later:
wine client error:68: write: Bad file descriptor
wine client error:b4: write: Bad file descriptor
wine client error:11c: write: Bad file descriptor
This doesn't look very appealing.
I'm not using mingw, it's a classic i686 GCC build under Fedora 37.
--
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=52000
Bug ID: 52000
Summary: EA Desktop still fails to install
Product: Wine
Version: 6.21
Hardware: x86-64
URL: http://https://click.e.ea.com/?qs=901607d0b32d0c5a668b
64755ddd9eba252d701599100e11239ca43b1bf873c0e60313c1d4
0a800d3f39b81848b7bb8fffbcdbbb6a19828f6f85cbfbe8e45705
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 70994
--> https://bugs.winehq.org/attachment.cgi?id=70994
+seh log
Hello,
Maybe there was a new version of EA Desktop but in my case, the installation
still fails even after the fix for the bug 49887.
Step to reproduce :
- Set WinVer to Win8.1/Win10
- Launch EAappInstaller.exe and click on "Let's go". The application closes
immediatly after this action.
I have this line in my ouput console when the app closes :
0114:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr
0x434a8e
I attach the +seh log if it's interesting for you.
--
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=55993
Bug ID: 55993
Summary: PLSQL Developer: Hangs when trying to connect a
database.
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Trying to connect to a database like described in the now fixed bug #55833,
shows an application hang:
0110:err:sync:RtlpWaitForCriticalSection section 00006FFFF8573D68 "?" wait
timed out in thread 0110, blocked by 0000, retrying (60 sec)
This seems to be another regression:
efd03f40e6e315d89cd1d09c48180aae82033f9f is the first broken commit
commit efd03f40e6e315d89cd1d09c48180aae82033f9f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Thu Oct 5 10:41:47 2023 +0200
server: Assign a system-wide mapping address for dynamic base modules.
Reverting this efd03f40 (and ec3de128) makes PLSQL not to hang.
There is another regression bug 55967 pointing to the same commit.
--
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=55809
Bug ID: 55809
Summary: FEMM 4.2 mesh creation won't run, running an analysis
is impossible, works on wine-stable
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tefatronix(a)seznam.cz
Distribution: ---
Created attachment 75299
--> https://bugs.winehq.org/attachment.cgi?id=75299
backtrace and test file
FEMM 4.2 built in tool triangle.exe crashes every time an analysis (analysis ->
analyze) or mesh creation (mesh -> create mesh) is ran.
the backtrace is attached, a test file (.FEE) - drawn terribly but enough for a
test, crashes with others too - is attached too.
Everything works on the stable version.
--
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=55774
Bug ID: 55774
Summary: Sid Meier's Alpha Centauri: invisible mouse pointer
Product: Wine
Version: 8.11
Hardware: x86-64
URL: https://archive.org/details/SidMeiersAlphaCentauriDemo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 9f8d9eef216d4ede3b53d3caab222ad8f896f10b
Distribution: ---
Tested with the GOG.com version but can also be reproduced in the original
demo.
The mouse pointer is working (buttons are clickable) it is just invisible.
Occurs in fullscreen and virtual desktop mode.
The problem is present since Wine-8.11 and the result of the regression test:
commit 9f8d9eef216d4ede3b53d3caab222ad8f896f10b
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Mon Jan 25 15:22:08 2021 +0100
winex11: Set the window cursor immediately in SetCursor.
Instead of synchronizing the cursor on mouse changes. The SetCursor call
should now only be made when cursor or window handle have changed.
smac_demo1_1m.exe (50 MB)
md5: 0cb42fdc0195dfc638830ddac90f48c3
Opening the demo shows a black screen with 2 empty rectangles: the left one is
starting the game.
Still present in wine-8.17-190-g8943fcbca49
--
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=55179
Bug ID: 55179
Summary: Drag and Drap don't work at all in Wine HQ 8.0 and
8.0.1 Regression from version 7 which was OK
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pascal_mons(a)hotmail.com
Distribution: ---
Created attachment 74769
--> https://bugs.winehq.org/attachment.cgi?id=74769
A .gpx file (route Paris to Madrid) to test drag and drop
I use Garmin MapSource 6.16.3 to create and modify POI files (like speed
cameras) and Routes. Obviously I was used to drag and drop the file inside the
map. This was working fine in Wine HQ 7.
However, since the upgrade to version 8 this capability is broken. I have to
use File -> Open to manually run through the directories. Even then using the
keyboard return when an object is selected won't work. I have to use only the
mouse clicks.
In order for you to investigate I will give you the downlink of MapSource and
the steps to install it within Wine by command lines.
https://download.garmin.com/software/MapSource_6163.exe
you have to unpack / extract files from the .exe and use MSmain.msi in order to
install properly (even in Windows).
Installing .wine32.1 Prefix for MapSource
_________________________________________
$ WINEPREFIX=~/.wine32.1 WINEARCH=win32 wineboot
$ WINEARCH=win32 WINEPREFIX=~/.wine32.1 winecfg
Since I have a 4K HD screen I use in Graphics --> Screen resolution a 144 dpi &
Applications Windows 7
$ WINEARCH=win32 WINEPREFIX=~/.wine32.1 winetricks msxml4
$ WINEARCH=win32 WINEPREFIX=~/.wine32.1 winetricks dotnet48
$ WINEARCH=win32 WINEPREFIX=~/.wine32.1 winetricks ie8
All these modules are required.
Install MapSource 6.16.3
________________________
$ cd ~/Downloads/Garmin/Garmin\ MapSource\ 6.16.3/
$ WINEARCH=win32 WINEPREFIX=~/.wine32.1 wine MapSource_6163\
Extracted/MSmain.msi
It won't work because of another program presence check, use :
$ WINEARCH=win32 WINEPREFIX=~/.wine32.1 wine MapSource_6163.exe
The Drag and Drop capability was working fine in Wine HQ 7.
You don't need to install a Garmin map to test the drag and drop with the
attached route in .gpx format.
--
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=54987
Bug ID: 54987
Summary: Waves Central no more opens in Manjaro Linux
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marquinhosbissoli(a)gmail.com
Distribution: ---
Created attachment 74534
--> https://bugs.winehq.org/attachment.cgi?id=74534
Error details
Waves Central no more opens on Manjaro Linux. It worked until two months ago.
--
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=54847
Bug ID: 54847
Summary: dnsapi:query - test_DnsQuery() fails on the TestBot
VMs in Windows and Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dnsapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dnsapi:query - test_DnsQuery() fails on the TestBot VMs in Windows and Wine:
query.c:66: Test failed: expected record name L"winehq.org", got
L"becky.ns.cloudflare.com"
query.c:66: Test failed: expected record name L"winehq.org", got
L"becky.ns.cloudflare.com"
query.c:66: Test failed: expected record name L"winehq.org", got
L"becky.ns.cloudflare.com"
query.c:66: Test failed: expected record name L"winehq.org", got
L"carter.ns.cloudflare.com"
query.c:66: Test failed: expected record name L"winehq.org", got
L"carter.ns.cloudflare.com"
query.c:66: Test failed: expected record name L"winehq.org", got
L"carter.ns.cloudflare.com"
query.c:66: Test failed: expected record name L"winehq.org", got
L"becky.ns.cloudflare.com"
query.c:67: Test failed: expected record type 1, got 28
query.c:66: Test failed: expected record name L"winehq.org", got
L"becky.ns.cloudflare.com"
query.c:67: Test failed: expected record type 1, got 28
query.c:66: Test failed: expected record name L"winehq.org", got
L"becky.ns.cloudflare.com"
query.c:67: Test failed: expected record type 1, got 28
query.c:66: Test failed: expected record name L"winehq.org", got
L"carter.ns.cloudflare.com"
query.c:67: Test failed: expected record type 1, got 28
query.c:66: Test failed: expected record name L"winehq.org", got
L"carter.ns.cloudflare.com"
query.c:67: Test failed: expected record type 1, got 28
query.c:66: Test failed: expected record name L"winehq.org", got
L"carter.ns.cloudflare.com"
query.c:67: Test failed: expected record type 1, got 28
query.c:96: Test failed: unexpected CNAME chain
See https://test.winehq.org/data/patterns.html#dnsapi:query
This is because winehq.org points to a CDN which uses DNS tricks to point web
browsers to the closest server and do load balancing. Interestingly this does
not happen for all clients, e.g. it does not happen on fg-deb64.
These failures happen in new tests that were introduced by this commit:
commit 6e2efe54f17e72415b790edf6c9c1f9de5acb9f7
Author: François Gouget <fgouget(a)codeweavers.com>
Date: Thu Apr 13 05:51:20 2023 +0200
dnsapi/tests: Test how DnsQuery() handles CNAMEs.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54819
--
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=56006
Bug ID: 56006
Summary: CrystalDiskInfo: Unhandled exception crashes
DiskInfo64.exe
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jvs(a)outlook.it
Distribution: ---
Created attachment 75627
--> https://bugs.winehq.org/attachment.cgi?id=75627
errors while installing CrystalDiskInfo
CrystalDiskInfo: Unhandled exception crashes DiskInfo64.exe
--
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=55863
Bug ID: 55863
Summary: Wine fails to build on macOS with LLVM 17
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
When building Wine on macOS with LLVM 17 (i.e. from Homebrew), the build fails
with:
clang -arch x86_64 -m64 -c -o dlls/ntdll/unix/signal_x86_64.o
../dlls/ntdll/unix/signal_x86_64.c -Idlls/ntdll -I../dlls/ntdll -Iinclude \
-I../include -D__WINESRC__ -D_NTSYSTEM_ -D_ACRTIMP= -DWINBASEAPI=
-DWINE_UNIX_LIB -Wall -pipe \
-fcf-protection=none -fno-stack-protector -fno-strict-aliasing
-Wdeclaration-after-statement \
-Wempty-body -Wignored-qualifiers -Winit-self -Wno-pragma-pack
-Wstrict-prototypes -Wtype-limits \
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -gdwarf-4
-fPIC \
-fasynchronous-unwind-tables -g -O2 -fPIC -Wall -Wdeclaration-after-statement
-Wwrite-strings -Wtype-limits -march=core2 -mfpmath=sse -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0
In file included from ../dlls/ntdll/unix/signal_x86_64.c:81:
../dlls/ntdll/unix/dwarf.h:915:45: warning: taking the absolute value of
unsigned type 'ULONG_PTR' (aka 'unsigned long') has no effect
[-Wabsolute-value]
915 | case DW_OP_abs: stack[sp] = labs(stack[sp]); break;
| ^
../dlls/ntdll/unix/dwarf.h:915:45: note: remove the call to 'labs' since
unsigned values cannot be negative
915 | case DW_OP_abs: stack[sp] = labs(stack[sp]); break;
| ^~~~
<inline asm>:159:2: error: invalid CFI advance_loc expression
159 | .cfi_escape 0x10, 0x03, 0x02, 0x72, 0x08
| ^
<inline asm>:362:2: error: invalid CFI advance_loc expression
362 | .cfi_escape 0x10, 0x03, 0x02, 0x72, 0x08
| ^
1 warning and 2 errors generated.
make: *** [dlls/ntdll/unix/signal_x86_64.o] Error 1
This is caused by a recent LLVM change to "reject CFI advance_loc separated by
a non-private label for Mach-O":
https://reviews.llvm.org/D153167
I believe the lines causing errors are '__ASM_CFI_REG_IS_AT1(rbx, rcx, 0x08)'
in __wine_syscall_dispatcher and '__ASM_CFI_REG_IS_AT1(rbx, rcx, 0x08)' in
__wine_unix_call_dispatcher, but it's not specifically those lines, the problem
is all the CFI advance_loc calls in those functions after the .globl labels.
--
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=55649
Bug ID: 55649
Summary: quartz:vmr9 - test_changed3ddevice() fails on the
TestBot's w11pro64-amd & -nv VMs
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
quartz:vmr9 - test_changed3ddevice() fails on the TestBot's w11pro64-amd & -nv
VMs:
vmr9.c:4384: Test failed: got 0
See https://test.winehq.org/data/patterns.html#quartz:vmr9
w11pro64-amd is the TestBot's AMD RX6600 Windows 11 test configuration while
w11pro64-nv is the NVidia RTX 3050 one.
This started on 2023-09-12 and corresponds to the commit that introduced the
failing test:
commit 3855fc7a60e48632f77be57027d1dc1c51294470
Author: Alfred Agrell <floating(a)muncher.se>
Date: Mon Sep 11 21:28:05 2023 +0200
quartz/tests: Add test for VMR9SurfaceAllocatorNotify_ChangeD3DDevice.
--
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=55638
Bug ID: 55638
Summary: mf:transform - test_h264_decoder_concat_streams()
sometimes fails on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mf:transform - test_h264_decoder_concat_streams() sometimes fails on Windows 7:
transform.c:4510: Test failed: GetElementCount returned 0x78
transform.c:4512: Test failed: sample 97: got 1 buffers
transform.c:4512: Test failed: sample 97: got sample time 14800000
transform.c:4512: Test failed: sample 97: got sample duration 400000
transform.c:1085: Test failed: sample 97: buffer 0: got unexpected buffer
See https://test.winehq.org/data/patterns.html#mf:transform
Note that the bad GetElementCount() return value is always 0x78 (120) and the
sample time and durations are always the same too.
This set of failure is quite rare with 1.5 to 2 instances per month. The first
known instance happened on 2023-06-01 (no instance in the previous 5 months):
* 2023-09-18 win7_newtb-w7u-es
* 2023-09-06 win7_newtb-w7pro64-64
* 2023-09-01 win7_newtb-w7u-2qxl
* 2023-08-28 MR!3636
* 2023-07-06 win7_newtb-w7u-de
* 2023-06-09 MR!3010
* 2023-06-01 MR!2893 (twice)
--
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=52883
Bug ID: 52883
Summary: Improve support for high-level graphic settings in The
Settlers: Heritage of Kings
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
Created attachment 72267
--> https://bugs.winehq.org/attachment.cgi?id=72267
screenshot for a questionable display of graphic settings
I wonder why I get hindered so far to switch the graphic settings to the
highest quality (which my hardware could support).
How will the software capabilities evolve further also for the game “The
settlers (gold edition)” after the software “Wine 7.7-1449.4”?
See also:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=5360
--
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=45122
Bug ID: 45122
Summary: gdiplus/font test crashes under clang-5.0.1 but not
gcc-7.3.0
Product: Wine
Version: 3.7
Hardware: x86
URL: https://test.winehq.org/data/8dca6c35e11a104385242ed83
46ee05707b78ef7/linux_ae-gentoo-dbg-clang/gdiplus:font
.html
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
Backtrace:
=>0 0x7ec9e635 GdipMeasureString+0x1e5(graphics=<is not available>, string=<is
not available>, length=<has been optimized away by compiler>, font=<has been
optimized away by compiler>, rect=<has been optimized away by compiler>,
format=<is not available>, bounds=<has been optimized away by compiler>,
codepointsfitted=<has been optimized away by compiler>, linesfilled=<has been
optimized away by compiler>)
[/var/lib/jenkins/home/workspace/wine-clang/dlls/gdiplus/graphics.c:5427] in
gdiplus (0x0033f958)
1 0x7ed1385d in gdiplus_test (+0x2485c) (0x0033fac8)
2 0x7ed0f1c7 func_font+0x486() in gdiplus_test (0x0033fe08)
3 0x7ed7e968 main+0x457() in gdiplus_test (0x0033fea8)
4 0x7ed7ecaa in gdiplus_test (+0x8fca9) (0x0033fee0)
5 0x7b45df9c call_process_entry+0xb() in kernel32 (0x0033fef8)
6 0x7b45e0f3 start_process+0x122(entry=0x7ed7f5cb, peb=<is not available>)
[/var/lib/jenkins/home/workspace/wine-clang/dlls/kernel32/process.c:1099] in
kernel32 (0x0033ffdc)
7 0x7b45dfaa start_process_wrapper+0x9() in kernel32 (0x0033ffec)
0x7ec9e635 GdipMeasureString+0x1e5
[/var/lib/jenkins/home/workspace/wine-clang/dlls/gdiplus/graphics.c:5427] in
gdiplus: mulps %xmm1,%xmm1
5427 (pt[2].X-pt[0].X)*(pt[2].X-pt[0].X));
lmk what other logs/tests would be useful.
--
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=55972
Bug ID: 55972
Summary: Dolphin Emulator requires GetProcessInformation (since
5.0-16711)
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: tinozzo123(a)tutanota.com
Distribution: ---
Dolphin Emulator doesn't launch anymore on Wine since version 5.0-16711, due to
requiring GetProcessInformation.
```
wine: Call from 00006FFFFFF7F308 to unimplemented function
KERNEL32.dll.GetProcessInformation, aborting
```
The commit that added it is the following:
https://github.com/dolphin-emu/dolphin/commit/2bd72dfc6f956c27337934e9a1a26…
--
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=55813
Bug ID: 55813
Summary: [Errno 9] Bad file descriptor
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: naworldw(a)gmail.com
Distribution: ---
Created attachment 75302
--> https://bugs.winehq.org/attachment.cgi?id=75302
Unexecutable
"https://github.com/KurtBestor/Hitomi-Downloader/releases/download/Technical…"
I posted on the forum with the same title, but a different problem occurred.
First, the stable version seems to have incorrect support for qt6. The program
performed a full upgrade from qt5 to qt6 and was unable to run afterwards.
As a workaround in the forum, proceed to "When I copy
"C:\windows\system32\Windows.UI.dll" from a Windows 11 installation next to
"hitomi_downloader_GUI.exe" and start the program with:
WINEDLLOVERRIDES="window.ui=n"win hitomi_downloader_GUI.exe" and you will see
the program screen. However, the program has an internal browser. So, if you
press "options-network-embedded web browser" in the program, the program itself
is closed due to a fatal bug called "QtWebEngineProcess.exe." So I tried the
wine development version. It is displayed as an attachment, making it
impossible to execute itself.
--
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=55588
Bug ID: 55588
Summary: mf:mf - test_scheme_resolvers() crashes on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mf:mf - test_scheme_resolvers() crashes on Windows 7:
mf.c:6488: this is the last test seen before the exception
0958:mf: unhandled exception c0000005 at 000007FEFDD72817
See https://test.winehq.org/data/patterns.html#mf:mf
This started on 2023-08-23 with the commit that introduced the new tests:
commit fd3d0113f95d3cd4696497cdce5eb5d6d2aa26f5
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Fri Jul 28 08:54:05 2023 +0200
mf/tests: Add some network scheme resolver tests.
Note that the TestBot detected the crash but confused it with the random crash
from bug 54859 and thus considered it to not be new. That's the issue with
crashes: they all look the same.
--
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=55569
Bug ID: 55569
Summary: mshtml:dom - The 32-bit test_attr_collection_attr()
crashes on Windows 10 2004+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
mshtml:dom - The 32-bit test_attr_collection_attr() crashes on Windows 10
2004+:
dom.c:3679: this is the last test seen before the exception
1268:dom: unhandled exception c0000005 at 00000001
See https://test.winehq.org/data/patterns.html#mshtml:dom
This crash is systematic and started on 2023-08-30.
--
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=54769
Bug ID: 54769
Summary: major regression in dnSpy startup time
Product: Wine
Version: 8.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
(OK, this will be quite a bit different than what I've planned when I started
to write this)
Let's start with an oddity: only 32bit versions of dnSpy work, 64bit fail to
show anything besides the recently popular stack corruption line (it does not
terminate upon it, but fails to do anything else either).
The problem (initially observed in 6.1.8, but dnSpyEx 6.3.0 has the same
problem):
I'm not quite sure when this happened, but IIRC it was at most two releases
back, maybe it was the latest one.
Before, upon startup there was a minor delay before the window showed up and
every now and then (but relatively rarely) the window got filled with visual
garbage until it was refreshed.
Now, it *seems* corruption has been dealt with (though that needs more time to
be verified), but there's a crippling startup delay (over 2-3 min) between when
a blank window shows up and when it's filled with content.
--
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=54361
Bug ID: 54361
Summary: Winebus doesn't enumerate evdev devices in a
--without-sdl build unless SDL also disabled by
winebus registry key
Product: Wine
Version: 8.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j-r(a)online.de
Distribution: ---
Not sure what info to add.
--
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=53845
Bug ID: 53845
Summary: Regression in GetCalendarInfoEx et al
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: elpochodelagente(a)gmail.com
Distribution: ---
Created attachment 73375
--> https://bugs.winehq.org/attachment.cgi?id=73375
test case, succeeds in Windows and wine 6.0
The following line succeeds in Windows and used to work in Wine 6, but not in
Wine 7.19. Attached is a complete program test
GetCalendarInfoEx(0, CAL_GREGORIAN_US, 0, CAL_ITWODIGITYEARMAX |
CAL_RETURN_NUMBER, 0, 0, dwData); // returns 0
Looking at dlls/kernelbase/locale.c current git master I can see that now there
is an explicit check against CAL_GREGORIAN, and if I change the
CAL_GREGORIAN_US parameter in the call to CAL_GREGORIAN then GetCalendarInfoEx
succeeds.
--
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=21550
Summary: Winedbg's disassembler doesn't support SSE2
instructions
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Winedbg doesn't support SSE2 instructions while gdb does.
--
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=56028
Bug ID: 56028
Summary: Yakuza 0 not launching on Mac 10.14 with Wine
Product: Wine
Version: 8.0.1
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dariooliviero09(a)gmail.com
Created attachment 75673
--> https://bugs.winehq.org/attachment.cgi?id=75673
Here is the error message
I don't know much when it comes to Wine, I installed the latest version the
site gave me for MAC. In fact, wine's settings should be the default ones,
running a Windows 10 system.
For a offline single player game such as Fallout New Vegas, Wine worked pretty
well.
Thanks to that, I decided to try a newer game: Yakuza 0.
After having bought it on GOG.com, I tried running the .exe file to no avail.
I admit that I didn't spot the issue as I am a bit clueless when it comes to
wine, but I should've attached the error message with this.
What do I have to do?
Thank you in advance
--
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=55665
Bug ID: 55665
Summary: Wine versions >=8.9 do not load Fallout 4 properly
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rcs777(a)proton.me
Distribution: ---
I'm sorry if this is a bit long, but I want to be as detailed as possible. In
short, I usually build Wine myself using TkGlitch's build scripts and put the
resulting build in Lutris's runtime path. I find that TkG Wine offers slightly
better performance for Games than my system-provided wine. However when Wine
8.9 rolled around, my self compiled builds stopped working with Fallout 4; the
game simply crashed before the intro played with no backtrace provided. My FO4
has its own logs thanks to mods and they told me it crashed in XAudio2_7.dll.
It's worth noting that for FO4 I have XAudio2_7 set to native in winecfg,
otherwise the audio that comes through is very muffled. It's pretty much a must
have for a playable experience. The first thing I did was try a plain
non-modified build of Wine from my package manager and a clean prefix, but had
no luck.
After some trial and error I found that FO4 works perfectly on plain Wine 8.8,
so I bisected between 8.8 and 8.9 and found that the startup failure was caused
by commit 354a8bb1f4a65bdec052606f2799db9e2907b5b1, "ntdll: Better match
Windows subheap sizes". However... Reverting that patch only works up to 8.10,
on plain 8.11 and up I was back to square one with crashing in XAudio before
the intro video. So after bisecting from 8.10 with that patch reverted just for
good measure (I don't know if it's actually needed past 8.9) and 8.11, I came
up with a82238fad52761114ab2488d422fad3f70dbb854, "ntdll: Allocate 64-bit and
kernel stacks in high memory". Assuming that reverting that patch would fix the
latest development version too, I jumped straight to 8.16 and reverted it. I
found that I also had to revert 3ac808e46e4795e14c5b999aa39fd9cd15f95279,
"ntdll: Set Wow64 user space limit based on LARGE_ADDRESS_AWARE" and
f473e31341a0dbc2eb5222cc1d1cfe468946bf0a, "ntdll: Load modules with a high base
address in high memory" too. I'm not sure if those last two patches actually
break anything, but they seem to depend on variables introduced in the 64-bit
Allocate patch so without reverting these too I got build time failures. In any
case, once these patches are reverted on Wine 8.16, I get a clean build and
Fallout 4 works perfectly again.
Here's where I'm confused... I grabbed a vanilla Wine 8.16 build from
https://github.com/Kron4ek/Wine-Builds... and it worked, unpatched, out of the
box. As far as I can tell from his build scripts, those Wine builds are
compiled on Ubuntu Bionic, which means those libraries and compilers are likely
far older than mine on Debian Sid. Maybe it's something that an older compiler
is doing different, seeing as how the reverted patches seem to have a lot to do
with memory allocation? If that were the case it might not even be a bug in
Wine.
In any case, here's my specs:
OS: Debian GNU/Linux trixie/sid x86_64
Kernel: 6.5.0-1-amd64
DE: Plasma 5.27.8
CPU: AMD Ryzen 7 5800X (16) @ 3.800GHz
GPU: AMD ATI Radeon RX 5600 OEM/5600 XT / 5700/5700 XT
Memory: 3931MiB / 32011MiB
GCC Version: gcc (Debian 13.2.0-4) 13.2.0
All build dependencies while running the configure script were satisfied except
for OSS, and I've never actually had satisfied.
--
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=55139
Bug ID: 55139
Summary: loader: regression - error running winecfg
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: arusanu.bu(a)gmail.com
Distribution: ---
The switch to PIE loader seems to affect running wine on my system.
Running winecfg generates these errors:
'$ winecfg
wine: created the configuration directory '/home/iurt_build/.wine'
0024:err:environ:run_wineboot failed to start wineboot c00000e5
wine: could not load kernel32.dll, status c0000135'
The regression started with commit cc2cfb9b792bee681b96c5859084fd6d4d0bbed7.
Reverting that commit and
commit 78ed343842dcd8ffb95c416420953e121959d40d
commit c55578f3a54c63084657e7d79c043b22b10df989
commit ac1761d1dae8bf114a05e28ed6886deba6c2c860 ,
allows wine 8.11 to run fine.
System: Mageia 9(cauldron),
kernel-6.3.9 - x86_64., gcc-12.3.0, mingw-gcc-12.2.1
Wine specific configuration options used for x86_64/i586:
'
./configure --with-x --with-dbus --with-gstreamer --enable-win64
--with-system-dllpath=/usr/x86_64-w64-mingw32/sys-root/mingw/bin
--disable-tests
./configure --with-x --with-dbus --with-gstreamer
--with-system-dllpath=/usr/i586-w64-mingw32/sys-root/mingw/bin --disable-tests
'
--
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=49312
Bug ID: 49312
Summary: wineg++ - "invalid program stack in 64-bit code" on
exception catching - regression
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dd-tom(a)web.de
Distribution: ---
Created attachment 67324
--> https://bugs.winehq.org/attachment.cgi?id=67324
full crash log
Referencing this issue here:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1881293
When compiling the following C++ program with "wineg++ main.cpp":
#include <stdexcept>
#include <stdio.h>
int main() {
printf("start\n");
try {
throw std::runtime_error("desc");
} catch (std::exception &ex) {
printf("in catch\n");
}
printf("end\n");
}
Wine crashes with:
Unhandled exception: assertion failed, invalid program stack in 64-bit code
(0x00007f33f6c24781).
The full log is attached.
Tested with (not working):
- Debian Bullseye and wine 5.0 (packaged)
- wine 5.0 compiled from source on Debian Buster
Regression since wine 4.0, tested working with:
- Debian Buster and wine 4.0 (packaged)
- wine 4.0 compiled from source on Debian Buster
--
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=37517
Bug ID: 37517
Summary: VideoReDo TVSuite H.264 crashes on loading video when
using VMR9
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: gordon.lack(a)dsl.pipex.com
Distribution: ---
Created attachment 49929
--> https://bugs.winehq.org/attachment.cgi?id=49929
backtrace saved from crash
VideoReDo TVSuite H.264 (http://www.videoredo.com/en/ProductTVS.htm) starts up
OK.
Under Tools/Options/Playback Devices you can select VMR9 as the Video Driver
(FYI: DirectX is also listed there, but it isn't supported any more, and
actually used VMR7 as well - the option is going away). This determines the
driver used when running the editing page.
If you now load a video (mpeg, or h.264) into the program it will 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=21790
Summary: 3D Rad demo "BeltBall" can't use its bundled
mfc80u.dll?
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://www.3drad.com/games/BeltBall%20v102.exe
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The smallest demo from http://www.3drad.com/free-pc-games.php is the 8MB
http://www.3drad.com/games/BeltBall%20v102.exe, sha1sum
d8827274480b0391ad200478b2ebe26a2658166d BeltBall v102.exe
It installs fine, but when you start it, it complains
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC80.CRT" (8.0.50727.762)
and puts up a dialog saying
"The dynamic link library 'MFC80U.DLL' could not be found"
even though it's installed in
./3D Rad Games/BeltBall v102/Microsoft.VC80.MFC/mfc80u.dll
Perhaps the installer forgot to set an app path or a manifest or something?
winetricks vc2005 works around the problem.
The game installs and runs fine on Vista; I guess we need to try it
on an old XP box that doesn't have vc2005 runtimes already and see
if it works there to confirm this bug.
(I checked on Vista, and there's no entry for the app in
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths, for what it's worth.
And there doesn't seem to be a manifest file next to the .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.
https://bugs.winehq.org/show_bug.cgi?id=55927
Bug ID: 55927
Summary: RestoreDC appears to fail with printers
Product: Wine
Version: 8.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kadlecf(a)fzu.cz
Distribution: ---
My wine is packed within the OpenSuse Tumbleweed distribution. Since recently,
I experience problems with printing from a custom application which worked in
earlier wine versions. Its graphical output (mostly data represented as lines
and text) is normally shown on the screen where I encounter no problems.
However, currently, when the data is sent to a printer - either one with paper
or the CUPS pdf printer -, it is clipped to a rectangle defined by the SaveDC
function. This would be OK except that the function RestoreDC
BOOL RestoreDC
(
[in] HDC hdc,
[in]
int
nSavedDC
)
;
does not work properly with the device context hdc connected to a printer
device.
In brief, the sequence
SaveDC
(functions involving clipping of the output region)
RestoreDC
does not restore the clipping region to the original one for the printer
(however, it does for the screen device context).
--
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=55986
Bug ID: 55986
Summary: Gunner3 has flickering in fullscreen
Product: Wine
Version: 8.21
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: ---
Since wine-6.1 there is flickering when running Gunner3 in fullscreen mode.
Also, from time to time old frame data is shown for a few moments making the
game
It works with winecfg virtual desktop mode, and making screenshots in
fullscreen is hard. It looks similar to the glitches in bug 45168 (but it is
unrelated).
Don't try to click on a level without having the fix from bug 41977 though, it
might crash. The menu is enough to reproduce the issue.
--
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=8051
--- Comment #190 from Alexandr Oleynikov <sashok.olen(a)gmail.com> ---
(In reply to Zeb Figura from comment #189)
> (In reply to Alexandr Oleynikov from comment #188)
> > What kind of an update do you want exactly?
> > It doesn't look like Wine 9.0-rc1 had any changes related to software vertex
> > processing, so the bug stands as it is. And it's probably unlikely that this
> > will change, especially with DXVK now being the preferred backend for games
> > (which like I mentioned before fully implements this feature).
>
> I don't know whom DXVK is "preferred" by, but it's not the position of the
> Wine project, and it's certainly our intent to implement software vertex
> processing mode. It's just not exactly trivial, and there are some
> unresolved design questions.
Of course, I was not stating it's an official position of the Wine project,
it's just merely what vast majority Linux gamers prefer for its far better
compatibility and performance for both D3D9 and D3D11 games (if hardware is
compatible), and what is used in Proton too.
--
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=56019
Bug ID: 56019
Summary: LOCAL_GetBlock not enough space in local heap
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: elias_0000_0000(a)yahoo.com
Distribution: ---
wine-8.0 (Debian 8.0~repack-4)
See this game:
https://archive.org/details/connections-1995
Same bug with that: https://bugs.winehq.org/show_bug.cgi?id=1490
both with win32 win64 prefix.
0180:err:local:LOCAL_GetBlock not enough space in local heap 076f for 1948
bytes
(etc.)
--
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=56018
Bug ID: 56018
Summary: Respondus LockDown Browser fatally hangs on loading
screen
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: micah.haber(a)gmail.com
Distribution: ---
Created attachment 75659
--> https://bugs.winehq.org/attachment.cgi?id=75659
No backtrace available, list of deferred .dlls
Respondus LockDown Browser v. 2.1.1.05.
--
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=8051
--- Comment #189 from Zeb Figura <z.figura12(a)gmail.com> ---
(In reply to Alexandr Oleynikov from comment #188)
> What kind of an update do you want exactly?
> It doesn't look like Wine 9.0-rc1 had any changes related to software vertex
> processing, so the bug stands as it is. And it's probably unlikely that this
> will change, especially with DXVK now being the preferred backend for games
> (which like I mentioned before fully implements this feature).
I don't know whom DXVK is "preferred" by, but it's not the position of the Wine
project, and it's certainly our intent to implement software vertex processing
mode. It's just not exactly trivial, and there are some unresolved design
questions.
--
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=54396
Bug ID: 54396
Summary: Rutoken driver cannot install.
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: igor.bz(a)list.ru
Distribution: ---
Created attachment 73963
--> https://bugs.winehq.org/attachment.cgi?id=73963
Wine log.
Distro: Ubuntu 20.04 x64
Kernel: Linux 6.0.9
Download link:
https://download.rutoken.ru/Rutoken/Drivers/Current/rtDrivers.exe
Steps to reproduce:
- Running the installation file (rtDrivers.exe).
- An error is reported during the installation process: Error. Error code: 120
(0x00000078): Function not implemented
- Installation failure.
- The program cannot be installed.
Translation:
- Установить => Install
- Ошибка. Код ошибки: 120 (0x00000078): Функция не реализована => Error. Error
code: 120 (0x00000078): Function not implemented
- Ошибка. Код ошибки: 3758096907 (0xe000020b) => Error. Error code: 3758096907
(0xe000020b)
- 0x80070643 Сбой установки => 0x80070643 Installation failure.
--
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=16957
Summary: CreateProcess handles are inherited even when
bInheritHandles=FALSE
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)salilab.org
Created an attachment (id=18729)
--> (http://bugs.winehq.org/attachment.cgi?id=18729)
test.c
The attached file uses CreateProcess to create a subprocess (gzip in this case)
with redirected standard output. In order for this to work properly, the output
handle created in this code must be inherited by the subprocess - thus the
bInheritHandles argument to CreateProcess must be TRUE. And indeed if this
program is compiled to test-true.exe, a simple text file 'test.in' and the gzip
binary are placed in the same directory, and then test-true.exe is run, it
successfully produces the output test.gz.
If the TRUE argument is switched to FALSE and the file is compiled again to
test-false.exe, when the program is run in the same way on a 'real' Windows
sytem (32 bit Vista Business in this case) the following is output:
gzip: stdout: Bad file descriptor
This is also fine and expected, since the output file handle was not passed to
gzip. *However* if the same test-false.exe program is run with Wine (the Fedora
10 wine-core-1.1.12-1.fc10.i386 package in this case) it runs in just the same
way as test-true.exe, generating the test.gz output.
This suggests to me that the bInheritHandles argument is ignored by Wine. As
stated, this is a minor bug but it would be nice if Wine behaved the same way
as Windows here. (In our case we discovered this problem after we tested our
program successfully under Wine, but then had it fail on a real Windows
system.) I am not familiar with the code, but hopefully it should be
straightforward enough to provide the subprocess with invalid handles if
bInheritHandles=FALSE?
--
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=56008
Bug ID: 56008
Summary: Running multiple apps simultaneously causes crashes.
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yaoqi01(a)foxmail.com
Distribution: ---
My environment is as follows:
Hardware: Thinkpad E490
Operating System: Ubuntu 22.04.1 LTS
WINE Version: wine-9.0-rc1
Custom DLLs: msls31, msvcp140, riched20 (sourced from Windows 11)
Phenomenon: When I use the software "WeChat" and "CloudMusic" consecutively,
opening one and minimizing it to run in the background, then opening the other
software directly causes the first one to crash. The error codes from the
console are:
0970:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
0730:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub!
0730:fixme:file:ReplaceFileW Ignoring flags 2
0730:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub!
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 10 (X_UnmapWindow)
Resource id in failed request: 0x4800003
Serial number of failed request: 456
Current serial number in output stream: 456
--
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=8051
--- Comment #188 from Alexandr Oleynikov <sashok.olen(a)gmail.com> ---
What kind of an update do you want exactly?
It doesn't look like Wine 9.0-rc1 had any changes related to software vertex
processing, so the bug stands as it is. And it's probably unlikely that this
will change, especially with DXVK now being the preferred backend for games
(which like I mentioned before fully implements this feature).
--
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=8051
--- Comment #187 from Chebanenko Igor <chebanenkoigor93(a)gmail.com> ---
Wine 9.0-rc1 was released. Any updates?
--
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=49195
Bug ID: 49195
Summary: Multiple 4k demoscene OpenGL demos crash on startup
(failure to lookup atom 0xC019 'static' from global
atom tables)
Product: Wine
Version: 5.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
extracted from bug 48898
My comment: https://bugs.winehq.org/show_bug.cgi?id=48898#c12
--- quote ---
To me it looks like bug 18490 ("Multiple games fail to set pixel format on D3D
device context created on desktop window (Empire: Total War, Napoleon: Total
War, Utopia City)") but for GL device context on the desktop window.
According to online information it's not allowed to do any rendering using this
context but enough to call functions like glGetString() etc.
Maybe some of the Wine graphics folks could weigh in with an opinion if this
limitation is already known / tracked in a bug?
--- quote ---
Henri's answer: https://bugs.winehq.org/show_bug.cgi?id=48898#c13
--- quote ---
I'm not aware of an existing bug report for this issue, no. It does strike me
as similar to bug 36506 though, and it would not particularly surprise me if
wglGetProcAddress() is supposed to return results consistent with
GL_EXTENSIONS/GL_VERSION here, even without a current GL context.
I seem to recall having established in the context of bug 18490 that creating a
GL context (or more specifically, setting a pixel format) on the desktop window
is indeed supposed to fail. In any case, this seems like of of those bugs that
would benefit from tests to establish what's supposed to happen.
--- quote ---
Turns out this was a side-effect of an earlier problem.
It was not supposed to be GetDC(NULL) (Desktop window).
--- snip ---
$ WINEDEBUG=+seh,+relay,+server,+class,+win,+msg wine ./End\ of\ time\ 720p.exe
>>log.txt 2>&1
...
0024:Call user32.ChangeDisplaySettingsA(00421288,00000004) ret=004200da
...
0024: get_desktop_window( force=0 )
0024: get_desktop_window() = 0 { top_window=00010020, msg_window=00010026 }
...
0024:Ret user32.ChangeDisplaySettingsA() retval=00000000 ret=004200da
0024:Call
KERNEL32.CreateThread(00000000,00000000,004201ca,004304e8,00000000,00000000)
ret=004200ee
...
0024:Ret KERNEL32.CreateThread() retval=00000080 ret=004200ee
00bc: *fd* 17 <- 38
00bc: init_thread( unix_pid=3683, unix_tid=3729, debug_level=1, teb=7ffd4000,
entry=004201ca, reply_fd=15, wait_fd=17, cpu=x86 )
0024:Call
user32.CreateWindowExA(00000000,0000c019,00000000,91000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000000)
ret=004200f4
0024:trace:win:WIN_CreateWindowEx (null) #c019 ex=00000000 style=91000000 0,0
0x0 parent=(nil) menu=(nil) inst=(nil) params=(nil)
00bc: init_thread() = 0 { pid=0020, tid=00bc, server_start=1d62d3b280579be
(-2.9701360), info_size=0, version=603, all_cpus=00000003, suspend=0 }
0024:trace:win:dump_window_styles style: WS_POPUP WS_VISIBLE WS_MAXIMIZE
0024:trace:win:dump_window_styles exstyle:
...
00bc:Starting thread proc 0x4201ca (arg=0x4304e8)
...
0024: create_window( parent=00010020, owner=00000000, atom=c019,
instance=00000000, dpi=96, awareness=2, class=L"" )
0024: create_window() = INVALID_HANDLE { handle=00000000, parent=00000000,
owner=00000000, extra=0, class_ptr=00000000, dpi=0, awareness=0 }
0024:warn:win:create_window_handle error 6 creating window
0024:trace:class:GetClassInfoExW (nil) #c019 0x1518f9e0
0024:trace:class:CLASS_FindClass #c019 0x7e910000 -> not found
0024:Ret user32.CreateWindowExA() retval=00000000 ret=004200f4
--- snip ---
The failing window creation resulted in NULL handle which got passed to
user32.GetDC():
--- snip ---
0024:Call user32.GetDC(00000000) ret=004200fb
0024:trace:win:GetDCEx hwnd 0x10020, hrgnClip (nil), flags 00000003
...
0024: get_visible_region( window=00010020, flags=00000013 )
0024: get_visible_region() = 0 { top_win=00010020, top_rect={-1920,0;-1919,1},
win_rect={0,0;3200,1080}, paint_flags=00000001, total_size=16,
region={{-1920,0;1280,1080}} }
0024:Call
winex11.drv.GetDC(00030039,00010020,00010020,1518fde0,1518fdf0,00000013)
ret=7e97bd3e
0024:Ret winex11.drv.GetDC() retval=00000001 ret=7e97bd3e
0024:trace:win:GetDCEx (0x10020,(nil),0x13): returning 0x30039 (updated)
0024:Ret user32.GetDC() retval=00030039 ret=004200fb
--- snip ---
Well, the rest of the OpenGL story is known and the current behaviour makes
sense.
Back to the actual problem...
The creation of the window which ought the be used for OpenGL context/rendering
fails because atom 0xc019 can't be found/resolved.
I should have looked more carefully at the trace log and the demo disassembly.
--- snip ---
...
004200B6 | xor esi,esi |
004200B8 | push esi |
004200B9 | push esi |
004200BA | push esi |
004200BB | push esi |
004200BC | push esi |
004200BD | push esi |
004200BE | push esi |
004200BF | push esi |
004200C0 | push esi |
004200C1 | push 91000000 |
004200C6 | push esi |
004200C7 | push C019 | global atom!
004200CC | push esi |
004200CD | push 4 |
004200CF | push end of time 720p.421288 |
004200D4 | call dword ptr ds:[<&user32.ChangeDisplaySettingsA>] |
004200DA | push esi |
004200DB | push esi |
004200DC | push end of time 720p.4304E8 |
004200E1 | push end of time 720p.4201CA |
004200E6 | push esi |
004200E7 | push esi |
004200E8 | call dword ptr ds:[<&KERNEL32.CreateThread>] |
004200EE | call dword ptr ds:[<&user32.CreateWindowExA>] | fails
004200F4 | push eax |
004200F5 | call dword ptr ds:[<&user32.GetDC>] |
004200FB | mov edi,eax |
004200FD | mov dword ptr ds:[3AB08EC],eax |
00420102 | push esi |
00420103 | push edi |
00420104 | push esi |
00420105 | push end of time 720p.42125C |
0042010A | push edi |
0042010B | call dword ptr ds:[<&gdi32.ChoosePixelFormat>] |
00420111 | push eax |
00420112 | push edi |
00420113 | call dword ptr ds:[<&gdi32.SetPixelFormat>] |
00420119 | call dword ptr ds:[<&opengl32.wglCreateContext>] |
0042011F | push eax |
00420120 | push edi |
00420121 | call dword ptr ds:[<&opengl32.wglMakeCurrent>] |
00420127 | call dword ptr ds:[<&user32.ShowCursor>] |
0042012D | call end of time 720p.4202CC |
--- snip ---
The demoscene guys are crazy and fight for each saved byte ;-)
Courtesy of: http://www.pouet.net/topic.php?which=9894
--- quote ---
I was able to get 4 bytes off of a test 1k intro (Peach GLSL Shader of Japan)
by replacing the "edit" string with 0xC018, making it 1006 bytes instead of
1010. Nice.
...and then I got it down to 1004 bytes, because now "test eax, eax" compressed
better than "test ax, ax", which used to compress better sometime before this
newest change. ;) This 1k intro business is crazy, you'd really need some kind
of brute-force code masher that tries all possible combinations of code that
perform the same thing.
--- quote ---
--- quote ---
That´s mine since 2009 using DirectX9...someone told me using "static" instead
of "edit" would be better back then in some other thread...was iq if i remember
correctly.
The ATOM for "static" is 0xC019 btw, but be warned: it added 7 bytes here in my
first test, opposed to chopping off 4 bytes in case of "edit".
--- quote ---
--- quote ---
Oh, shit...i did the test the wrong way around...meaning the ATOM actually
chopped off 7 bytes in case of "static" vs. "0xC019" :/ :D
Yay, thanks for the nice trick, man! :)
--- quote ---
Also relevant, shows dump of global and typical local atom tables:
https://github.com/lungetech/ICAS/blob/master/logs/volatility/win32/output/…
Wine source:
https://source.winehq.org/git/wine.git/blob/9e26bc811656ad8eb901bffa5528b9c…
--- snip ---
407 /***********************************************************************
408 * CLASS_FindClass
409 *
410 * Return a pointer to the class.
411 */
412 static CLASS *CLASS_FindClass( LPCWSTR name, HINSTANCE hinstance )
413 {
414 static const WCHAR comctl32W[] =
{'c','o','m','c','t','l','3','2','.','d','l','l',0};
415 struct list *ptr;
416 ATOM atom = get_int_atom_value( name );
417
418 GetDesktopWindow(); /* create the desktop window to trigger builtin
class registration */
419
420 if (!name) return NULL;
421
422 name = CLASS_GetVersionedName( name, NULL, NULL, TRUE );
423
424 for (;;)
425 {
426 USER_Lock();
427
428 LIST_FOR_EACH( ptr, &class_list )
429 {
430 CLASS *class = LIST_ENTRY( ptr, CLASS, entry );
431 if (atom)
432 {
433 if (class->atomName != atom) continue;
434 }
435 else
436 {
437 if (strcmpiW( class->name, name )) continue;
438 }
439 if (!class->local || class->hInstance == hinstance)
440 {
441 TRACE("%s %p -> %p\n", debugstr_w(name), hinstance,
class);
442 return class;
443 }
444 }
445 USER_Unlock();
446
447 if (atom) break;
448 if (!is_comctl32_class( name )) break;
449 if (GetModuleHandleW( comctl32W )) break;
450 if (!LoadLibraryW( comctl32W )) break;
451 TRACE( "%s retrying after loading comctl32\n", debugstr_w(name) );
452 }
453
454 TRACE("%s %p -> not found\n", debugstr_w(name), hinstance);
455 return NULL;
456 }
--- snip ---
https://source.winehq.org/git/wine.git/blob/9e26bc811656ad8eb901bffa5528b9c…
$ sha1sum atz-end_of_time.zip
3a4ce3fd92e2fdd1a4533ee67d4809d3f2184f6b atz-end_of_time.zip
$ du -sh atz-end_of_time.zip
3.3M atz-end_of_time.zip
$ wine --version
wine-5.8-173-g9e26bc8116
Regards
--
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=55548
Bug ID: 55548
Summary: kernel32:power - test_GetSystemPowerStatus() fails on
macOS
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
kernel32:power - test_GetSystemPowerStatus() fails on macOS:
power.c:34: Test failed: expected TRUE
See https://test.winehq.org/data/patterns.html#kernel32:power
The failure is systematic and only happens macOS (see Remi's rbernon-macos-*
cloud test machines). It looks like the macOS implementation of
fill_battery_state() fails, presumably because of permission issues.
--
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=55965
Bug ID: 55965
Summary: Divide by zero error with Trackmania 2020 when loading
tracks [D3DMetal]
Product: Wine
Version: unspecified
Hardware: arm
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: omgloldave(a)gmail.com
Created attachment 75555
--> https://bugs.winehq.org/attachment.cgi?id=75555
backtrace log of game crashing when loading into a game.
Hi all, bit at a loss on where exactly to report this. I'm trying here first
and if it's not a problem with wine itself, please tell me where to poke
exactly.
So Trackmania 2020 has a rather weird error when it comes to using Apples new
GPTK layer. The game works amazingly... in the editor. You can load tracks and
drive them (with pretty remarkable quality).
However, when you load a track or join a server, the game crashes with a divide
by zero error. Additionally, in the editor, some graphical elements are weird
(i.e, some trees are not rendering, weird blown out textures etc) and you can't
render the track (aka "calculate shadows").
Luckily TM2020 is free to play to recreate this. Just open the game and try to
load any track. You can also recreate the editor weirdness by using the scenery
blocks.
I have used Whisky, Crossover (where this error log comes from), PortingKit and
vanilla wine and each yields the same results with various versions (all
released within the last 4-5 months). There's a bug report on Whisky on this
issue that's flagged specifically as an issue with wine (also I posted a
comment with no response: https://github.com/Whisky-App/Whisky/issues/235). I
currently use Parallels to play (which works fine, of course using a different
method of emulation), but with the new GPTK update the performance increase is
apparently massive, so it would be nice to see this fixed.
I'm not going to make this harder by guessing, as I am not super technical with
Wine. However looking at the backtrace and just glancing at the error-log I
think the problem is down to Wine's interaction with GPTK/D3DMetal, or with
GPTK/D3D/Apple itself.
Weirdly, I don't *think* this is a WINE bug necessarily, TM2020 is my favourite
game, so more than anything I kinda want to know *where* exactly to report this
error in detail if not here. Plus I want someone far more well versed than me
to explain how to report this bug.
Is this an Apple issue or a WINE issue or a skill issue?
Thanks for your help and all your hard work!
--
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=47028
Bug ID: 47028
Summary: WinSCP hosts list missing indentation
Product: Wine
Version: 4.6
Hardware: x86-64
URL: http://winscp.net/download/winscp577.zip
OS: Mac OS X
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: jr98(a)gmx.net
Created attachment 64194
--> https://bugs.winehq.org/attachment.cgi?id=64194
terminal output, +message log, screenshots
On windows there is space between the edge of the box and the icons.
To reproduce, run WinSCP.exe and you can see the hosts list on the left.
Attached is a zip containing terminal output, a +message log and screenshots
for comparison.
--
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=54397
Bug ID: 54397
Summary: Wine does not populate prefixes with 32-bit dlls
Product: Wine
Version: 7.22
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: eralegrid(a)hotmail.com
Starting from Wine 7.22, Wine doesn't copy any 32-bit files into new prefixes.
For a 32-bit prefix, only system.reg/user.reg/user.reg and a bunch of empty
directories are created.
For a 64-bit prefix, things appear to be normal aside from
$WINEPREFIX/drive_c/windows/syswow64 being empty.
It seems this situation started with commit
d45de318748639cfd1e80a976b39f5e19213990f.
--
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=13778
Summary: Date and Time display
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rx9tx(a)qrz.ru
Created an attachment (id=13813)
--> (http://bugs.winehq.org/attachment.cgi?id=13813)
wine window
The problem is that in a Windows application running in Wine the date and time
displayed as digit like 39591.6425810185 instead of May-23-2008, 15:25, see
pictures http://rx9tx.qrz.ru/wine.jpg and http://rx9tx.qrz.ru/windows.jpg .
Same about the frequency value 0000000000028.012100 in mHz (28.0121 mhz) is
shown like 298112000.0. I dont know what kind of database is used, but it has
the .isd extension, also .isf, .ism, .isl files are present.
Here's the excerption from the database with the data shown on the pics:
http://rx9tx.qrz.ru/log.txt
--
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=50338
Bug ID: 50338
Summary: Open/save dialog don't show current folder path.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: ltgustavsen(a)gmail.com
Distribution: ---
Created attachment 68924
--> https://bugs.winehq.org/attachment.cgi?id=68924
Screenshot from linux. Missing folder path.
Hello
The opening/save dialog in Picture Window 8 from dl-c.com doesn't work as
expected. There is no way to see which folder I’m in. The green back arrows on
the top don’t work when I open the default catalog. I have to start each time
in the left sidebar and browse to the correct directory. If I do so, the arrows
work.
I have attached some screenshots. And a debug file.
I have tested with wine-5.0.3 and wine-6.0-rc2
I have installed Picture Window this way
winetricks vcrun2019
wine msiexec /i Picture\ Window\ Pro.msi
--
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=44016
Bug ID: 44016
Summary: Improve path handling in Open and Save dialogs
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
Current open and save dialogs have large usability issues.
1 When I paste a path of a folder into it to make it open that folder in itself
it doesn't work and writes an error.
2 I also expect this dialog to accept the absolute path in linux rootfs.
3 I also expect it to show a drop-down menu as 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=42645
Bug ID: 42645
Summary: File dialog usability
Product: Wine
Version: 1.9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: freddi34(a)yahoo.de
Distribution: ---
When working with project files across different programs (e.g. Linux/OS X
program and Windows program through Wine), users usually have to access the
same locations and files. Quick file access and navigation is essential for
productivity. If Wine's goal is not to be a bottom-of-the-drawer academic
project, but actually useful, it must sufficiently integrate with the
non-Windows desktop that its users are using.
Example workflow:
A 1. Native file manager (e.g. Nautilus) is opened at /home/username/folder1
2. User wants to open file1.ext from this folder in a Wine program through
the file open dialog.
B 1. User creates a file2.ext in a Wine program, opens the file save dialog
and wants to save it in the same location (folder1).
2. File save dialog is opened at a path deep in the virtual C: drive
(C:/Programs/Manufacturer/ProgramName/client/assets/.../...).
The file save dialog's location may be controlled by the Windows
application or where it was opened the last time.
Wine's file open/save dialog has significantly worse usability than any
GTK/KDE/OS X file dialog or even Windows' own.
- It is more likely not opened where the user needs it (since working
cross-system)
- Navigation is only possible by one step up (green up arrow button) or by
going multiple steps up towards the file system root (scrollable dropdown) and
then navigating step by step down in the native system's file tree.
- Double-click is cumbersome and leads repeatedly to accidental renamings or
wrong selections.
Wine's open/save dialogs should allow faster changing between commonly used
locations. This should be supported through:
- editable address (would allow to paste a complete path and press enter)
- droppable for native paths (drag&drop a folder from a native file manager,
this is commonly supported in e.g. GTK)
- persistent list of recently openend locations in this WINEPREFIX
While these are platform-agnostic, more comfort can be achieved by further
integrating with the desktop (Gnome/KDE/OS X):
- integrate with the desktop's bookmarks through Free Desktop Standard
- integrate with the desktop's recent locations
- (native file dialogs)
--
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=35062
Bug #: 35062
Summary: FarCry3 : graphical glitches
Product: Wine
Version: 1.7.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Classification: Unclassified
Created attachment 46762
--> http://bugs.winehq.org/attachment.cgi?id=46762
Graphical glitches on see
Hi,
There is a graphical bug when i play at FarCry3. this bug appears only when you
look the sea.
As you can see in the screenshot, it seems that the map is drawn in the sea.
I think it's not a problem about the sun/moon light reflections on the sea,
they're correctly drawn (not viewable in the screenshot)
Thanks,
Max
--
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=56003
Bug ID: 56003
Summary: Age of Mythology: sometimes some of the water tiles
are flickering
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla(a)aulehla.net
Distribution: ---
When playing water maps, water tiles are sometimes flickering.
This problem does not occur when playing the game on windows.
I will add more details shortly.
--
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=23676
Summary: Arcanum essentially unusable due to graphics errors
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex.richardson(a)gmx.de
When playing Arcanum, the issue shown by the screenshot happens as soon as you
attempt to scroll the view.
It seems that it only happens when scrolling to the top, left right and down
seem to be fine.
I know this did not happen with older versions of Wine ~1 year ago.
For testing purposes there is a demo of the game available here:
http://www.terra-arcanum.com/downloads/
If you need any other information please tell me, I'm quite new to reporting
bugs in Wine.
--
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=53699
Bug ID: 53699
Summary: Hearthstone/Battle.net caught in update loop
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: kilzzz(a)hotmail.com
Distribution: ---
Created attachment 73103
--> https://bugs.winehq.org/attachment.cgi?id=73103
Terminal section of update loop
Attempting to update an already working battle.net/Hearthstone install results
in the client repeatedly trying to update some unknown component. The client
will attempt to update the game only to cycle back to updating something else.
Its happening to more than just me
https://us.forums.blizzard.com/en/blizzard/t/cannot-download-any-games-from…
looking at the linux posts.
The same thing happens on a Manjaro install and a Debian testing install that
previously worked. Attached is a section of the terminal output from the
cycling.
--
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.