https://bugs.winehq.org/show_bug.cgi?id=53960
Bug ID: 53960
Summary: ucrt has different struct layout than msvcrt
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
https://bugs.winehq.org/show_bug.cgi?id=51698
I found that bug before it was actually because UCRT definition of struct
_iobuf in wine is just wrong.
This is a serious abi issue that has to be fixed and that is also probably why
UCRT programs do not work very well on wine.
/*
referenced from win10sdk ucrt
C:\Program Files (x86)\Windows Kits\10\Source\10.0.19041.0\ucrt
//-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
//
// Internal Stream Types (__crt_stdio_stream and friends)
//
//-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
// Ensure that __crt_stdio_stream_data* and FILE* pointers are freely
convertible:
struct ucrt_stdio_stream_data
{
union
{
FILE public_file;
char* ptr;
};
char* base;
int cnt;
long flags;
long file;
int charbuf;
int bufsiz;
char* tmpfname;
};
The definition of UCRT is
struct
#if __has_cpp_attribute(__gnu__::__may_alias__)
[[__gnu__::__may_alias__]]
#endif
ucrt_iobuf
{
char* _ptr;
char* _base;
int _cnt;
long _flag;
long _file;
int _charbuf;
int _bufsiz;
char* _tmpfname;
};
while msvcrt is
struct
#if __has_cpp_attribute(__gnu__::__may_alias__)
[[__gnu__::__may_alias__]]
#endif
ucrt_iobuf
{
char* _ptr;
int _cnt;
char* _base;
int _flag;
int _file;
int _charbuf;
int _bufsiz;
char* _tmpfname;
};
The location of _base and _cnt swaps.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49953
Bug ID: 49953
Summary: LOOT (Load Order Optimization Tool) crashes at launch
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rtentser(a)yandex.ru
Distribution: ---
Created attachment 68343
--> https://bugs.winehq.org/attachment.cgi?id=68343
Backtrace
https://www.nexusmods.com/skyrimspecialedition/mods/1918
After a crash there is just black window without an interface. It can be closed
with Alt+F4.
I'm using current master (c29f9e6ee7656aa028bb1630284e7d4873bd5b0f) but can
reproduce the problem with 5.0.2 too.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48056
Bug ID: 48056
Summary: Patch : "winex11: Match keyboard in Unicode" cause
invalid input key
Product: Wine-staging
Version: 4.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: charles.gorand.dev(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Using wine-4.19 + wine-staging 4.19 built from scratch.
Issue :
When hit 'i' key on French keyboard another character ('è' or 'é') is displayed
which is not expected.
Application tested : Starcraft II, Battle.net.
Reverting patch c6521c978cb60a1e7fdc70f794008a7dd0f37903 solve the issue.
I'll try to investigate and provide a patch if I found a solution.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50070
Bug ID: 50070
Summary: Adobe Creative Cloud authentication fails due to
missing CAPTCHA
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: msdobrescu(a)gmail.com
Distribution: ---
When try to install or run Adobe Creative Cloud, after launch, a login is
required in the Adobe Creative Cloud window. After the credentials are entered,
for an Adobe account and a subscription, a message is displayed:
"You need to install the latest updates to Windows and/or your Adobe apps.
Learn more
Captcha validation has failed"
There is no visible CAPTCHA anywhere in the logon window. As effect, the
authentication fails and there is no possibility to continue.
Internet Explorer can't be installed either, so the process is stuck here.
Operating System: Gentoo Linux
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.15.0
Kernel Version: 5.7.0-sabayon
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7 CPU 920 @ 2.67GHz
Memory: 23,5 GiB of RAM
Graphics Processor: GeForce GTX 1060 6GB/PCIe/SSE2
wine-5.17 (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=54544
Bug ID: 54544
Summary: Men of War: Assault Squad shows a white screen
Product: vkd3d
Version: 1.6
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
0800:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0800:err:d3dcompiler:D3DCompile2 Shader log:
0800:err:d3dcompiler:D3DCompile2 <anonymous>: W4300: Redefinition of .
0800:err:d3dcompiler:D3DCompile2 <anonymous>: W4300: Redefinition of .
0800:err:d3dcompiler:D3DCompile2 <anonymous>: W4300: Redefinition of .
0800:err:d3dcompiler:D3DCompile2 <anonymous>: W4300: Redefinition of .
0800:err:d3dcompiler:D3DCompile2 <anonymous>:337:24: W5300: Implicit
truncation of vector type.
0800:err:d3dcompiler:D3DCompile2 <anonymous>:338:24: W5300: Implicit
truncation of vector type.
0800:err:d3dcompiler:D3DCompile2 <anonymous>:358:1: E5000: syntax error,
unexpected KW_VERTEXSHADER
0800:err:d3dcompiler:D3DCompile2
0800:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0800:err:d3dcompiler:D3DCompile2 Shader log:
0800:err:d3dcompiler:D3DCompile2 <anonymous>: W4300: Redefinition of .
0800:err:d3dcompiler:D3DCompile2 <anonymous>: W4300: Redefinition of .
0800:err:d3dcompiler:D3DCompile2 const.inc:3:1: W4300: Redefinition of
TEXTURTILING.
0800:err:d3dcompiler:D3DCompile2 const.inc:5:1: W4300: Redefinition of
SHININESS.
0800:err:d3dcompiler:D3DCompile2 const.inc:7:1: W4300: Redefinition of
CONTRAST.
0800:err:d3dcompiler:D3DCompile2 <anonymous>:264:15: E5005: Function
"tex2D" is not defined.
0800:err:d3dcompiler:D3DCompile2
1.6-125-g7c3dadce
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43652
Bug ID: 43652
Summary: Engine Prime: no playback of tracks
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smidge(a)xsco.net
Distribution: ---
Created attachment 59079
--> https://bugs.winehq.org/attachment.cgi?id=59079
Log file demonstrating no playback and no audio devices
Engine Prime is a music preparation application targeted at DJs who use Denon's
latest hardware. It can be downloaded at http://www.denondj.com/engineprime
Engine Prime 1.0.0 starts up successfully if d3dcompiler_46.dll and
d3dcompiler_47.dll are disabled. If a track is added to the collection, and
then played, there is no playback. No errors are recorded.
Steps to reproduce:
* Clean wine prefix.
* Install Engine Prime 1.0.0 (link above)
* Copy an MP3 file of your choice to somewhere under drive_c.
* Copy another MP3 file of your choice to somewhere else on your filesystem
accessible via a drive mapped in Wine, e.g. the Z: drive
* Start Engine Prime as follows:
env WINEDLLOVERRIDES="d3dcompiler_46.dll=d;d3dcompiler_47.dll=d" wine
~/.wine/drive_c/Program\ Files\ \(x86\)/Engine\ Prime/EnginePrime.exe
* Navigate to the filesystem browser
* Choose an example track (at the time of writing, the file must be under C:
drive - see bug #43651)
* Right-click, choose Add To Collection
* Double-click the file to load it into the deck
* Allow track analysis to complete if it is still going
* Press play
Expected outcome: the track plays
Actual outcome: the application does not play the track, nor give any
indication that it is playing or trying to play the track
Additional observations:
* Navigate to the Preferences screen (the cog icon in the top right)
* Observe that the "Default Device" for audio output is selected, but no info
about bit depth or sample rate are shown.
* Testing sound through winecfg demonstrates that sound does work in other wine
applications
A terminal log capture is attached. The only line which suggests anything
suspicious is the following, which is printed 20 times in a row when the
application first starts up:
fixme:mmdevapi:MMDevice_Activate IID_IDeviceTopology unsupported
mmdevapi is one of the DLLs for the Core Audio API:
https://msdn.microsoft.com/en-us/library/windows/desktop/dd316602(v=vs.85).…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43651
Bug ID: 43651
Summary: Engine Prime: can only add tracks if under C: drive
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smidge(a)xsco.net
Distribution: ---
Created attachment 59077
--> https://bugs.winehq.org/attachment.cgi?id=59077
Log file adding a track via Z: drive (faulty)
Engine Prime is a music preparation application targeted at DJs who use Denon's
latest hardware. It can be downloaded at http://www.denondj.com/engineprime
Engine Prime 1.0.0 starts up successfully if d3dcompiler_46.dll and
d3dcompiler_47.dll are disabled. But a track can only be added to the
collection via the Filesystem Browser if it is accessed via the C: drive.
Trying to add a track via the Z: drive (mapped to root) silently fails to add
the track to the collection.
Steps to reproduce:
* Clean wine prefix.
* Install Engine Prime 1.0.0 (link above)
* Copy an MP3 file of your choice to somewhere under drive_c.
* Copy another MP3 file of your choice to somewhere else on your filesystem
accessible via a drive mapped in Wine, e.g. the Z: drive
* Start Engine Prime as follows:
env WINEDLLOVERRIDES="d3dcompiler_46.dll=d;d3dcompiler_47.dll=d" wine
~/.wine/drive_c/Program\ Files\ \(x86\)/Engine\ Prime/EnginePrime.exe
* Observe empty music collection (try clicking on "Collection")
"Good" route:
* Select the Filesystem Browser
* Navigate to the folder containing the 1st MP3 file from earlier (under C:
drive)
* Click the folder to show the file in the main pane to the right
* Right-click the track, choose Add to Collection
* Click on Crates, then click on Collection
* Observe that the MP3 file has been added to the collection successfully
"Bad" route:
* Select the Filesystem Browser
* Navigate to the folder containing the 2nd MP3 file from earlier (under Z:
drive)
* Click the folder to show the file in the main pane to the right
* Right-click the track, choose Add to Collection
* Click on Crates, then click on Collection
* Observe that the MP3 file has *NOT* been added to the collection successfully
Logs for the good and bad route 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=39406
Bug ID: 39406
Summary: LabVIEW 2014: Errors during installation block the
process (continue to accept them)
Product: Wine
Version: 1.7.52
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zat_xorg(a)hotmail.com
Distribution: ---
Created attachment 52522
--> https://bugs.winehq.org/attachment.cgi?id=52522
Backtrace file of error during installation
LabVIEW 2014: Installer finishes, but with error popups during the process (you
have to accept in order to complete the installation)
http://www.ni.com/download/labview-development-system-2014/4735/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.
https://bugs.winehq.org/show_bug.cgi?id=40898
Bug ID: 40898
Summary: Mass Effect (Steam) has no sounds with native OpenAL
(except for cutscenes)
Product: Wine
Version: 1.9.13
Hardware: x86
URL: http://store.steampowered.com/app/17460/
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: aeikum(a)codeweavers.com
Distribution: ---
Created attachment 54990
--> https://bugs.winehq.org/attachment.cgi?id=54990
audio debug log
(+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+alsa,+timestamp)
The problem sounds similar to bug #40833: audio works in the cutscenes, intro
videos, but not in the menus and in the main game.
The differences are:
- Mass Effect doesn't make use of Xaudio/Xaudio2 but Openal (the game comes
bundled with native openal32.dll and wrap_oal.dll)
- the proposed patch from bug #40833 doesn't fix the problem.
I reproduced the problem with ALSA and Pulseaudio as well.
Possible workarounds:
- force Wine to use the built-in openal32. Audio works with that (the game
recognizes the audio device as 'Generic Software').
- when using the native openal32, edit BIOEngine.ini and change the line in
section [ISACTAudio.ISACT.AudioDevice]
DeviceName = Generic Software
For some reason, the game always tries to use 'Hardware acceleration' for sound
when using native openal32.dll that comes with the game.
FWIW, audio used to work in the game before
commit 7d6c6025923c039ac6a2458ca466290621238c36
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Fri Oct 2 09:02:56 2015 -0500
openal32: Prefer native version.
Because openal contexts are global per-process, applications that use
openal will conflict with Wine DLLs that use openal like xaudio2_7 now
does. Windows does not ship an openal32, so all applications that use
openal will ship their own copy of it. According to Chris Robinson,
Windows native openal32 works fine in Wine, so we should just use that
to avoid the problem.
Fedora 24 x86_64
Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
Pulseaudio 8.0 / Alsa 1.1.1
openal-soft-1.17.2
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44328
Bug ID: 44328
Summary: Game Memory's Dogma CODE:01 crashes at specific point
Product: Wine
Version: 3.0-rc4
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: emilia(a)disroot.org
Created attachment 60192
--> https://bugs.winehq.org/attachment.cgi?id=60192
log output of wine game.exe
The game seems to try to start a video next, the screen fades to black and it
crashes with a page fault error.
I suspect that the issue is in quartz since a stub warning occurs just before
the game crashes.
The log file was created by launching the game loading a save file right before
the transition and clicking to advance to next screen.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44375
Bug ID: 44375
Summary: High Virtual Memory crashing many 32bit games.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonfarr87(a)gmail.com
Distribution: ---
I've been noticing this in many games although could never confirm where the
issue was coming from, many games would just crash after a period of time.
Recently been investigating this issue and it seems to affect a lot of titles.
The games in question would work perfectly until at some point they will just
crash with an error.
The worst ones so far are - Legend of Grimrock 2 and Race Driver: GRID
Meanwhile there are the ones which will work fine (sometimes even a couple of
hours), then crash when they reach 4GB Virtual Memory used, examples are:
Path of Exile
Dragon Age: Origins
NecroVisioN
It is worth noting that reducing the graphics details also reduces the amount
of virtual memory used and prolongs the crash.
I noticed another old bug report such as this:
https://bugs.winehq.org/show_bug.cgi?id=10778 maybe it's somewhat 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=48504
Bug ID: 48504
Summary: Error when running the exe file
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: genka79(a)mail.ru
Distribution: ---
Created attachment 66301
--> https://bugs.winehq.org/attachment.cgi?id=66301
log file
When you start the game, an error appears: in the file ...if a serious error is
detected the application will be closed
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48564
Bug ID: 48564
Summary: Chrono Trigger crashes when when trying to use the
shop
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: justinrun(a)gmail.com
Distribution: ---
When playing Chrono Trigger via Steam, the game crashes when trying to buy an
item from a weapons shop.
Steps to reproduce:
* Load Chrono Trigger
* Go to one of the weapon shops (Apparently item shops do not have this issue)
* Talk to the NPC, which will open the shop menu
* Choosing the "Buy" option causes the game to crash.
I was able to reproduce the bug by going to the Market after leaving the forest
in the section of the game described here:
https://strategywiki.org/wiki/Chrono_Trigger/The_Queen_is_Gone
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48665
Bug ID: 48665
Summary: Legends of Runeterra crashes at launch with
wine-staging 5.2 (regression)
Product: Wine
Version: 5.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: aguertin+wine(a)aguertin.net
Regression SHA1: 64d70b103d65198614973e38422aec210db92360
Distribution: Gentoo
Legends of Runeterra crashes at startup with wine-staging 5.2. It worked fine
in wine-staging 5.1
Bisecting shows that it works with
wine 0a66eaea68
staging 14a3242
and fails with
wine f909d18baf
staging c26be86c4
That narrows it down to the MemoryWorkingSetExInformation changes. The changes
that went into wine are different from what staging had: staging just had a
stub for MemoryWorkingSetExInformation, whereas live now has an implementation.
Gentoo
x86_64
No relevant terminal output
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50425
Bug ID: 50425
Summary: FiveM license check takes ages to complete since Wine
5.19
Product: Wine
Version: 6.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jordy(a)visser.gg
Distribution: ---
Since Wine version 5.19 the license check of the FiveM windows build will take
minutes to complete. CPU usage on that moment is 100%.
In Wine version 6.0 the CPU usage has improved during the license check but it
still takes minutes to complete. The license check also returned a CURL 52
error a few times.
All was working fine in Wine 5.18 or lower and the license check took 1 second
to complete.
To reproduce:
1. Install Wine 5.19 (staging) or higher
2. Install vcrun2019
3. Create a folder called: fxserver
4. Download the lastest server files and extract them inside the fxserver
folder: https://runtime.fivem.net/artifacts/fivem/build_server_windows/master/
5. Start the application: wine64 ./fxserver/FXServer.exe +exec server.cfg
--
Do not reply 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=19433
Summary: Command & Conquer Generals network fails mid-game
(mismatch in synchronization data)
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kakuremura(a)gmail.com
Using the workaround mentioned in bug 17737, multiplayer still fails. You can
connect, you can start the game and you can play for a while, but after the
first contact with the enemy (after a few kills) a message pops up "mismatch in
synchronization data".
--
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=45692
Bug ID: 45692
Summary: Bulletstorm Full Clip Edition: Environmental sounds to
loud, voice and gun shoots way to silent
Product: Wine
Version: 3.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: christian.frank(a)gmx.de
Distribution: ---
Hi,
Bullet Storm Full Clip Edition works when you disable all the ingame videos
which will otherwise break the game. You need to add: -nostartupmovies
to the Steam startup option, then you will be able to get to the menu. To get
into the missions, you need to disable the videos alltogether:
bForceNoMovies=True
in StormPCCookedEngine.ini and StormEngine.ini. Those files are located in
"~/My Games/Bulletstorm Full Clip Edition/StormGame/Config"
Using the built-In dlls:
After you get to the menu you will notice that the overall sound is loud while
klicking things is to silent. In the missions the overall environemnt sound is
to loud while voice are barely noticable, also gun fire is barely noticable.
Changing the sound volumes in the options menu also does not work.
Using native xaudio dlls:
Sound is fine in the menu now, you can adjust the sound volume levels. Loading
a savegame sadly leads to a complete loss of sound, Starting a new mission will
have sound but without savegames that is useless.
If you need any special debugoutput, please ping me.
Many thanks !
Christian
--
Do not reply 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=23807
Summary: Natural Selection 2 black screen on launch: format
unrecognized(909198916)
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
The game is currently alpha software, however this part breaks specifically on
Wine and not Windows. On launching the game I hear sound but get a black
screen. These two messages repeat a lot,
fixme:d3d:debug_d3dformat Unrecognized 909198916 (as fourcc: DF16)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909198916) in the
format lookup table
afterwards, this repeats a lot:
err:d3d:IWineD3DDeviceImpl_UpdateSurface >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glCompressedTexSubImage2DARB @ device.c / 5332
Attached is a +d3d trace of a clean wineprefix running the game
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45710
Bug ID: 45710
Summary: Akiba's Trip Undead & Undressed: Infinite black window
Product: Wine
Version: 3.14
Hardware: x86-64
URL: https://store.steampowered.com/app/375980/AKIBAS_TRIP_
Undead_amp_Undressed_Demo/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lockert.fredrick(a)gmail.com
Distribution: ArchLinux
Created attachment 62140
--> https://bugs.winehq.org/attachment.cgi?id=62140
Terminal Output - Wine 3.14
When starting Akiba, it plays the splash screens, but when it's done the window
remains in an infinite black window.
Free Demo available on Steam in the URL.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49441
Bug ID: 49441
Summary: Starting wine freezes with libstrangle and dxvk
Product: Wine
Version: 5.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: kjandrews0(a)gmail.com
Distribution: ---
Upgrading from wine-staging 5.9-1 to 5.11-1 on Arch Linux has broken support
for libstrangle.
https://gitlab.com/torkel104/libstrangle/-/issues/39#
Not sure if this is a wine or libstrangle bug yet, however would be nice to
fix.
Currently Running:
wine-staging 5.11-1
nvidia-vulkan-dkms 440.66.17-1
dxvk/dx11 (inside winetricks - master)
64bit prefix
arch linux - tried on latest/zen/lts kernels
Starting a game or winecfg in the terminal shows no output after:
Wine staging 5.11 is a testing version containing experimental patches
Please mention your exact version when filing bug reports on winehq.org
After a considerable wait it will eventually print out:
boot event wait timed out
Downgrading to wine-staging 5.9-1 starts working again. Libstrangle also works
fine through
strangle 30 glxgears
Please let me know if any further information is required and how to perform
any testing needed.
--
Do not reply 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=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.