http://bugs.winehq.org/show_bug.cgi?id=25329
Summary: Divinity II demo fails to start gameplay screen unless
I winetricks wmp9
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shannon.vanwagner(a)gmail.com
Divinity2 demo starts to character creation but won't launch gameplay. So after
installing winetricks wmp9, the introductory videos play and the game runs.
--
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=46146
Bug ID: 46146
Summary: Assetto Corsa crashes on launch with unhandled
exception in 32 bit code.
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: epzilepzi(a)gmail.com
Distribution: ---
Assetto Corsa crashes on launch. Backtrace here: https://pastebin.com/WQRdeG0h
--
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=49599
Bug ID: 49599
Summary: Assasins Creed Odyssey- Esync/fsync causes cutscenes
to be out of sync
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yurnerolinux(a)yandex.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hi, this is a very well known problem since at least a year.
https://github.com/ValveSoftware/Proton/issues/1757#issuecomment-516866929
Very easy to repro. Any cutscene in the game goes out of sync , sometimes
basically skips the audio and repeats itself again.
Happens with esync/fsync on. Tested on both normal Wine builds , custom Wine
builds and also Proton too.
You can also see Protondb page of the game is filled with advices towards to
disabling esync/fsync and people who didn't disable it noted cutscene audio
issues.
https://www.protondb.com/app/812140
Because it is an issue over a year with every build , i didn't specify any Wine
version in bug report.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26269
Summary: BioShock 2: Loss of keyboard input on loading screen
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgavl69(a)juno.com
Created an attachment (id=33488)
--> (http://bugs.winehq.org/attachment.cgi?id=33488)
trace +keyboard
On the inital 'New Game' loading screen you cannot use the space bar to
continue.
Keyboard and mouse input is recognised correctly when adjusting settings in the
menus.
Wine version 1.3.14-git
Xserver v1.10.0
--
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=46203
Bug ID: 46203
Summary: Renaming a file to a different capitalization of
itself doesn't work
Product: Wine
Version: 3.21
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: gabrielopcode(a)gmail.com
Distribution: ---
Created attachment 62878
--> https://bugs.winehq.org/attachment.cgi?id=62878
Example fix + tests
Renaming a file in Wine to the same name but in different capitalization
doesn't work. For example, renaming "foobar" to "FooBar" doesn't work and is
basically a no-op. It works under Windows.
This is actually very annoying in practice when using file managers or file
browsers or anything else with Wine and trying to do that, so it's not just an
academic fix, but a practical one.
This should be special cased because now it finds that the target filename
already exists in the original case (which is good for other cases but not this
one) and thus uses that, effectively being a no-op.
Example patch + tests attached to fix this issue. It will probably need some
refinement, but it shouldn't break any current behavior except for fixing this
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=49617
Bug ID: 49617
Summary: Wine regression with gog galaxy 2.0
Product: Wine
Version: 5.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryan(a)rnrcarpet.com
Distribution: ---
Gog galaxy 2.0 fails to start and freezes during splash screen with 5.13.
----------
2020-07-25 10:18:48.557 [Information][SubSystem shortTasks thread (64)] [TID
262][galaxy_client]: Starting ClientTask: InitializationMultiTask
2020-07-25 10:18:48.558 [Information][SubSystem shortTasks thread (64)] [TID
262][galaxy_client]: Starting ClientTask: UpgradeDatabaseTask
**5.13 stops here without error in standard log. 5.5 and others continue**
2020-07-25 10:18:48.569 [Information][ (0)] [TID 9][galaxy_client]: Starting
Communication Service on login.
2020-07-25 10:18:48.595 [Information][ (0)] [TID 9][galaxy_client]: Starting
Communication Service.
2020-07-25 10:18:48.622 [Information][SubSystem shortTasks thread (64)] [TID
262][galaxy_client]: Galaxy DB is up to date. Version: 26.
----------
Reproduce:
1) Install distro wine 5.13 (Fedora 32) $ dnf install wine
2) Install gog galaxy via Lutris install script
3) Run gog galaxy 2.0 successfully
3) Switch to system wine 5.13 (distro)
4) Gog galaxy freezes during splash screen
Install wine 5.5 (eg $ dnf install wine*5.5*).
Check system wine 5.5 is in use.
Start gog galaxy and it runs successfully.
Reinstall wine 5.13, check, still freezes on start.
Notes:
Fedora 32 doesn't have anything between these two available via dnf so I can't
quickly check which version the regression starts at.
Possibly could be an issue with the distro provided version of wine? I don't
have an answer here if that's possible or not. Have a feeling its with wine
itself.
Possible future entry:
Am trying to get at a more detailed log but its really massive and apparently
ultra slow to obtain.
--
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=29582
Bug #: 29582
Summary: Star Wars Battlefront (I and II) "Loading" screen very
slow.
Product: Wine
Version: 1.3.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.santos(a)pobox.com
Classification: Unclassified
The "Loading" screen takes so long (in SW Battlefront II) that I can't connect
to network games because when it finally finishes loading the level, I get a
message that says "lost connection to host" (presumably because it timed out).
I haven't timed it, but it seems to be about 2 minutes, whereas running it on
windows takes roughly 5-10 seconds.
WINEDEBUG=+relay did show that PeekMessageA was being called about 2700 times a
second (probably not a big deal) but then GetForgroundWindows was being called
right after that (a wineserver call). I suspected that as a possible culprit,
but haven't dug in too deeply yet.
I'll do some profiling on this later and try to get some better info. Maybe I
can find a hack-around to positively isolate the cause.
--
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=46301
Bug ID: 46301
Summary: TimeShift DEMO: freezes during the startup
Product: Wine
Version: 4.0-rc2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Created attachment 63025
--> https://bugs.winehq.org/attachment.cgi?id=63025
console log
TimeShift Demo freezes during the startup immediately after "Processing
Shaders" phase (Loading cca 80%).
$ du -h timeshift_sp_us_demo.exe
984M timeshift_sp_us_demo.exe
$ sha1sum -b timeshift_sp_us_demo.exe
efe37b94ea907c5d663b8b5bebe934945d814e31 *timeshift_sp_us_demo.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=49627
Bug ID: 49627
Summary: Magic The Gathering: Arena Update manager needs
Windows.Foundation.Diagnostics.AsyncCausalityTracer
Product: Wine
Version: 5.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Not sure when this change in MTGA's download manager happened, but now it's
stuck in an update loop.
While I'm not entirely sure this is the cause of the looping, in the logs, I
see that it needs some new UWP debug library:
0009:fixme:combase:RoGetActivationFactory
(L"Windows.Foundation.Diagnostics.AsyncCausalityTracer",
{50850b26-267e-451b-a890-ab6a370245ee}, 0032D1D8): semi-stub
0009:err:combase:RoGetActivationFactory Failed to find library for
L"Windows.Foundation.Diagnostics.AsyncCausalityTracer"
--
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=31046
Bug #: 31046
Summary: Wine advertises 32bit depth buffer, behaves like 24bit
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billy65bob(a)gmail.com
Classification: Unclassified
Created attachment 40757
--> http://bugs.winehq.org/attachment.cgi?id=40757
title screen: 32-bit Z buffer on wine (DirectX9 Hardware)
Title says it all really.
I'm currently playing a game in PCSX2 (Persona 4) and frankly it looks really
bad.
According to the application, wine is reporting a 32bit Z-buffer, but amusingly
it behaves precisely how a 24bit buffer behaves in windows with this
application.
--
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=46501
Bug ID: 46501
Summary: GFWL: fails to verify cert file
Product: Wine
Version: 3.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: lilyrivers48(a)gmail.com
Distribution: ---
Created attachment 63349
--> https://bugs.winehq.org/attachment.cgi?id=63349
Backtrace of Universe at War Earth Assault GFWL startup
The bcrypt functions don't work for verifying the cert
Wintrust fails to get information from the CAT 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=49635
Bug ID: 49635
Summary: Fallout NV: Radio skip song after ~40sec
Product: Wine
Version: 5.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: timofeevsv1989(a)gmail.com
Distribution: ---
wine-staging 5.12 from Manjaro repo, and wine-tkg git (5.13)
Tested on clean GOG installation (DRM-Free, without mods, old configs removed)
It is not depend on my pulseaudio settings, with or without pulseaudio-staging
patchset
EAX disabled to
I have installed:
chaotic-aur/ ffmpeg (+32bit)
chaotic-aur/faudio-tkg-git
chaotic-aur/lib32-faudio-tkg-git
But this bug still exist. There is no cure for it, Installations of codecs,
quartz.dll, FAudio.dll, XACT does not solve this problem.
--
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=49640
Bug ID: 49640
Summary: Loading certain builtin/Winelib DLLs twice may crash
Product: Wine
Version: 5.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Distribution: ---
When certain "builtin"/Winelib DLLs/EXEs get loaded, then unloaded, then loaded
again (by two calls to GetFileVersionInfoSize() for example), the second load
may result in a crash.
The underlying problem is that dlopen_dll() in dlls/ntdll/unix/loader.c assumes
that dlopen() is returning a freshly-mapped copy of the file. POSIX doesn't
guarantee this though, and if the file was already previously loaded by Wine,
and relocation fixups were applied, those fixed-up headers will be still be
present. map_so_dll then applies fixups again, and that's where I'm seeing the
crash. In particular, when map_so_dll is building the import directory, I see
that imports->Name already has the delta applied to it from the previous load.
An EXE that has this problem is the "steam.exe.so" shipped with Proton, I
believe since it links to a C++ library it will not be unloaded by a dlclose()
call (see
https://stackoverflow.com/questions/38869657/dlclose-not-unloading-so-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=49699
Bug ID: 49699
Summary: Red Dead Redemption 2 has crackling audio
Product: Wine
Version: 5.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Distribution: ---
Red Dead Redemption 2 uses WASAPI for audio, and sometimes has crackly audio.
It asks for a very small buffer (10 ms) when calling
IAudioClient::Initialize(), and then has a thread which checks the buffer
padding every 2 ms. It waits until there's at least 256 frames free in the
buffer, and fills 256 frames at a time.
When using winepulse, it has a low latency path and provides a 10 ms buffer.
This is 440/480 frames, not leaving much slack when refills are only 256 at a
time.
As far as I can tell, Windows never gives out a buffer smaller than 20 ms
though. This is more around 1056 frames, leaving much more slack. Disabling the
winepulse low latency path results in a buffer around this size, and audio is
much better. winealsa also seems to do this by default, and it sounds 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=44740
Bug ID: 44740
Summary: "A Hat in Time" any x360 joystick's sticks seems to be
stuck in upper right corner.
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: spam(a)hjkos.com
Distribution: ---
Game: https://appdb.winehq.org/objectManager.php?sClass=version&iId=36033
Game recognizes joystick correctly, buttons work as expected, however game sees
analog stick as if it's stuck in some corner, making character run in circles.
Jiggling the joystick makes it slightly change direction, but game is still
unplayable this way. Joystick appears to be working correctly - it works fine
in Linux games, and joystick control panel also shows correct positions. I
tried two joysticks:
Logitech F710 (XInput mode)
Steam Controller (sc-controller x360 joystick emulation)
both yield same result.
dumbxinputemu makes game see two controllers, one real and one emulated by
dumbxinputemu, and seems this time around emulated one works normally, but the
real one keeps overriding it, so character just changes directions frequently
and in with drastic direction changes.
Also, Logitech F710 has DirectInput mode, which has working sticks, however it
has weird bindings and i am unable to rebind it in-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=48769
Bug ID: 48769
Summary: Attack on Titan 2 requires support for 64-bit codec
drivers
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: qsniyg(a)mail.com
Distribution: ---
To get to this stage in the first place, native wmvcore, qasf, wmasf, and media
foundation libraries must be used.
...
00dd:warn:msvideo:ICInfo No driver found for codec vidc.0x00000004.
00dd:warn:msvideo:ICLocate Could not find a driver for codec vidc.WMV3.
00dd:trace:quartz:avi_decompressor_sink_connect Unable to find a suitable VFW
decompressor
00dd:trace:quartz:avi_decompressor_sink_connect Connection refused
00dd:warn:quartz:FilterGraph2_Render Unable to connect L"AVI Decompressor" to
renderer (80040207)
00dd:trace:quartz:FilterGraph2_RemoveFilter
(000000005F262510/000000005F262518)->(0000000070488BF0)
00dd:trace:quartz:FilterGraph2_RemoveFilter Removing filter L"AVI
Decompressor".
...
Using winetricks wmv9vcm should work, but unfortunately it doesn't due to
wmv9vcm.dll being 32-bit only. It's also not included in any modern windows
installation. I'm not sure where the 64-bit drivers are stored, but my guess is
possibly wmvdecod.dll?
Related bug (tracking WMV9 support):
https://bugs.winehq.org/show_bug.cgi?id=32723 . It's not a duplicate however,
as this bug is about supporting the new 64-bit codec driver model (whatever
that may be).
--
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=51543
Bug ID: 51543
Summary: Origin client doesn't understand/know that the game
has quit and doesn't log game details in Linux.
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: sampingu02(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 70386
--> https://bugs.winehq.org/attachment.cgi?id=70386
This is the screenshot of the issue.
General Information:-
I am having Battlefield 4 (Origin Version) through Lutris. I tried playing
with Lutris-Wine-6.13 Runner, Wine-GE-Custom-6.13 Runner and system installed
Wine-Staging 6.13.
I have used the Lutris Script to install Battlefield 4 with mangohud,
__GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1, __GL_SHADER_DISK_CACHE_PATH,
DXVK_HUD=compiler environment variables set. Also I have ran it with WineD3D
and the same problem occurs. So this isnt a DXVK issue.
Steps To Reproduce:-
1. Open Origin through wine-staging 6.13 or the other wine runners.
2. Play a game from Origin Client (like Battlefield 4 in my case).
3. Launch the game and quit it.
4. Origin Client doesn't change the state of the game. The play button remains
greyed out. When quitting it either from system tray icon or from Menu Bar >
Origin > Quit Origin, it says that Battlefield (in my case) is sill running and
the information like "Hours Played" and "Last Played" wont be updated when
force quitting. Restarting Origin is the only way to play the game again.
Expected Result:-
The Origin client should recognize/know that the game has quit and show the
play button again, restart shouldn't be necessary to restart the game. The
client also should log the "Hours Played" and "Last Played" details.
System Specifications:-
OS/Kernel:- Arch Linux/Linux-TKG-PDS-5.13.6 (Also tested with Linux-Zen
Kernel).
Desktop Environment:- KDE Plasma 5.22.4 (All up-to-date - KDE Frameworks, Qt
Version).
CPU:- Intel Core i5 7500.
GPU:- NVIDIA GeForce GTX 1060 6 GB.
GPU Driver:- NVIDIA 470.52 Proprietary Driver.
Additional Information:-
The attached screenshot shows that the Play button is greyed out even after
quitting the game and a dialog is visible when quitting Origin saying
"Battlefield 4 is still running" even though it clearly isn't.
Also the Last Played and Hours Played information are from the time I played
in Windows. I played this game for nearly 20 hours and last played on August 30
in Linux.
--
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=44856
Bug ID: 44856
Summary: DOOM 2016 is no longer working
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: justinrun(a)gmail.com
Distribution: ---
Created attachment 60912
--> https://bugs.winehq.org/attachment.cgi?id=60912
crash log
A new update to the DOOM 2016 game on steam is no longer working on wine. I
tested this in wine 3.4, 3.0, and 2.21. I also tried it with both OpenGL and
Vulkan rendering. I also tried it with nvidia drivers 390.48 and 384.130.
It always just starts up to a black screen. I have to kill the process to close
it. This did not happen prior to the most recent game update.
I also tried adding a launch argument to disable the intro video in case
playing it was the issue. It still did not work.
I attached a crash 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=48802
Bug ID: 48802
Summary: Logitech Extreme 3D Pro joystick works fine in joy.cpl
but buttons wrongly mapped in Battlefield 4
Product: Wine
Version: 5.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.boccassi(a)gmail.com
Distribution: ---
I have a Logitech Extreme 3D Pro joystick which works perfectly fine when
calibrating via wine control joy.cpl (js mode).
In Battlefield 4 however the buttons are all scrambled, and the throttle and
the Z axis cannot be configured at all.
I can provide any extra logs if required, please specify which and how to
retrieve them.
Running wine from OBS-built packages on Debian 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=45311
Bug ID: 45311
Summary: Skyrim Special Edition: ambient sounds do not
attenuate with distance
Product: Wine
Version: 3.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: forestcode(a)ixio.org
Distribution: ---
In Skyrim SE, ambient sounds are supposed to attenuate based on the camera's
distance from the source, so that distant sounds will be barely perceptible,
nearby sounds will be loud and clear, and moving closer or farther from the
source will gradually change the sound's volume accordingly.
When running on wine with builtin xaudio, distance attenuation does not work;
any time the camera enters a certain (fairly distant) radius from a sound
source, that sound will suddenly start playing at full volume, as if the source
was in the player's ear. This results in disturbing situations like startlingly
loud footsteps and voices produced by distant NPCs, or a sudden roar of water
rushing the moment the player crosses an invisible threshold in the vicinity of
a river.
When running with Microsoft's native 64-bit xaudio libs, distance attenuation
works properly.
Note: While winetricks xact is probably the easiest way to install the native
xaudio libs for testing purposes, recent versions of winetricks do not install
the 64-bit versions. (See wine bug 41618#c5.) Reverting this commit is
therefore necessary in order to get the libs needed for Skyrim SE's 64-bit
executable:
https://github.com/Winetricks/winetricks/commit/f2b3d268d941120d13b4c3c3960…
I have identified a few locations in the early part of game where this bug is
prominent:
1. A point on the road from Helgen to Riverwood where the rumbling of a nearby
river cuts in suddenly as the player approaches it.
2. A point on the same road, closer to the river, where the whooshing of
rushing water cuts in suddenly as the player approaches.
3. A point in Riverwood where the creaking of the wooden water wheel cuts in at
full volume as the player approaches.
When standing at any of these points, one can hear the ambient sounds cut in
and out either by walking closer/farther from the sound source, or by zooming
out to third-person view and rotating the camera around the player, such that
the camera enters/exits the sound's radius.
I will attach screen shots showing these locations.
--
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=48881
Bug ID: 48881
Summary: sonic heroes camera spinning with dualshock 4
Product: Wine
Version: 5.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: animegirl(a)stronzi.org
Distribution: ---
Created attachment 66820
--> https://bugs.winehq.org/attachment.cgi?id=66820
wine log
Latest wine.
video https://streamable.com/64d1q8
--
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=46779
Bug ID: 46779
Summary: OblivionReloaded CompileEffects require
ID3DXEffectCompilerImpl_CompileEffect implementation.
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
OblivionReloaded 6.5.0 CompileEffects option (needed to recompile provided
effects and custom effects) require a working
ID3DXEffectCompilerImpl_CompileEffect.
Now with the stub, if the option is activated, all the effects fail to compile
silently.
Relevant log:
002f:trace:d3dx:D3DXCreateEffectCompilerFromFileA srcfile
"Data\\Shaders\\OblivionReloaded\\Bloom\\Bloom.fx.hlsl", defines (nil), include
(nil), flags 0, effectcompiler 0x32f290, parseerrors 0x3be3b18.
002f:trace:d3dx:D3DXCreateEffectCompilerFromFileW srcfile
L"Data\\Shaders\\OblivionReloaded\\Bloom\\Bloom.fx.hlsl", defines (nil),
include (nil), flags 0, effectcompiler 0x32f290, parseerrors 0x3be3b18.
002f:trace:d3dx:D3DXCreateEffectCompiler srcdata 0x57f0000, srcdatalen 4086,
defines (nil), include (nil), flags 0, compiler 0x32f290, parse_errors
0x3be3b18
002f:trace:d3dx:d3dx9_effect_compiler_init compiler 0x3be4048, data 0x57f0000,
data_size 4086, defines (nil), include (nil), eflags 0, error_messages
0x3be3b18.
002f:fixme:d3dx:d3dx9_effect_compiler_init ID3DXEffectCompiler implementation
is only a stub.
002f:trace:d3dx:D3DXCreateEffectCompiler Created ID3DXEffectCompiler 0x3be4048
002f:fixme:d3dx:ID3DXEffectCompilerImpl_CompileEffect iface 0x3be4048, flags 0,
effect 0x32f28c, error_msgs 0x3be3b18 stub!
002f:trace:d3dx:ID3DXEffectCompilerImpl_Release iface 0x3be4048: Release from 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=48488
Bug ID: 48488
Summary: Cemu Page Fault Exception on
IsThemeBackgroundPartiallyTransparent in uxtheme
Product: Wine
Version: 5.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: sur3(a)gmx.de
Distribution: ---
Created attachment 66281
--> https://bugs.winehq.org/attachment.cgi?id=66281
Backtrace
Cemu crashes with a Page Fault exception since version 1.12.0.
While Cemu-1.12.0 ist still working in wine-staging-4.21 it crashes with
wine-staging-5.0-rc5.
Versions of Cemu-1.12.1 and higher crash on both wine version with that
exception at least.
--
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=48730
Bug ID: 48730
Summary: BioShock 2 crashes before entering main menu with
builtin d3dcompiler_47
Product: Wine
Version: 5.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 66608
--> https://bugs.winehq.org/attachment.cgi?id=66608
+d3dcompiler
fixme:d3dcompiler:d3d10_shader_reflection_GetDesc iface 7F2B31A4, desc 0052F1E8
partial stub!
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc3b06f
wine-5.3-181-geb63713f60
--
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=48831
Bug ID: 48831
Summary: Crysis needs "gs_4_0" compilation target
Product: Wine
Version: 5.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Intro crashes with:
fixme:d3dcompiler:compile_shader Compilation target "gs_4_0" not yet supported
wine-5.4-412-g8baf4a2a55
--
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=29985
Bug #: 29985
Summary: Joystick (DragonRise Inc. Generic USB Joystick)
incorrect setting in analog.
Product: Wine
Version: 1.4-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fael_mc(a)msn.com
Classification: Unclassified
Created attachment 39035
--> http://bugs.winehq.org/attachment.cgi?id=39035
Pictures to explain better
Greetings
I have a very good experience with games in wine, but there is a bug with my
joystick, which disturbs some games.
I have a PS2 joystick style (DragonRise Inc. Generic USB Joystick) very popular
here in where I live, work and usually no problem with native linux games.
In wine, almost everything works normally, it recognizes, and works in all
games. But there is a problem with the axes of the analog.
In Games, I set up the axes of analog, such as "Pro Evolution Soccer 5"
everything is right.
But some games you can not configure the axes - Example "GTA San Andreas."
The problem is with the analog number 2 in the GTA is the camera, only works up
and down, left and right does not work, the function of the left and right
analog camera is in paragraph 1, which is normal, but beyond move to "CJ" also
moves the camera to the left and right.
"San Andreas" is just one example, this same problem hap wine in all games that
use analog 2.
To explain the problem better, I am attaching a zip file with two photos
The first is a photo of the joystick, and a second drawing I made to explain
the problem better.
--
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=39436
Bug ID: 39436
Summary: Gta Vice City - the black screen while playing clip at
the game start
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: geeronzero(a)gmail.com
Distribution: ---
Gta Vice City - the black screen while playing clip at the game start. The is
music in it, but no image.
--
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=50045
Bug ID: 50045
Summary: [Feature request] Mapping Windows Named Pipes to Unix
Domain Sockets
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: 0e4ef622(a)gmail.com
Distribution: ---
The main motivation for this feature is Discord Rich Presence. This would
enable games running under wine to support Rich Presence with a natively
running Discord application. Note that it is possible to emulate this feature
using an external "proxy" program running in the same wineprefix.
Here are 2 such programs:
https://github.com/0e4ef622/wine-discord-ipc-bridgehttps://github.com/openglfreak/winestreamproxy
Although they work, I believe it's possible and more ideal to have wineserver
simply serve a file descriptor connected to the socket when a game connects to
the named pipe.
--
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=50690
Bug ID: 50690
Summary: Being able to use the gtk theme for normal wine
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: toadfield(a)tutanota.com
Distribution: ---
Right now it only works for Wine-Staging,but I wanna use it for normal 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.
http://bugs.winehq.org/show_bug.cgi?id=19816
Summary: Enhancement request: MSVBVM60
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)astronomy.com.ph
I would like to request that Wine have its own built-in version of MSVBVM60. I
don't know how difficult it would be, but since WinXP has it by default I would
love Wine to have it as well.
--
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=31786
Bug #: 31786
Summary: Run the tests on real hardware
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
It would be very useful to run some tests on real hardware.
* This is the case for all the 3D graphics tests. For these we would even want
to run them on both AMD and NVidia graphics cards(*). Currently they are
essentially ignored by WineTestBot because the virtual graphic cards don't
provide meaningful 3D support.
* It could somewhat be useful for sound tests too, mostly to avoid timing
issues, but also to ensure the results we get are not tainted by bugs in the
emulated sound card. Also emulated sound cards typically don't support MIDI
emulation.
The problem is that it's very important to limit the test duration and to
restore the test environment to a clean state after each test, no matter what
happens, for two reasons:
* Because it's not uncommon for tests to have side effects and for them to
leave the test environment in an unusable state. Granted it happens much more
often with older Windows releases as they are more prone to crashes. However
graphics drivers also tend to be buggy and we would not want the tests to be
tainted by a previous run (though a reboot should take care of most issues).
* But also the Wine TestBot runs anything that gets posted by anonymous users
on wine-patches. That's ok as long as such code is properly confined and not
allowed to run for too long. That supposes thoroughly cleaning up the
environment after a test has run, including anything that could happen at boot
time.
Virtual machines provide a simple solution to both of these issues which is why
the TestBot relies on them heavily.
With QEmu it's possible to let the guest OS access some peripherals directly
via the 'passthrough' mode. This is normally done for network cards. If it
worked for graphics cards that would be a great solution but it's not clear
that it's feasible.
Another option would be to play tricks with Grub scripts: have it boot from a
clean Linux partition (or from the network?), restore the Windows partition
from a clean disk image, reboot into that partition, and back on the clean
partition with the next reboot. That still leaves the issue of forcing a reboot
in case of a freeze or malware taking control of Windows (use a remote
controlled power switch like in data centers?).
(*) We currently have two such machines ready for this:
http://www.winehq.org/pipermail/wine-devel/2012-February/094080.html
--
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=33912
Bug #: 33912
Summary: Remove All Wine Home Content - Button
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moceap(a)hotmail.com
Classification: Unclassified
This enhancement what I require that a button not remove only .wine folder in
home , also delete all installed-by-wine-application desktop integration files
Such as ::
$HOME/.local/share/mime/packages/wine*
$HOME/.local/share/applications/wine*
And others .
--
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=47099
Bug ID: 47099
Summary: [RFE Staging] Create EXT4 case-insensetive wineprefix
on Linux 5.2
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: timofeevsv1989(a)gmail.com
Distribution: ---
Case-sensetivity creates many problems on wineprefixes.
Linux 5.2 can create case-insensetive empty folders with flag +F
Please add this option to 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.
https://bugs.winehq.org/show_bug.cgi?id=47883
Bug ID: 47883
Summary: Enable explicit large address aware override
Product: Wine
Version: 4.17
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: ---
Some 32-bit games like Dragon Age: Origins start without sound in recent Wine
versions (see for example bug 43685), due to running out of 2 GB memory
limitations. One workaround is to use a patcher on the binary to enable large
address aware bit.
Such as: https://github.com/randomstuff/pe-set-laa
This is cumbersome however.
Please enable some explicit workaround (like some Wine environment variable for
example), to avoid using patching on the binaries.
--
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=48955
Bug ID: 48955
Summary: Use xdg basedir spec
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: riptide(a)mundo-r.com
Distribution: ---
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
Instead of ~/.wine, configuration should be in the $XDG_CONFIG_HOME/wine/ and
cache (safely-deletable files) should be in $XDG_CACHE_HOME/wine/. The big
boxes files should be in the $XDG_DATA_HOME/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=50058
Bug ID: 50058
Summary: Control (GOG) game crash
Product: Wine
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iroalexis(a)outlook.fr
Distribution: ---
Created attachment 68513
--> https://bugs.winehq.org/attachment.cgi?id=68513
Wine log (winedbg) for Control
Like as title, Control crashes every time at the start of the mission "Defeat
the Anchor".
I would like to add that from time to time the game crashes during launch for
exactly the same reasons as in the attached logs (winedbg).
>From the feedback I got on the VKx discord, the problem seems to be unique to
the GOG version. There are no problems on the EGS and Steam versions.
Here is what I use for launch the game : wine64 Control_DX11.exe.
My graphic card is a NVIDIA GTX 1070 with Vulkan Beta Driver.
--
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=46697
Bug ID: 46697
Summary: ntQueryDirectoryFileEx needed
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: springrat(a)protonmail.com
Distribution: ---
Mod Organizer 2 fails to load the userspace virtual file system (USVFS) .dll
due to a lack of the function, "ntQueryDirectoryFileEx" in ntdll.dll. As a
result, the program itself cannot be used for its intended purposes of
organizing and loading mods directly, and some critical features such as using
tools within the virtual environment break.
--
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=49275
Bug ID: 49275
Summary: 60 FPS limit on 144Hz screen with v-sync turned off
Product: Wine
Version: 5.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bobogu(a)seznam.cz
Distribution: ---
Linux 5.6.14-arch1-1
Since the last Wine version (5.9.1), in Call of Duty 4, I only get 60 FPS
instead of 250 (capped in-game) which I was getting prior to the update. My
screen is running at 144Hz which is also what I have my Xorg set to.
Output from xrandr -q
...
1920x1080 60.00 + 144.00* 119.98 99.93
...
It's even weirder for me that the FPS are capped to 60 even though my screen
refresh rate is 144 Hz.
In the game, I don't have v-sync turned on, neither I have my FPS capped to 60.
I haven't checked other games since CoD4 is the only game I have.
I'm using Lutris as a game manager and with Proton runner, I get the 250 FPS
just fine.
I've tried setting `vblank_mode=0` and `__GL_SYNC_TO_VBLANK=0` but to no avail.
--
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=6847
soredake <broaden_acid002(a)simplelogin.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|broaden_acid002@simplelogin |
|.com |
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41668
Bug ID: 41668
Summary: wineboot mishandles user dir symlinks during update
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
In a standard wine prefix 'Desktop', 'My Documents', etc. are symlinks to
${HOME}.
As are their localized versions.
I consider the first a wrong choice and and make those normal dirs in the
prefix; as for the second, I turn those into symlinks to their English
counterparts.
Yet...
Upon 'wineboot' at each wine update, while the English dirs stay untouched, the
localized symlinks get reset into ${HOME} symlinks.
If it's WAD, it's a misfeature; otherwise, it's a 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=47015
Bug ID: 47015
Summary: Photoshop CC2019 Login screen does not render
Product: Wine
Version: 4.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: funtimeschaos(a)rocketmail.com
Distribution: ---
Created attachment 64172
--> https://bugs.winehq.org/attachment.cgi?id=64172
Log for 4.5 staging
Tested on 4.5 staging. PS was installed on windows.
I believe I used "winetricks gdiplus vcrun2010 vcrun2012 vcrun2013 vcrun2015
msxml3 msxml6 atmlib corefonts fakejapanese" to get this far. Not using
winetricks causes the launcher to output the following and exit immediately:
```
002a:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not
implemented: 0x4
002a:fixme:ntdll:NtQuerySystemInformationEx Relationship filtering not
implemented: 0x4
002a:err:module:LdrInitializeThunk "CRClient.dll" failed to initialize,
aborting
002a:err:module:LdrInitializeThunk Initializing dlls for
L"Z:\\home\\jenia\\Desktop\\winestuff\\pf\\pf64\\Adobe\\APCC2019\\Photoshop.exe"
failed, status c0000005
```
When trying to launch PS, it does launch, however, there is a small window
(which I assume is the creative cloud login screen) which does not render. X
ing out of the small window closes PS. Log is attached.
Looks to me like it is stuck trying (and failing) to render web content?
This version of PS was installed on a Japanese system, so a language support
issue might be related.
--
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=50090
Bug ID: 50090
Summary: Minifreezes in games when sending keystrokes from
gaming mouse (Piper, G402)
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: amenoyozora(a)gmx.net
Distribution: ---
I have a Logitech G402 and it has three extra buttons that I set to send "7",
"8" and "9" respectively as keystrokes through Piper. My keyboard layout is set
to german. In games, when I use the keyboard and the special mouse buttons
simultaneously, it will cause the game to stutter/minifreeze.
When I don't use the special buttons at all, those minifreezes don't happen.
When I *only* use the mouse, they don't happen either. I press a regular key on
my keyboard and when I follow it up with a special mouse button, it causes the
stutter. When I don't touch the keyboard and keep only using the mouse it
doesn't happen. When I press a keyboard button again, the stutter happens.
It shows this message in the console when this happens:
0300:fixme:keyboard:X11DRV_ActivateKeyboardLayout 0x4090409, 0000: semi-stub!
I suspect this has something to do with the mouse/Piper sending keystrokes in a
different layout (https://github.com/libratbag/piper/issues/348). Wine will
erratically try to switch between layouts and hang the game briefly everytime.
I tried doing "setxkbmap en" and restarting the game but the problem persists.
Maybe I'm using the wrong layout code, please tell me if so.
--
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=10729
Summary: Clicking things in-game in LEGO Island causes game to
hang
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9571)
--> (http://bugs.winehq.org/attachment.cgi?id=9571)
Console log
Once you get in-game in LEGO Island, clicking things will print a few fixme and
then hang indefinitely. A console log is attached, and notes where the fixmes
coinciding to the hang are.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42444
Bug ID: 42444
Summary: Dualshock 3 does not map correctly
Product: Wine
Version: 2.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haakobja(a)gmail.com
Distribution: ---
Created attachment 57282
--> https://bugs.winehq.org/attachment.cgi?id=57282
DS3 events
Hi,
I've tried using a dualshock 3 controller with wine, but I'm unable to get the
analogous triggers to work. They seem to be mapped as buttons, not analogue
input.
If I use xboxdrv the triggers are mapped correctly, but then force feedback
does not work. Because of this, I think it would help if the wine-mapping was
correct.
I've earlier tried asking on the forum, but it does not seem like anyone know
how to map the controller correctly. I use the controller using events, not the
legacy joystick interface in Linux.
--
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=47066
Bug ID: 47066
Summary: Regression: extremely low FPS in osu! on wine 4.6,
unplayable
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yalterz(a)gmail.com
Distribution: ---
Created attachment 64243
--> https://bugs.winehq.org/attachment.cgi?id=64243
debug log for wine 4.6, broken
After an update to wine 4.6 osu! stopped working properly.
Video: https://streamable.com/hy02f
Differences from wine 4.5:
1. A screen of glitched framebuffer right before the game starts up (doesn't
happen on wine 4.5).
2. Extremely low FPS, something like one frame every two seconds.
Logs for wine 4.5 and 4.6 for starting the game and quitting 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=50239
Bug ID: 50239
Summary: The Legend of Heroes: Trails in the Sky Xvid movie
playback lags and is very slow
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kq3thih(a)mailnesia.com
Distribution: Debian
Created attachment 68746
--> https://bugs.winehq.org/attachment.cgi?id=68746
21M - +amstream,+quartz,+strmbase,+gstreamer,+qedit,+devenum,+timestamp log
Not the logo video, ed6_logo.avi (mpeg1), which plays on start, but the opening
video, ed6_op.avi (Xvid), after starting a new game takes over 8 minutes to
finish playing. The duration of the file is only 3:20. The audio which is
loaded from a separate file, ED6002.ogg, seems to play back normally in the
3:20.
Playing the video via gst-play works correctly and completes in the 3:20.
Disabling winegstreamer and using native quartz xvid amstream works around it.
As an aside the movie playback is much improved with just native quartz xvid
and winegstreamer disabled finishing at about 3:40 (+20s). I assume that's not
that interesting of a case though.
This is with an older GOG build of the game before XSEED re-encoded the video.
The newer version takes even longer.
Nothing related in the default terminal output. Attached is a
+amstream,+quartz,+strmbase,+gstreamer,+qedit,+devenum,+timestamp log - 21M
uncompressed.
--
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=13616
Summary: Screenserver starts while playing with Joypads
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trevi55(a)gmail.com
I don't exactly know if this is an issue related to GNOME or wine, but when I
play a game using a joystick - after few minutes - the gnome screensaver starts
so I've to move the mouse to continue...
Shouldn't wine block the screensaver launching if it is getting data from
/dev/input/js*?
--
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=42761
Bug ID: 42761
Summary: add option for full-screen window mode
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
It would be good to have both a fullscreen window mode.
IE the linux window is fullscreen without borders. And the game is scaled to
fit to the window. For playing older low resolution games this would be useful
when you need to switch to the desktop quickly.
And also to have the "Emulate a virtual desktop" mode to allow the game to
resize with that window. Again for the above reasons. Currently if you resize
this window, the game stays in a window within a window. It would be good to
have the game scale to the window size.
--
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=47088
Bug ID: 47088
Summary: Skyrim SE. FAudio souds volume does not depend on
distance
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: timofeevsv1989(a)gmail.com
Distribution: ---
In-game sounds appear at full volume, and dissapear on big distance at full
volume to.
Sound volume doesnt depend on distance.
Somehow volume vectors doesnt present to FAudio libs
This problem exists only on system-wide FAudio libs from repo. On winetricks
faudio everything OK.
--
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=49318
Bug ID: 49318
Summary: wayland X11DRV_ChangeDisplaySettingsEx
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: damianatorrpm(a)gmail.com
Distribution: ---
I've did extensive test on dozens of steam games and another extensive test on
wine games.
Some wine titles have issues like theses:
`0024:err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found:
width=800 height=600 bpp=16 (XRandR 1.2)`
One can force the resolution by setting a virtual desktop and they would work
unless its bpp is 256 colors.
For X11 there is the workaround to start a new XServer with 256 colors.
What I think here should happen is that when on XWayland X11DRV accepts
everything as matched mode exactly when requested + whatever is reported as
supported mode.
The reason to not support everything is that some games would have resolution
drop down menu that is bigger than all your monitors combined.
Just let a virtual mode be found and let whatever wayland compositor you are on
deal with 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=50295
Bug ID: 50295
Summary: 07th-mod python patcher cannot download archives
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gi85qht0z(a)relay.firefox.com
Distribution: ---
Created attachment 68864
--> https://bugs.winehq.org/attachment.cgi?id=68864
Patcher log
Can be downloaded here https://github.com/07th-mod/python-patcher/releases
--
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=43074
Bug ID: 43074
Summary: Cant run the game "Pathologic Classic HD" from steam
Product: Wine
Version: 2.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: inferrna(a)gmail.com
Distribution: ---
Created attachment 58257
--> https://bugs.winehq.org/attachment.cgi?id=58257
Terminal output
Game starts and main process Game.exe is present, but window not appears.
--
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=48278
Bug ID: 48278
Summary: Frequent critical section timeouts when running
winetricks dotnet462
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
Similar to bug 42470, when running dotnet462 I frequently (but not always) get
critical section timeouts.
This occurs in builds both with and without mingw.
wine-4.21-252-gf870aa4988
--
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=49408
Bug ID: 49408
Summary: GOG Galaxy 2.0 crashes with rendering error
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: newbie13xd(a)gmail.com
Distribution: ---
Created attachment 67489
--> https://bugs.winehq.org/attachment.cgi?id=67489
Log
After successfully installing GOG Galaxy 2.0 (I do not run into bug 49132) and
logging in, the client crashes. This is using Wine built from source from
commit 67ef5151744b347d4a30c985da6712fb0061e675.
--
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=47682
Bug ID: 47682
Summary: GeForce NOW: Can't connect to nvidia stream servers.
Product: Wine
Version: 4.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martinplr(a)gmail.com
Distribution: ---
Created attachment 65139
--> https://bugs.winehq.org/attachment.cgi?id=65139
logs
If you run game or connection test it will always say:
"CHECK YOUR NETWORK CONNECTION AND TRY AGAIN."
App link:
https://download.nvidia.com/gfnpc/GeForceNOW-release.exe
(it will not install you need to extract archive and run manual exe from CEF)
--
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=49132
Bug ID: 49132
Summary: GOG Galaxy 2.0 web installer gets stuck when using
Mono
Product: Wine
Version: 5.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: goldenapplemc3(a)gmail.com
Distribution: ArchLinux
Created attachment 67131
--> https://bugs.winehq.org/attachment.cgi?id=67131
Output log
The web installer for GOG Galaxy 2.0 launches, creates a window and gets stuck
(using 100% CPU). This prevents the app from being installed. This only happens
when using Wine Mono, installing "winetricks dotnet48" fixes this.
The window shows black bars instead of text (or at least that's what it looks
like).
Tested in a fresh wineprefix on Arch Linux, using 5.8-staging (I'm not sure if
this is specific to staging, so reporting it here). I'm attaching a screenshot,
the output log and the executable (alternatively, you can get the latest
version at https://www.gogalaxy.com/en/)
--
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=32942
Bug #: 32942
Summary: Metal Gear Solid 2 Substance Internal errors
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: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 43497
--> http://bugs.winehq.org/attachment.cgi?id=43497
outputs
Metal Gear Solid 2 Substance Internal errors
Game installed with no problem but the game did not load
here is outputs and a screenshot
--
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=47940
Bug ID: 47940
Summary: Morrowind + MGE XE: MGE XE Doe not inject itself into
Morrowind
Product: Wine
Version: 4.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: trymeout(a)tutanota.com
Distribution: ---
Created attachment 65442
--> https://bugs.winehq.org/attachment.cgi?id=65442
log
https://www.nexusmods.com/morrowind/mods/41102
the MGE XE mod is a mod that enhances Morrowind in several ways, it adds
distant land, adds MWSE which is a script extender and other minor tweaks to
the game.
It will seem that the only thing that works is the Resolution change, I am able
to set the resolution to 1600x900 in MGE XE and the main game supports 1024x768
at max.
MGE XE should add the MWSE into Morrowind to allow mods that use MWSE to work,
but it does not seem to do so in Wine, same with the third person camera
adjustment.
I did try this out in 4.10 since I was unable to get passed the main menu in
4.17 which I have opened another bug report on.
For whatever reason MGE XE is not integrating into Morrowind as it would on
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=49136
Bug ID: 49136
Summary: Chrono Trigger(Steam) crashes when buying items from a
merchant
Product: Wine-staging
Version: 5.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jarrodbagwell(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 67139
--> https://bugs.winehq.org/attachment.cgi?id=67139
Chrono Trigger Crash Log
When playing Chrono Trigger available from Steam a crash occurs when you
attempt to browse the selection at the local weapon/armor store. Once the
crash occurs controls lock up and Chrono Trigger has to be forcibly closed via
the command line.
To Duplicate Bug:
1. Create wine-staging bottle and set to 32bit
2. Grab a copy of steam
3. Install, then purchase and install Chrono Trigger
4. Start a new game
5. Talk to the weapons/armor merchant in Porre at at the beginning of the game
6. Move cursor around the buy/sell menu until the crash occurs.
--
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=49742
Bug ID: 49742
Summary: Mirror's Edge: Catalyst shows a black screen after
launch
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68041
--> https://bugs.winehq.org/attachment.cgi?id=68041
+d3d11
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x64.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x65.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x66.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x67.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x68.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x69.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x6a.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x6b.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x6c.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x6d.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x6e.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x6f.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x70.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x71.
00c8:warn:d3d11:d3d11_device_CheckFormatSupport Invalid format 0x72.
00c8:warn:d3d11:d3d11_immediate_context_QueryInterface
{b2daad8b-03d4-4dbf-95eb-32ab4b63d0ab} not implemented, returning
E_NOINTERFACE.
wine-5.15-108-gab94abb14f
--
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=1201
soredake <broaden_acid002(a)simplelogin.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|broaden_acid002@simplelogin |
|.com |
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33858
Bug #: 33858
Summary: FarCry 3 needs "4gb_patch" to run properly
Product: Wine
Version: 1.6-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Classification: Unclassified
Created attachment 44910
--> http://bugs.winehq.org/attachment.cgi?id=44910
Crash Medium/Ultra settings without 4gb_patch
Hi,
Even if they are the same crash log about msvcr100, this workaround does not
works for the bug #32500.
4gb_patch is a tool which allow to have 4GB of virtual memory for a x86
executable instead of 2GB. See her website :
http://www.ntcore.com/4gb_patch.php
For my test, i play twice at FC3 without apply the patch to attach their
bugreport.
Laptop Caracteristics :
- Nvidia GTX670MX
- Intel Core I5
- Debian Unstable 64Bits
- Nvidia drivers 319.17
- Wine 1.6-rc3
- 32bits clean wineprefix
--- Test #1 (Medium Settings) ---
I launch FarCry 3 with these graphic options :
- Texture = Medium
- Ambient Lighting = Medium
- Shadow = Low
- Post FX = Low
- Geometry = Medium
- Vegetation = Medium
- Terrain = Medium
- Water = Medium
- Environment = Medium
Result : With these graphic options, the game crashed after 10 minutes when i
drove a car. This crash appears during the loading too.
--- Test #2 (Very High Settings) ---
I launch FarCry 3 with these graphic options :
- Texture = High
- Ambient Lighting = High
- Shadow = Ultra
- Post FX = Ultra
- Geometry = Ultra
- Vegetation = Very High
- Terrain = High
- Water = Very High
- Environment = High
Result : the game crash quickly during the first loading when i want to load my
savegame.
I attach only one log for these two tests because it's the same crash for both.
--- Test #3 (Very High Settings) ---
Same graphic settings than test #2 but i patched farcry3.exe with the 4gb_patch
tool.
Result : No crash after 25 minutes
-------
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=49757
Bug ID: 49757
Summary: (Bethesda) Creation Kit 64-Bit: Fatal Assertion Error
on Startup
Product: Wine
Version: 5.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: knight00819(a)gmail.com
Distribution: ---
Using: Wine 5.15 Staging
App version: 1.5.73.0
The conditions of how to retrieve the application and reproduce it can be found
on appdb:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=39298
The application with the necassary bugfix(es) also requires:
"Microsoft Visual C++ 2019 Redistributable (x64)"
However, using it or not using it doesn't change the result of this report.
Using the Windows bugfix for the application (which the application needs to
work *mostly* properly, as the application even suffers problems on Windows)
causes the app to obtain a "Fatal Assertion Error" on startup that I found out
from the bugfix developer/modder that is a Wine butg because the exception
address would be invalid.
The bugfix does make use of a winhttp.dll , so I tested this both with and
without a dll override for it but loading the CK (Creation Kit) without the
override doesn't load the dll at all.
It also loads "tbb.dll" and "tbbmalloc.dll" but adding an override for these
doesn't change the result.
Because of this, attempting to use the application for Skyrim Special Edition
modding was ill-advised, by the bugfix developer, until such errors are 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.
https://bugs.winehq.org/show_bug.cgi?id=3952
soredake <broaden_acid002(a)simplelogin.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|broaden_acid002@simplelogin |
|.com |
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35378
Bug ID: 35378
Summary: Metal Gear Rising: Revengeance crashes when change
settings
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 47183
--> http://bugs.winehq.org/attachment.cgi?id=47183
log+backtrace
Game crashes immediately, when you change settings as example, a screen
resolution or game mode from Windowed to a Fullscreen. Workaround is to use
'GLSL disabled'.
--
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=45252
Bug ID: 45252
Summary: Cossacks 3 transperant mini map
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
The mini map in Cossacks 3 transparent and shows the terrain and the objects
which are on the map. It is actually nothing more but a frame. See the
attachments. Please tell me what type of log do you need and I'll provide it to
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=48254
Bug ID: 48254
Summary: Steam + Skyrim Special Edition: unimplemented option
84
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: shumkar(a)shumkar.ru
Distribution: ---
This missing option prevents Skyrim SSE from registering at api.bethesda.net.
fixme:winhttp:set_option unimplemented option 84
It looks like similar to https://bugs.winehq.org/show_bug.cgi?id=43676 but I
believe it's another issue because that one must be fixed in 4.0-rc2.
--
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=49256
Bug ID: 49256
Summary: Call of Duty: Warzone crashes at start
Product: Wine
Version: 5.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grsfdhj(a)tiscali.it
Distribution: Slackware
As in #48171, game does not start and bails out almost immediately with a
"stack overflow" exception.
I created a new issue because this free version might have some differences
from the full title, which is Call of Duty: Modern Warfare (2019).
--
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=4066
soredake <broaden_acid002(a)simplelogin.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|broaden_acid002@simplelogin |
|.com |
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=36514
Bug ID: 36514
Summary: MCIWndCreate does not create a child window if parent
is specified
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvfw32
Assignee: wine-bugs(a)winehq.org
Reporter: nicode(a)gmx.net
WS_CHILD is commented out in the default style for MCIWnd child windows (parent
window specified). But it should be included.
At least one application (King's Quest: Mask of Eternity) depends on the
documented API behavior.
--
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=56950
Bug ID: 56950
Summary: SRB2 Zone Builder throws exception when creating a new
map (shader fails to compile with "E5000: syntax
error, unexpected '<', expecting ';' or ','")
Product: vkd3d
Version: 1.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 76766
--> https://bugs.winehq.org/attachment.cgi?id=76766
WINEDEBUG=+d3dcompiler
Steps to reproduce:
1. Install and run Zone Builder from Zone_Builder_v3.0-rc3_Setup.exe
2. Click the Close button on the first error dialog
3. Click the New Map button, then OK and Yes
A .NET exception dialog appears that says "CompilationException while loading
effect display2d.fx: <anonymous>:35:1: E5000: syntax error, unexpected '<',
expecting ';' or ','".
The shader that fails to compile is
https://git.do.srb2.org/STJr/ZoneBuilder/-/blob/e74f44adcf58669813059db161f…
`winetricks d3dx9_43 d3dcompiler_43 micross` resolves the problem.
First reported at
https://mb.srb2.org/threads/another-zone-builder-error-on-wine.42640/
$ sha256sum Zone_Builder_v3.0-rc3_Setup.exe
4776d485ab32b3ae57dd01154d28ce5bccbe898b35002802c6451b4ba7c39cf0
--
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=56953
Bug ID: 56953
Summary: Cannot launch Elden Ring: Shadow Of The Erdtree's
Digital Artbook & Soundtrack due to an invalid name.
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: tulpenkiste(a)amogus.cloud
Distribution: ---
Created attachment 76767
--> https://bugs.winehq.org/attachment.cgi?id=76767
Wine output when running the given application
I've recently purchased the premium version of Elden Ring's DLC (Shadow of the
Erdtree) and I've been having a blast. But today, I tried to run the
artbook/soundtrack companion application and it didn't launch.
On further examination, its due to the fact it has a ™ symbol
('$'\342\204\242'') in the name, causing it to not be executed.
Steps to reproduce:
1. Have file with the ™ symbol in the name
2. Attempt to run via Wine or a fork of Wine (e.g. Proton)
3. Error (invalid name)
Workaround: Rename it to not have a ™ symbol and then make a wrapper script to
correct the file URL requested
--
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=56914
Bug ID: 56914
Summary: PowerToys 0.82.0 fails to install
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 76734
--> https://bugs.winehq.org/attachment.cgi?id=76734
Terminal output
The PowerToys installer displays "Processing: Microsoft Edge WebView2" for
about a minute, then says "0x80070643 - Installation failure."
In the terminal output, Wine prints errors about several missing WinRT
libraries:
Windows.System.Diagnostics.Telemetry.PlatformTelemetryClient
Windows.System.UserProfile.AssignedAccessSettings
Windows.Data.Json.JsonObject
I'm guessing that the lack of Windows.Data.Json.JsonObject is the problem.
$ sha256sum PowerToysSetup-0.82.0-x64.exe
01b59c00bb43c25befef274755875717ab4deab57c0354ab96cf5b1da4837c9a
--
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=56913
Bug ID: 56913
Summary: i tried to download a mod of friday night funkin when
i open he crashed
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arthursimao567(a)gmail.com
Distribution: ---
System information:
Wine build: wine-9.0
Platform: x86_64 (guest: i386)
Version: Windows 10
Host system: Linux
Host version: 6.8.0-36-generic
--
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=56949
Bug ID: 56949
Summary: Incorrect heuristic used in "winex11: Detect broken
NVIDIA RandR setups."
Product: Wine
Version: 9.9
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: dofficialgman(a)gmail.com
Distribution: ---
The commit
https://github.com/wine-mirror/wine/commit/8776e1c0e1597fec169d169888660deb…
uses an incorrect assumption heuristic where a display with only one possible
resolution output must be using a bad driver version. this is an incorrect
heuristic as some displays (such as embedded display panels) only have one
supported resolution and cause wine to fallback to using RandR 1.0
unnecessarily.
This heuristic causes users of such devices (such as the Nintendo Switch with
its builtin screen) to incorrectly think that the driver is old or needs to be
replaced.
Example proper xrandr output from such a device:
xrandr --verbose
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DSI-0 connected (normal left inverted right x axis y axis)
Identifier: 0x18c
Timestamp: 28445
Subpixel: unknown
Clones:
CRTCs: 1
Transform: 1.000000 0.000000 0.000000
0.000000 1.000000 0.000000
0.000000 0.000000 1.000000
filter:
TegraOverlayBlendmode: Opaque
supported: Opaque, SourceAlphaBlend, PremultSourceAlphaBlend
TegraOverlayPriority: 255
range: (0, 255)
BorderDimensions: 4
supported: 4
Border: 0 0 0 0
range: (0, 65535)
SignalFormat: TMDS
supported: TMDS
ConnectorType: Panel
non-desktop: 0
supported: 0, 1
720x1280 (0x18d) 78.003MHz +HSync +VSync +preferred
h: width 720 start 856 end 928 total 1000 skew 0 clock 78.00KHz
v: height 1280 start 1290 end 1291 total 1300 clock 60.00Hz
--
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=34348
Bug #: 34348
Summary: Wine xrandr12 failure
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wolterh6(a)gmail.com
Classification: Unclassified
Every time I run an application through wine, I get the terminal output I
attach to this bug. This prevents most applications from even running at all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56835
Bug ID: 56835
Summary: memory allocation error in wine9.0
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: csumushu(a)126.com
Distribution: ---
Our program can run using Wine 8.0, but because Wine 8.0 does not sufficiently
support the WinPcap library, it exits the function directly after calling
pcap_loop without listening to the network card. Therefore, we plan to use Wine
9.0. We tested it with a test program, and it did not have this issue. However,
when running our software, we encountered the following error log:
‘0104:err:virtual:map_view anon mmap error Cannot allocate memory, size
0x3c141000, unix_prot 0x1’. Could this be due to some configuration 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=43414
Bug ID: 43414
Summary: Corrupted Text in gOddysey Pacemaker
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthewtrescott(a)gmail.com
Distribution: ---
Created attachment 58768
--> https://bugs.winehq.org/attachment.cgi?id=58768
Pacemaker window
gOddysey Pacemaker is a free (now discontinued) 3D model viewer/editor that
works with the BlitzBasic B3D file format. You can download it at
http://web.archive.org/web/20110624013029if_/http://webzoom.webs.com/smiff/…
The original site can be viewed at
http://web.archive.org/web/20090721084014/http://www.goddysey.com:80/downlo…
I've tried in Wine 2.12 and Wine-Staging 2.12; in both the text is corrupted.
I'm on Arch Linux with Intel Haswell graphics (HD 4600).
(Trying to save any file also causes a crash/freeze, but that's probably a
separate 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=56784
Bug ID: 56784
Summary: Ragnarok Online (kRO) crashes on startup with
GL_OUT_OF_MEMORY errors.
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 76589
--> https://bugs.winehq.org/attachment.cgi?id=76589
Console log.
As summary says.
In wine-9.10, the game refuses to run. Instantly throwing a GL_OUT_OF_MEMORY
error just after switching the display mode and hiding the taskbar but before
blanking the screen to black.
--
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=56944
Bug ID: 56944
Summary: i tried opening indiegala
Product: Wine
Version: 0.9.
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: redfang790.ur5wj(a)aleeas.com
Distribution: ---
Created attachment 76761
--> https://bugs.winehq.org/attachment.cgi?id=76761
i was trying to launch indiegala and got this
i was trying to launch indiegala and got this and this is the link to the
download
https://www.indiegala.com/galaclient
--
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=56943
Bug ID: 56943
Summary: A weird bug
Product: Wine
Version: unspecified
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: f68763708(a)gmail.com
Hello I would like to report a bug so a week ago I tried to run sally.exe
spirits of hell round 2 and then it says "wine debugger" and I can't enter the
game so please fix 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=56942
Bug ID: 56942
Summary: Why
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: f68763708(a)gmail.com
Distribution: ---
I can't run sally.exe whisper of soul it says there is an error in the program
its been a week
--
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=56184
Bug ID: 56184
Summary: - Elite Dangerous Data Interface)
Product: Wine
Version: 9.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Program does not start.
https://github.com/EDCD/EDDI/issues/1976
It's a companion app for this game:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=37490
Console output without "winetricks dotnet472":
[ERROR] FATAL UNHANDLED EXCEPTION: System.EntryPointNotFoundException:
CreateInstalledObjectsInfo assembly:<unknown assembly> type:<unknown type>
member:(null)
at (wrapper managed-to-native)
MS.Internal.PtsHost.UnsafeNativeMethods.PTS.CreateInstalledObjectsInfo(MS.Internal.PtsHost.UnsafeNativeMethods.PTS/FSIMETHODS&,MS.Internal.PtsHost.UnsafeNativeMethods.PTS/FSIMETHODS&,intptr&,int&)
at MS.Internal.PtsHost.PtsCache.InitInstalledObjectsInfo
(MS.Internal.PtsHost.PtsHost ptsHost,
MS.Internal.PtsHost.UnsafeNativeMethods.PTS+FSIMETHODS& subtrackParaInfo,
MS.Internal.PtsHost.UnsafeNativeMethods.PTS+FSIMETHODS& subpageParaInfo,
System.IntPtr& installedObjects, System.Int32& installedObjectsCount) [0x0024c]
in <d31f3a57049e4054ad4371f364def5bc>:0
at MS.Internal.PtsHost.PtsCache.CreatePTSContext (System.Int32 index,
System.Windows.Media.TextFormattingMode textFormattingMode) [0x0003c] in
<d31f3a57049e4054ad4371f364def5bc>:0
at MS.Internal.PtsHost.PtsCache.AcquireContextCore
(MS.Internal.PtsHost.PtsContext ptsContext,
System.Windows.Media.TextFormattingMode textFormattingMode) [0x000b0] in
<d31f3a57049e4054ad4371f364def5bc>:0
at MS.Internal.PtsHost.PtsCache.AcquireContext
(MS.Internal.PtsHost.PtsContext ptsContext,
System.Windows.Media.TextFormattingMode textFormattingMode) [0x00035] in
<d31f3a57049e4054ad4371f364def5bc>:0
at MS.Internal.PtsHost.PtsContext..ctor (System.Boolean
isOptimalParagraphEnabled, System.Windows.Media.TextFormattingMode
textFormattingMode) [0x0003c] in <d31f3a57049e4054ad4371f364def5bc>:0
at MS.Internal.PtsHost.StructuralCache.EnsurePtsContext () [0x0001b] in
<d31f3a57049e4054ad4371f364def5bc>:0
at MS.Internal.PtsHost.StructuralCache.get_Section () [0x00001] in
<d31f3a57049e4054ad4371f364def5bc>:0
at MS.Internal.PtsHost.FlowDocumentPage..ctor
(MS.Internal.PtsHost.StructuralCache structuralCache) [0x00010] in
<d31f3a57049e4054ad4371f364def5bc>:0
[...]
When installing "dotnet472" there's a DirectX problem. This can be workarounded
by using "winetricks dxvk". Console output without DXVK:
0150:fixme:d3d:wined3d_check_device_format_conversion output 00FD2060,
device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM,
dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
0150:fixme:d3d:wined3d_device_apply_stateblock Last Pixel Drawing Disabled, not
handled yet.
0150:fixme:d3d:wined3d_check_device_format_conversion output 00FD20C4,
device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM,
dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
01bc:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
0120:fixme:dwrite:dwritetextanalyzer_AnalyzeNumberSubstitution (0F753F80 0 100
01081FF0): stub
0150:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0150:err:d3dcompiler:D3DCompile2 Shader log:
0150:err:d3dcompiler:D3DCompile2 <anonymous>:144:1: E5000: syntax error,
unexpected KW_PASS, expecting '}'
0150:err:d3dcompiler:D3DCompile2
0150:fixme:seh:WerRegisterMemoryBlock (FF9B2E60 6144) stub
0150:fixme:seh:WerRegisterMemoryBlock (FF9B2E10 4) stub
01bc:err:d3d:wined3d_context_gl_update_window Failed to get a device context
for window 0F67ACA8.
01c0:err:d3d:wined3d_context_gl_update_window Failed to get a device context
for window 0F717F48.
--
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=56939
Bug ID: 56939
Summary: Blitz3D editor newlines get erased on save
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: crezmr(a)gmail.com
Distribution: ArchLinux
When using the Blitz3D editor (https://blitzresearch.itch.io/blitz3d) either
windows 95 or windows 7 versions, when saving a file, all newlines will be
erased...
this doesnt happen on windows, and makes editing really hard
Step 1.
Open an example file
Step 2.
Save
Step 3.
Click File->Close
Step 4.
Reopen the file you saved.
aand all newlines are gone...
for help debugging this, the program is open source here:
https://github.com/blitz-research/blitz3d_soloud
--
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=56928
Bug ID: 56928
Summary: VideoStudio install Unhandled exception: page fault on
read access to 0x00000000 in 32-bit code (0x7d7d584b)
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: slhf950(a)hotmail.com
Distribution: ---
Created attachment 76751
--> https://bugs.winehq.org/attachment.cgi?id=76751
This is the backtrace from WINE
I am trying to install Corel Video Studio X3 from 2010, it goes wrong as soon
as it reads setup.exe
This is my first WINE install external to samples, but cannot find any tips for
this product.
I have the licence key as it was installed on my old windows XP box.
I have included the
--
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=56892
Bug ID: 56892
Summary: The game Zwei!! (Falcom) emits noise or silence
instead of music
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galmeharku(a)vusra.com
Distribution: ---
The game appears to make use of ADPCM for its music which fails in Wine.
Everything else in the game works 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.
http://bugs.winehq.org/show_bug.cgi?id=34752
Bug #: 34752
Summary: Rising Kingdoms Demo: the menu is heavily distorted
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46336
--> http://bugs.winehq.org/attachment.cgi?id=46336
RK Log
Different menu elements are rearranged and multiplied. When you move the mouse,
the menu changes in various ways.
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=56926
Bug ID: 56926
Summary: Video in Rune Factory 5 was all black screen
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
All Rune factory 5 video is all black. but audio is played
environment:
Ubuntu 20.04 amd64
wine version: commit 94fd0561b740dbb94608a8c4b3e1283e345e8c7a with wow64
enabled.
--
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=56866
Bug ID: 56866
Summary: Change of the brightness via "SetGammaRamp" function
also changes the brightness globally (under X11)
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: kle(a)bluewin.ch
Distribution: ---
Hi all
This bug report is an "offspring" of Mesa bug 11359.
https://gitlab.freedesktop.org/mesa/mesa/-/issues/11359
It was confirmed that an in-game change of the brightness in the game "Indiana
Jones and the Emperor's Tomb" also changes the brightness of the Desktop UI, in
my case KDE Plasma.
So instead of changing only the brightness within the game it is changed
globally. I can confirm this problem for Mesa 24.2 devel and the r600 driver.
An apitrace which reproduces the problem can be downloaded from here:
https://drive.google.com/file/d/1ToA5y43olMc0uKq0C8TXnpJd4nnTmKf2/view?usp=…
Note, the same behavior is also present with Gallium Nine. As of the end of
June 2024 that brightness change bug cannot be reproduced on radeonsi, crocus
and most likely also the iris driver. On those the function seems entirely
broken so a change to the brightness simply has no effect, not in-game and also
not outside of it.
More information including a deeper technical analysis can be found Mesa bug
11359.
--
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=56933
Bug ID: 56933
Summary: Mortal Kombat Komplete Edition (D3D9Ex) crashes in
main menu (AMD graphics)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
I have AMD Radeon HD7370 hardware with outdated driver (OpenGL 4.2 support
only) and Windows XP.
Running Mortal Kombat Komplete Edition with this spec fails in main menu. The
game uses Direct3D9Ex so OpenGL4.2 should be completely suitable for it. I have
no issues on NVIDIA graphics with OpenGL 4.5 support.
06b8:fixme:d3d:debug_d3dformat Unrecognized 0x41415353 (as fourcc: SSAA)
WINED3DFORMAT!
06b8:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x41415353)
in the format lookup table.
06b8:fixme:d3d:wined3d_swapchain_resize_buffers Cannot change the back buffer
count yet.
06b8:fixme:d3d:debug_d3dformat Unrecognized 0x41415353 (as fourcc: SSAA)
WINED3DFORMAT!
06b8:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x41415353)
in the format lookup table.
WARNING: ..\..\MKOnline\Src\HVS_Agora.cpp:282
vUpdateSteamTicketing ticket error
052c:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
07c4:fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glDrawElementsInstancedBaseVertexBaseInstance @ ../dlls/wined3d/context_gl.c /
4541.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glDrawElementsInstancedBaseVertexBaseInstance @ ../dlls/wined3d/context_gl.c /
4541.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glDrawElementsInstancedBaseVertexBaseInstance @ ../dlls/wined3d/context_gl.c /
4541.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glDrawElementsInstancedBaseVertexBaseInstance @ ../dlls/wined3d/context_gl.c /
4541.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glDrawElementsInstancedBaseVertexBaseInstance @ ../dlls/wined3d/context_gl.c /
4541.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glDrawElementsInstancedBaseVertexBaseInstance @ ../dlls/wined3d/context_gl.c /
4541.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glDrawElementsInstancedBaseVertexBaseInstance @ ../dlls/wined3d/context_gl.c /
4541.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_INVALID_OPERATION (0x502) from
glBlitFramebuffer() @ ../dlls/wined3d/texture.c / 545.
06b8:fixme:d3d:wined3d_swapchain_resize_buffers Cannot change the back buffer
count yet.
052c:err:d3d:wined3d_check_gl_call >>>>>>> GL_OUT_OF_MEMORY (0x505) from Map
buffer object @ ../dlls/wined3d/context_gl.c / 2903.
052c:err:d3d:wined3d_context_gl_map_bo_address Failed to map bo.
06b8:err:d3d:wined3d_restore_display_modes Failed to read the current display
mode for L"\\\\.\\DISPLAY2".
06b8:err:d3d:wined3d_swapchain_activate Failed to restore display modes, hr
0x8876086a.
--
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=56931
Bug ID: 56931
Summary: Const used before declaration fails (explicit)
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
--- reproducer script
Option explicit
If x = 42 Then Wscript.Echo "x is 42"
Const x = 42
--- wine
wine cscript ./test.vbs
0120:fixme:vbscript:do_icall L"x" not found
0120:fixme:wscript:ActiveScriptSite_OnScriptError ()
--- windows
cscript test.vbs
x is 42
--
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=56929
Bug ID: 56929
Summary: MemoQ 10.5.7, error on startup
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xvym7g8fszwh(a)opayq.com
Distribution: ---
Created attachment 76752
--> https://bugs.winehq.org/attachment.cgi?id=76752
Three logs: install log, running the application, and the log thrown by the
application when showing the error
MemoQ 10.5.7, available for download here: https://www.memoq.com/downloads
I tried different versions and the situation is the same or similar, using this
as an example.
This is .NET application. The installation always shows an error, but it seems
to finish without issues. When opening the application, if .NET was
pre-installed, the UI loads correctly, but a "General Error" appears, and more
keep appearing, some of which can't be dismissed, making the application
unusable.
--
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=56889
Bug ID: 56889
Summary: PwSafe 3.39.0 does not start, Wine "stalls"
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Ubuntu 24.04 / Wine 9.11
https://sourceforge.net/projects/passwordsafe/files/Windows/3.3x/3.39.0/
Unzip all files
wine pwsafe
Does not start, nothing logged, Wine "stalls"
https://appdb.winehq.org/appview.php?iAppId=4017 states that it's supposed to
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=51615
Bug ID: 51615
Summary: Samsung SDK 1.2.2 for Java ME: Emulator crashes when
playing multimedia
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joseskvolpe(a)gmail.com
Distribution: ---
Created attachment 70468
--> https://bugs.winehq.org/attachment.cgi?id=70468
backtrace, shell log and screenshot
Emulator crashes when it plays another MMAPI multimedia (any audios and
probably videos aswell)
QuickTime 7, required by the SDK, was installed
Samsung_SDK_122\bin\zayit.exe is the program that crashes the emulator
Download URL: https://1drv.ms/u/s!AttE4nJrALFwgcMUYkavVNZVAwuyUg?e=eVCe5m
Alternative (checksum not verified):
https://www.softpedia.com/get/Programming/SDK-DDK/Samsung-Java-SDK.shtml#sg…
SHA1 Checksum: 88789b058f468ab28f5bea6de046e5c9649980eb
Distro: Manjaro Linux KDE 21.0.7
Kernel Version: Linux 5.10.56-1-MANJARO (64-bit)
CPU: Intel Core i3 7100U
GPU: Mesa Intel HD Graphics 620
Graphics Platform: X11
RAM: 12GB (4GB + 8GB)
--
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=56692
Bug ID: 56692
Summary: Wine-staging "new WoW64" build fails in Fedora 40
Product: Wine-staging
Version: 9.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
The OBS has not enabled i586 builds for Fedora 40, so I created spec files to
do "new WoW64" builds. The wine-devel packages built fine, but the wine-staging
build failed with:
>
> [ 392s] dlls/combase/string.c: In function 'impl_from_HSTRING_BUFFER':
> [ 392s] include/winnt.h:888:46: error: initialization of 'const WCHAR (*)[1]' {aka 'const short unsigned int (*)[1]'} from incompatible pointer type 'HSTRING_BUFFER' {aka 'struct HSTRING_BUFFER__ *'} [-Wincompatible-pointer-types]
> [ 392s] 888 | const typeof(((type *)0)->field) *__ptr = (address); \
In Fedora 39, that's a warning, not an error, and the build 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.
https://bugs.winehq.org/show_bug.cgi?id=56394
Bug ID: 56394
Summary: Final Fantasy XI Online: Mouse/pointer cursor
activates at unintended times.
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
URL: https://web.archive.org/web/20210810150839/http://www.
playonline.com/ff11eu/download/media/install_win.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
CC: eric.pouech(a)gmail.com, temp82(a)luukku.com
Regression SHA1: 6c11a4af5885c6485a908ea5c547e072fe71aa23
Distribution: Gentoo
After d1789fbb40d [1], the pointer cursor in Final Fantasy XI Online (FFXI) may
activate when it should not.
Perhaps somehow related to how FFXI, when running in fullscreen or a borderless
window, can "warp" the cursor to certain locations on the screen when a pointer
device is used to open certain menus, so no actual movement of the device is
needed when going from a menu to another.
Normally the cursor is hidden when using only the keyboard or a gamepad, but
due to this issue, the cursor may activate when pressing 'cancel', and due to
how log windows may be set up in the game, this can lead into the cursor
actually changing the selection in a menu.
It is extremely noticeable during battle, when using a gamepad and multiple
reactive horizontal log windows, and pressing 'cancel' repeatedly to minimise
the log windows.
There is something similar that can be made manifest in a native Windows
environment as well, but it is slightly different, and a report for a different
tracker.
Reverting the referenced refactoring restores behaviour to that of the native
environment.
Thank you!
1.
https://source.winehq.org/git/wine.git/commitdiff/d1789fbb40d74b747451c9c5d…
--
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=56292
Bug ID: 56292
Summary: "Sony DualShock 4"-Controller is not detected by Wine
anymore
Product: Wine
Version: 9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 9427421240(a)posteo.net
Distribution: ---
"Wine 9.1" does not detect my "Sony DualShock 4"-controller (the newer
"CUH-ZCT2E"-version); neither when connecting it via Bluetooth nor when
connecting it via USB.
(The multitouch-pad on it still works.)
With "Wine 9.0", the controller was detected as an XInput-device.
With "Wine 9.1", it was not listed in the game-controller-settings.
Other controllers were correctly detected (as XInput-devices) by "Wine 9.1".
With "Wine 9.0", these 2 lines did appear in the log (when starting
"control.exe" and then the game-controller-settings from it):
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:xinput:pdo_pnp IRP_MN_QUERY_ID type 5, not implemented!
With "Wine 9.1", these lines did not appear in the log.
Operating-system: Debian GNU/Linux Testing (Trixie)
--
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.