https://bugs.winehq.org/show_bug.cgi?id=51813
Bug ID: 51813
Summary: python fatal error redirecting stdout to file
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ArchLinux
python exits with a fatal error when the output is redirected to a file
$ wget https://www.python.org/ftp/python/3.9.5/python-3.9.5-embed-win32.zip
$ unzip python-3.9.5-embed-win32.zip
$ wine python -c 'print("hello world")' > out.txt
wine: created the configuration directory '/home/devel/.wine'
...
wine: configuration in L"/home/devel/.wine" has been updated.
Fatal Python error: init_sys_streams: can't initialize sys standard streams
Python runtime state: core initialized
OSError: [WinError 6] Invalid handle
Current thread 0x000000d4 (most recent call first):
<no Python frame>
whereas it succeeds on stdout or /dev/null:
$ wine python -c 'print("hello world")'
hello world
I also tried python 3.8.6 and wine 6.15/6.14 without luck
see also topic https://forum.winehq.org/viewtopic.php?f=8&t=33992
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51957
Bug ID: 51957
Summary: Program started via
HKLM\Software\Microsoft\Windows\CurrentVersion\App
Paths should also be started if extension ".exe" is
missing
Product: Wine
Version: 6.19
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 70937
--> https://bugs.winehq.org/attachment.cgi?id=70937
possible patch
Hi,
I found this as installer of adobe digital editions is failing in chocolatey.
First autohotkey is installed, i guess to press some button from license
agreement.
After that script tries to install adobe digital editions but fails at a line:
$ahkProc = Start-Process -FilePath 'AutoHotKey' `
-ArgumentList $ahkRun `
-PassThru
Autohotkey is never started as this fails. I tested on windows and then both:
Start-Process -FilePath 'AutoHotKey'
and
Start-Process -FilePath 'AutoHotKey.exe'
succeed.
In wine only the last one succeeds.
Attached a patch that fixes this; Maybe needs more error checking?
Hints for improvement welcome;
Additional note: due to install-script for autohotkey following key is present:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App
Paths\AutoHotkey.exe]
@="C:\\Program Files\\AutoHotkey\\AutoHotkey.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=56755
Bug ID: 56755
Summary: White textures in EverQuest (Unsupported Conversion
in windowscodec/convert.c)
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: czahrien(a)gmail.com
Distribution: ---
Created attachment 76545
--> https://bugs.winehq.org/attachment.cgi?id=76545
Logs containing the FIXME messages described above.
From what I have been able to read this bug was introduced earlier this year
when Daybreak updated EverQuest to use DirectX 11.
The logs report the following error messsage:
0340:fixme:wincodecs:FormatConverter_CanConvert Unsupported conversion
{6fddc324-4e03-4bfe-b185-3d77768dc90f} ->
{05ec7c2b-f1e6-4961-ad46-e1cc810a87d2}
The error message indicates specifically that a conversion failed from
16bppBGRA5551 to 32bppBGRA.
I have a minimal patch written up which addresses the issue for me. If this is
not a known issue that is being worked on I would not mind working on cleaning
it up and submitting it to the project.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55000
Bug ID: 55000
Summary: wineserver crashes below save_all_subkeys after
RegUnLoadKey
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
While trying to reproduce a crash in procexp64 I noticed a crash in
wineserver instead.
I think I found the reason in a call to `RegUnLoadKey(HKEY_USERS, ".Default")`,
which succeeds in wine while it should maybe not.
Program terminated with signal SIGSEGV, Segmentation fault.
208 struct object *parent = key->obj.name->parent;
(gdb) bt
#0 get_parent () at server/registry.c:208
#1 dump_path () at server/registry.c:226
#2 save_all_subkeys () at server/registry.c:2008
#3 save_branch (path="userdef.reg") at server/registry.c:2107
#4 save_branch () at server/registry.c:2134
#5 periodic_save () at server/registry.c:2131
#6 periodic_save () at server/registry.c:2124
#7 get_next_timeout () at server/fd.c:959
#8 main_loop_epoll () at server/fd.c:617
#9 main_loop () at server/fd.c:992
#10 main () at server/main.c:237
(gdb) print key->obj.name
$3 = (struct object_name *) 0x0
The "name" member got set to NULL here before in wineserver:
424 obj->name = NULL;
(rr) bt
#0 unlink_named_object () at server/object.c:424
#1 delete_key () at server/registry.c:1089
#2 req_unload_registry () at server/registry.c:2363
#3 call_req_handler () at server/request.c:305
#4 read_request () at server/request.c:360
With the request originating at process side here:
#14 wine_server_call () at dlls/ntdll/unix/server.c:307
#15 NtUnloadKey () at dlls/ntdll/unix/registry.c:767
#16 __wine_syscall_dispatcher ()
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56135
Bug ID: 56135
Summary: dictionnaire Hachette 98
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cremond.didier(a)neuf.fr
Distribution: ---
Created attachment 75813
--> https://bugs.winehq.org/attachment.cgi?id=75813
error log
I installed DHM98 (Hachette Multimedia Encyclopedic Dictionary 98) with Vine on
linux mint 21.2 cinnamon. he launches but gets an error. Attached is the error
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=46074
Bug ID: 46074
Summary: Visio 2013 crashes with unimplemented function
msvcr100.dll.??0_ReaderWriterLock@details@Concurrency@
@QAE@XZ
Product: Wine
Version: 3.19
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Continuation of bug 41419
wine: Call from 0x7b43d18b to unimplemented function
msvcr100.dll.??0_ReaderWriterLock@details@Concurrency@@QAE@XZ
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54759
Bug ID: 54759
Summary: Notepad++: slider of vertical scrollbar is too small
for long files
Product: Wine
Version: 8.4
Hardware: x86-64
URL: https://notepad-plus-plus.org/downloads/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Distribution: ---
Created attachment 74253
--> https://bugs.winehq.org/attachment.cgi?id=74253
long.log
Steps to reproduce:
1) wine notepad++.exe
2) load long.log from the attachment
Behavior:
The slider is slim and difficult to point to (see the attachment).
Expected behavior:
The slider should be sized as on Windows (see the attachment).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56078
Bug ID: 56078
Summary: Livreoffice crashes: Call to unimplemented function
msvcp140_2.dll.__std_smf_hypot3, aborting
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
URL: https://ftp.nluug.nl/office/libreoffice/libreoffice/st
able/7.6.4/win/x86_64/LibreOffice_7.6.4_Win_x86-64.msi
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
As the title says: Do 'wine swriter.exe' and the click 'Help'-->'About' :
Call from 00006FFFFF483D77 to unimplemented function
msvcp140_2.dll.__std_smf_hypot3, aborting
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56493
Bug ID: 56493
Summary: PresentationFontCache.exe crashes during .Net 3.51 SP1
installation
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: hans(a)meelstraat.net
Regression SHA1: 2c450fd6215c0da4685143f97ece8b6db0f54a0b
Distribution: ---
Starting from commit 2c450fd6215c0da4685143f97ece8b6db0f54a0b
installing .Net 3.51 SP1 with 'winetricks -q dotnet351sp1' leads to a crash
in drive_c/windows/Microsoft.NET/Framework/v3.0/WPF/PresentationFontCache.exe
0448:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error
Reporting"): stub
0448:fixme:advapi:ReportEventW
(CAFE4242,0x0001,0x0000,0x000003e8,00000000,0x0008,0x00000100,3009B09C,014CDB08):
stub
0448:err:eventlog:ReportEventW L"presentationfontcache.exe"
0448:err:eventlog:ReportEventW L"0.0.0.0"
0448:err:eventlog:ReportEventW L"488f1424"
0448:err:eventlog:ReportEventW L"kernelbase.dll"
0448:err:eventlog:ReportEventW L"0.0.0.0"
0448:err:eventlog:ReportEventW L"660521cd"
0448:err:eventlog:ReportEventW L"0"
0448:err:eventlog:ReportEventW L"00012162"
0448:fixme:advapi:DeregisterEventSource (CAFE4242) stub
wine: Unhandled exception 0xe0434f4d in thread 43c at address 7BC72162 (thread
043c), starting debugger...
Note that window with the debugger prompt may not actually appear.
PresentationFontCache.exe is a demand starting service, and once installation
has finished executing 'wine sc start FontCache3.0.0.0' doesn't lead to a
crash.
The crash happens after the check
GetFileAttributesW("C:\\windows\\assembly\\GAC_32\\PresentationCore\\3.0.0.0__31bf3856ad364e35\\PresentationCore.dll")
which returns 0xffffffff and GetLastError()=3. Before the offending commit
PresentationCore.dll exists and the service doesn't crash.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56554
Bug ID: 56554
Summary: ON1 photo raw installs but wont run the application
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: harrisonstew.dev(a)outlook.com
Distribution: ---
Created attachment 76316
--> https://bugs.winehq.org/attachment.cgi?id=76316
ON1 backtrace file
ON1 photo raw editor installs just fine but will not run the application no
matter what I do. I'm no expert, but any help is appreciated.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44863
Bug ID: 44863
Summary: Performance regression in Prince of Persia 3D
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Distribution: ---
Prince of Persia 3D's performance went from perfectly smooth to about 0.5 fps.
I suspect 0b92a6fba7a6e60c6ff1a3729a3b21019c2df0ce is to blame, but I have not
run a regression test yet.
The problem is that the game creates a rather large (2MB)
D3DVBCAPS_SYSTEMMEMORY, maps it (the entire buffer due to API limitations),
writes a handful of vertices and draws a handful of vertices. Currently wined3d
uploads the entire 2MB, evicts the sysmem copy and downloads it from the GPU
every map / unmap / draw cycle.
The most obvious performance fix is not to create a VBO. Doing this restores
the performance, but questions remain.
On startup, the game writes "NetImmerse D3DDriver Info: Hardware supports
system memory textures" and "NetImmerse D3DDriver Info: No AGP support
detected". The first info seems wrong, so it is possible that the game enters a
codepath it does not choose on Windows.
Not creating a VBO is not an option on Core Contexts, so I investigated what's
going wrong with the PBO codepath on. First of all, evicting the sysmem copy
seems like a bad choice. It happens because ddraw buffers are not marked
dynamic. We may want to chance this. The game uses d3d3, so there's no
DDLOCK_DISCARDCONTENTS. The game passes DDLOCK_WAIT | DDLOCK_WRITEONLY to
IDirect3DVertexBuffer::Lock.
Commenting out the eviction call improves performance quite a bit, but it is
still noticeably slow. wined3d_buffer_map maps through heap_memory instead of
glMapBuffer because of the "(flags & WINED3D_MAP_WRITE) && !(flags &
(WINED3D_MAP_NOOVERWRITE | WINED3D_MAP_DISCARD))" condition.
Removing this condition uses glMapBuffer, but does not improve performance. It
seems the large glMapBuffer is still slow, at least on OSX with legacy
contexts.
So there are a few questions that need to be answered:
*) Is the game using a broken codepath?
*) Write tests for sysmem buffers
*) Consider making all d3d3 buffers dynamic
*) Test if the glMapBuffer path is fast on Linux
*) Investigate if Core Contexts + GL_ARB_buffer_storage help on OSX.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56653
Bug ID: 56653
Summary: GetLogicalProcessorInformation can be missing Cache
information
Product: Wine
Version: unspecified
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: sebastien.chev(a)gmail.com
Distribution: ---
On some ARM64 platform, like SnapDragon, the
GetLogicalProcessorInformation(...) will not fill-in Cache information.
Some system file, specificaly:
"/sys/devices/system/cpu/cpu%u/cache/index%u/ways_of_associativity",
"/sys/devices/system/cpu/cpu%u/cache/index%u/coherency_line_size" and
"/sys/devices/system/cpu/cpu%u/cache/index%u/size" are missing, leading a an
early abort of the "create_logical_proc_info(...)" helper function.
Some games, like Baldur's Gate 3 actually use the Cache informations to guess
the optimal number of Worker to spawn. With the cache info missing, 0 workers
are spawn, leading to a Stack Overflow later in the loading.
Debugged using the x86_64 version of Wine on ARM64 platform with Box64, but the
issue is linux specific, not arch specific.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56062
Bug ID: 56062
Summary: unimplemented function mgmtapi.dll.SnmpMgrOpen
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sakul8826(a)gmail.com
Distribution: ---
I tried to run advanced ip scanner and it crashed with following error:
`Unhandled exception: unimplemented function mgmtapi.dll.SnmpMgrOpen called in
wow64 32-bit code (0x7bc82597).`
Here the link to the documentation of this function:
https://learn.microsoft.com/en-us/windows/win32/api/mgmtapi/nf-mgmtapi-snmp…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56789
Bug ID: 56789
Summary: Wine applications close when computer suspends
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: jubilantjerry(a)gmail.com
Distribution: ---
Created attachment 76595
--> https://bugs.winehq.org/attachment.cgi?id=76595
Logs for various crashes
All wine applications I've tested seem to crash when I suspend my computer,
this includes winecfg, regedit, explorer, taskmgr, WeChat, DingTalk, and
Battle.NET.
For the built-in applications above, even clicking on an icon on the top
taskbar of the computer, such as the power menu, will cause the application to
crash. Locking my computer, opening the start menu, or right clicking on any
application's title bar, also causes a crash. I'm scared that even looking at
the application funny will cause a crash.
I've attached some application logs during various crash scenarios. I am
suspecting the lines with "X Error of failed request:". If the more easily
crashing applications, the error will be of type "BadWindow". For the more
resilient applications, the error will be of type "XI_BadDevice".
System is running Ubuntu 20.04 LTS.
Kernel version is 5.15.0-107-generic
Hardware is Dell Inspiron 7577, which has an Intel(R) Core(TM) i5-7300HQ CPU
and a Nvidia GTX 1060 Max-Q GPU.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57808
Bug ID: 57808
Summary: crash when switching linux virtual consoles:
XI_BadDevice
Product: Wine-staging
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: forestix(a)nom.one
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Whenever I switch away from the current virtual console on linux (using
Control+Alt+F2 etc.) wine processes crash with output like this:
X Error of failed request: XI_BadDevice (invalid Device parameter)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 3 (X_OpenDevice)
Device id in failed request: 0xXXXXXXX
Serial number of failed request: 251
Current serial number in output stream: 251
X Error of failed request: XI_BadDevice (invalid Device parameter)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 3 (X_OpenDevice)
Device id in failed request: 0xXXX
Serial number of failed request: 222
Current serial number in output stream: 222
(I have replaced the actual device IDs with X characters above.)
As far as I have seen, it affects all applications. Even winecfg crashes on VC
switch.
The problem occurs only in wine-staging; not in wine-devel or wine-stable.
The problem is present in versions 9.4, 9.8, 10.0, and presumably all versions
in between.
The problem is not present in version 9.3.
Tested with official debian builds from dl.winehq.org.
This looks similar to bug 57123. I opened a new report instead of commenting in
that one because in my case, no devices are unplugged or plugged in to cause
the crash, and because I have no easy way to test that scenario.
--
Do not reply 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=58118
Bug ID: 58118
Summary: Need to sort alphanum in version column
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
Distribution: ---
The sorting in the version column is wrong. alphanum sorting is needed.
example:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=1487
Current:
Version
16.xx
18.xx
19.xx
21.x
23.x
24.x
4.xx
9.**
Ideal (alphanum sort):
Version
24.x
23.x
21.x
19.xx
18.xx
16.xx
9.**
4.xx
--
Do not reply 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=58117
Bug ID: 58117
Summary: Notepad++'s suggestion box spawning always raises the
task bar on KDE plasma 6
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edoardo762(a)gmail.com
Distribution: ---
I'm running Notepad++ 8.7.8 x64 on Arch with KDE Plasma 6.3.4 Wayland through
wine 10.5 WOW64 (in x11 mode).
Since version 10.5, whenever the suggestion window in notepad++ shows up while
typing, the kde taskbar will be displayed, as if the notepad++ window was
raised while in background (thus showing the visual indicator on the taskbar
icon), and will hide itself again once the suggestion window disappears.
In versions 10.4 and earlier this behaviour didn't occur.
--
Do not reply 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=58116
Bug ID: 58116
Summary: Error STATUS_ALERTED (0x80000101) when starting a
remote debugging session in Delphi
Product: Wine-staging
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: digitman63(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 78377
--> http://bugs.winehq.org/attachment.cgi?id=78377
debugger screens
Error STATUS_ALERTED (0x80000101) when starting a remote debugging session in
Delphi
--
Do not reply 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=58099
Bug ID: 58099
Summary: PKHeX crashing
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tw0ali(a)tutanota.com
Distribution: ---
Created attachment 78355
--> http://bugs.winehq.org/attachment.cgi?id=78355
Crashing logs
PKHeX (https://projectpokemon.org/home/files/file/1-pkhex/) used to work fine
until version 10.2 of Wine. Starting with version 10.3 (and up until 10.5 as of
now) it crashes when launching it.
The program needs .NET Desktop Runtime 9. I installed it with Winetricks.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37676
Bug ID: 37676
Summary: The Settlers II: 10th Anniversary 2.0 (GOG.com)
doesn't work out of the box
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bog_dan_ro(a)yahoo.com
Distribution: ---
GOG.com version http://www.gog.com/game/the_settlers_2_10th_anniversary it
needs directx9 to be installed, otherwise S2DNG.exe it just exits and
S2DNGEditor.exe crashed with the attached backtrace.
I'm pretty sure that GOG will give any developer a copy of the game, if not
please mail me and I'll buy one for you (or share my own one).
--
Do not reply 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=11673
Summary: WiX cannot validate created .msi, due to lacking
MsiMergeDatabase
Product: Wine
Version: unspecified
Platform: Other
URL: http://bugs.winehq.org/show_bug.cgi?id=11414#c10
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdahlin(a)async.com.br
Finally, using latest GIT it is possible to generate .msi using WiX, however to
be able to do so one I have to pass in the -sval parameter.
See the instructions in bug 11414, comment 10 for information on how to
reproduce.
Obviously, stubbing out MsiMergeDatabase to always succeed is not enough for
the validation to work properly.
I sent a patch to wine-patches which adds the stub, Adding the stub merely
prevents wine from crashing, but the validation does not succeed.
--
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=40167
Bug ID: 40167
Summary: theWord: popup doesn't work correctly after first
Shift-MouseOver
Product: Wine
Version: unspecified
Hardware: x86-64
URL: http://www.theword.net/files/setup/getmulti.php/en-sma
ll
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: therapon(a)roadrunner.com
Distribution: Ubuntu
bug is present in all versions of wine 1.1.14 through 1.9.3
MouseOver a hyperlink (cross-reference, commentary, etc.) displays a popup up
with the content of whatever is linked. Instruction at bottom of popup says:
Press SHIFT key and move mouse over popup to keep visible. Works properly the
first time only. The only way to keep subsequent popups visible is to press
SHIFT before MouseOver.
To reproduce:
1. MouseOver a hyperlink. Popup displays with standard background until the
mouse is moved off the link, then it disappears.
2. MouseOver a hyperlink, press SHIFT and move the mouse over the popup. Popup
displays with blue gradient background until the mouse is moved off the popup.
3. MouseOver a hyperlink. Popup flashes with blue gradient background and
disappears unless it has a vertical scrollbar. If it has a scrollbar, the popup
displays and functions as if SHIFT had been pressed.
Expected behavior:
1. MouseOver a hyperlink. Popup displays with standard background until the
mouse is moved off the link, then it disappears.
2. MouseOver a hyperlink, press SHIFT and move the mouse over the popup. Popup
displays with blue gradient background until the mouse is moved off the popup.
3. MouseOver a hyperlink. Popup displays with standard background until the
mouse is moved off the link, then it disappears.
--
Do not reply 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=58113
Bug ID: 58113
Summary: foobar2000 [v2.24.3 x64]: Volume Control is not
applied on M1 mac
Product: Wine
Version: 10.5
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ssnffb30(a)gmail.com
I am using Default UI.
Changing the volume control bar does not change the actual volume.
I have tried all output devices.
Perhaps it is a bug in winecoreaudio?
--
Do not reply 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=58110
Bug ID: 58110
Summary: Wine wrongly detects a debugger attached at start
Product: Wine
Version: 10.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousefvand(a)gmail.com
Distribution: ---
from version 10.3-1 wine wrongly detects a debugger attached to system while
this is not true. I'm using Archlinux 6.14.2-arch1-1 KDE Wayland. I have
installed Qt6 on my system since I'm a Qt programmer. Currently I use: sudo
pacman -Syu --ignore=wine to stop wine from upgrading but now I have problem
with my Meta Trader 5 using old 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=58109
Bug ID: 58109
Summary: Error detecting the operating system with Paint.net
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: grandrodri3(a)gmail.com
Distribution: ---
Created attachment 78366
--> http://bugs.winehq.org/attachment.cgi?id=78366paint.net graphical error
Hello, how are you?
I wanted to report an error with the paint.net program. You see, when I load
the offline installer in Windows 10 mode, it tells me it needs Windows 10 21H2
or 11 to run. Then, looking at the requirements, it said it requires NET 9. I
installed it, and it turns out it gives me an error stating it's not detected,
rendering the installer unusable.
The error is in the mscordaccore.dll library, which corresponds to NET 9.
To give a little more information, the CPU it's running on is a
second-generation i5, not compatible with AVX2, and an Intel Graphics 2000
graphics card, compatible with DirectX 10. I say this because the requirements
notes state that the absence of these features shouldn't affect the program's
startup.
Could you please review it?
Regards
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58108
Bug ID: 58108
Summary: Viewing attachments as 'Raw Unified' corrupts patches.
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
CC: austinenglish(a)gmail.com
Distribution: Gentoo
This is a pretty old issue, but I can't find anyone else having reported it.
Viewing an attached patch as 'Raw Unified' mangles the patch above filenames so
that it looks like this example:
----
@@ -, +, @@
mshtml HACK: Do not expose MutationObserver stub.
FFXIV Launcher breaks with MutationObserver stub so it needs a proper
implementation.
--- a/dlls/mshtml/mutation.c
+++ a/dlls/mshtml/mutation.c
@@ -1217,7 +1217,7 @@ dispex_static_data_t MutationObserver_dispex = {
.vtbl = &mutation_observer_dispex_vtbl,
.disp_tid = IWineMSHTMLMutationObserver_tid,
.iface_tids = mutation_observer_iface_tids,
- .min_compat_mode = COMPAT_MODE_IE11,
+ .min_compat_mode = COMPAT_MODE_IE11 + 1, /* FIXME HACK: Not exposed as
FFXIV Launcher breaks with MutationObserver stub */
};
static HRESULT create_mutation_observer(DispatchEx *owner, IDispatch
*callback,
----
The 'Details' option displays the diff correctly:
----
commit 200935d77464cd4eaf9733ec9c0003236ef22524
Author: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
Date: Wed Mar 19 23:39:09 2025 +0200
mshtml HACK: Do not expose MutationObserver stub.
FFXIV Launcher breaks with MutationObserver stub so it needs a proper
implementation.
diff --git a/dlls/mshtml/mutation.c b/dlls/mshtml/mutation.c
index a203c03e2dc..b5ce4b6755b 100644
--- a/dlls/mshtml/mutation.c
+++ b/dlls/mshtml/mutation.c
@@ -1217,7 +1217,7 @@ dispex_static_data_t MutationObserver_dispex = {
.vtbl = &mutation_observer_dispex_vtbl,
.disp_tid = IWineMSHTMLMutationObserver_tid,
.iface_tids = mutation_observer_iface_tids,
- .min_compat_mode = COMPAT_MODE_IE11,
+ .min_compat_mode = COMPAT_MODE_IE11 + 1, /* FIXME HACK: Not exposed as
FFXIV Launcher breaks with MutationObserver stub */
};
static HRESULT create_mutation_observer(DispatchEx *owner, IDispatch
*callback,
----
Attachment source: https://bugs.winehq.org/show_bug.cgi?id=48006#c58
Click on 'attachment 78365' and then 'Raw Unified'.
Thank 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=57971
Bug ID: 57971
Summary: Cannot change stored URLs in applications desription
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 78226
--> https://bugs.winehq.org/attachment.cgi?id=78226
Error details: showed error message
It isn't possible to change stored URLs above the main description of an
application.
--
Do not reply 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=58105
Bug ID: 58105
Summary: explorer creates extra virtual desktop when using the
/desktop=shell argument
Product: Wine
Version: 10.5
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 78363
--> http://bugs.winehq.org/attachment.cgi?id=78363
Picture of extra shell window.
FYI: There's no explorer component in bugzilla. So I've put this under unknown.
Is there a better component for this? (There *is* an explorerframe component,
but that seems too specific for including virtual desktops, as the description
seems to be limited to just the windows7+ taskbar.)
In a wine prefix with virtual desktops enabled, using the /desktop=shell
argument to start explorer, when no other wine processes are running, causes
wine to produce two virtual desktop windows.
The first virtual desktop is the configured via virtual desktop setting in
winecfg, which remains empty.
The second virtual desktop is the requested shell desktop that contains the
taskbar and start menu.
Shouldn't the /desktop=shell argument check to see if a desktop already exists
and if not just create one desktop?
If this is a case of reused functionality, maybe the code that added the
"enable taskbar / start menu" checkbox to winecfg could be upstreamed as a fix?
(It was written during code freeze, but didn't cause this bug, maybe it could
be revisited now?)
--
Do not reply 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=58104
Bug ID: 58104
Summary: MPRIS support for programs with background media
playback
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wmp&wmvcore
Assignee: wine-bugs(a)winehq.org
Reporter: aaronliu0130(a)gmail.com
Distribution: ---
Windows has a feature where at least background media playback (through what
seems to be the
[Windows.Media.Playback.BackgroundMediaPlayer](https://learn.microsoft.com/e…
and
[Windows.Media.Playback.MediaPlayer](https://learn.microsoft.com/en-us/uwp/a…
APIs) sends information about the currently playing audio to the system, where
one may control the playback (through buttons or media keys. Play/Pause at
minimum) and often view the current track's Title, Artist, Album Art, and the
current progress, with "previous" and "next" keys also available.
The Linux equivalent for this is
[MPRIS](https://specifications.freedesktop.org/mpris-spec/latest/) (Media
Player Remote Interfacing Specification), and it would be nice if Wine would
gather the data send via these Windows APIs and send MPRIS information.
--
Do not reply 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=58087
Bug ID: 58087
Summary: No internet connection in apps
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kvradio(a)seznam.cz
Distribution: ---
In Wine 10.5 and also in Wine-staging 10.5 the internet connection in the
application (Swisslog in a dx or LOTW cluster) is without internet connection
stopped working. Wine 10.4 without 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=58071
Bug ID: 58071
Summary: Sacred Gold: Crash on startup with specific setup
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)kryotek.mozmail.com
Distribution: ---
Created attachment 78325
--> https://bugs.winehq.org/attachment.cgi?id=78325
Tar containing the winedbg log and both system's info
The game crashes on startup on my desktop PC, but works on my laptop.
All the detailed info is in the attachment, here's a TLDR:
Game is really old and runs DX7
Both systems are running the latest Arch Linux with KDE Plasma on Wayland,
using the zen kernel.
Laptop is old, with an integrated Intel i3 GPU and a dedicated NVIDIA 610M. I'm
NOT using Nvidia dedicated drivers. Integrated display, it believes an external
VGA is connected but that's disabled in KDE.
Desktop is a full AMD system with no integrated GPU and a dedicated 6750XT. I
have a multi monitor setup with the main being a 1440p 165hz display with VRR,
the secondary a 1280x1024 75HZ without VRR.
Initially I had the problem using Bottles, but I tried again with a fresh wine
installation and a fresh wine prefix and had the same results.
I'm using the latest wine 10.5 and manually cloning and building wine didn't
fix the problem.
The bug is triggered inside "d3d7_EnumZBufferFormats" because the device_iid
pointer is 0x438, probably too low to be an actual pointer?
If you want help in reproducing and debugging I'm free most of the time and
will be happy to help!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57595
Bug ID: 57595
Summary: Login repeated requested to submit bugs
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
CC: austinenglish(a)gmail.com
Distribution: ---
It doesn't seem to remember the login session (on firefox at least) when
submitting bugs and screenshots. Cookie 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=45503
Bug ID: 45503
Summary: msiexec crashes during Office 2000 setup
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: isiraseneviratne(a)yahoo.com
Distribution: ---
Created attachment 61877
--> https://bugs.winehq.org/attachment.cgi?id=61877
Backtrace produced after msiexec crashes.
While Office 2000 installation is completing, msiexec crashes, producing the
attached backtrace. However, the installation itself is successful and all the
applications are fully functional.
--
Do not reply 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=58103
Bug ID: 58103
Summary: SumatraPDF UI rendering issue: black title bar and
display artifacts
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ursescuionut97(a)gmail.com
Distribution: ---
Created attachment 78362
--> http://bugs.winehq.org/attachment.cgi?id=78362
Display artifacts video
SumatraPDF running under Wine exhibits UI rendering issues where the title bar
appears black and the application temporarily draws a black layer before
rendering the actual UI elements. This creates a noticeable flickering effect
during navigation and reduces overall usability.
I've been using SumatraPDF through Wine for an extended period and can
consistently reproduce this behavior across multiple Wine versions. The
application remains functional, but these rendering artifacts impact the
experience.
Steps to reproduce:
Install SumatraPDF using Wine
Launch the application
Observe the black title bar and temporary black screen artifacts that appear
during UI rendering
The issue is consistently reproducible with a standard installation, no
additional configuration required.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45166
Bug ID: 45166
Summary: Mafia III has messed and very dark graphics
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx11
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 61366
--> https://bugs.winehq.org/attachment.cgi?id=61366
Wine log
Mafia III has messed and very dark graphics and it cannot be played. I can't
get apitrace for the game doesn't start with it. I try it on Nvidia GTX 1080 Ti
and I tried a a couple of versions past 11-12 months, all with the same effect.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52375
Bug ID: 52375
Summary: Airborne Kingdom is mostly black except the interface
Product: Wine
Version: 7.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
Created attachment 71580
--> https://bugs.winehq.org/attachment.cgi?id=71580
Terminal Output
You can see the interface in this game, but you cannot see the city you are
building. If you happen to hit a building in the darkness, you can see a small
white outline but nothing more than that.
In some cases when you turn the camera there are green stripes that slowly
vanish like when you take a photo in the night with a long exposure.
--
Do not reply 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=58094
Bug ID: 58094
Summary: Mono Questions
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pongo42(a)yahoo.com
Distribution: ---
I have a few questions about the mono project from new wine maintainers
In readme you say
(https://gitlab.winehq.org/mono/mono/-/blob/main/README.md?ref_type=heads):
Reporting bugs
To submit bug reports, please file a bug on the Winehq Bugzilla.
When clicking here it says:
“Sorry, entering a bug into the product Framework Mono has been disabled.”
Now you have also Gitlab issues enabled. But here you can’t use a username and
only you can register with first and last name and no username.
And also
https://github.com/mono/mono
is not read only or archived and there are reported new bugs!?
An open PR never got merged?
https://github.com/mono/mono/pull/21823
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56745
Bug ID: 56745
Summary: Amazing Adventures 2: mouse pointer flashes all over
the screen
Product: Wine
Version: 9.9
Hardware: x86-64
URL: https://archive.org/details/amazing-adventures-around-
the-world-2008-spintop-popcap-cd
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 76527
--> https://bugs.winehq.org/attachment.cgi?id=76527
Video of issue with Wine 9.9
The mouse pointer while trying to play Amazing Adventures Around The World (CD
version) flashes all over the screen. The game cannot be played.
I tried Wine 9.0 and the result is the same. I also tried Wine 8.0.1 but there
is an unimplemented function. I am guessing that this is not a regression.
Work around is to use an emulated desktop. This work around also fixed an issue
where nothing is drawn when disabling full screen mode within the game.
Note that the "download version" cannot be tested because the servers are long
gone.
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:wbemprox:wbem_services_CreateInstanceEnum unsupported flags 0x30
0024:fixme:wbemprox:enum_class_object_Next timeout not supported
0024:fixme:ddraw:ddraw7_Initialize Ignoring guid
{aeb2cdd4-6e41-43ea-941c-8361cc760781}.
012c:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38104
Bug ID: 38104
Summary: 7k2: Game screen don't repaint
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: slawek(a)lach.art.pl
Distribution: ---
Created attachment 50772
--> https://bugs.winehq.org/attachment.cgi?id=50772
Output from console
Once game is started 7k2 don't repaint screen. It only repaint screen on mouse
position(small rectangle - possible with size of cursor size).
In menu screen was repainted normally.
I submited many years ago path for it, but it wasn't applied. I submited it to
wine-hackers mailing list. The response was: Microsoft never released dx6 for
Windows - it was only version for Sega Dreamcast.
In these moment menu don't show - there was only displayed error message "Wine
cann't attach flipping surface". The error don't appears now, the menu is
correctly draw, but no screen in game is repainted.
But this is another error. Now only screen don't repaint. As I remeber, this is
possible bug with locks.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57907
Bug ID: 57907
Summary: Black screen in Richard and Alice game (GOG)
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
It's a regression as the game was working well several years ago.
Nvidia GTX 3070 drive 535.54.03.
Ubuntu 22.04
wine-10.2-156-gd17225a89cf
Console output is not very verbose:
01a8:err:winediag:wined3d_dll_init Using the OpenGL renderer.
01a8:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
01a8:fixme:ddraw:ddraw7_WaitForVerticalBlank iface 01764C78, flags 0x1, event
00000000 stub!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58100
Bug ID: 58100
Summary: Photoshop CS6 does not install the 64-bit version and
does not detect that Visual C++ is installed.
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: grandrodri3(a)gmail.com
Distribution: ---
Created attachment 78358
--> http://bugs.winehq.org/attachment.cgi?id=78358
error I get when installing 64-bit Photoshop CS6
hi how are things?
You see, I just tried Photoshop CS6 and it gave me two strange errors that I'd
like to report. I'm using Wine 10.5 BETA (the developer branch). The first
error is that when installing, the installer progresses to the end, but it says
the 32-bit version is installed, but the 64-bit version isn't. The error I get
during installation is that the MSXML3 component dll can't load. I'm attaching
a report showing what I got after installing Photoshop (it's the trial
version).
But that's not all. I ran Wine's file explorer and saw that 64-bit Photoshop is
installed. That is, the installer gives an error, but the files are there. Out
of curiosity, I ran it and it gave me an error saying that C++ 2008 doesn't
detect it, preventing me from starting. The 32-bit version works perfectly. I'm
attaching the report showing what I got when running 64-bit Photoshop.
Could you please review it?
Thank you, Greetings
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47165
Bug ID: 47165
Summary: iTunes 12.9 - new GUI issue - black, unusable
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winetaste(a)gmx.net
Distribution: ---
Created attachment 64410
--> https://bugs.winehq.org/attachment.cgi?id=64410
log for 12.9 with wine 4.8
iTunes 12.7 works fine, but iTunes 12.9 is just a black window with few menu
text. Native gdiplus doesn't help.
Wine 4.8, 64bit, Ubuntu 19.4.
Download for iTunes 12.
https://secure-appldnld.apple.com/itunes12/091-45357-20180123-72201840-FFEA…
Do you need any extra 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=55081
Bug ID: 55081
Summary: Zoria and the Cursed Land demo needs SM1 'sin' support
Product: vkd3d
Version: 1.7
Hardware: x86-64
URL: https://store.steampowered.com/app/1622110/Zoria_and_t
he_Cursed_Land/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
memory:81:50: E5017: Aborting due to not yet implemented feature: SM1 "sin"
expression.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42236
Bug ID: 42236
Summary: Error running CintaNotes 3.5
Product: Wine
Version: 2.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugz.b(a)mailhero.io
Distribution: ---
Created attachment 56893
--> https://bugs.winehq.org/attachment.cgi?id=56893
first log file
I downloaded CintaNotes (the portable version, from http://cintanotes.com/) and
it seems to run, but any note insertion results in errors. I've attached the
logs.
This is a pretty awesome app, any help in running it appreciated!
--
Do not reply 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=58097
Bug ID: 58097
Summary: GOG client crashes.
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aoporanu(a)gmail.com
Distribution: ---
Created attachment 78353
--> http://bugs.winehq.org/attachment.cgi?id=78353
backtrace saved when GOG crashes
I'm trying to run Heroes 3 complete via the GOG client. Everytime it crashes
with the backtrace 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.
http://bugs.winehq.org/show_bug.cgi?id=27122
Summary: NotaBene initial installer window has wrong title:
(null)
Product: Wine
Version: 1.3.19
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Created an attachment (id=34589)
--> (http://bugs.winehq.org/attachment.cgi?id=34589)
Screenshot in w2k
...instead of "Nota Bene Trial Version - Welcome".
Additionally, "Nota Bene Trial Version" in the text box should be in bold.
See screenshots.
--
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=51578
Bug ID: 51578
Summary: Static control doesn't load 1bpp monochrome icons
correctly
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
comctl32 static controls won't load a 1bpp monochrome icon properly. The icon
simply won't load and the image is missing.
Just for bookkeeping, a patch is in the works.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=35685
Bug ID: 35685
Summary: can't read DivX 10.1.1 license agreement
Product: Wine
Version: 1.7.13
Hardware: x86
URL: http://dist.divx.com/divx/DivXInstaller.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 47651
--> https://bugs.winehq.org/attachment.cgi?id=47651
tid,richedit
Similar to bug 22986, however that bug is fixed for Divx 7 in wine-1.7.13
(sometime before 1.6).
10.1.1, however, does not show its license agreement.
austin@aw25 ~ $ sha1sum DivXInstaller.exe
baeab7938aecf58ca1a9668ff72e72ffa87e7795 DivXInstaller.exe
austin@aw25 ~ $ du -h DivXInstaller.exe
976K DivXInstaller.exe
austin@aw25 ~ $ wine --version
wine-1.7.13-53-g37e0a1a
winetricks riched20 works around 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.
http://bugs.winehq.org/show_bug.cgi?id=21661
Summary: RichEdit: Wrong behaviour when formating an empty
selection
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.teamviewer.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caliga(a)arcor.de
In our Software TeamViewer, a Richedit control is used to display chat
messages.
The nick names are colored green or blue, the text should remain black.
This works in general...
But if one side sends several chat messages in row, the nick name is omitted
(by TeamViewer).
And then, an empty selection (where the nickname would be) is formated green or
blue.
It seems, that if this happens the second time, something is screwed up and the
color becomes the default color...
Of course TeamViewer could just NOT format the empty selection with
EM_SETCHARFORMAT, (and this will be done in an upcoming release), but still
this is a wine bug, I think.
To reproduce, start a remote support session in TeamViewer from your Linux-box
to a different TeamViewer, then click on Audio/Video/Chat and type three or
more messages.
--
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=34875
Bug #: 34875
Summary: WordFlood 2.0 Program Error Won't Launch
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gowtham.pro(a)gmail.com
Classification: Unclassified
Created attachment 46479
--> http://bugs.winehq.org/attachment.cgi?id=46479
The dump created
I am trying to run this software to run on my Linux destro (Ubuntu 12.04). It's
called WordFlood 2.0. Not a popular software but quintessential for me.
Anyways installed this software with Wine and installation went without any
problem. But when I launch the application I get an error.
I am attaching the dump here just in case you people need to take a look.
--
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=50259
Bug ID: 50259
Summary: Stickies 8.0b crashes
Product: Wine
Version: 6.0-rc1
Hardware: x86-64
URL: https://dl2.filehorse.com/win/office-and-business-tool
s/stickies/Stickies-8.0b.exe?st=YBCnEai8bIHT2rFoXvvLAg
&e=1607313144&fn=stickies_setup_8.0b.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Created attachment 68791
--> https://bugs.winehq.org/attachment.cgi?id=68791
console output
You need mfc90u.dll
Software crashes very early in riched20.dll
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53841
Bug ID: 53841
Summary: Save-As dialog: big indent of edit field
Product: Wine
Version: unspecified
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: contact(a)kcsoftwares.com
Created attachment 73371
--> https://bugs.winehq.org/attachment.cgi?id=73371
Use case
As detected in ReactOS use of this Wine component :
https://jira.reactos.org/browse/CORE-13025
Dialog has about 10-15 pix indent of filename field. Next field is ok: it has
1-2pix indent (small). 1st field not 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.
http://bugs.winehq.org/show_bug.cgi?id=58096
Bug ID: 58096
Summary: Window title bar double-click to return from maximized
state sometimes makes window full sized
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine_bugzilla(a)sctb.ch
Distribution: ---
I use WINE to run PFE, a text editor.
https://www.lancaster.ac.uk/people/steveb/cpaap/pfe/
I've noticed recently that behaviour has changed when double-clicking the title
bar.
Normally, double clicking title maximizes window, and double clicking again
minimizes window.
What now *sometimes* happens is that the first double click as expected
maximizes, but the second double click returns the window to its normal size
but then instantly changes the actual window size to the maximum possible (to
the screen size). This is *not* the maximized state, because double clicking
now - no matter how many times - does not change the window size. The window
has actually been resized (and so further double clicks are converting a
screen-sized window to maximized, and then back to screen-sized).
At this point the window has to be manually resized back to something
non-maximum.
My suspicion here is that I might be issuing from the mouse a very rapid
*triple* click, and there's some kind of race condition, where the third click
is causing the observed behavour; and that this is why it happens *sometimes*
only.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=38688
Bug ID: 38688
Summary: Icon overlays not drawn in some cases
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: Christoph(a)ApiViewer.de
Distribution: ---
ImageList_DrawIndirect does not draw overlay icons in three cases where the
function is taking a shortcut with "goto end;".
This was tested with ReactOS\base\applications\mscutils\devmgmt_new on ReactOS
which is using comctl32 from wine.
Test results:
in 32bit color no overlay icons are not shown at all.
if (!bMask && (has_alpha || (fState & ILS_ALPHA)))
...
if (bIsTransparent)
bResult = alpha_blend_image ...
goto end;
in 16bit Color mode the overlay icons are drawn, but only the part on which the
underlying icon is not transparent (wrong ROP code?)
I don't think this application will work on wine because it relies on setupapi
code which wine will probably does not have.
--
Do not reply 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=18382
Summary: SubEdit fails to start
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://matinf.pcz.pl/~subedit/download/subedit_b4072_ins
tall.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20962)
--> (http://bugs.winehq.org/attachment.cgi?id=20962)
Fatal error
I'm using Wine 1.1.20 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is that SubEdit fails to start and shows fatal error.
--
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=57445
Bug ID: 57445
Summary: Dropdown list box stays open on screen after moving
frame
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mahin.pandya(a)hcl-software.com
Distribution: ---
Created attachment 77442
--> https://bugs.winehq.org/attachment.cgi?id=77442
Winecfg dropdown box
Opening a dropdown list box and then moving the frame around, the pop-up list
view stays open at the same place, see attach screen shot.
This is not same as Windows; when frame is moved, drop down closes itself.
Tried with winecfg application on Wine 9.0 & Ubuntu 20.04.6, but can be
reproducible with other versions as well.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48023
Bug ID: 48023
Summary: Visual Studio 2019 not starting
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Created attachment 65561
--> https://bugs.winehq.org/attachment.cgi?id=65561
Hack for RegLoadAppKey
After https://bugs.winehq.org/show_bug.cgi?id=47626 just out of curiosity I
tried running Visual Studio: winetricks corefonts dotnet472 msxml6 and applied
the attached patch/hack.
Result: splash screen is shown and then welcome screen is displayed. But after
clicking "Not now, maybe later" it halts with:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The application requested process termination through
System.Environment.FailFast(string message).
Message: Failed to schedule time on the UI thread. A continuation would never
execute.
It crashes much earlier without the patch/hack as it cannot bind binary
registry file and read/create registry keys.
--
Do not reply 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=58093
Bug ID: 58093
Summary: UseTakeFocus=N&Two or more Window: Window flashes
violently & KDE freezes
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
Distribution: ---
Created attachment 78342
--> http://bugs.winehq.org/attachment.cgi?id=78342
Test(exe+src)
When “UseTakeFocus=N”, there is a problem when launching an application with
more than one window. The windows blink violently and change focus violently.
KDE becomes completely inoperable.
Please use Ctrl+Alt+F2 to switch to the console and pkill.
Attached test case(FlickWndDlgVer1/Release/FlickWndDlgVer1.exe): low
reproducibility, about 50%. If it does not reproduce, exit and try again. In
most cases, this exe becomes operational in about 5 seconds.
AzPainter2(https://forest.watch.impress.co.jp/library/software/azpainter/):
reproduces almost 99%. KDE becomes inoperable. It remains inoperable for more
than 1 minute.
Setting “UseTakeFocus=Y” solves 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=57016
Bug ID: 57016
Summary: staging patchinstall.py fails on security wine_todo
Product: Wine-staging
Version: 9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zlice(a)crtdrift.us
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76859
--> https://bugs.winehq.org/attachment.cgi?id=76859
current_broken_diff
wine-staging-9.13/patches/server-Stored_ACLs/0004-server-Temporarily-store-the-full-security-descripto.patch
--
Do not reply 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=58086
Bug ID: 58086
Summary: Conflict during update of MingW has corrupted
WINESYSTEMDLLPATH; and or Vulkantools SPIRV (more
likely) has overwritten %SystemRoot%
Product: Wine
Version: 10.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jorik.de.leeuw360(a)gmail.com
Distribution: ---
Created attachment 78339
--> http://bugs.winehq.org/attachment.cgi?id=78339
Wine depending on MingW (dnf remove Mingw-*)
Conflict during update of MingW has corrupted WINESYSTEMDLLPATH; and or
Vulkantools SPIRV (more likely) has overwritten %SystemRoot%
https://forum.winehq.org/viewtopic.php?t=40520
I have keeped track of this issue .... and i've broken the system completely.
Due to several leaks and several system bugs you should take a look at that. I
ran DXDiag and Fedora core started 'two' updates of which the name are
unavailable.
This is the very short version
" 0874:trace:file:nt_to_unix_file_name_no_root
L"usr\\x86_64-w64-mingw32\\sys-root\\mingw\\bin\\kernel32.dll" not found in
"/home/[REDACTED]/.wine/dosdevices/z:"
0874:warn:file:NtCreateFile
L"\\??\\Z:\\usr\\x86_64-w64-mingw32\\sys-root\\mingw\\bin\\kernel32.dll" not
found (c0000034)"
Looking for Kernel32 in "/usr/x84_64-mingw32/sys-root/mingw/bin/".
I did ABNORMALLY ABRUPT a game while this was happening i saw a update running.
I got back and none of the VulkanApplications 'but' vulkaninfo.exe and
vkcube.exe did ran. The other applications primarily 3D Games that are not
overridden by the Driver to Vulkan do run.
The others seemingly all corrupted.
I have tried troubleshooting this with AI and keeping AI up to date to relieve
of having to ask Developers regarding a situation for Games that do not support
them and vice versa.
This issue with Vulkan-Corruption also happens ALOT in Wink10. My other drive
is accessible from Fedora Core but it has no bootmanager because it never got
to repair itself. It takes about 52 minutes to boot it versus less than 30
seconds on fedora.
However it seems based on the development. You can delete the thread after you
have seen it. The Linux Kernel seemingly got corrupted because it might be;
when i ran Vulkaninfo.exe through BASH it did not stop running .........
-- > 013c:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA,
0085FECC < --
Even after a complete 'powercycle' the problem remains.
I have seen such severe Vulkan crashes that i had to replace the CMOS because
the Computer did not boot anymore.
Seemingly this spawns a Orphan Window and a lot more to take some time
investigating 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.
http://bugs.winehq.org/show_bug.cgi?id=58091
Bug ID: 58091
Summary: WDLD1131 fails to connect with Selectron Device over
USB-Serial: Data couldn't transmit
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benjamin.valentin(a)ml-pa.com
Distribution: ---
Created attachment 78341
--> http://bugs.winehq.org/attachment.cgi?id=78341
Complete wine console output when running the application
WDLD1131 is a tool by Selectron to configure and program their PLC devices.
The Selectron MAS is equipped with a CP2102N USB to UART Bridge that gets
connected to the PC.
When trying to connect with the COM device in WDLD1131 I get a 'SysComPC Error'
after some seconds of timeout and the line
14:25:27.465605 [ 32/ 36] ERROR C: CSystemServer::LoginWithScope login
failed hResult=0xa0000012
gets printed in the console 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=57439
Bug ID: 57439
Summary: FL Studio: many 3rd party plugins violently flash in
child windows
Product: Wine
Version: 9.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lildebil.mgt(a)gmail.com
Distribution: ArchLinux
Created attachment 77436
--> https://bugs.winehq.org/attachment.cgi?id=77436
terminal log
As the title says, In FL Studio, many 3rd party vsts have flashing GUIs that
make them unusable and possibly hazardous to a select amount of people with
photosensitive epilepsy.
This only happens in FL Studio, likely due to how it handles plugin windows. In
other DAWs that let the window manager handle the plugin windows this does not
happen.
Side notes:
1. Most of the plugins with this issues are based on the JUCE framework
2. Whenever there is an option akin to "Disable OpenGL rendering" in the plugin
settings, turning it on will usually fix the flashing, but it is almost never
available.
Steps to reproduce:
1. Set the wineprefix to Windows 7, to avoid bug 57247
2. Download and install FL Studio 2024 Trial -
https://install.image-line.com/flstudio/flstudio_win64_24.1.2.4430.exe
3. Download and install one of the plugins with this problem (put .vst3 file
into C:\Program Files\Common Files\VST3) -
https://github.com/tobanteAudio/modEQ/releases/download/v0.4.0/modEQ-v0.4.0…
4. Scan and open plugin in a mixer track, drag plugin window or start audio
playback to see the issue.
I am using wine-staging 9.21 and proprietary Nvidia drivers
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57740
Bug ID: 57740
Summary: FL Studio popups appear on the wrong monitor
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edwin.frank.loeffler(a)gmail.com
Distribution: ---
When using FL Studio with wine's Wayland backend and moving the mixer to a
secondary monitor, popups that appear e.g. when right clicking appear on the
primary monitor, not the one with the mixer.
--
Do not reply 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=58090
Bug ID: 58090
Summary: request: add information in the Wiki FAQ about
verifying Windows digital signatures
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
Feature Request: Add information in the Wine Wiki FAQ about verifying the
digital signatures of Windows executables
According to this forum thread (https://forum.winehq.org/viewtopic.php?t=40419)
it can be easily done using Microsoft Sysinternals Sigcheck
(https://learn.microsoft.com/en-us/sysinternals/downloads/sigcheck) (small
download) for Windows. Works on both macOS and Linux through Wine. I have used
and tested this method and it works reliably.
There is also the option on using the Linux/macOS native osslsigncode tool
(https://github.com/mtrojnar/osslsigncode) (FOSS, small download, available on
Homebrew). I have not tested this method.
Or using Microsoft SignTool.exe (Sign Tool)
(https://learn.microsoft.com/en-us/dotnet/framework/tools/signtool-exe) for
Windows but that requires a download of the Windows SDK
(https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/) (over 1
GB download). I have not tested this method.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57945
Bug ID: 57945
Summary: Stubbs the Zombie demo: cannot launch, "stack
overflow"
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rjqxqqnhuibvkxkshx(a)ytnhy.com
Distribution: ---
Created attachment 78194
--> https://bugs.winehq.org/attachment.cgi?id=78194
Terminal output
I cannot launch the demo of Stubbs the Zombie[1] in Wine 10, please see the
attached log.
None of these steps fixed the problem:
- Installing DXVK and using the dedicated GPU.
- Using schedtool to limit the demo to one core.
[1] https://archive.org/details/StubbsTheZombie
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=58069
Bug ID: 58069
Summary: Bugzilla server is horribly slow
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: ---
Many times requests fails with a ssl error.
It's been 2 or 3 weeks already.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57648
Bug ID: 57648
Summary: Wrong Cursor on Wayland
Product: Wine
Version: 9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: jakobdev(a)gmx.de
Distribution: ---
When running under XWayland Wine is using the same cursor as the rest of the
system. But when when using the new experimental Wayland driver, Wine is using
a different cursor than the rest of the system (see screenshots).
Wine should implement the cursor shape protocol
(https://wayland.app/protocols/cursor-shape-v1) to fix 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.
http://bugs.winehq.org/show_bug.cgi?id=58089
Bug ID: 58089
Summary: Forum search is rate-limited
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
I'm getting rate-limited on the forum search
(https://forum.winehq.org/search.php) even when logged-in:
"Sorry but you cannot use search at this time. Please try again in 51 seconds."
Maybe the forum could also be migrated over to the Anubis from Techaro bot
protection system used for bugs.winehq.orghttps://github.com/TecharoHQ/anubis
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57992
Bug ID: 57992
Summary: Wiki FAQ says Windows programs run as admin, Wine 10.0
changelog says otherwise
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
Distribution: ---
The Wine wiki FAQ, under the section "Should I run Wine as root?", says that
Windows programs runs as admin, while the Wine 10.0 release notes say that
processes run as a normal user by default.
Wine wiki FAQ - Should I run Wine as root?:
https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#should-i-run-wine-as-root
"As far as Windows programs are concerned, you are running with administrator
privileges."
Wine 10.0 release notes:
https://gitlab.winehq.org/wine/wine/-/releases/wine-10.0
"Process elevation is implemented, meaning that processes run as a normal user
by default but can be elevated to administrator access when required."
--
Do not reply 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=58088
Bug ID: 58088
Summary: The Wiki FAQ says Wine only support DirectX 9.0
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cemer99797(a)isorax.com
Distribution: ---
The Wiki FAQ says Wine only support DirectX 9.0c, but I believe it currently
supports DirectX 9, 10, 11, and 12
Wine Wiki FAQ - "Does Wine support DirectX? Should I install Microsoft's
DirectX under Wine?" section
https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#does-wine-support-directx-s…
"Wine itself provides a DirectX implementation that, although it has a few bugs
left, should run fine. Wine supports DirectX 9.0c at this time. Work on DirectX
10 is underway."
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=58078
Bug ID: 58078
Summary: StarCraft Remastered: game is not started with
wine-10.5
Product: Wine-staging
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimich.dmb(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
The game is not started with wine-10.5
StarCraft.exe process is running and consuming 100% of one CPU core. No video
mode changed, no game window created.
Battle.net launcher is displaying StartCraft as "Playing Now".
After downgrading wine to 10.4 the game starts and works fine.
StartCraft: v1.23.10.13515
OS: Arch Linux
Kernel v6.14.1
GPU: Nvidia, proprietary driver v570.133.07
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57569
Bug ID: 57569
Summary: BeamNG.drive minimizes its window during startup, with
UseTakeFocus set to false.
Product: Wine
Version: 10.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: logos128(a)gmail.com
Regression SHA1: 0cda91856138e1d49fcfd9b6c2c9328146616baa
Distribution: ArchLinux
Happens only with the default (d3d11) renderer in fullscreen mode.
The UseTakeFocus option is set to 'N' in the registry (HKCU\Software\Wine\X11
Driver\UseTakeFocus). Since this option is turned on by default in Wine,
normally it doesn't cause the aforementioned issue. Although, it would be a
problem for Proton, where UseTakeFocus is tuned off by default
(https://github.com/ValveSoftware/wine/commit/d30ce49ed8b40b9c29b5cc374987ca…),
as it helps some games launch properly.
I use it to run Forza Horizon 5, etc., (Wine-Staging + patches + Steam).
I didn't notice this right away, as I use borderless in BeamNG, which works
properly with UseTakeFocus=false.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57914
Bug ID: 57914
Summary: youtube byclick downloader not working
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: pocomal112(a)codverts.com
Distribution: ---
Please fix the problem with this software. thank you You are an amazing team
that provides dedicated service to millions of people. I thank you very much
--
Do not reply 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=58083
Bug ID: 58083
Summary: Tab Control gets stuck (affects winecfg)
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: danweiss(a)gmail.com
Distribution: ---
This is a sequence of actions that will trigger the tab control getting stuck.
It will be unable to switch to another tab.
Run "wine winecfg". Winecfg window appears.
Click the "Applications" tab
Press right arrow key
Click the "Applications" tab
Click the "Applications" tab a second time (not a double click)
Press right arrow key
Tab control is now stuck on the "Libraries" tab, and is unable to switch to
another tab.
Wine version is "wine-staging 10.5", installed on MX 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=57676
Bug ID: 57676
Summary: Dn-FamiTracker 0.5.1.1: most of instrument editor is
blank
Product: Wine
Version: 10.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)pineight.com
Distribution: ---
When opening an instrument for editing, most controls in the instrument editor
don't get drawn, leaving a blank space where they should be.
Wine version: 10.0-rc5 from dl.winehq.org repository
Distribution: Xubuntu 24.04 amd64
Graphics: X.Org X Window System 7.7+23ubuntu3, Mesa Intel(R) HD Graphics 5500
(BDW GT2), Mesa 24.0.9-0ubuntu0.3
Program identifiers
Download page:
https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/releases/t…
SHA-1 hashes:
97024e66beed59c61580ea4a23bea25185440323
/<redacted>/Dn-FamiTracker_v0511_x64_Release.7z
201990bcb93c72d47061fe69eb3fc6599518d5e1 /<redacted>/Dn-FamiTracker.exe
Steps to reproduce:
1. Download Dn-FamiTracker_v0511_x64_Release.7z and extract it to a new folder.
2. Open Dn-FamiTracker.exe.
3. At top right is a list of instruments that begins with "[2A03] 00 -".
Double-click the "00 -" to open the instrument editor.
4. The "Instrument editor" floating window appears. It has two panes, with tabs
"2A03 settings" and "DPCM samples".
Behavior on Windows and Wine 9.x:
To the left side is an "Instrument settings" group containing a list of effects
"Volume, Arpeggio, Pitch, Hi-pitch, Duty / Noise", button "Select next empty
slot", and a combo box labeled "Sequence #". To the right is a "Sequence
editor" group with a graph, "Size: [-] 0 [+]" and a text input to enter a
volume sequence as numbers. At bottom is a piano keyboard.
Behavior on Wine 10.0-rc5:
Everything in pane "2A03 settings" other than the graph and the piano keyboard
is blank. Switching to pane "DPCM samples" and back to pane "2A03 settings"
reveals the hidden controls.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=42171
Bug ID: 42171
Summary: IrfanView's 4.44 Help -> About window has wrong
placement for textboxes
Product: Wine
Version: 2.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ArchLinux
Created attachment 56775
--> https://bugs.winehq.org/attachment.cgi?id=56775
Wrong placement of labels
Note: Split of and blocked by 6682, only works with patches not yet in wine.
https://source.winehq.org/patches/data/128612https://source.winehq.org/patches/data/128613
The textboxes in irfanviews about dialog overlap the image.
The issue is somehow related to Bug 41639.
If my lib32-freetype2 is up to date with version 2.7, the font is ugly, but it
renders fine. If downgraded, the font is fine, but the placement is wrong.
I can submit a testcase for that, but which font can I rely on? Wine doesn't
have all fonts after all. Tahoma maybe?
--
Do not reply 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=6682
Rémi Bernon <rbernon(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |81a24edc34f305f74502fc139e9
| |88d98e4dc7581
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #82 from Rémi Bernon <rbernon(a)codeweavers.com> ---
This should be working again after 81a24edc34f305f74502fc139e988d98e4dc7581
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55981
Bug ID: 55981
Summary: Dragon Age Origins: Runs slowly when using the
experimental wow64 mode
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 75572
--> https://bugs.winehq.org/attachment.cgi?id=75572
Dragon Age : Origins main menu with new wow64 + OpenGL renderer
Dragon Age : Origins works with the new wow64 experimental mode but it's very
slowly and unplayable. This bug affect "Beyond Good & Evil" too.
Use DXVK fix this issue so something wrong with new wow64 + opengl renderer ?
--
Do not reply 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=35756
Bug ID: 35756
Summary: Bugzilla robots.txt prevents google indexing
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adys.wh(a)gmail.com
https://bugs.winehq.org/robots.txt
This is annoying as bugs cant be found through google.
--
Do not reply 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=28674
Bug #: 28674
Summary: using OpenID login is a necessity
Product: WineHQ Bugzilla
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: A.Pirard(a)ulg.ac.be
Classification: Unclassified
>We are sorry to report that recently our login database for the
>WineHQ Bugzilla Database was compromised.
>To prevent further damage we have reset your password to what is shown
>below. We strongly suggest that if you shared your WineHQ bugs
>password on any other sites that you change that password as soon
>as possible.
How is it possible to manage passwords on 200 sites if they don't use OpenID?
Is it so hard to understand?
PLEASE USE OPENID LOGIN !!!!!!
--
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=58080
Bug ID: 58080
Summary: Enter Bug: Anubis challenge may result in bug entry
being lost.
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
CC: austinenglish(a)gmail.com, jnewman(a)codeweavers.com
Distribution: ---
It seems that the Anubis protection can result in the bug entry being
"skipped", if it happens after 'Submit Bug' is clicked.
I had been on the site already for a while, using the Falkon browser, resolving
a bug, and then entering a new one, when after hitting 'Submit Bug' I saw the
Anubis page briefly, and then anded back on the
https://bugs.winehq.org/enter_bug.cgi
page again, with the bug not having been submitted.
Going back, my browser did have all the fields in memory still, but I imagine
this could result in a quite frustrating experience (though personally I do
tend to write things in a text editor, not a browser, so not that many things
will be lost if something like this happens).
Thank 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.
http://bugs.winehq.org/show_bug.cgi?id=58079
Bug ID: 58079
Summary: AppDB: Potential problems with printing (non-ASCII?)
characters.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
URL: https://appdb.winehq.org/objectManager.php?sClass=vers
ion&iId=2739
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
Distribution: Gentoo
There might be some issues regarding character encoding, or something that
happened during a conversion of sorts, but probably not during the PHP8 upgrade
since going by archive org, this seems to have started between 2024-03-03 and
2024-05-19, which seems a bit too long ago for that.
See for example one of the maintainer names here, where an 'é' renders as '�':
https://appdb.winehq.org/objectManager.php?sClass=version&iId=2739
Not sure if there is really anything that can be done, aside from re-entering
such characters somewhere...
Thank 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=58077
Bug ID: 58077
Summary: Edit version: Non-static method
downloadurl::outputEditor() cannot be called
statically
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
CC: accounts.winehq.org(a)vv221.fr
Distribution: Gentoo
After
https://gitlab.winehq.org/winehq/appdb/-/merge_requests/9
opening the 'Edit version' page for an application results in the following
"oops!" in the bottom area of the page:
----
error details:
Error Message: Uncaught Error: Non-static method downloadurl::outputEditor()
cannot be called statically in
/home/winehq/opt/appdb/admin/editAppVersion.php:55 Stack trace: #0 {main}
thrown
File: editAppVersion.php:55
----
I suppose the fix will be similar here, but I don't have an environment set up
(yet) to test it myself.
Thank 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=58000
Bug ID: 58000
Summary: New thread stack uses too much memory
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: piotr.caban(a)gmail.com
Distribution: ---
Created attachment 78261
--> https://bugs.winehq.org/attachment.cgi?id=78261
simple app that can be used to reproduce the problem
It's a regression caused by 3863b243fe5ef4e223a809e93a85e858952dd754 commit.
Affected application (32-bit) runs on low end machine and creates 128 cores.
Prior to this change it was using ~34MB of memory, in wine 10.0 it uses ~152MB
(every thread uses ~1MB for stack). I've also confirmed that application memory
usage is small on Windows 10.
According to MSDN stack should not use physical memory until it's referenced.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=58076
Bug ID: 58076
Summary: app window flickers with wine 10.5
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hipoalergeniko(a)gmail.com
Distribution: ---
Created attachment 78335
--> https://bugs.winehq.org/attachment.cgi?id=78335
video capture
app window flickers with wine 10.5 and wine staging 10.4 but not plain 10.4. If
i move the window the flicker stops.
I'm including a video capture.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57151
Bug ID: 57151
Summary: AppDB is incredibly slow
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: ---
The AppDB seems to be getting slower and slower. Today it's taking up to a
minute just to load a page. Does it need more resources?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57734
Bug ID: 57734
Summary: PHP8 Fatal Errrors
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jnewman(a)codeweavers.com
Distribution: ---
While scanning the logs, I see these fatal errors due to the upgrade of PHP8.
PHP Fatal error: Uncaught Error: Non-static method
testData::objectGetFilterInfo() cannot be called statically in
include/testData_queue.php:161
PHP Fatal error: Uncaught Error: Undefined constant "iTestingId" in
include/testData.php:972
PHP Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of
type Countable|array, null given in include/vendor.php:306
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=58075
Bug ID: 58075
Summary: DATE A LIVE: Rio Reincarnation: Problem with imm32
Product: Wine
Version: unspecified
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: imm32
Assignee: wine-bugs(a)winehq.org
Reporter: Alexander88207(a)Protonmail.com
Created attachment 78334
--> https://bugs.winehq.org/attachment.cgi?id=78334
Error-and-winedebug-log
Hello,
when i start the game then a tiny window opens and resizes very quickly a few
times and then stays tiny and black with an separate error message.
When trying to interact with the black window then it jumps to the right corner
of the screen, unless the error message is touched again.
However i do suspect imm32 as in the wine debug logs there is mentioned:
fixme:imm:ime_ui_window_proc hwnd 000A00C0, himc 000900C2, msg WM_IME_CONTROL,
wparam IMC_CLOSESTATUSWINDOW, lparam 0 stub!
With that hint i did did override imm32.dll with an native DLL and now the game
works.
Maybe useful: The game works in proton.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57171
Bug ID: 57171
Summary: Sumerian Six crashes during mission briefing
Product: vkd3d
Version: 1.11
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: cmccarthy(a)codeweavers.com
Regression SHA1: fd590c2593bda2e511ba688c8881fbdb2d564774
Distribution: ---
Fatal error: [File:
E:\UE_5.3\Engine\Source\Runtime\RHI\Private\PipelineStateCache.cpp][Line: 365]
Shader compilation failures are Fatal.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46552
Bug ID: 46552
Summary: Crossfire doesn't install
Product: Wine
Version: 4.0-rc7
Hardware: x86-64
URL: http://crossfire.z8games.com/download.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: Mint
Created attachment 63423
--> https://bugs.winehq.org/attachment.cgi?id=63423
console output
I already reported a bug about Crossfire EU (you can find it here
https://bugs.winehq.org/show_bug.cgi?id=45920), but now it merged with
Crossfire NA and the new link for download is
http://crossfire.z8games.com/download.html
The .exe file is different than before, but it doesn't install yet; I don't
know if the problem is the same or not. I attached my console output. You can
reproduce the bug just by downloading the file and trying to install.
I kept my terminal open for more than 3 hours beacuse the process is "running"
and if I close the terminal it says that a process is still running and closing
the terminal will kill it. Therefore I don't know if my console output is
complete or not. If I can help in some way, just tell me! :)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54501
Bug ID: 54501
Summary: IrfanView - Pasting into clipboard results in a black
screen
Product: Wine
Version: 8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 74052
--> https://bugs.winehq.org/attachment.cgi?id=74052
Console output (wine-8.1 on Slackware64/Multilib)
Hello everyone,
I downloaded IrfanView in its own prefix with the following:
sha256sum iview462_x64_setup.exe
d9d4c5f3120a9420e2dbaf0ee8931556e161787fbc4297d5fb4e4c7616fdd668
iview462_x64_setup.exe
and it installs and seems to run just fine.
Steps to reproduce
- Start IrfanView
- Start Gimp (Linux-native)
- Open an Image in Gimp
- Copy the image from Gimp into IrfanView
- Paste it into IrfanView
Expected result: Image should show in IrfanView
Actual result: Black screen though dimension of the image are shown at the
bottom of the application.
Console output is attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=58074
Bug ID: 58074
Summary: failed to load /usr/lib/wine/i386-windows/ntdll.dll
error 4000000e
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I would appreciate if I can occasionally take another look also at a readme
file (which belongs to a known game).
Questionable test result for the software combination “Wine 10.5-1873.3”:
Markus_Elfring@Sonne:~> wine 'C:\ProgramData\Microsoft\Windows\Start
Menu\Programs\Ubisoft\Blue Byte\DIE SIEDLER - Das Erbe der Könige - Gold
Edition\Liesmich-Datei anzeigen.lnk'
wine: failed to load /usr/lib/wine/i386-windows/ntdll.dll error 4000000e
0024:err:environ:run_wineboot failed to start wineboot 1
wine: failed to load /usr/lib/wine/i386-windows/ntdll.dll error 4000000e
0024:err:module:find_forwarded_export module not found for forward
'cryptbase.SystemFunction036' used by L"C:\\windows\\syswow64\\advapi32.dll"
wine: failed to load /usr/lib/wine/i386-windows/ntdll.dll error 4000000e
0024:err:win:get_desktop_window failed to start explorer 1
0024:fixme:exec:SHELL_execute flags ignored: 0x00004000
wine: failed to load /usr/lib/wine/i386-windows/ntdll.dll error 4000000e
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49802
Bug ID: 49802
Summary: Crash at AfxBeginThread of x64 apps on macOS when
built with VS2019
Product: Wine
Version: 5.16
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Created attachment 68117
--> https://bugs.winehq.org/attachment.cgi?id=68117
Samples to demonstrate the issue
Our x64 apps built with Visual Studio 2010 (VS2010) run on macOS for a long
time. We recently have started a project to move to Visual Studion 2019
(VS2019). The same x64 app which works fine when built with VS2010 crashes on
macOS when it is built with VS2019. The crash occurs when the MFC function
AfxBeginThread is called. Static linking is used for linking the MFC and other
libs.
After a very painful research we identified that a simular report has been made
in Nov. 2019 in the Wineskin area
(see https://github.com/Gcenx/WineskinServer/issues/22).
The reporter said "I ended up replacing the AfxBeginThread call with a call to
CreateThread which works fine on all versions." We did the same thing with the
same result. Replacing AfxBeginThread by CreateThread works fine with VS2019.
However, according to
https://stackoverflow.com/questions/21718674/difference-between-afxbeginthr…
a replacement of AfxBeginThread by CreateThread is not really recommended when
MFC is used.
The crash happens on all macOS versions with Wine 5.4, 5.7 and 5.16 (we took
5.16 from Gcenx (https://github.com/Gcenx/macOS_Wine_builds)). On Windows and
Linux the VS2019 app runs fine. Further, the Win32 equivalent app runs fine on
macOS.
In summary:
A crash happens for AfxbeginThread in an x64 app on macOS with Wine 5.4, 5.7,
5.16.
We did a deeper dive and found that the crash happens inside AfxbeginThread,
module Thread.cpp inside the function __acrt_get_begin_thread_init_policy.
See address:
0001:001ab7cc __acrt_get_begin_thread_init_policy 00000001401ac7cc f
libucrt:win_policies.obj
According to the backtrace.txt (attached) the exception happens when reading
from a 32 bit address. This sounds strange to me for a x64 app.
Any help is highly appreciated.
Reinhold
==========================================================================
As a C++ sample I have compiled a trivial app which AfxBeginThread which
demonstrate the problem.
In the attached zip file you can find
backtrace.txt
Test_of_AfxBeginThread_VS2019.exe
Test_of_AfxBeginThread_VS2010.exe
The code and project files for VS2010 and VS2019 can be downloaded from
www.notation.com/download/Wine/Bugzilla/Project_Files_AfxBeginThread_sample…
--
Do not reply 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=36917
Bug ID: 36917
Summary: Synthmasters fails to draw correctly
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Created attachment 49028
--> http://bugs.winehq.org/attachment.cgi?id=49028
Screenshot
Synthmaster is a Windows VST (synthesizer).
I use it along with vst-bridge and renoise.
https://github.com/abique/vst-bridgehttp://renoise.com/
It fails to render correctly, and I think that it is related to the following
lines:
fixme:wincodecs:PngDecoder_Block_GetCount stub
fixme:gdiplus:GdipGetLineSpacing ignoring style
fixme:gdiplus:GdipDrawPath graphics object has no HDC
fixme:gdiplus:resample_bitmap_pixel Unimplemented interpolation 7
Is it an issue coming from wine or SynthMaster?
Thanks!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57239
Bug ID: 57239
Summary: Tearing doesn't work when the window is in full screen
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: artewar6767(a)gmail.com
Distribution: ---
If run the application in full screen with wayland driver then the screen
tearing rule is not accepted by the window.
I tested on Hyprland and KDE Plasma.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57873
Bug ID: 57873
Summary: SumatraPDF doesn't display fonts and crashes
Product: Wine
Version: 10.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: fonts
Assignee: wine-bugs(a)winehq.org
Reporter: veli_caglayan(a)outlook.com
Distribution: ArchLinux
Created attachment 78093
--> https://bugs.winehq.org/attachment.cgi?id=78093
I run the app from the terminal.
I just updated my Wine version from 10.1 to 10.2 and SumatraPDF now starts with
a blank window, no fonts, and crashes afterwards. I use the staging version and
tried both DXVK on and off.
You can download the latest version here:
https://www.sumatrapdfreader.org/dl/rel/3.5.2/SumatraPDF-3.5.2-64-install.e…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=58070
Bug ID: 58070
Summary: Myst Remake crashes in DX11 mode
Product: Wine
Version: 10.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 78323
--> https://bugs.winehq.org/attachment.cgi?id=78323
output
GL renderer
Fatal error:
[File:I:\LegacyWorkspace\Engine\Source\Runtime\RenderCore\Private\RenderingThread.cpp]
[Line: 949]
Rendering thread exception:
Fatal error:
[File:I:\LegacyWorkspace\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Util.cpp]
[Line: 296]
Direct3DDevice->CreateTexture2D(TextureDesc,SubResourceData,OutTexture2D)
failed with error E_INVALIDARG
at
I:\LegacyWorkspace\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Texture.cpp:181
Size=1280x720x1 PF=67 Format=(0x00000067), NumMips=1,
Flags=D3D11_BIND_SHADER_RESOURCE , Usage:0x0, CPUFlags:0x0, MiscFlags:0x0,
SampleCount:0x1, SampleQuality:0x0, SubresPtr:0x0000000000000000,
SubresPitch:0, SubresSlicePitch:0
Vulkan renderer
LogD3D11RHI: Error: Device->CreateShaderResourceView(D3DResource, &SRVDesc,
View.GetInitReference()) failed with error E_INVALIDARG
at
I:\LegacyWorkspace\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11SRV.cpp:141
LogWindows: Error: appError called: Fatal error:
[File:I:\LegacyWorkspace\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Util.cpp]
[Line: 236]
Device->CreateShaderResourceView(D3DResource, &SRVDesc,
View.GetInitReference()) failed with error E_INVALIDARG
at
I:\LegacyWorkspace\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11SRV.cpp:141
Renaming the Movies folder as a workaround avoids the crash.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=58029
Bug ID: 58029
Summary: My Unity games keep crashing
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pedromariano1996(a)gmail.com
Distribution: ---
Created attachment 78288
--> https://bugs.winehq.org/attachment.cgi?id=78288
a backtrace of the game crash. The same happened with similar Unity games
The game keep crashing almost at the end of the storyline. Same happened with
others Unity games
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.