https://bugs.winehq.org/show_bug.cgi?id=47778
Bug ID: 47778
Summary: world of warcraft in game store browser crashes
Product: Wine
Version: 4.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: goin2mars(a)protonmail.com
Distribution: ---
Created attachment 65266
--> https://bugs.winehq.org/attachment.cgi?id=65266
backtrace from running in game wow browser opened when using shop feature
wow browser : BlizzardBrowser.exe found in /home/me/.wine/drive_c/Program Files
(x86)/World of Warcraft/_retail_/UTILS
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56823
Bug ID: 56823
Summary: Genshin Impact game rendering error.
Product: Wine
Version: 9.0
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 1519364926(a)qq.com
Created attachment 76631
--> https://bugs.winehq.org/attachment.cgi?id=76631
3 program error details
Genshin Impact game rendering error.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56650
Bug ID: 56650
Summary: Report on SELinux 'execheap' Issues with
wine-preloader
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chplee(a)gmail.com
Distribution: ---
This report was prepared by ChatGPT. I'm sorry that my own ability is not
enough to support such a large amount of code analysis, so I have to turn to
ChatGPT.
I'm filing this report because a lot of people are suffering from this problem.
Please refer to:
https://bugzilla.redhat.com/show_bug.cgi?id=2247299
### Report on SELinux 'execheap' Issues with `wine-preloader`
#### Introduction
The `wine-preloader` program is a crucial part of the Wine software, which
allows Windows applications to run on Unix-like operating systems. An issue has
been identified where SELinux prevents `wine-preloader` from executing code in
writable memory regions, raising security alerts related to 'execheap'
accesses. This report identifies potential sources of the issue in the program
and provides recommendations for modifications.
#### Potential Issues Identified
1. **Memory Mapping and Protection Setup**:
In `wine-preloader`, memory mapping is handled with protections set that
could potentially include both write and execute permissions. This is
particularly evident in the function calls to `wld_mmap`, where memory
protection flags are set based on the segment flags parsed from ELF headers.
```c
wld_mmap((void *)(l->l_addr + c->mapstart), c->mapend - c->mapstart,
c->prot, MAP_FIXED | MAP_COPY | MAP_FILE, fd, c->mapoff);
```
Here, the `c->prot` can contain combinations of `PROT_READ`, `PROT_WRITE`,
and `PROT_EXEC` based on the segment's flags.
2. **Dynamic Code Generation**:
Dynamic generation or modification of code could potentially occur, though
not explicitly shown in the code snippets provided, it could be inferred from
the overall functionality where executable code may be modified or generated
on-the-fly.
3. **Modifying Memory Protection Attributes**:
The use of `wld_mprotect` to change the protection attributes of memory
pages could lead to states where pages are both writable and executable.
```c
wld_mprotect((caddr_t) (zero & ~page_mask), page_size, c->prot|PROT_WRITE);
```
Although this snippet aims to make pages writable temporarily, if combined
inappropriately with executable flags elsewhere, it could trigger SELinux
policies.
#### Recommendations
- **Restricting Memory Permissions**:
Enforce strict separations between writable and executable pages. Modify the
logic that sets memory protections to ensure that no memory page is both
writable and executable at the same time. This can be achieved by adjusting the
ELF segment loading routines to separate code and data segments clearly.
- **Use of Memory Protection Changes**:
Implement a clear two-step process for handling memory that needs to be
executable:
- Initially, set memory to writable to modify or generate code.
- Once modifications are complete, change the memory protection to executable
only (removing write permissions).
- **Code Audit and Testing**:
Conduct a thorough audit of the places where memory permissions are set. Test
under a SELinux-enforced environment to ensure that the adjustments meet
security policies without hindering functionality.
- **SELinux Policy Adjustments**:
If `wine-preloader` inherently requires certain operations that SELinux
policies restrict, consider creating custom SELinux policy modules that allow
specific actions while maintaining overall security. This should be done
cautiously to avoid creating unnecessary security holes.
#### Conclusion
Adjustments to `wine-preloader` should focus on ensuring that memory regions
are either writable or executable but never both. By adhering to security best
practices and possibly adjusting SELinux policies, `wine-preloader` can
function effectively without triggering security violations in SELinux
environments.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56819
Bug ID: 56819
Summary: Danganronpa V3 demo crashes on start shortly after
GStreamer assertion failure
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 76628
--> https://bugs.winehq.org/attachment.cgi?id=76628
WINEDEBUG=+console GST_DEBUG=4
The demo is free on Steam. Terminal output is attached. The relevant part seems
to be:
(wine:543494): GStreamer-Video-CRITICAL **: 18:38:47.343:
gst_video_info_from_caps: assertion 'gst_caps_is_fixed (caps)' failed
First reported at
https://www.reddit.com/r/LinuxCrackSupport/comments/15unp2s/danganronpa_v3_…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56805
Bug ID: 56805
Summary: DuckStation Does Not Find PlayStation BIOS File
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: crashdance22(a)protonmail.com
Distribution: ---
When running the DuckStation installer or trying to run the PlayStation BIOS
after installation, the installer and emulator itself cannot find SCPH5001.bin.
The emulator does list the file as detected and available in the BIOS dropdown
box, but proceeds to say it is not found. I have reproduced this issue in Wine
Stable and Development versions on multiple machines and Ubuntu-based distros.
The problem does not occur on Windows.
I am aware DuckStation is natively available on Linux. However, the Windows
version must be run in Wine to use the Online Crash Team Racing mod network
client. The software cannot be run in a VM due to it needed to load DirectX
libraries on startup.
I have attached a zipped log file with WINEBUG=+all. I know using the "+all"
option can be excessive but I was not able to easily find any errors or fixme
statements otherwise. The log begins as soon as I start the DuckStation
installer and I terminate Wine as soon as I see the "cannot find BIOS file"
error message.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56793
Bug ID: 56793
Summary: Age of Empires 2 Fails to Run
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: dartme18(a)gmail.com
Distribution: ---
I'm using arch linux. I did
```
export WINEARCH=win32 WINEPREFIX=/home/lmat/.wine32
mkdir aoe2cd1
fuseiso aoe2cd1.iso aoe2cd1
cd aoe2cd1
wine ./aoesetup.exe
```
The setup ran marvelously. I then went to run the game:
```
cd ~/.wine32/drive_c/Program\ Files/Microsoft\ Games/Age\ of\ Empires\ II
wine empires2.exe
```
and I see a window saying, "The program empires2.exe has encountered a serious
problem and needs to close....". The details show "Unhandled exception: page
fault on read access to 0xffffffff in 32-bit code..." Later down, it shows
"Platform: i386" which seems correct. Maybe I need to install some directx or
something? The game comes with directx 6 on the CD, I think.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56818
Bug ID: 56818
Summary: Ruby: Whiteout demo doesn't work correctly on
OGL4.2-level drivers
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Created attachment 76622
--> https://bugs.winehq.org/attachment.cgi?id=76622
log file
AMD technology demo Ruby: Whiteout download link:
https://www.guru3d.com/download/ruby-whiteout-(ati-technology-demo)/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56801
Bug ID: 56801
Summary: Invalid path to UIAutomationCore.dll in the registry
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: rikul(a)inbox.ru
Distribution: ---
Created attachment 76604
--> https://bugs.winehq.org/attachment.cgi?id=76604
test app
I'm using the pywinauto library to perform some automatic actions in a GUI.
pywinauto, in turn, uses comtypes, which requires the location of
UIAutomationCore.dll to work. During this process, comtypes reports that it
cannot find UIAutomationCore.dll.
It turns out that, comtypes uses windll.oleaut32.QueryPathOfRegTypeLib (that
is, the QueryPathOfRegTypeLib from oleaut32.dll) to find UIAutomationCore.dll.
Wine 9.0 registry
[HKEY_CLASSES_ROOT\Typelib\{8A9CA8EB-856B-43D9-ABD7-4A590054064F}\1.0\0\win64]
lists its location as "C:\windows\system32\uiautomationcore.dll\1",
while the path in Wine 8.0 is C:\windows\system32\uiautomationcore.dll.
Windows registry shows path as C:\windows\system32\uiautomationcore.dll
Can the correctness of this behavior be verified? Should it be
"C:\windows\system32\uiautomationcore.dll\1" (\1 at the end) or is this the
wrong value?
I have attached a test application that reports the guid and path from the
registry.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44210
Bug ID: 44210
Summary: GNUTLS_CIPHER_CHACHA20_POLY1305 is not work
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: serg.chaplya(a)gmail.com
Distribution: ---
Hello! I've tried to run this tool (http://cryptopump.info/en/download) on my
Ubuntu system.
I got some error:
fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
fixme:secur32:schannel_get_mac_algid unknown algorithm 200
fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
fixme:secur32:schannel_get_mac_algid unknown algorithm 200
fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
fixme:secur32:schannel_get_mac_algid unknown algorithm 200
fixme:secur32:schannel_get_cipher_algid unknown algorithm 23
fixme:secur32:schannel_get_mac_algid unknown algorithm 200
I've found that this error is here:
https://github.com/wine-mirror/wine/blob/master/dlls/secur32/schannel_gnutl…
Because GNUTLS_CIPHER_CHACHA20_POLY1305 is not supported.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44985
Bug ID: 44985
Summary: BIAS FX: Blank window when running the app
Product: Wine
Version: 3.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: oxez911(a)gmail.com
Distribution: ---
Created attachment 61119
--> https://bugs.winehq.org/attachment.cgi?id=61119
term output
Distribution: Debian sid
Wine version: 3.6.0~sid (Using the wine-devel package from winehq.org)
Description:
Trying the BIAS FX standalone app (both in 32 and 64bit) result in a blank
window (black or white, seems random..)
Note: the trial can be downloaded free of change at
https://www.positivegrid.com/bias-fx/
I attached a trace of what I saw in the terminal, I can provide more info if
needed (I'm not sure what WINEDEBUG needed to be set at, I didn't tweak it)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56814
Bug ID: 56814
Summary: "Lossless Scaling" program crashes on launch
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: perplexedon(a)gmail.com
Distribution: ---
Created attachment 76616
--> https://bugs.winehq.org/attachment.cgi?id=76616
3 backtraces for attempts to launch the program with wine.
Ubuntu 22.04, x86-64bit AMD.
Running wine 9.10, the program fails to launch, outputting the first part
(attached). With the 9.10 Wine Mono msi installed via "wine uninstaller", it
still fails to launch, outputting the second part. The outputs also mention
dotnet48, so I installed this with winetricks --force -q dotnet48, however this
gave the third output. This was reproduced identically in clean 64 and 32 bit
wineprefixes.
Background on the program:
Lossless scaling is a tool for real-time GPU driven resolution up-scaling and
frame interpolation of other programs. As an example, I use it on Windows to
bring the game "Celeste", which is locked to 60fps, up to 165fps graphically
without the subtle physics alterations that existing fps increase mods result
in. No such tools yet exist natively for Linux, and I am not aware of any
others on Windows.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56717
Bug ID: 56717
Summary: Clip Studio Paint 3.0 takes very long to load
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The problem is that it calls IDWriteFactory_GetSystemFontCollection very often,
and this is kinda expensive on Wine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56803
Bug ID: 56803
Summary: CODESYS 3.5 SP17 Patch3: crash on startup
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wghralbwklqcocselg(a)cazlq.com
Distribution: ---
Link to download:
https://owen.ru/license-file?f=https|||ftp.owen.ru/CoDeSys3/01_CODESYS/CODE…
Log:
0428:fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not
implemented
0428:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.2"
not implemented
0428:fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not
implemented
0428:fixme:mscoree:parse_supported_runtime sku=L".NETFramework,Version=v4.6.2"
not implemented
0428:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
Unhandled Exception:
System.ArgumentOutOfRangeException: Index was out of range. Must be
non-negative and less than the size of the collection.
Parameter name: index
at System.Collections.ArrayList.get_Item (System.Int32 index) [0x0000d] in
<f1249a148cfb4110b9a02139e12e4308>:0
at System.Diagnostics.ProcessModuleCollection.get_Item (System.Int32 index)
[0x00006] in <414332d47d704271b192c5e3f11a3138>:0
at System.Diagnostics.Process.get_MainModule () [0x00031] in
<414332d47d704271b192c5e3f11a3138>:0
at (wrapper remoting-invoke-with-check)
System.Diagnostics.Process.get_MainModule()
at _3S.CoDeSys.Main.CoDeSys.CheckForRunningProcesses () [0x0003c] in
<8ce391ed391945a5a22a82078cec565d>:0
at _3S.CoDeSys.Main.CoDeSys.Run () [0x000c0] in
<8ce391ed391945a5a22a82078cec565d>:0
at _3S.CoDeSys.Main.CoDeSys.Main () [0x0000f] in
<8ce391ed391945a5a22a82078cec565d>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ArgumentOutOfRangeException: Index
was out of range. Must be non-negative and less than the size of the
collection.
Parameter name: index
at System.Collections.ArrayList.get_Item (System.Int32 index) [0x0000d] in
<f1249a148cfb4110b9a02139e12e4308>:0
at System.Diagnostics.ProcessModuleCollection.get_Item (System.Int32 index)
[0x00006] in <414332d47d704271b192c5e3f11a3138>:0
at System.Diagnostics.Process.get_MainModule () [0x00031] in
<414332d47d704271b192c5e3f11a3138>:0
at (wrapper remoting-invoke-with-check)
System.Diagnostics.Process.get_MainModule()
at _3S.CoDeSys.Main.CoDeSys.CheckForRunningProcesses () [0x0003c] in
<8ce391ed391945a5a22a82078cec565d>:0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50726
Bug ID: 50726
Summary: TreeSize crashes: wine: Call from 000000007BC278E0 to
unimplemented function ntdll.dll.RtlGetCallersAddress,
aborting
Product: Wine
Version: 6.2
Hardware: x86-64
URL: https://customers.jam-software.de/downloadTrialProcess
.php
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
A user reported this program crashing on the forum:
https://forum.winehq.org/viewtopic.php?f=8&t=34939
sha1sum TreeSize-x64-Demo.exe
d24bf50fcdecbeede2812dcbc87e02e0101ca0b1 TreeSize-x64-Demo.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53881
Bug ID: 53881
Summary: Missing GUI elements in “The Settlers: Heritage of
Kings” after application switching
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
Created attachment 73408
--> https://bugs.winehq.org/attachment.cgi?id=73408
screenshot for a questionable information display
I tried the game “The settlers (gold edition)” out once more by components from
the software package “wine 7.20-1498.5”.
Some information was logged for further development considerations.
Markus_Elfring@Sonne:~> wine C:\\ProgramData\\Microsoft\\Windows\\Start\
Menu\\Programs\\Ubisoft\\Blue\ Byte\\DIE\ SIEDLER\ -\ Das\ Erbe\ der\ Könige\
-\ Gold\ Edition\\DIE\ SIEDLER\ -\ Das\ Erbe\ der\ Könige\ spielen.lnk
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
…
00c4:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\SecDrv": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv"
failed to start: 1114
0024:fixme:exec:SHELL_execute flags ignored: 0x00004000
00bc:fixme:imm:ImeSetActiveContext (0000000000010026, 0): stub
00bc:fixme:imm:ImmReleaseContext (0000000000010020, 0000000000010026): stub
012c:fixme:imm:ImeSetActiveContext (0001004E, 1): stub
012c:fixme:imm:ImmReleaseContext (00050044, 0001004E): stub
012c:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
012c:fixme:d3d:resource_check_usage Unhandled usage flags 0x20.
012c:fixme:d3d:wined3d_swapchain_set_gamma_ramp Ignoring flags 0x1.
0170:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
Now I wonder about undesirable data processing effects from recent software
evolution.
The program is usable after its basic start initialisation.
But I can occasionally get into the mood to switch to an other application.
I can switch back to the game after I got some work done with other tools.
But I observe that the corresponding graphical user interface became broken.
Under which circumstances will the desired display be completely restored?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56812
Bug ID: 56812
Summary: Hard West 2 has no cutscenes
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: ea4b9bafb2f18ae0805c166e49bbb03641fc066c
Distribution: ---
Black screen with speech and subtitles with specified commit.
Before that it was cutscenes with subtitles and no speech.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56798
Bug ID: 56798
Summary: seeing repeated out of memory lines when running
program?
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: mikes(a)kuentos.guam.net
Distribution: ---
Folling line repeats many times with running program, but seems to work.
0024:err:virtual:allocate_virtual_memory out of memory for allocation, base
(nil) size fb6e0000
Machine has 16G ram, and the linux shows 0 swap used.
Other line seen before these repeated lines is
0024:err:environ:init_peb starting L"C:\\PMAIL\\Programs\\WINPM-32.EXE" in
experimental wow64 mode
Have short cut open a terminal window to see messages?
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=41632
Bug ID: 41632
Summary: Wine not running with Administrative privileges
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stevedonato(a)gmail.com
Distribution: ---
Error running wine windows program. Error message produced is;
"You do not have Administrative privileges on this computer. Sign into Windows
as an Administrator. Try again."
Latest wine release 1.9.22
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56808
Bug ID: 56808
Summary: module:LdrGetProcedureAddress
"SvchostPushServiceGlobals" not found in wevtsvc.dll
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: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 76609
--> https://bugs.winehq.org/attachment.cgi?id=76609
Part of a log file while running "The Bat!": wevtsvc.dll
First: wevtsvc.dll isn't listed in "Component".
Then - the main point:
During running of The Bat! I got a message about a missing procedure
"SvchostPushServiceGlobals".
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56806
Bug ID: 56806
Summary: ffxiv_dx11.exe
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bekmikalsen(a)hotmail.com
Distribution: ---
Created attachment 76608
--> https://bugs.winehq.org/attachment.cgi?id=76608
txt file of the crash report
Getting random crashes of XIVLauncher (ffxiv_dx11.exe)and the crash log claims
it something to do with Wine. No idea what it means, as im very new to Linux
Mint
--
Do not reply 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=35984
Bug ID: 35984
Summary: Leftover pixels in Microsoft Paint when using
Rectangle tool with thick border
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Nachanon_Vetjasit(a)hotmail.com
Created attachment 48104
--> http://bugs.winehq.org/attachment.cgi?id=48104
Screencast demonstrating the leftover lines problem
I've used Microsoft Paint on WINE, I found that when I set
line thickness to >1px (using Line tool) and select Rectangle tool,
then drag mouse to South-East direction to create a rectangle
(but don't release mouse button yet), then move to West, then North,
and release the button. I'll see that some color pixels that's used to be
old rectangle border were left over.
The larger line size, more obvious the effect.
Apart from leftover lines, there is also a knot on the top left of the
rectangle. (Won't be visible at first glance, use Magnifier tool to see it)
These leftover lines (and knot) also didn't disappear on Undo too.
Screencast demonstrating this problem and affected image also attached.
(Using 5px line thickness in this case).
Microsoft Paint 5.1.2600.5512 (mspaint.exe from Windows XP SP3)
mfc42u.dll 6.2.8071.0 picked from Windows XP SP3, placed with the same
directory as mspaint.exe
WINE: 1.7.15 (git), set to Windows version XP
WINE installed without XInput2, OSMesa, OpenCL, CMS, GStreamer, and OSS support
System: Debian GNU/Linux 5.0 "Lenny" i386
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56797
Bug ID: 56797
Summary: winedevice.exe stalls systemd shutdown/reboot
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cromachina(a)gmail.com
Distribution: ---
After running random applications in Wine (and subsequently closing them), I've
observed system shutdown being stalled by a systemd message: "A stop job is
running for User Manager for UID 1000", which goes on for about 2 minutes
before forcefully terminating. Upon further investigation, the reason always
seems to be 'winedevice.exe', which seems to be not gracefully handling
SIGTERM. After systemd's timeout, it just sends SIGKILL instead and continues
to shutdown/reboot.
It seems like the correct behavior should be: either systemd asking Wine
services to terminate gracefully should just work without issue or stalls, or
Wine should provide a systemd service that handles calling a shutdown routine
(like calling `wineserver -k` at the right moment).
For some reason, I could not get `wineserver -k` to work at the right time with
a systemd service, however I instead created a service that calls `pkill -9
.exe`, which does work. I'm using NixOS, so I configured the service like so:
systemd.services."wine-shutdown" = {
enable = true;
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;
ExecStop = "${pkgs.procps}/bin/pkill -9 .exe";
};
before = [ "shutdown.target" "reboot.target" "halt.target" ];
wantedBy = [ "multi-user.target" ];
};
I'm not sure if the programs that were previously ran make a difference, except
that they had ran at all, but I often use Paint Tool SAI and consistently
encounter this shutdown stall situation after using it, so it can be used as a
reference point: https://www.systemax.jp/en/sai/devdept.html
Various reports I've seen across the net exhibiting similar behavior:
https://unix.stackexchange.com/questions/720725/process-winedevice-exe-dela…https://forum.endeavouros.com/t/problem-wine-stop-shutdown-or-reboot/32223/…https://discussion.fedoraproject.org/t/wine-process-delaying-shutdown/68130https://forum.winehq.org/viewtopic.php?t=38189
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53889
Bug ID: 53889
Summary: vbscript does not support Get_Item call on IDispatch
objects
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
I ran into some code with where an IDispatch object has a Get_Item method:
PlayerScores(0).SetValue(1000)
In interp.c, `do_icall` will E_NOTIMPL for REF_OBJ when there are arguments:
if(arg_cnt) {
FIXME("arguments on object\n");
return E_NOTIMPL;
}
To work around this, I added the following:
+ if (arg_cnt) {
+ vbstack_to_dp(ctx, arg_cnt, FALSE, &dp);
+
+ hres = IDispatch_Invoke(ref.u.obj, DISPID_VALUE, &IID_NULL,
+ LOCALE_USER_DEFAULT, DISPATCH_PROPERTYGET, &dp, res,
+ NULL, NULL);
+
+ if(FAILED(hres))
+ return hres;
+
+ IDispatch_AddRef(V_DISPATCH(res));
+
+ break;
+ }
IDispatch_AddRef(ref.u.obj);
V_VT(res) = VT_DISPATCH;
V_DISPATCH(res) = ref.u.obj;
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56796
Bug ID: 56796
Summary: G5 installer crashes on start
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 76601
--> https://bugs.winehq.org/attachment.cgi?id=76601
Wine log
Download at https://www.g5.com/de/appDownload/1036
Main issue seems to be
> Unhandled Exception: System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'G5LauncherSetup.MainWindow' that matches the specified binding constraints threw an exception. ---> System.TypeLoadException: Could not find Windows Runtime type 'Windows.Management.Deployment.PackageManager'.
Which is a bit weird, since this class seems to be implemented (at least stubs)
in Wine.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56782
Bug ID: 56782
Summary: MySims does not display text.
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 76583
--> https://bugs.winehq.org/attachment.cgi?id=76583
Clean prefix console log.
As the summary says, the game does not display any text. Menus, dialogs,
in-game, etc.
Installing core fonts does nothing.
Console log 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=56795
Bug ID: 56795
Summary: Windows version is detected as outdated by
XboxInstaller.exe
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: tobil4sk(a)outlook.com
Distribution: ---
The Xbox App installer has a minimum requirement of Windows 10 19H1 or higher.
However, even when the version is set to 10 or 11, the app shows a message
saying that the version is outdated and that an update has to be performed
before the installer can run.
The GetVersionExW() function in dlls/kernelbase/version.c is returning version
information for Windows 8 instead of 10. This happens because of this line in
init_current_version, where the RtlImageNtHeader has the version 4.0 so it
defaults to Windows 8 as the reported version.
https://gitlab.winehq.org/wine/wine/-/blob/951e0e27a743e52c75c7fedc0b1eaa9e…
This looks intentional, so maybe the real issue is that the
IsWindows[x]OrGreater functions are missing from wine.
Note, it is only possible to start the app without crashing if this patch is
applied:
https://gitlab.winehq.org/wine/wine/-/merge_requests/5771
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56547
Bug ID: 56547
Summary: New Alpha Protocol GOG Release Fails to Launch
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nekoNexus(a)protonmail.ch
Distribution: ---
Created attachment 76303
--> https://bugs.winehq.org/attachment.cgi?id=76303
Wine-9.5 Terminal Output Log
Distro: Gentoo Linux 64-bit (LLVM-based)
Wine Version: 9.5 (Built with GGC & MingW)
Wine Compile Flags:
CFLAGS="-march=znver2 -pipe -O2 -ggdb3"
CXXFLAGS="${CFLAGS} -Wp,-D_GLIBCXX_ASSERTIONS"
LDFLAGS="-Wl,-O2,--sort-common,--as-needed"
-----
Store Page:
https://www.gog.com/en/game/alpha_protocol
-----
Summary:
--------
After installing GOG's re-release of Alpha Protocol, the game fails to properly
launch and throws a backtrace window instead.
--
Do not reply 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=17195
Summary: NamedPipe datagrams need to be _really_ datagrams
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
ok, after a little bit of investigation, i think i understand the pipes code
enough to be able to say what's going on, and i'm seeing something like this:
process 1:
recvpipe = CreateNamedPipe("\\pipe\fred")
ReadFile(recvpipe, buffer, &length);
printf(length) ===> 43
ReadPipe(recvpipe, buffer, &length); /* no data */
process 2:
sendpipe = CreateNamedPipe("\\pipe\fred")
length = 9;
WriteFile(sendpipe, buffer, &length);
length = 34;
WriteFile(sendpipe, buffer, &length);
what's happening is that the data being sent down the pipes isn't being done as
datagrams. the implementation is using a stream-based fd.
the solution is: you _must_ implement a protocol on top of the pipes which
sends the length (as a 32-bit int, whatever) which is read off the fd, followed
by the data stream of _exactly_ that length.
_must_. there's no two ways about this.
the protocol of Pipes is unfortunately a combination of both datagrams and
streams. datagrams because the lengths of data sent are absolute and
inviolate. streams because the data order and reliability are _also_ absolute
and inviolate.
you can't use datagrams (because they're unreliable). you can't expect all
unixen to support datagrams on top of unix sockets (if that's what's being
used).
so - you have to send the length, as part of the implementation of the
pipe-data-send.
sending a length will also solve the issue of trying to send zero-length pipe
datagrams.
as a first implementation, you _might_ be able to get away with assuming that
when someone asks for some data, they _will_ provide a buffer big enough.
... actually... i don't see any ERR_MORE_DATA error codes in NtReadFile, so
that would explain... this is going to get messy :)
--
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=56783
Bug ID: 56783
Summary: MySims doesn't render the character creation screen
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 76584
--> https://bugs.winehq.org/attachment.cgi?id=76584
Character creation black screen
When starting a new game, the game will first display a few 2D images detailing
the game's plot. Afterwards the player will be taken to the character creation
screen for them to create their sim. Under wine-9.10 this screen is completely
black minus the in-game UI elements.
(Also in wine-9.10 this screen doesn't show any text. See also: Bug #56782.)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55613
Bug ID: 55613
Summary: right click does not work in Battle.net App (friends
list, favorite games)
Product: Wine
Version: 8.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
Distribution: ---
Right click does not work in Battle.net (Blizzard).
Battle.net App version: 2.24.1.14385 (2023-09-17)
Right click is mostly being needed for managing contacts in the friends list at
the right side and favorite games in the top bar. In both cases right click is
supposed to open a context menu.
Console output when right clicking:
0118:fixme:system:EnableNonClientDpiScaling (00050116): stub
0118:fixme:shell:SHGetPropertyStoreForWindow (00050116 112451A8 0060B018) stub!
0118:fixme:shell:window_prop_store_SetValue 1B806B70,
{{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},4}, 0060B008
0118:fixme:shell:window_prop_store_SetValue 1B806B70,
{{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},2}, 0060AFF8
0118:fixme:shell:window_prop_store_SetValue 1B806B70,
{{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},3}, 0060AFE8
0118:fixme:shell:window_prop_store_SetValue 1B806B70,
{{9f4c2855-9f79-4b39-a8d0-e1d42de1d5f3},5}, 0060AFD8
0118:fixme:shell:window_prop_store_Commit 1B806B70
0118:fixme:win:GetPointerDevices (0060CCAC 00000000): partial stub
0118:fixme:system:NtUserQueryDisplayConfig flags 0x2, paths_count 0x60ccac,
paths 0x1addd280, modes_count 0x60cca8, modes 0x1ad59340, topology_id (nil)
semi-stub
0118:fixme:system:NtUserDisplayConfigGetDeviceInfo Unimplemented packet type
11.
Workaround:
Enable the virtual desktop in winecfg or using the /explorer switch.
https://wiki.winehq.org/Winecfg#Window_Settingshttps://wiki.winehq.org/Explorer
Unfortunately you can't switch between different "Windows application" windows
using ALT-TAB in this mode.
And when you use ALT-TAB to switch to other X windows, this may cause the
Windows applications to assume that the ALT key is being stuck hold down. This
is probably another bug, but I can't find a bug report for it. (feel free to
create a bug report and link it here, if you encounter this problem)
See also:
https://www.reddit.com/r/wine_gaming/comments/ou67et/right_clicking_on_batt…https://www.reddit.com/r/linux_gaming/comments/141oitc/right_click_on_battl…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56743
Bug ID: 56743
Summary: Wine "typo" in traces ... library failing to be loaded
see their 1st letter replaced by a "v".
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 76525
--> https://bugs.winehq.org/attachment.cgi?id=76525
traces
Trying to wine mspaint.exe with W2K3 mspaint.exe ... library failing to be
loaded see their 1st letter replaced by a "v". See screenshot
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55956
Bug ID: 55956
Summary: Akiba's Trip no longer able to be played. Deadlocks or
Crashes before reaching the main menu.
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: hibbsncc1701(a)gmail.com
Distribution: ---
Currently attempting to play Akiba's Trip Undead & Undressed causes the game to
deadlock / crash after showing the intros and skipping the intro movie.
With movies enabled in the game options wine winds up printing a glibc
assertion.
With movies disabled in the game options the game deadlocks after hitting a
critical section timeout.
In both cases there are mfplat errors present in the logs.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55233
Bug ID: 55233
Summary: A-Train PC Classic - UI is incorrectly sized and
cannot switch between selected windows.
Product: Wine
Version: 8.12
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: ---
The UI windows in A-Train PC Classic are unusable.
Note: This game was ported from the Nintendo 3DS, and most / all of it's UI is
intact. "UI windows" are essentially the game's menu / dialog box interface.
(Called "windows" here as that's what the game's configuration INI file calls
them.)
Attempting to start a new game the first time causes each window to fill the
entire application window and draw on top of each other. With only the top most
window receiving user input.
For the second attempt to start a new game, the windows are correctly sized /
placed but only the most recently drawn window accepts user input with no way
to switch to an inactive window. This breaks the game as the first requirement
of the player is to use an inactive window's "Enter Company Name" button.
The game's configuration INI file contains options for setting each window's
origin X/Y coordinates, width and height. However editing these values manually
seems to result in a deadlock. With the game continuing to update the
application window (minimize / partial hide / etc.) but otherwise refusing user
input after showing the company logos.
Attempting to use a known good configuration file from Windows also doesn't
work. As the game seemingly ignores it with no visible window behavior change
from when starting a new game. As described above.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56659
Bug ID: 56659
Summary: Total War Shogun 2 doesn't render 3D model textures in
D3D11 mode.
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 76434
--> https://bugs.winehq.org/attachment.cgi?id=76434
Console log in D3D11 mode.
Now that bug #53197 is fixed, the game actually gets in game with wine's
builtin D3D11.
However, none of the game's 3D model textures render at all. With all 3D models
appearing with a solid black / dark grey color.
In addition some effects are also missing. Such as the cherry blossoms and
leaves on the trees.
The result is a very burnt out / heavy fog looking Japan. As seen in the
attached screenshots.
As bug #53197 was about stubbing D3DX11LoadTextureFromTexture() in wine, it may
be related.
Finally, attempting to enter a battle from the campaign map will cause the game
to crash after a few calls to D3DX11GetImageInfoFromMemory().
Console log 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=56780
Bug ID: 56780
Summary: Multiple games skip playing cutscenes (The Long Dark,
The Room 4: Old Sins, Saint Kotar)
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Continuation of bug 50983.
068c:fixme:mfplat:media_source_get_service_GetService Unsupported service
{dd0ac3d8-40e3-4128-ac48-c0add067b714}.
068c:fixme:mfplat:MFPluginControl_IsDisabled (0
{88753b26-5b24-49bd-b2e7-0c445c78c982})
068c:fixme:mfplat:MFPluginControl_GetPreferredClsidByIndex (0 0
00007FB6AC36F2B8 00007FB6AC36F2E0)
0718:fixme:mfplat:video_processor_ProcessMessage Ignoring message 0.
9.10-32-gb6abacbb7b0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56761
Bug ID: 56761
Summary: So when I install Blizzard.net setup exe its crashes
and gives me the backtrace log
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adampigeons(a)gmail.com
Distribution: ---
Created attachment 76555
--> https://bugs.winehq.org/attachment.cgi?id=76555
the log of the error
i launch battlenet exe setup then the window becomes unusable then i get the
backtrace 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=56779
Bug ID: 56779
Summary: PCAD 2006 SP2. Vertical flipped RefDes text drawing
glitch
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wghralbwklqcocselg(a)cazlq.com
Distribution: ---
1. Open PCAD PCB
2. Place any component
3. Select a component with mouse click
4. Press F to move a component to another layer
5. Shift-click on a text near component to select them
6. Press R to rotate selected text, text can disappear and move horizontally,
but you can see it again after scroll visible area by mouse wheel
Or open in PCAD on Wine any PCB project created in PCAD on Windows and select
Bottom layer. All vertical RefDes Labels in Bottom layer will be shown
incorrectly.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56777
Bug ID: 56777
Summary: PCAD 2006 SP2. Right-click menu automatically closes
when mouse pointer moved over submenu
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wghralbwklqcocselg(a)cazlq.com
Distribution: ---
1. Open PCAD PCB
2. Place two pads
3. Place a connection between the pads
4. Right-click on a pad or connection
5. Move cursor to Unroute submenu, menu closes
This is old bug, I seen it in Wine 6.0 or older.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56768
Bug ID: 56768
Summary: uxtheme crash when using themed CheckBoxes
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 76569
--> https://bugs.winehq.org/attachment.cgi?id=76569
uxtheme patch
Initially found here https://jira.reactos.org/browse/CORE-16410 but also
applicable to Wine 9.9 staging as "latent bug"
comctl32/button.c CB_ThemedPaint, before
https://github.com/wine-mirror/wine/commit/830348d78c38e9f68772bd6e5a3ea255…
passed NULL as LPCRECT prc for GetThemePartSize (allowed as per
https://learn.microsoft.com/en-en/windows/win32/api/uxtheme/nf-uxtheme-gett…
) then get_image_part_size then UXTHEME_LoadImage then UXTHEME_SelectImage
which unconditionnally calls
POINT size = {pRect->right-pRect->left, pRect->bottom-pRect->top};
without checking pRect as non-NULL
Attached patch (to be adapted here) prevents such a case.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56760
Bug ID: 56760
Summary: MIT Scratch cannot save projects
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aramsinbox(a)gmail.com
Distribution: ---
Created attachment 76553
--> https://bugs.winehq.org/attachment.cgi?id=76553
error output
Hi,
MIT Scratch (a visual programming environment:
https://scratch.mit.edu/download) can be installed and run normally, but when
you are trying to save the project it gives an error "save interrupted". It is
also was hard for me to track the error message in the terminal as it outputs
there lots of stuff without stopping. Anyways i think experienced developer can
spot this error easily. This would be nice to have fixed so kids can use this
in our lab.
Thanks!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32618
Bug #: 32618
Summary: Atlantica Online partially hangs when rotating the
view with the mouse.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arek75(a)gmail.com
Classification: Unclassified
Created attachment 43044
--> http://bugs.winehq.org/attachment.cgi?id=43044
Bisect log
Starting with Wine 1.5.18, Atlantica Online is no longer playable due to a bug
where if you attempt to rotate the camera with the mouse (right-click and
drag), Atlantica's graphics lock up and the game seems to lose the mouse. You
can get the game to respond again by pressing alt on the keyboard, but you
still can't rotate the camera (or rather not much, it'll move a tiny bit each
time before locking up).
I went ahead and bisected this, and also ran into a problem where Atlantica
never got control of the mouse/keyboard and had to be closed with alt-f4. In
these cases I used 'git bisect skip' to continue. Git finally came up with 18
possible "bad commits". Looking at them in gitk, the following commits are of
note (the first skipped commit and the first known bad commit):
841214ddb4d4dc620e6b51dfe6655b585d423edc - user32: Don't check for driver
events before normal messages in PeekMessage.
a0f039a6049641cc2be8fa32f2afa3c3f394a99b - user32: Fix the wait event mask in
PeekMessage.
The first of these commits caused Atlantica to not respond much to
mouse/keyboard events (you could get a partial response from the mouse if you
could get it over a button, but you can't see the pointer), and while the
second patch fixed that, attempting to rotate the camera using the mouse causes
Atlantica's input/graphics to partially freeze as noted above.
I've attached the bisect log so that you can have a look at it if you need to.
--James
--
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=21369
Summary: Tab bar isn't fully visible in HTML-Kit; must be
scrolled
Product: Wine
Version: 1.1.36
Platform: x86-64
URL: http://www.chami.com/html-kit/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=25731)
--> (http://bugs.winehq.org/attachment.cgi?id=25731)
Terminal output
In HTML-Kit build 292, one of the tab bars (the one below the current working
file) isn't displayed as expected in Wine. In Windows, the entire tab bar is
visible, but in Wine, part of it is cut off, with scroll arrows present to
bring the rest into view. Native comctl32 installed by winetricks fixes the
issue.
Interestingly, increasing Wine's DPI to 120 allows all the tabs to display at
once, though rendering is still a bit different from Windows.
Terminal output is from opening the program and entering "create a new file"
mode (which is when the tabs first become visible).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56757
Bug ID: 56757
Summary: The text on the steam client is above where it should
be
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: m1m1k4tz(a)protonmail.com
Distribution: ---
Created attachment 76551
--> https://bugs.winehq.org/attachment.cgi?id=76551
Text
The text in buttons and certain windows is raised
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56642
Bug ID: 56642
Summary: wine doesn't build on risc-v
Product: Wine
Version: 8.10
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: tools
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Ubuntu
The GNU Compiler farm has a couple risc-v machines available.
Wine doesn't get very far, though:
austin@cfarm92:~/wine$ ./configure
checking build system type... riscv64-unknown-linux-gnu
checking host system type... riscv64-unknown-linux-gnu
...
config.status: executing tools/makedep commands
In file included from tools/makedep.c:34:
tools/tools.h: In function 'get_default_target':
tools/tools.h:451:2: error: #error Unsupported CPU
451 | #error Unsupported CPU
| ^~~~~
Since Windows doesn't (yet?) support risc-v, it would be a winelib only
platform. I don't know if that's still something that we intend to support or
not..
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55136
Bug ID: 55136
Summary: Empire Earth: Crashes after few minutes of gameplay
Product: Wine
Version: 8.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ndx4co9lt(a)mozmail.com
Distribution: ---
Created attachment 74693
--> https://bugs.winehq.org/attachment.cgi?id=74693
Terminal output
After starting a new game I can play a few minutes of actual gameplay and then
suddenly it crashes.
wine-devel 8.11
Setup:
Fedora 38 (64 bit)
Linux 6.3.9 (-200.fc38.x86_64)
Mesa 23.1.2
CPU: AMD Ryzen 5 5600
GPU: AMD Radeon RX 6600
Download link: https://empireearth.eu/de/herunterladen/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52959
Bug ID: 52959
Summary: Some games are rendered in square instead fullscreen
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: slawek(a)lach.art.pl
Distribution: ---
Some games (like Empire Earth: Gold, Commandos: Behind Enemy Lines) do not
render property. It renders only in top-left square (full game frame). Rest of
screen is black.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56762
Bug ID: 56762
Summary: QTranslate 6.7.2 crash due to "Unhandled exception:
page fault on write access" related to JScript
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 76556
--> https://bugs.winehq.org/attachment.cgi?id=76556
backtrace
QTranslate 6.7.2 crash due to "Unhandled exception: page fault on write access"
related to JScript
--
Do not reply 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=33239
Bug #: 33239
Summary: VisualBasic arrays of User Defined Type (UDTs) with
strings
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mod(a)navsoft.com
Classification: Unclassified
Created attachment 43964
--> http://bugs.winehq.org/attachment.cgi?id=43964
Uses a simple program to test where the crash occurs
I use arrays of UDTs which work under MS Windows. (Any version post Win 2000
except ME.) The program also works happily on a Mac using a Parallels virtual
machine.
These fail under WINE if one or more of the fields is a string. The "TYPE"
order makes no difference.
UDTs which contain only numbers are not affected.
Failure occurs on any attempt to "ReDim" or "Erase" the array. The problem does
not occur when the strings are fixed length or for flat UDTs containing strings
of undeclared length. Prior to a crash, the content of the UDTs can be read and
written to.
Trying to write a simple program produces strange results. I tried initially on
an old PC and found that it would crash simply by redimming the arrays but when
installed under Parallels, it will handle simple arrays and only crashes as I
start to get more adventurous; i.e. using a UDT type declared in a DLL but
otherwise identical.
My main program can be downloaded at http://navsoft.com/AstroNav_Setup.exe. It
makes no claims to being compatible with WINE but there are references to the
problem area elsewhere in this forum by Users who would like to run it under
WINE.
AstroNav uses UDTs extensively. The problem is the Almanac screen where multi
dimension UDTs are widely used. With AstroNav, simply declaring and then
destroying the arrays will cause a crash. [There is also a problem with WINE's
treatment of SetGraphicsMode which I have not yet pinned down but will
hopefully circumvent very shortly. (The SetGraphicsMode API does not work quite
as Microsoft claim so removing it, is probably desirable.)]
The attached backtrace was caused by the following code. The crash occurs only
for Command4_Click() and only on the third press. (Rapid pressing will cause a
"The array is temporarily locked" error/ crash.)
FORM CODE
==========
Private Type My_UDT
n1 As Long
s1 As String
s2 As String
End Type
Private mUDT() As My_UDT
Private DLL_UDT() As Main_Almanac_Columns
Private Sub Command1_Click() ' NO PROBLEM NOW BUT SIMILAR CODE CAUSED A
Dim i As Long ' CRASH ON AN OLDER PC
ReDim mUDT(99)
For i = 0 To 99
mUDT(i).s1 = "Some String"
mUDT(i).s2 = "Some String"
Next i
ReDim mUDT(99)
End Sub
Private Sub Command2_Click() ' SAME AS ABOVE BUT USING A GLOBAL UDT
Dim i As Long ' = A BIT MORE ADVENTUROUS
ReDim gUDT(99)
For i = 0 To 99
gUDT(i).s1 = "Some String"
gUDT(i).s2 = "Some String"
Next i
ReDim gUDT(99)
End Sub
Private Sub Command3_Click() ' MORE ADVENTUROUS; PASSING DATA USING
Compile_Data ' Public Property Get
gUDT = My_Module_UDT
End Sub
Private Sub Command4_Click() ' CRASHES ON THE THIRD CLICK ON MY MAIN
Alt_Compile_Data ' MACHINE
DLL_UDT = My_DLL_UDT
End Sub
MODULE CODE
===========
Private DLL_UDT() As Main_Almanac_Columns
Type Module_UDT
n1 As Long
s1 As String
s2 As String
End Type
Private mUDT() As Module_UDT
Public gUDT() As Module_UDT
'\\ THE MODULE LEVEL TEST
Sub Compile_Data()
Dim i As Long
ReDim mUDT(71)
For i = 0 To 71
With mUDT(i)
.n1 = i
.s1 = i
.s2 = i
End With
Next i
End Sub
Public Property Get My_Module_UDT() As Module_UDT()
My_Module_UDT = mUDT
End Property
'\\ USING THE IDENTICAL TYPE DECLARED IN A MODULE
Sub Alt_Compile_Data()
Dim i As Long
ReDim DLL_UDT(71)
For i = 0 To 71
With DLL_UDT(i)
.Gap = i
.sGHA = i
.sDec = i
End With
Next i
End Sub
Public Property Get My_DLL_UDT() As Main_Almanac_Columns()
My_DLL_UDT = DLL_UDT
End Property
--
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=38892
Bug ID: 38892
Summary: Please support more architectures.
Product: Wine
Version: unspecified
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: loader
Assignee: wine-bugs(a)winehq.org
Reporter: ytrezq(a)sdf-eu.org
Distribution: ---
Hello,
It might sound useless but the WINAPI supported Itanium PPC MIPSR4000 and dec
alpha in the past.
While windows doesn't provide updates for those platforms, compiling programs
written for the WINAPI to those arch is the best way to get decent speeds (not
to add the need of support for ARC firmware which prevent running them on
recent ppc).
Of course this is not for emulating instructions sets but for running windows
programs natively on those platforms.
For testing on x86 an ARC bios for MIPS which can work on qemu is documented
here http://gunkies.org/wiki/Installing_Windows_NT_4.0_on_Qemu(MIPS)
Visual C++ RISC editions for those platforms are available here
http://bingeflying.com/3.2/
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56758
Bug ID: 56758
Summary: Steam: drop down menus are glitchy
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: m1m1k4tz(a)protonmail.com
Distribution: ---
Created attachment 76552
--> https://bugs.winehq.org/attachment.cgi?id=76552
Glitch
Sometimes it takes two clicks for it to work or when you’re hovering over
something it doesn’t say you’re hovering over it
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55076
Bug ID: 55076
Summary: Steam fills terminal output with "ResizeObserver loop
limit exceeded" messages.
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 74626
--> https://bugs.winehq.org/attachment.cgi?id=74626
Steam default terminal output wine 8.9
Hello,
This started after a Steam update sometimes ago I don't remember.
> [0617/144308.788:INFO:CONSOLE(1)] "ResizeObserver loop limit exceeded", source: https://steamloopback.host/index.html?IN_CLIENT=true&LOCAL_HOSTNAME=piezo1&… (1)
Searching the quoted string on the web shows that it's related to Chrome [1],
thus Chrome Embedded Framework too (libCEF).
The constant flow of messages fills the HD with several MB after a few hours.
It may be an application bug, but I can't compare to Windows because there is
no output at all when running steam from the Windows command prompt.
Regards.
[1]
https://stackoverflow.com/questions/49384120/resizeobserver-loop-limit-exce…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56752
Bug ID: 56752
Summary: WoW Cata Classic 4.0 has grey artifacts flickering
through
Product: Wine
Version: 9.9
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: ---
Whenever i walk around the game, i have some grey polygons obstructing the view
every other step. Since the path in front of me and behind me has no major
obstacles, this seems to be a rendering issue.
I have yet to get a screenshot before it disappears again but i attached a
logfile.
--
Do not reply 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=34708
Bug #: 34708
Summary: Silent Hill 4: The Room don't run in terminal.
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sov.info(a)mail.ru
Classification: Unclassified
Created attachment 46270
--> http://bugs.winehq.org/attachment.cgi?id=46270
01 terminal output
This game don't start via terminal. BUT!
When i just starting it by clicking on the .desktop file, it runs! This
behavior is pretty interesting. Of cource, this game crushes even if start by
clicking on desktop label. But if we want to see what stubs happens in game, we
should before fix terminal behavior.
--
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=56736
Bug ID: 56736
Summary: RtlLookupElementGenericTableAvl in ntdll.dll is
unimplemented
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: 0456523(a)gmail.com
Distribution: ---
The makeappx.exe tool from the Windows SDK makes a call to
RtlLookupElementGenericTableAvl when requested to perform the 'pack' command.
This function is currently unimplemented.
wine: Call from 7BD2D640 to unimplemented function
ntdll.dll.RtlLookupElementGenericTableAvl, aborting
wine: Unimplemented function ntdll.dll.RtlLookupElementGenericTableAvl called
at address 7BD2D640 (thread 0134), starting debugger...
WineDbg attached to pid 0000
Unhandled exception: unimplemented function
ntdll.dll.RtlLookupElementGenericTableAvl called in wow64 32-bit code
(0x7bd2d640).
...
---
Reproducing:
The Windows SDK can be found here:
https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/
Installation using the executable will not work and hangs, so makeappx must be
installed by downloading the ISO and manually installing 'Windows SDK for
Windows Store Apps Tools-x86_en-us.msi' in the 'Installers' folder. It will
install to 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x86\' along
with a lot of other tools.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56674
Bug ID: 56674
Summary: Multiple games fail to launch (Far Cry 3, Horizon Zero
Dawn CE, Metro Exodus)
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: bmcgrath(a)codeweavers.com
Regression SHA1: f6791f59c3a5fe2aa178edc66861d358de912d22
Distribution: ---
Far Cry stop working with 'Could not find suitable display settings!' error
message.
Metro just crashes after a while with BugTrap crash report.
Horizon should show a loading window and then crash but now it's just crashed
with no window created.
While updating existed prefix or creating new
0088:err:system:NtUserChangeDisplaySettings Changing L"\\\\.\\DISPLAY2" display
settings returned -2.
0088:err:explorer:initialize_display_settings Failed to initialize registry
display settings for L"\\\\.\\DISPLAY2".
0088:err:system:NtUserChangeDisplaySettings Changing (null) display settings
returned -2.
0088:err:explorer:initialize_display_settings Failed to set primary display
settings.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56602
Bug ID: 56602
Summary: DualShock 4 controller behaves incorrectly on Darwin
with hidraw enabled
Product: Wine
Version: 9.6
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Keywords: hardware, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: serves.dovish.0h(a)icloud.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 173ed7e61b5b80ccd4d268e80c5c15f9fb288aa0
Regression SHA1: 173ed7e61b5b80ccd4d268e80c5c15f9fb288aa0
Component: -unknown
CC: rbernon(a)codeweavers.com
Keywords: hardware, regression
This may be a duplicate of https://bugs.winehq.org/show_bug.cgi?id=56306, but
I’m opening a separate issue because Darwin is affected differently from Linux.
After 173ed7e61b5b80ccd4d268e80c5c15f9fb288aa0, my DualShock 4 controller
(model: ZCT1U) behaves incorrectly.
* It is still identified as an xinput controller.
* The d-pad is stuck in up-left.
* The right stick is treated as the Z axis in dinput and as the triggers in
xinput.
* The triggers are treated as Rx and Ry in dinput and the right stick in
xinput.
* Buttons are mapped incorrectly: X = B, circle = X, triangle = Y, square = A,
share = L3, options = R3. L3 and R3 on the gamepad do nothing.
* Rumble does not work.
Reverting that commit fixes the issue as does disabling hidraw via the registry
allows the controller to work again as expected.
System is macOS 14.4.1. Wine is Wine 9.6 from nixpkgs.
--- Comment #1 from Randy Eckenrode <serves.dovish.0h(a)icloud.com> ---
This was found out playing FFXIV after a Wine update in nixpkgs, but the test
was performed using joy.cpl to observe how the gamepad behaved in dinput and
xinput.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56718
Bug ID: 56718
Summary: Compilation broken since
badaed641928edb8f2426d9f12d16c88b479e1e8
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: julliard(a)winehq.org
Distribution: ---
Since badaed641928edb8f2426d9f12d16c88b479e1e8, "wbemprox: Avoid unused
function warning.", compilation fails on Ubuntu 20.04 with bison 3.5.1:
../src/dlls/wbemprox/wql.y:302:19: error: use of undeclared identifier
'yysymbol_name'
302 | (void)yysymbol_name; /* avoid unused function warning */
| ^
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50789
Bug ID: 50789
Summary: Affinity Photo 1.9.1 installer crashes
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: game.jaegers(a)mailbox.org
Distribution: ---
Created attachment 69595
--> https://bugs.winehq.org/attachment.cgi?id=69595
terminal output
>> wine --version
wine-6.2 (Staging)
Get the trial installer here:
https://affinity.serif.com/de/90-day-affinity-trial/
Maybe someone can get an archive.org link?
>> sha1sum affinity-photo-1.9.1.exe
f68d5fcd52e58a1501ab1ff7b4eb35ac8422f863 affinity-photo-1.9.1.exe
I only used these commands:
export WINEPREFIX=~/.wineprefixes/photo
wine wineboot -i
wine '/home/estebanium/Downloads/affinity-photo-1.9.1.exe'
I know from older testing, that the installer needs at least dotnet45. Since
Wine 5.12 installing dotnet45 via winetricks is a pain. If you achieved to
install dotnet45 via winetricks, affinity installer want to install the update
to dotnet472.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45493
Bug ID: 45493
Summary: SRPG Studio games fail to run
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
AFAICT, all SRPG Studio (an engine: http://www.srpgstudio.com/) games fail to
run without setting up WINEDLLOVERRIDES="jscript=n".
Lets use Vestaria Saga as an example (download link on
http://site.wepage.com/vestariasaga/page5-02).
Without native jscript, all that happens after launching it is an error dialog
with string 'A-Phese 7'.
The whole of builtin jscript debug log is short and not all that helpful:
0085:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x4ca7c0, 43) stub
0085:trace:jscript:DllMain (0x7cda0000 8 (nil))
0085:trace:jscript:DllMain (0x7cda0000 1 (nil))
0085:trace:jscript:DllGetClassObject (CLSID_JScript
{00000001-0000-0000-c000-000000000046} 0x33f6c8)
0085:trace:jscript:ClassFactory_QueryInterface (0x7ce3dc50)->(IID_IClassFactory
0x33f6c8)
0085:trace:jscript:ClassFactory_AddRef (0x7ce3dc50)
0085:trace:jscript:JScriptFactory_CreateInstance ((nil)
{bb1a2ae1-a4f9-11cf-8f20-00805f2cd064} 0x33f6c4)
0085:trace:jscript:JScript_QueryInterface (0x7b0f4040)->(IID_IActiveScript
0x33f6c4)
0085:trace:jscript:JScript_AddRef (0x7b0f4040) ref=2
0085:trace:jscript:JScript_Release (0x7b0f4040) ref=1
0085:trace:jscript:ClassFactory_Release (0x7ce3dc50)
0085:trace:jscript:JScript_SetScriptSite (0x7b0f4040)->(0x19c7e0)
0085:trace:jscript:JScript_AddNamedItem (0x7b0f4040)->(L"root" 42)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50196
Bug ID: 50196
Summary: can not copy words between wine apps and ubuntu apps
Product: Wine
Version: 5.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: roybevan(a)126.com
Distribution: ---
wine-5.0.3
ubuntu20.04
wine app: source insight && notepad++
ubuntu app: text editor and all other apps
I can not copy the words form notepad++ to text editor, it’s the same the other
way round,but I can copy words form notepad++ to sourceinsight
If I reboot the system, it would be okay, then I don't know when this will
happen again
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46787
Bug ID: 46787
Summary: Notepad++ rather slow (GetLocaleInfoEx)
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linuxhippy(a)gmail.com
Distribution: ---
Created attachment 63803
--> https://bugs.winehq.org/attachment.cgi?id=63803
sysprof profile screenshot
Running Notepad++-7.6.3 on wine is a rather painful experience, as Notepad++ is
rather slow. When keeping a key pressed, characters appear in blocks and
Notepad++ consumes 90% cpu.
Please see the sysprof profile attached, it seems a lot of time is spent inside
(GetLocaleInfoEx).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52691
Bug ID: 52691
Summary: FL Studio 20.9.1 Freezes on start-up
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: miguelag2001(a)outlook.com
Distribution: ---
When I launch FL Studio 20.9.1, the main window displays, but freezes before I
can interact with it. I am unable to do anything with the program. It also
won't close unless I force kill it in my task manager.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56548
Bug ID: 56548
Summary: reMarkable app throws exception in 9.6 but worked in
9.5
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: max(a)mail.at
Distribution: ---
Created attachment 76305
--> https://bugs.winehq.org/attachment.cgi?id=76305
Backtrace
The reMarkable Desktop companion app worked on earlier
devel, but since devel 9.6 it crashes on startup.
The same problem occurs on staging.
The app does not work at all on stable, but that's a different problem that was
since solved in devel (I think it started working in 9.5).
--
Do not reply 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=23434
Summary: wine hangs & jumps up to 100% processor load
Product: Wine
Version: 1.2-rc5
Platform: x86
URL: http://www.velumng.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
Running wine-1.1.48_1.2rc5-1.1, i downloaded the demo from velumng.com, a race
management software.
So far it works well, I created a race, two participants, entered start and end
time, but when I come to the result list creation, the load goes up to 100%,
and caused a hang of the X-session once.
At this point it seems to load a HTML-page that was dynamically generated. wine
did not submit any error message when started from console.
Let me know what I can do to come to a more verbose error output.
--
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=54992
Bug ID: 54992
Summary: EA app launcher does not render correctly
Product: Wine
Version: 8.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: igor.bz(a)list.ru
Distribution: ---
Created attachment 74540
--> https://bugs.winehq.org/attachment.cgi?id=74540
renderer=opengl
Distro: Ubuntu 20.04 x64
CPU: Ryzen 7 1700
GPU: Radeon RX 580 8 Gb
Mesa: Mesa 23.1.1 (Kisak PPA)
EA app installer:
https://origin-a.akamaihd.net/EA-Desktop-Client-Download/installer-releases…
Steps to reproduce:
- Install the program and run it.
- With the WINE_D3D_CONFIG='renderer=opengl' parameter, the window appears, but
the content is not rendered.
- With the WINE_D3D_CONFIG='renderer=vulkan' parameter, the window does not
appear at all.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46039
Bug ID: 46039
Summary: Paint.NET doesn't install
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: hildogjr(a)gmail.com
Distribution: ---
Paint.NET 4.1
https://www.getpaint.net/
doesn't install in Wine 3.18, possible problem with Framework.NET that the
software installer try to install during the main installation.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56753
Bug ID: 56753
Summary: Full Tilt! Pinball (Maxis) - crash on pirates table
with "denormal float operand"
Product: Wine
Version: 9.9
Hardware: x86-64
URL: https://www.mobygames.com/game/4476/full-tilt-pinball/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nikolas.gur(a)stud.uni-due.de
Distribution: ArchLinux
Created attachment 76538
--> https://bugs.winehq.org/attachment.cgi?id=76538
backtrace the game generates
This is about the full game with 3 Tables also known as Pinball 95, not the
Demo (Space Cadet) included with Windows XP.
Downloaded from https://oldgamesdownload.com/full-tilt-pinball/ (Version
Windows 3.x (1996) - 107.01MB):
md5sum Full_Tilt_Pinball_Win3xO_Version_EN.zip
8cfdcc43898cbb72da175649af7a3db9 Full_Tilt_Pinball_Win3xO_Version_EN.zip
There is a game crash specifically on the Pirates.exe table. I was playing the
other 2 tables cadet.exe and dragon.exe for several minutes but couldn't get
the crash reproduced there.
There are at least two elements on that table that cause a "Unhandled
exception: denormal float operand" when hitting, see the attached screenshots:
1) The right part with the parrot
2) The 5 yellow dominos in a row in the top part
Play for a few seconds and you should hit one of these elements more or less
automatically, and the game should crash. I also couldn't get this reproduced
on neither on the 3 tables of the sequel (Full Tilt! 2 Pinball 1996).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56749
Bug ID: 56749
Summary: Installation impossible d'harmony assistant
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nardale(a)free.fr
Distribution: ---
Bloque sur l'installation d'harmony assistant 998c-x64 pour windows.
Ecran noir
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53511
Bug ID: 53511
Summary: Basic Windows (Size) Constraints do not work during
resize.
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dev(a)sartrack.nz
Distribution: ---
I am the developer of the SARTrack software (for Windows) for Search and
Rescue.
My Windows-XP compatible program which has multiple 'Forms' (Windows) which can
be opened, and is written in the latest Delphi Pascal compiler.
When running under Wine on a laptop PC with a *ScaleFactor of 2* (two):
- Randomly, the reported 'Constraints.MinWidth' and Constraints.MinHeight are
not scaled (so, set to its original ScaleFactor of '1'. Result: Window starts
to small. Other identical windows in the program *do* have the right
ScaleFactor for the 'Constraints' values. (Timing issue during Create?)
- During resizing of any window, Constraints do not work. Can resize smaller
until nothing left of the window.
- When Width or Height are smaller than the Constraints.MinWidth and
Constraints.MinHeight, the 'OnResize' is no longer called. This means it does
detect that it has reached the limits, but still the window is resized past
these limits.
Bart, New Zealand
--
Do not reply 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=33982
Bug #: 33982
Summary: Steam windows can be resized to 1x1 despite minimum
size
Product: Wine
Version: 1.6-rc2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
Steam's windows can be resized to 1x1. On Windows they can't. The minimum size
for the main steam window is supposed to be 900x600 and for chat windows
396x351 according to tests.
Using openbox 3.5.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13076
Summary: untangle: resize fails
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wnoise.ofb.net
After any of the games in Simon Tatham's portable puzzle collection is resized,
it only redraws the portion of the window that is the original size.
Under windows, these games rescale to fit in the new window size.
These may all be downloaded at
http://www.chiark.greenend.org.uk/~sgtatham/puzzles/
and have full source available.
--
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=37864
Bug ID: 37864
Summary: When I resize a maximized MDI window it assumes the
new size instead of remaining maximized
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryampolsky(a)yahoo.com
Distribution: ---
Created attachment 50431
--> https://bugs.winehq.org/attachment.cgi?id=50431
Screenshot showing a maximized MDI child after resizing 'unmaximizes' it.
My app is a 'smart terminal' that supports multiple sessions in MDI windows.
The size of the MDI child windows can be changed by the app running on the
server, so at the end of each transaction, if the app has changed the window
dimenensions, I resize the window. If my MDI window is maximized, this has no
effect on a Windows system (except that if I later unmaximize the MDI child, it
will display at the correct new size). But on recent WINE builds (Linux and
Mac), when I resize the MDI child, the window assumes the new size, even though
it's techincally in the 'mdi maximized' state (i.e., the MDI buttons are still
there on the menubar. If I switch between MDI children, they get redrawn
correctly maximized (including the one I just resized).
I coded a workaround in my app where I don't resize the window if it's
maximized, and that seems to work okay under WINE (though I guess the new size
info is getting lost). In any case, that verifies that the problem is
definitely happening in response to my resize operation.
F.Y.I., my resize operation uses SetWindowPlacement() to change the position
and size of the window - specifically because I don't want it to affect the
window if it's minimized or maximized. Only if it's in the normal state.
It's been a long time since I wrote this code, but again, it's always worked on
all versions of Windows. I have a feeling it might have worked a while back in
WINE - though I rarely run maximized, so I may have just recently noticed a bug
that's always been there...
Here's the basic code logic. SizeWindowForScreenDimentions calls
SetWindowPlacement based on the size calculated for the new row/column grid.
The code below has the workaround that prevents the problem in WINE. Also
attached a screenshot showing the unmaximized children with the MDI buttons
still on the menubar.
// If base screen dimensions don't match prior dimensions, resize the window
here.
// (unless mdi-maximized, in which case, doing this unmaximizes in WINE)
if (!mdi_maximized) {
if ((rows != old_rows) || (cols != old_cols)) {
SizeWindowForScreenDimensions(scr, rows, cols, &resizeable);
}
}
// In case window was hidden under an initial popup, show it now.
ShowWindow(scr->hScreenWnd, SW_SHOW);
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=7007
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |imwellcushtymelike(a)gmail.co
| |m
--- Comment #21 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
This seems to work for me with Wine 9.9. Can someone else check this?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52515
Bug ID: 52515
Summary: Resizing/maximizing foobar2000 has stale rendering
errors (more in Light Blue theme)
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: nyanpasu64(a)tuta.io
Distribution: ---
Created attachment 71815
--> https://bugs.winehq.org/attachment.cgi?id=71815
Screenshot of list header, scrollbar, and resize handle rendering incorrectly
- Install foobar2000 v1.6.9.
- (optional) In winecfg, switch to Light Blue theme, then open foobar2000.
- In "Quick Appearance Setup", pick "Album List + Properties".
- Add some files to the playback list (preferably enough for a vertical
scrollbar).
- (Optional) Press Ctrl+N to show playlist tabs.
- Resize and enlarge the window slowly horizontally. Then shrink the window
horizontally, and tile or maximize the window (expanding it quickly).
When resizing the window slowly, you will get vertical lines in the sort
header, and stale resize handles in the window's bottom right corner (faintly
visible). When maximizing the window, a scrollbar will mistakenly render in the
song list (which remains when resizing the window further, moves when you
scroll the song list, and gets cleared when you select/deselect the songs
behind it). I also saw entire stale tabs to the right of real tabs, but was
unable to replicate this bug.
On (No Theme) and Light "Classic Blue", when maximizing, the glitched scrollbar
rendering occurs as well. When resizing slowly, the stale resize handles are
*more* visible, but the vertical lines do not occur.
Confirmed on Xfce and KDE Plasma X11, with X11/Wine running at 96 and 120 DPI.
Video at https://youtu.be/jch76UQpn2w.
I assume this is a Wine rendering bug, but perhaps it could be a foobar2000
redrawing bug, or an interaction between Wine and foobar2000's redraw events.
Operating System: Arch Linux
Kernel Version: 5.16.4-zen1-1-zen (64-bit)
Graphics Platform: X11
Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
Memory: 15.6 GiB of RAM
Graphics Processor: NVIDIA GeForce GT 730/PCIe/SSE2 (proprietary drivers
470.103.01)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53805
Bug ID: 53805
Summary: Photoshop is crashing... and it's annoying.
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: choord(a)protonmail.com
Distribution: ---
Created attachment 73312
--> https://bugs.winehq.org/attachment.cgi?id=73312
This is only the backtrace gived by WineHQ
I want to use Photoshop with Wine, as it is the only program I really know well
about. I come from Windows and I really need help because I can use a little
bit Photoshop, but after some minutes, or on clicking on some buttons (it can
be random), the application just crash, which make it useless for making
picture editing.
Thanks for your reply, and if you know how to fix this problem, please reply to
my email adress ! (choord(a)protonmail.com)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56742
Bug ID: 56742
Summary: testfont fails by selecting Noto Sans instead of
Tahoma
Product: Mono
Version: main
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: libgdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
CC: madewokherd(a)gmail.com
Distribution: ---
Test output:
testfont: testfont.c:897: verifyFontFamily: Assertion `stringsEqual (name,
expectedName) || stringsEqual (name, alternateExpectedName)' failed.
FAIL testfont (exit status: 134)
The expected font names are "Tahoma" or "DejaVu Sans". The font is created with
the name "Tahoma".
Some extra debug code revealed that the actual font returned was "Noto Sans".
I couldn't find any special cases for either font in the code, so I'm not sure
how this is expected to work (particularly the fallback to DejaVu Sans).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56741
Bug ID: 56741
Summary: Rise of the Tomb Raider stuck on loading screen
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
When starting a new game or continue savegame
07a0:err:d3d:wined3d_debug_callback 00007F9BB59F8DF0: "GL_INVALID_OPERATION in
glTexParameter(immutable texture)".
07a0:err:d3d:wined3d_debug_callback 00007F9BB59F8DF0: "GL_INVALID_ENUM in
glTexBufferRange(internalFormat GL_RGB10_A2)".
07a0:err:d3d:wined3d_debug_callback 00007F9BB59F8DF0: "GL_INVALID_OPERATION in
glIsTextureHandleResidentARB(handle)".
07a0:err:d3d:wined3d_debug_callback 00007F9BB59F8DF0: "GL_INVALID_OPERATION in
glMakeTextureHandleResidentARB(handle)".
9.9-173-ga3b22d3bf7f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56712
Bug ID: 56712
Summary: Vampire: The Masquerade - Bloodlines intro videos are
not displayed
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: accounts.winehq.org(a)vv221.fr
Distribution: ---
The introduction videos of Vampire: The Masquerade - Bloodlines are played with
a black screen. Video is not rendered, but audio is played.
Starting the game in a virtual desktop does not help, it only replaces the
black screen with the blue background of the virtual desktop.
The videos can still be skipped, so this does not prevent reaching the game
menu and starting a game.
All GStreamer plugins are installed (base, good, ugly, bad, libav).
Despite the bug metadata being set to WINE 9.8, the current 9.9 build is
affected too (but is not proposed when opening a new bug report).
This behaviour has been noticed on a Wayland setup with an AMD GPU and Mesa
drivers. I should be able to try reproducing it on X.org and with nVIDIA
non-free drivers too, I will report back once it is done.
The videos used to be played correctly on the same computer, but I would need
to run more tests to ensure this is a WINE regression and not a Mesa or
GStreamer 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.
https://bugs.winehq.org/show_bug.cgi?id=56735
Bug ID: 56735
Summary: Rekordbox: Mark drive as external to support library
export/sync
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johannespfau(a)gmail.com
Distribution: ---
Created attachment 76513
--> https://bugs.winehq.org/attachment.cgi?id=76513
Registry keys for patched wine to report drive as external
Hello all,
to support library syncing in rekordbox (rekordbox.com), a drive must be
recognized as an external device. Rekordbox uses a combination of
GetVolumeInformationW/GetDriveTypeW/QueryDosDeviceW and setupapi to detect if a
drive is external.
I've filed individual bug reports for the sub-problems involved:
* Specify filesystem type for folder-backed drives:
https://bugs.winehq.org/show_bug.cgi?id=56731
* setupapi: Registry information for drives missing:
https://bugs.winehq.org/show_bug.cgi?id=56732
* setupapi: SPDRP_PHYSICAL_DEVICE_OBJECT_NAME not implemented:
https://bugs.winehq.org/show_bug.cgi?id=56734
* GetDriveTypeW aways returns DRIVE_FIXED:
https://bugs.winehq.org/show_bug.cgi?id=16091
I've attached a reduced test-case program (in D) and compiled which performs
all steps that are required by rekordbox. Please note that the program is dumb
and assumes that a R drive exists.
Unpatched wine output:
----------------------------------------------------------------------------------------
GetVolumeInformationW: Path: USB_STICK Name: FAT32 Serial: 2923885786 Len: 255
Flag: 2
GetDriveTypeW: 3
QueryDosDeviceW: \Device\HarddiskVolume3
Querying SetupAPI
DeviceSet is 6FFEE0. Valid: true
std.windows.syserror.WindowsException(a)test.d(43): No more data available.
(error 259)
----------------------------------------------------------------------------------------
Patched wine + usb_final.reg output:
----------------------------------------------------------------------------------------
GetVolumeInformationW: Path: USB_STICK Name: FAT32 Serial: 2923885786 Len: 255
Flag: 2
GetDriveTypeW: 2
QueryDosDeviceW: \Device\Harddisk1
Querying SetupAPI
DeviceSet is 8506C0. Valid: true
Entry: 0
SetupDiGetDeviceRegistryPropertyW 1
\Device\Harddisk1
std.windows.syserror.WindowsException(a)test.d(43): No more data available.
(error 259)
----------------------------------------------------------------------------------------
Windows output:
----------------------------------------------------------------------------------------
GetVolumeInformationW: Path: USB_STICK Name: FAT32 Serial: 2923885786 Len: 255
Flag: 131590
GetDriveTypeW: 2
QueryDosDeviceW: \Device\HarddiskVolume2
Querying SetupAPI
DeviceSet is 456B80. Valid: true
Entry: 0
SetupDiGetDeviceRegistryPropertyW 1
\Device\HarddiskVolume2
Entry: 1
SetupDiGetDeviceRegistryPropertyW 1
\Device\HarddiskVolume1
std.windows.syserror.WindowsException(a)test.d(43): No more data available.
(error 259)
----------------------------------------------------------------------------------------
As a workaround / proof-of-concept, my patched branch here has some minor
changes that enable this to work:
https://github.com/jpf91/proton-wine/commits/Proton8-26/#
In addition to this patched wine, you will also need to load the attached
usb_final.reg file. Then create a symlink for the r drive:
----------------------------------------------------------------------------------------
cd $WINEPREFIX/dosdevices
ln -s /run/media/jpfau/USB_STICK r:
----------------------------------------------------------------------------------------
This should be enough to get library sync to an external device working in
Rekordbox.
Best
Johannes
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56734
Bug ID: 56734
Summary: setupapi: SPDRP_PHYSICAL_DEVICE_OBJECT_NAME not
implemented [rekordbox]
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: johannespfau(a)gmail.com
Distribution: ---
Hi all,
as mentioned in https://bugs.winehq.org/show_bug.cgi?id=56732, it is possible
to have wine report drives in setupapi. However, the
SPDRP_PHYSICAL_DEVICE_OBJECT_NAME command, which is also used by Rekordbox, is
not supported. In order for drives to show up properly in rekordbox, this
command needs to be implemented.
I guess a proper solution would have to hook into mountmgr? As a workaround /
for testing, I modified setupapi to lookup the data from a PhysicalDevice key
in the registry. This works, but is it an acceptable solution?
https://github.com/jpf91/proton-wine/commit/42bcd8cb96aa51f3de004961f609bea…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56721
Bug ID: 56721
Summary: EA App: multiple assertion failure with Vulkan
renderer
Product: Wine
Version: 9.8
Hardware: x86-64
URL: https://origin-a.akamaihd.net/EA-Desktop-Client-Downlo
ad/installer-releases/EAappInstaller.exe
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 76502
--> https://bugs.winehq.org/attachment.cgi?id=76502
Wine 9.9 console output
Launching the EA App with renderer=vulkan opens a dialog three times for an
Assertion Failure. Clicking OK three times allows the app to continue, so it's
not clear which of the many sub-/backround processes is causing the issue. No
backtrace is presented.
"winetricks arial" to work around Bug 32342.
renderer=gl does not have this issue.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56720
Bug ID: 56720
Summary: dark souls remastered mouse input dont be captured in
virtual desktop
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mrdeathjr28(a)yahoo.es
Distribution: ---
dark souls remastered mouse input dont be captured in virtual desktop
testing with wine 9.9 / staging 9.9
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=56716
Bug ID: 56716
Summary: CNC3 demo exits silently with renderer=vulkan
Product: Wine
Version: unspecified
Hardware: x86-64
URL: https://cncnz.com/games/tiberium-wars/demo-information
-download/
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 76499
--> https://bugs.winehq.org/attachment.cgi?id=76499
Wine 9.9 console log
Running the Command & Conquer 3 Demo with the renderer set to Vulkan causes the
game to exit silently.
It loads correctly with the GL renderer.
No workarounds used.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56732
Bug ID: 56732
Summary: setupapi: Registry information for drives missing
[rekordbox]
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: johannespfau(a)gmail.com
Distribution: ---
Created attachment 76511
--> https://bugs.winehq.org/attachment.cgi?id=76511
Registry keys to make setupapi report a storage device
Hi all,
rekordbox and probably some other applications query setupapi to search for
removable drives. Essentially it iterates the GUID_DEVCLASS_VOLUME device class
with flag DIGCF_PRESENT in SetupDiGetClassDevsW/SetupDiEnumDeviceInfo.
The setupapi code can already handle this (mostly) correctly, but it needs
certain registry keys to be present. I'm not sure if/where/how wine should set
these?
I've attached an example reg file with provides these registry entries for an
external USB drive.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56505
Bug ID: 56505
Summary: EVE Online: Error when clicking on shortcuts and error
logged: EnableNonClientDpiScaling() failed for HWND
0x20274 (120) (Call not implemented.)
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: linards.liepins(a)gmail.com
Distribution: ---
Created attachment 76263
--> https://bugs.winehq.org/attachment.cgi?id=76263
Screenshot of crash on launcher startup.
New EVE Online version runs if running the Launcher.exe directly from the
folder or using the following shell script:
```
#!/bin/sh
cd
/home/<username>/.wine/dosdevices/c:/users/<usernmame>/AppData/Local/eve-online
wineconsole 'eve-online.exe'
```
If clicking via shortcut in GNOME Shell, the:
- error above is recorded in launcher logs
- error message is shown, which is also attached as a screenshot.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56737
Bug ID: 56737
Summary: Typo in word "If" at "https://wiki.winehq.org/Debian"
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: daniel(a)fuerst.priv.at
Distribution: ---
At paragraph "WineHQ Packages" in "https://wiki.winehq.org/Debian" there is a
sentence that says as follows: "I you need the ARM version, you can use the
Debian packages."
I believe the 'I' should be replaced with an 'If', otherwise, the sentence
wouldn't make sense
--
Do not reply 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=26766
Summary: A lot of games are listed against distributors and not
the developers
Product: WineHQ Apps Database
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: ASSIGNED
Severity: trivial
Priority: P5
Component: appdb-unknown
AssignedTo: kennybobs(a)o2.co.uk
ReportedBy: kennybobs(a)o2.co.uk
A lot of the games in the AppDB are listed against the distributors instead of
the actual developers.
This is not a major problem but it would be nice to tidy this up and any bugs
relating to certain developers would be easier to collect.
Other maintainers have, sensibly, simply added "Versions" for each distributor,
and as each distributor tends to update their products as they see fit, rather
than when the developer sees fit, this could affect the ratings for different
implementations of the same game.
Assigning to myself as it's a fairly big job (some games have to be downloaded
and run just to find out who developed them) and will take far too long for me
to simply remember what's what.
Currently affected: Big Fish Games, PopCap, Steam.
Anyone: please feel free to help!
--
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=16091
Summary: StickyDrive demo installer doesn't recognize USB key as
removable
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://mmiline.com/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(From mmiline.com's main page, click on StickyDrive and then "Learn More",
then under Red Sox demo, click "Download Now". This points to
http://www2.stickyinc.com/download/getDownload.php?idTag=BOSTN-1668&action=…
which downloads the installer in question,
InstallStickyDrive-BOSTN-1668.exe.)
The installer puts up a dialog box of drive letters,
saying "Please select a valid removable drive...",
but nothing is listed, even if you have a USB drive
inserted and Wine has already created a d: mapping for it.
If you click on the "Show all drives"
checkbox, all drives are indeed shown.
Happily for us, this dialog box is in a separate
executable. While that prompt is up, grab a copy
of C:\windows\temp\SDDriveSelector.exe
You can then reproduce the problem easily by running
just that .exe.
+relay shows it's using GetDriveType() on each drive,
but evidently it doesn't like what it's getting.
You can work around this by using winecfg to mark d:
as a floppy, but really, wine should know that the inserted
USB drive is removable, shouldn't it?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56729
Bug ID: 56729
Summary: Bginfo 4.21 - Wrong tablutation in RichEd
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: kyle.kcsoftwares(a)gmail.com
Distribution: ---
Created attachment 76507
--> https://bugs.winehq.org/attachment.cgi?id=76507
Rendering in W2K3
Bginfo - Wrong tablutation in RichEd
Bginfo 4.21 - https://jira.reactos.org/secure/attachment/50272/50272_Bginfo.exe
Wrong management of tabulations in RichEd
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54460
Bug ID: 54460
Summary: WinSCP - rendering issue (missing text) on 'Windows
8.1' (and up)
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: risk64(a)gmail.com
Distribution: ---
Created attachment 74016
--> https://bugs.winehq.org/attachment.cgi?id=74016
runtime log
WinSCP just renders a white block in the left pane of 'preferences' (and other
places) when 'Windows version' in 'winecfg' is set to 'Windows 8.1' or above.
Everything is fine on 'Windows 8' (and below). This is a quite old problem
(months/years..). I mostly used 'Windows 7' preset so far so i didn't care all
too much. Tested with a clean 'prefix' and minimal WinSCP installation.
Forum thread (bug confirmed):
https://forum.winehq.org/viewtopic.php?t=37377
Arch Linux 6.1.9 (Xfce)
wine 8.1
wine-mono 7.4.0
WinSCP 5.21.7
ttf-ms-win10 10.0.19043.1055
--
Do not reply 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=35848
Bug ID: 35848
Summary: Sound, Black Screen then crash
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: adec2010(a)hotmail.co.uk
Killing Time. After installation, set to windows 95 compatibility. It runs with
a black screen. I can hear sound but then a crash back to the desktop
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55643
Bug ID: 55643
Summary: LTSpice: wine extra slow with "update components"
function
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Distribution: ---
LTSpice is a windows application that traditionally has been very friendly to
Wine (to the point that Wine was officially indicated as the way to run the app
in linux). It is also free (in the no cost sense) so that it is easy to
download it in order to test with wine. See
https://www.analog.com/en/design-center/design-tools-and-calculators/ltspic….
Recent versions of LTSpice (LTSpice XVII) offer the possibility to update the
"library of components" for the application via its Tools->Update Components
menu entry.
Unfortunately in wine the operation is extra slow.
The operation involves downloading many files from the developer site, and I
suspect that the slowness may come from the fact that on every file wine tries
to do something, fails and complains that
"0288:fixme:urlmon:InternetBindInfo_GetBindString not supported string type
20".
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=50608
Bug ID: 50608
Summary: Wine 6.1 still doesn't support HiDPI screen resolution
( UHD 4k )
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pvdeynse(a)gmail.com
Distribution: ---
Created attachment 69293
--> https://bugs.winehq.org/attachment.cgi?id=69293
screendump of winefile.exe
Wine still doesn't support HiDPI screen ( UHD 4k )
icons still to small after changing DPI set to 288 DPI) value in winecfg.exe
see attachment of Wine 6.1 winfile.exe screendump
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56731
Bug ID: 56731
Summary: Allow specifying file system type for folder-based
drives [rekordbox]
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: johannespfau(a)gmail.com
Distribution: ---
Hi all,
currently, when the dosdevices link points to a folder instead of a device
file, wine will report NTFS filesystem type.
Rekordbox requires that we see a drive with GetDriveTypeW returning
DRIVE_REMOVABLE and GetVolumeInformationW reporting FAT32 filesystem. As
explained in https://bugs.winehq.org/show_bug.cgi?id=16091#c22, it is currently
not possible to override the drive type when specifying a device based drive
however.
https://bugs.winehq.org/show_bug.cgi?id=16091#c22 extends the device type
specification in the registry to enable a folder-based drive to report back as
DRIVE_REMOVABLE. But without further changes, it will always report back as
NTFS, which will make RekordBox complain about an unsupported filesystem type.
For testing, I patched mountmgr to always report FAT32 for DRIVE_REMOVEABLE
devices. But I'm not sure if this is a good solution. What do you all think?
https://github.com/jpf91/proton-wine/commit/2fa748b67ef8e8e40d1c74993fe2b5a…
Best regards,
Johannes
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56733
Bug ID: 56733
Summary: error
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mcsedude(a)msn.com
Distribution: ---
Created attachment 76512
--> https://bugs.winehq.org/attachment.cgi?id=76512
error
will not work attached file
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32673
Bug #: 32673
Summary: Rainbow Six fails to start for the first time with
windows version > ME
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flavio(a)nebososo.com
Classification: Unclassified
Tom Clancy's Rainbow Six will only start for the first time if the windows
version is set to ME or older. However it does work when set to newer versions
after it has already been started using an old one.
Using a clean prefix.
The demo can be downloaded here:
http://www.fileplanet.com/27609/download/Rainbow-Six-Demo
--
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=56728
Bug ID: 56728
Summary: When opening Minecraft Launcher, a .desktop file, I
get a black screen and the following error
Product: Wine
Version: 5.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: apphelp
Assignee: wine-bugs(a)winehq.org
Reporter: amenedoalonso(a)gmail.com
Distribution: ---
Created attachment 76506
--> https://bugs.winehq.org/attachment.cgi?id=76506
Error that Wine gives me
I can't open Minecraft Launcher
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55239
Bug ID: 55239
Summary: Read access denied for device L"\\??\\f:\\", FS volume
label and serial are not available
Product: Wine
Version: 8.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: conurus(a)gmail.com
Distribution: ---
Under ./wine/dosdevices, there are a bunch of symbolic links to each removable
drive. My D: links to /dev/sdb. Now I don't have access to /dev/sdb whatsoever,
not even read access, which is correct from a security standpoint, otherwise
any user can circumvent any access control and peer at any other users' data by
low level disk access.
Reading just the volume label and serial should be legal and permitted, so I
believe this is not a feature but a bug. In my case the underlying Win32 API
call I used is GetVolumeInformation. There must be some way for wine to
implement this call without low level disk access.
Forum topic: https://forum.winehq.org/viewtopic.php?t=37602
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44137
Bug ID: 44137
Summary: Wine64 crashes with any 64-bit binary
Product: Wine
Version: 2.19
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bourne.identity(a)hotmail.com
Created attachment 59886
--> https://bugs.winehq.org/attachment.cgi?id=59886
Stack trace for putty.exe (64-bit)
On FreeBSD 10.3 amd64, wine32 works perfectly. Wine64 builds/installs
correctly, but crashes when used to launch any 64-bit executable: notepad from
Windows 7; Pale Moon installer; putty.exe (all 64-bit). The behaviour is the
same with wine (v2.03) and wine-staging (v2.19).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56723
Bug ID: 56723
Summary: Vegas Pro 14: crash upon creating the main window
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paper(a)paper.us.eu.org
Distribution: ---
Created attachment 76504
--> https://bugs.winehq.org/attachment.cgi?id=76504
Terminal output from running Vegas
Wine 9.8 crashes when starting Vegas Pro 14; this looks to be specific to AMD
graphics cards as Vegas starts fine under both Intel and Nvidia. Other users[1]
seem to report this as well:
Installer works and program "runs" at first when clicked. Will eventually
crash once reaching "Creating Windows" step.
Between the time of the last test and this test, I had switched from an
NVIDIA video card to an AMD video card. I'm unsure if this hardware change
caused or contributed to this error.
A trial version of Vegas 14 can be retrieved from Magix's download center at
https://dl03.magix.com/trial_vegaspro14.exe
[1]:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=39145&iTestin…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52265
Bug ID: 52265
Summary: It won't run the file
Product: Wine
Version: 5.7
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dollydesigns1(a)yahoo.com
Created attachment 71400
--> https://bugs.winehq.org/attachment.cgi?id=71400
The attachment is the log that I get when trying to run game
I am trying to run sims 4 from an external hard drive and keep facing errors
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44041
Bug ID: 44041
Summary: The Sims 4 instant-aborts claiming Origin doesn't run
Product: Wine
Version: 2.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonas(a)thiem.email
Distribution: ---
After installing native msvcr120.dll (both 32bit and 64bit) to work around bug
#39689 I encountered the following message box:
"Unable to start:
Origin is currently not running. Please make sure that Origin is running before
attempting to play The Sims(TM) 4
[d3382ced:2984c6a38:00000000:00000000]"
And yes, Origin is running. Also yes, this is a legal copy purchased through
Origin, I tested this with a fresh wineprefix with no other changes or software
installed other than Origin and the above workaround. It works on Windows 10.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56722
Bug ID: 56722
Summary: Concerto: Incorrect winpty pseudo terminal behavior
causes bugs in Concerto
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tntpro100(a)gmail.com
Distribution: ---
Created attachment 76503
--> https://bugs.winehq.org/attachment.cgi?id=76503
Output of console
Wine Version: 9.8
Wine Prefix Architecture: Both 32 and 64 bit tested
Linux Distro: Arch Linux
Kernel Version: 6.6.31-2-lts
Description:
Concerto is a launcher for the game Melty Blood Actress Again Current Code. It
interfaces with a CLI based interface known as CCcaster to allow for online
play, setting changes and to quickly launch the game and its various modes.
Currently when attempting to launch the game via Concerto (e.g. going into the
offline menu and attempting to launch the training mode) will cause Concerto to
pull up the CCcaster window but the game won't launch. CCcaster standalone
works just fine and even has functional online play out of the box with Wine.
The developer of Concerto has actually talked about this in a GitHub issue
located here https://github.com/shiburizu/concerto-mbaacc/issues/9 stating
"Concerto is not compatible with WINE for the following reasons:
Concerto depends on tasklist to monitor MBAACC & CCCaster processes. WINE does
not implement this at all in the main branch, and a staging version of this is
missing most of the functionality including some that we depend on.
ConPTY provides "pseudo terminals" to the pywinpty library that is used to
control CCCaster in the background. While WINE release notes mention ConPTY
support since 5.18 in practice it produces incorrect behavior: as noted in your
report a visible terminal is spawned and Concerto cannot send or receive
information to it."
For testing purposes the "community version" installer of the game that
optionally includes CCcaster and Concerto can be downloaded here.
https://play.meltyblood.club/
Below I have attached an output of the console after running "wine
Concerto.exe". The last 3 lines are the error that occurred when I pressed the
"Training Mode" button
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55433
Bug ID: 55433
Summary: RT-Thread Studio jcef_helper.exe
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wyzarddoc(a)yahoo.com
Distribution: ---
Created attachment 74994
--> https://bugs.winehq.org/attachment.cgi?id=74994
report doc for bug report
app starts then window pops up with jcef_helper.exe error
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54436
Bug ID: 54436
Summary: wine-staging-8.0 regression (not working): Command &
Conquer 3: Tiberium Wars Kane's Wrath
Product: Wine-staging
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kolAflash(a)kolahilft.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 73981
--> https://bugs.winehq.org/attachment.cgi?id=73981
wine-staging-8.0: left is fine, right is broken
With wine-staging-7.0 "Command & Conquer 3: Tiberium Wars Kane's Wrath" was
working fine.
In wine-8.0 and wine-staging-8.0 it's broken.
With wine-staging-8.0 the menu looks broken.
See attached screenshot. (left is fine, right is broken)
With wine-8.0 the menu loads, but starting a skirmish game crashes the
application. There's an error dialog window saying:
Direct3D error 0x8007000e (E_OUTOFMEMORY)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45574
Bug ID: 45574
Summary: Dark Souls Remastered - Large Performance Regression
with 3.12+
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rstrube(a)gmail.com
Distribution: ---
Dark Souls Remastered has been running really well with Wine 3.11 and below.
Starting with 3.12 and subsequently 3.13 the performance has dropped
dramatically. From 60+fps at 1080p to about 10fps.
I've done some anecdotal testing with Wine and Wine-Staging and the problem
seems to be unrelated to the Wine-Staging patches.
I'm not sure what the best way to proceed is, but I'd be happy to provide logs,
etc. I just might need some direction.
Please note that I am using DXVK, but I've tried different combinations of DXVK
with different versions of Wine and the problem does not seem to be related to
DXVK. The consistent factor is using Wine 3.12+. I've also looked at the DXVK
log files with tracing enabled and nothing unusual appears there.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55974
Bug ID: 55974
Summary: Version 8.21 crashes WordPerfect Office 7.
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: doug.roberts09(a)gmail.com
Distribution: ---
WordPerfect Office 7 suddenly crashes upon start up. It has worked fine all
through version 8.x, including version 8.20.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56704
Bug ID: 56704
Summary: Installing dotnet35sp1 (winetricks)
Product: Wine
Version: 9.0
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zumers(a)yandex.ru
The installation dotnet 3.5 sp1 using winetricks freezes ("?" wait timed out in
thread ..., blocked by 0000, retrying (60 sec)).
RedOS 5.15.87
Wintricks: 20240105
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56700
Bug ID: 56700
Summary: "Edit application version" takes a long time to load
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Whenever I click on "Edit application version"
(https://appdb.winehq.org/admin/editAppVersion.php) it takes minutes to load.
Used to be seconds.
Other parts of the AppDB seem to load at a reasonable speed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47989
Bug ID: 47989
Summary: FL Studio 20 hangs on splash screen
Product: Wine
Version: 4.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: leadrdrk(a)mail.ru
Distribution: ---
Created attachment 65507
--> https://bugs.winehq.org/attachment.cgi?id=65507
Wine log
FL Studio 20 hangs on splash screen when launched.
Using wine-staging.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34018
Bug #: 34018
Summary: Altium Designer 10 hangs on startup
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After patching wininet to work around bug 34013, the game^Wapp installs
successfully. It hangs on startup during "configuring supplier search"
(seemingly due to a deadlock when unloading altiumcore.bpl; see attached bt
all.)
"winetricks mdac28" works around this hang and lets you get to the next
problem.
--
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=56702
Bug ID: 56702
Summary: Resampler cutoff frequency for upsampling seems too
low
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dsound
Assignee: wine-bugs(a)winehq.org
Reporter: ttacwh+fgpjlj0hrlk5k(a)pokemail.net
Distribution: ---
When you use wine directsound and mix in a secondary buffer whose sample rate
is below your device sample rate (for example, upsampling 8000/11025 to
44100/48000), the resampled output has a frequency cutoff at around 1/4 of the
secondary buffer's sample rate (1/2 nyquist frequency) instead of where it's
supposed to be - around 1/2 the sample rate (or ~85% of nyquist freq, going by
make_fir). You can also visually verify this if you view the spectrum of the
resampled output.
This can be very noticeable especially if your input sounds are of a lower
sample rate but still have higher frequencies present.
Other related aspects seem to be working correctly (mmdev opening the device at
requested sample rate, pulseaudio negotiating sample format correctly according
to logs, no other resampling in the chain).
It seems that the fir resampler logic (mixer.c, fir.h, make_fir) hasn't
substantially changed since it was first added over a decade ago, so this seems
less likely to be a regression.
Additionally, I confirmed that the linear resampler from DSound-Fast_Mixer
patch (from wine-staging) does not have this issue - you can force it to always
use the linear resampler by setting HQBuffersMax reg key to 0.
I don't have a test case to upload, but it should be fairly simple to
reproduce.
Tested on wine-devel 9.8 and 9.9 (linux mint 21.3 / ubuntu 22.04)
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=56371
Bug ID: 56371
Summary: WinUAE 5.2.0 running under Wine 9 under Fedora 39
Product: Wine-staging
Version: 9.0
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gilles.pelletier(a)live.fr
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Fedora 39
wine-9.0 (Staging)
WinUAE64.exe 5.2.0 (but also true with 5.0.0 and 4.4.0)
When using the JIT feature of WinUAE, like 68020 JIT, we encounter the
following error:
JIT: Serious Error:
JIT: 64-bit pointer (0x101080000) at
C:\projects\winuae\src\jit\compemu_support.cpp:2579 (fatal)
If I untick JIT, it starts and run well.
What's wrong ?
This issue exists since the Wine 8.xx version:
Fedora 38 / Wine 8.14-stable / WinUAE 5.0.0 64 bits
When using 68020+ and JIT, WinUAE crashes at start. The workaround is to
disable JIT.
Many thanks to fix this.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56156
Bug ID: 56156
Summary: DeX
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: pingo-power(a)hotmail.fr
Distribution: ---
Created attachment 75838
--> https://bugs.winehq.org/attachment.cgi?id=75838
logs
ಀ
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49006
Bug ID: 49006
Summary: Wrong detection the Windows' version by Uplay
Product: Wine-staging
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: iroalexis(a)outlook.fr
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
When we fix the windows' version on Windows 10, Uplay detect Windows 8 (visible
in launcher_log.txt file)
Problematic for the furture
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53346
Bug ID: 53346
Summary: Ubisoft connect lose connection after initialization
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 72732
--> https://bugs.winehq.org/attachment.cgi?id=72732
Wine 7.11 WINEDEBUG=+cryptnet terminal output
Hello,
Wine 7.11.
After login into Ubisoft connect, it tries to initialize and then fails with
the error message: "Connection lost. A Ubisoft service is currently
unavailable. Please try again later."
Very similar to bug 53102, but the fix there doesn't seem to be enough.
--- +cryptnet log snippet ---
...
0144:trace:cryptnet:CertDllVerifyRevocation (00000001, 1, 1, 0FAF7938,
00000001, 0FAF7954, 0FAF793C)
0144:trace:cryptnet:verify_cert_revocation_from_aia_ext OCSP URL =
L"http://ocsp.digicert.com"
0144:fixme:cryptnet:check_ocsp_response_info check responder id
0144:trace:cryptnet:verify_cert_revocation
verify_cert_revocation_from_aia_ext() returned 00000000
0144:trace:cryptnet:CertDllVerifyRevocation returning 1 (00000000)
0144:trace:cryptnet:CertDllVerifyRevocation (00000001, 1, 1, 0FAF7938,
00000001, 0FAF7954, 0FAF793C)
0144:trace:cryptnet:verify_cert_revocation_from_aia_ext OCSP URL =
L"http://ocsp.digicert.com"
0144:fixme:cryptnet:check_ocsp_response_info check responder id
0144:trace:cryptnet:verify_cert_revocation
verify_cert_revocation_from_aia_ext() returned 00000000
0144:trace:cryptnet:CertDllVerifyRevocation returning 1 (00000000)
0144:trace:cryptnet:CertDllVerifyRevocation (00000001, 1, 1, 0FAF7938,
00000001, 0FAF7954, 0FAF793C)
0144:warn:cryptnet:verify_cert_revocation no dist points/aia extension and no
issuer
0144:trace:cryptnet:CertDllVerifyRevocation returning 0 (80092012)
...
--- end log snippet ---
Regards.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55706
Bug ID: 55706
Summary: FL Studio: Freezes when opening main menu
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgoetze(a)multifuchs.email
Distribution: ---
FL Studio slows down and eventually freezes when I open the main menu and hover
over the menu items.
This is a new new with FL Studio 21.1.1. With 20.0.1, everything worked fine.
I tried with wine 8.14 and 8.17, both behave the same.
I started FL Studio via command-line, but there are no errors or any lines at
all when I open the menu.
I tried it on two systems, Manjaro and Fedora 38, both the same.
I use gnome on wayland on both systems.
You can it download it for free here:
https://www.image-line.com/fl-studio-download/
Sadly I found no archive with the older version.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35385
Bug ID: 35385
Summary: Couldn't open under Wine from FL Studio track's with
Cyrillic names.
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikhail.v.gavrilov(a)gmail.com
Classification: Unclassified
Couldn't open under Wine from FL Studio track's with Cyrillic names.
Demonstration:
https://drive.google.com/file/d/0B0nwzlfiB4aQXzBDSDJ3TmtrYVU/edit?usp=shari…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39308
Bug ID: 39308
Summary: thdf.exe : outputting floats returns 0
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
Assignee: wine-bugs(a)winehq.org
Reporter: enoua5(a)gmail.com
Distribution: ---
On lines that, in the c++ code, use "cout" to output a float, it will show 0,
even though it's apparent that the float is still stored, still modified, and
still controlling the flow of if statements
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44827
Bug ID: 44827
Summary: FL Studio: 32-bit/64-bit VST plugin bit bridging soft
locks the host
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ajduck(a)outlook.com
Distribution: ---
Trying to bridge a 32-bit VST plugin in FL Studio 64-bit, or bridge a 64-bit
VST plugin in FL Studio 32-bit, leads to this being outputted:
003c:err:ntdll:RtlpWaitForCriticalSection section 0x1ac6028 "?" wait timed out
in thread 003c, blocked by 002a, retrying (60 sec)
And the DAW soft locks with a loading cursor as it blocks the UI until the
plugin's loaded, forever trying to bridge the plugin.
(By "soft lock", I mean that FL Studio itself is still responsive, but you're
completely blocked from doing anything and the only way to get out of it is to
kill the process.)
======
Steps to reproduce:
1. Download and install FL Studio 12 Demo:
https://support.image-line.com/redirect/FLStudio_Installer_Google
The demo and the full version are the same executable.
You will need the Arial font or any ttf named as arial.ttf in
"C:/Windows/fonts/". If you have Winetricks just run "winetricks corefonts"
(you will need the cabextract package).
2. Download any 32-bit or 64-bit VST to test.
This is the one I tried, a 32-bit plugin (http://veg.by/en/projects/syxg50/).
The plugin itself is working perfectly. You can use any VST you want, as long
as you know whether it's 32-bit or 64-bit.
Put the dll file in "~/.wineprefix/drive_c/Program Files
(x86)/Steinberg/VstPlugins/".
3. Open the FL Studio version which DOESN'T match the instruction set of the
VST you're using. If you're using a 32-bit VST plugin, open FL Studio 12
(64-bit). If you're using a 64-bit VST plugin, open FL Studio 12 (32-bit). (If
you're using the VST I linked to, open FL Studio 12 (64-bit))
4. When FL Studio is launched for the first time, a featured project file is
automatically loaded. Click "File" in the top left corner and then "New" to
create an empty project.
5. Click "Options" > "Manage Plugins"
6. Click the "Start scan" button with "Verify plugins" enabled (make sure the
light is red). Let it scan for plugins.
7. Close the window, click "Add", and then "More plugins..." (under System)
8. Find and select "S-YXG50" (or if you used another VST, pick that).
9. Because the instruction set of the VST plugin doesn't match the host
program's (FL Studio), FL Studio will try to run the VST plugin under a
"bridge" (which uses ilbridge.exe, the bridging program installed as part of FL
Studio). However, the plugin never loads. The UI blocks any interaction while
plugins are being loaded so FL Studio is effectively soft locked.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=52264
Bug ID: 52264
Summary: FL Studio 20.9 product activation does not persist
across reboot
Product: Wine
Version: 7.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mips171(a)icloud.com
Distribution: ---
FL Studio 20.9 product activation (which uses a registry key) will not persist
across reboots of the system.
This was working up until FL Studio 20.8.4 tested on WINE 7.0-rc2
Unsure how to debug or gather logs for this particular issue, but willing to do
as directed.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46584
Bug ID: 46584
Summary: Can't use two mice at once for separate inputs in
Ricochet Infinity
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
This game has a really fun feature - it let's you use two mice (mouse+touchpad
also works) as two separate player inputs.
This does not work in WINE, every input seems to count as player 1.
Here's a picture from Windows in case you're still baffled -
https://i.imgur.com/BoZSSI1.jpg
The game has been discontinued for 8+ years, so if you have trouble finding it
for testing, here's a trial .exe that lets you test for 60 minutes -
https://cloud2.rys.pw/s/HtzoGHwCsK5xFjg
Using KDE as a DE.
I was told this is an upstream issue with all the other software, and either
progress has to be made there or WINE has to grab input(optionally?) from /dev
directly.
"Tobias
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56687
Bug ID: 56687
Summary: i tried to play a video using potplayer and it bugged
. never played
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: philipaswa01(a)gmail.com
Distribution: ---
Created attachment 76468
--> https://bugs.winehq.org/attachment.cgi?id=76468
the details of the process leading gto the crush of potplayer in wine ubuntu
22.04
i tried to play a video using potplayer and it bugged . never played
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56696
Bug ID: 56696
Summary: AOE IV crash all the time
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: basementbbs(a)gmail.com
Distribution: ---
Created attachment 76481
--> https://bugs.winehq.org/attachment.cgi?id=76481
AOE IV crash all the time
AOE IV crash all the time
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=54832
Bug ID: 54832
Summary: Dereference with non-constant offset of type
HLSL_IR_EXPR
Product: vkd3d
Version: 1.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: flibitijibibo(a)gmail.com
Distribution: ---
Created attachment 74335
--> https://bugs.winehq.org/attachment.cgi?id=74335
EG2 Vertex Shader
MojoShader uses this for arrays, as an example:
---
float4 uniforms_float4[13];
int4 m_v6 : BLENDINDICES0;
const int ARRAYBASE_8 = 0;
a0.x = int(floor(abs(v6.x) + 0.5) * sign(v6.x));
r0.xy = lerp(v1.xy, v1.zw, uniforms_float4[ARRAYBASE_8 + a0.x].xy);
---
A complete example from Escape Goat 2 is attached, but this shader depends on
#54826 getting fixed first.
--
Do not reply 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=25498
Summary: ACDSeePFM doesn't see dlls in Common Files
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32462)
--> (http://bugs.winehq.org/attachment.cgi?id=32462)
Terminal output on Wine 1.3.9 at installation
Steps to reproduce:
1) remove ~/.wine
2) install acdseepfm-1-0-81-win-en.exe
3) wine ACDSeePFM.exe
Behaviour:
err:module:import_dll
Expected behaviour:
no err:module:import_dll
Terminal output:
err:module:import_dll Library ShellIntMgrPFMU.dll (which is needed by
L"C:\\Program Files\\ACD Systems\\ACDSee Picture Frame
Manager\\1.0\\ACDSeePFM.exe") not found
err:module:import_dll Library ACDInTouch70U.dll (which is needed by
L"C:\\Program Files\\ACD Systems\\ACDSee Picture Frame
Manager\\1.0\\ACDSeePFM.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\ACD Systems\\ACDSee Picture Frame Manager\\1.0\\ACDSeePFM.exe" failed,
status c0000135
Additional info:
Both dlls are available in "~/.wine/drive_c/Program Files/Common Files/ACD
Systems" and if I copy them to application main directory both errors
disappear.
--
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=48363
Bug ID: 48363
Summary: Adobe Creative Cloud Installer shows blank window
Product: Wine
Version: 5.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ajg02(a)elfringham.co.uk
Distribution: ---
Created attachment 66106
--> https://bugs.winehq.org/attachment.cgi?id=66106
Console log for Set-up.exe
Clean Wine prefix set to Win10 runs Set-up.exe for CC installer which shows a
blank window.
See attachment for 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=56680
Bug ID: 56680
Summary: Add support for application shims
Product: Wine
Version: 9.8
Hardware: x86-64
URL: https://archive.org/download/DungeonKeeper2Demo/Dungeo
nKeeper2Demo.exe
OS: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
We have a few scattered bugs about this (most recently, bug 56661, but also bug
13994, et al).
As Windows continues to evolve, it becomes more common for applications to need
shims. Additionally, some applications install their own shims
(https://bugs.winehq.org/show_bug.cgi?id=56661#c6).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=37607
Bug ID: 37607
Summary: MyHeritage Family Tree Builder fails to add "window"
item/initialize scripting engine
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: sebastian(a)fds-team.de
Distribution: ---
(Originally reported here:
https://github.com/wine-compholio/wine-staging/issues/187)
After starting the main application first login with your account. Registration
is free, but required unfortunately. Register via the website to workaround an
issue with the application registration form - make sure that no '+' signs are
in your email address, registration works, but login not...
Create a new project, create a new family, and click on Reports -> Ancestors.
A few message boxes will show up with content
'Unable to add "window" item'
'Unable to initialize scripting engine'
These message boxes repeat a couple of times, and afterwards an empty report
shows up.
Related terminal output with WINEDEBUG=+jscript:
--- snip ---
003f:trace:jscript:DllMain (0x7cb70000 1 (nil))
003f:trace:jscript:DllGetClassObject (CLSID_JScript
{00000001-0000-0000-c000-000000000046} 0xc5de4b8)
003f:trace:jscript:ClassFactory_QueryInterface (0x7cbfeef0)->(IID_IClassFactory
0xc5de4b8)
003f:trace:jscript:ClassFactory_AddRef (0x7cbfeef0)
003f:trace:jscript:JScriptFactory_CreateInstance ((nil)
{bb1a2ae1-a4f9-11cf-8f20-00805f2cd064} 0x26c9bb8)
003f:trace:jscript:JScript_QueryInterface (0xb39e270)->(IID_IActiveScript
0x26c9bb8)
003f:trace:jscript:JScript_AddRef (0xb39e270) ref=2
003f:trace:jscript:JScript_Release (0xb39e270) ref=1
003f:trace:jscript:ClassFactory_Release (0x7cbfeef0)
003f:trace:jscript:JScript_SetScriptSite (0xb39e270)->(0x26c9bc0)
003f:trace:jscript:JScript_AddNamedItem (0xb39e270)->(L"window" 2)
003f:trace:msgbox:MSGBOX_OnInit L"Unable to add \"window\" item\n"
003f:trace:msgbox:MSGBOX_OnInit L"Unable to initialize scripting engine"
--- snip ---
JScript_AddNamedItem fails because This->ctx == NULL.
Installing native 'jscript' via 'winetricks jscript' works around this issue
and the report shows up properly (wasn't able to compare it with Windows, but
definitely looks better than before).
$ git describe origin/master
wine-1.7.31-88-g9a68ef4
$ sha1sum family_tree_builder_7138.exe
74245c94089642d65b2fde09fd7188430df68b81 family_tree_builder_7138.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.
http://bugs.winehq.org/show_bug.cgi?id=31332
Bug #: 31332
Summary: Project64: about page fails to render
Product: Wine
Version: 1.5.9
Platform: x86
URL: http://www.pj64-emu.com/downloads/func-startdown/34/
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Created attachment 41173
--> http://bugs.winehq.org/attachment.cgi?id=41173
terminal output
Install project64, run it. Go to 'Help', 'about Project 64'. A small window
opens up, that should contain the about info. Behind this, iexplore.exe opens
with about:blank.
winetricks -q ie7 works around it.
austin@aw25 ~ $ sha1sum setup\ Project64\ 1.6.exe
005954395994c0a355c06abae3fc88d10ae84934 setup Project64 1.6.exe
austin@aw25 ~ $ du -h setup\ Project64\ 1.6.exe
2.0M setup Project64 1.6.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10531
Summary: Windows Calculator: Color in buttons missing
Product: Wine
Version: 0.9.49.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)gabriana.com
Created an attachment (id=9282)
--> (http://bugs.winehq.org/attachment.cgi?id=9282)
How it looks in my Windows XP box
In Windows Calculator CALC.EXE the button texts should be color coded but all
appear black in Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40248
Bug ID: 40248
Summary: Exception when I try to call Translate method
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: gennady.alimov(a)gmail.com
Distribution: ---
Created attachment 53797
--> https://bugs.winehq.org/attachment.cgi?id=53797
code & exception
if I try to translate SIDs to Names I've got the exception
"Index was outside the bounds of the array."
It looks like there is no mapping between account names and SIDs.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=36373
Bug ID: 36373
Summary: Requiem: Avenging Angel - Black screen in-game
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: ubuntugamingproject(a)gmail.com
Created attachment 48430
--> https://bugs.winehq.org/attachment.cgi?id=48430
Black screen log
The game installs and runs correctly, but then if you start a new game, there's
only a black screen, and the only thing can be done is going back to the menù.
So the game is unplayable.
Log 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=27403
Summary: Collapsable section headers in Solidworks property
manager are overdrawn, thus unusable
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mpartap(a)gmx.net
The problem can be seen in the attached video: headers on the first tab are
first displayed correctly (and are clickable), then they get overdrawn slowly
which makes them non-clickable. Usually, the second tab does not have this
problem, and some actions trigger the header buttons to be redrawn, but they
get overdrawn again at once. I tried to nail down the problem by vastly
expanding RelayExclude to the 500 topmost function calls, an excerpt of the
resulting log is also attached. No fixmes or warnings come up.
--
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=52454
Bug ID: 52454
Summary: QTranslate 6.3.1 fails to start
Product: Wine
Version: 7.0-rc6
Hardware: x86-64
URL: https://web.archive.org/web/20170606113219if_/http://qtranslate1.appspot.com/QTranslate.6.3.1.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Created attachment 71742
--> https://bugs.winehq.org/attachment.cgi?id=71742
+jscript
It shows a window with 'QTranslate initialization error. The program will be
closed.' After clicking 'OK' it exits.
winetricks -q wsh57 fixes the issue and allows the program to start.
$ sha1sum QTranslate.6.3.1.exe
7a8f9940049ec50352e732b14349b9bfc3f704a4 QTranslate.6.3.1.exe
$ du -sh QTranslate.6.3.1.exe
780K QTranslate.6.3.1.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=56690
Bug ID: 56690
Summary: Dead By Day light crashes on start
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sollieus(a)gmail.com
Distribution: ---
Created attachment 76471
--> https://bugs.winehq.org/attachment.cgi?id=76471
Logs form game crash
game: Dead By Daylight
Platform to launch: Heroic games (FlatPak)
when trying to open the game easy anti cheat will start normally but the game
itself crashes with logs provided as an 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.
http://bugs.winehq.org/show_bug.cgi?id=35940
Bug ID: 35940
Summary: Server (and perhaps others) may fail to build on some
platforms
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
In my opinion there is a severe mistake in the build system for the server.
>From the man page of GCC, the documentation for '-I' option says:
`-I DIR'
Add the directory DIR to the list of directories to be searched
for header files. Directories named by `-I' are searched before
the standard system include directories. If the directory DIR is
a standard system include directory, the option is ignored to
ensure that the default search order for system directories and
the special treatment of system headers are not defeated .
When building the server, a '-I' option is placed on the command line, pointing
to the source directory of the server.
The file wine/port.h provides this piece of code:
[...cut...]
#ifdef HAVE_PROCESS_H
# include <process.h>
#endif
[...cut...]
The problem comes out because, inside the directory with the sources of the
server, there is a file named process.h and since the -I option allows to take
the files before the standard system include directories, the wine/port.h won't
include the system file, but the one in the server directory: infact, it
happens that the local process.h file is included two times.
This is the cause for the server not compiled correctly on my platform (cygwin)
but probably it can be also applied to others.
I did an experiment and I have bypassed the problem by changing the generated
Makefile: I replaced the '-I' option that pointed to the source directory of
the server with '-idirafter'. The final result is a server that installs and
runs correctly on Windows.
Actually, this defect caused a failure on the server, but probably it may apply
to all components of WINE with some local include files: the option that allows
to point to the source directory of the component being compiled (and only this
one) should be changed with '-idirafter' or something similar, depending on the
compiler used, while all other paths could be left to '-I' without troubles.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=39532
Bug ID: 39532
Summary: Assassin's Creed Unity doesn't run
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx10
Assignee: wine-bugs(a)winehq.org
Reporter: anakin.cs(a)gmail.com
Distribution: ---
Created attachment 52679
--> https://bugs.winehq.org/attachment.cgi?id=52679
terminal log
I've been trying to run Assassin's Creed Unity from Uplay on my laptop, both on
the Intel card and Nvidia card (with primusrun), and I always get the following
error message (translated from French):
"Can't launch the game. Your video card doesn't support DirectX 11 or the video
drivers need to be updated."
My video card is an Nvidia Geforce 850M.
Attached is the terminal output after trying to launch the game.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56607
Bug ID: 56607
Summary: steam: no tray icon starting with wine 9.2
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: idarktemplar(a)mail.ru
Distribution: ---
Tray icon for steam is missing in wine 9.7.
I did bisecting and found that it's started with following commit:
b5c57b9a62c396068d18237bd6e82b37c169fdc5 is the first bad commit
commit b5c57b9a62c396068d18237bd6e82b37c169fdc5
Author: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
Date: Tue Feb 6 16:51:21 2024 +0200
explorer: Set layered style on systray icons only when it's actually
layered.
Fixes a regression introduced by 229b4561d9a8f10cbb49342dff0b6a3472d81c68,
which caused the icons to not be visible initially in the virtual desktop
systray.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
programs/explorer/systray.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
But unlike battle.net in https://bugs.winehq.org/show_bug.cgi?id=56337, for
steam tray icon doesn't reappear in wine 9.3 or 9.7
Reproduction:
1. install steam for windows (https://store.steampowered.com/about/)
2. run steam
3. log into steam account
Expected result:
steam tray icon in system tray
Actual result:
no steam tray icon is present in system tray
Environment:
Linux 6.6.21-gentoo
KDE/Plasma 5.27.11 X11
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53197
Bug ID: 53197
Summary: Shogun Total War 2 needs
d3dx11_42.dll.D3DX11LoadTextureFromTexture.
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
With both wined3d and dxvk, Shogun Total War 2 generates the following in
DirectX 11 mode (on both 32bit native and WoW64 prefixes) before reaching the
game's main menu:
---Log output---
d3d call failed (0x80004001) : unspecified
0100:fixme:d3dx:D3DX11GetImageInfoFromMemory src_data 046FE756, src_data_size
5592532, pump 00000000, img_info 0055CBD0, hresult 00000000 stub!
d3d call failed (0x80004001) : unspecified
0100:fixme:d3dx:D3DX11GetImageInfoFromMemory src_data 046F3D2A, src_data_size
5592532, pump 00000000, img_info 0055CBD0, hresult 00000000 stub!
d3d call failed (0x80004001) : unspecified
0100:fixme:d3dx:D3DX11GetImageInfoFromMemory src_data 046FEA86, src_data_size
5592532, pump 00000000, img_info 0055CBD0, hresult 00000000 stub!
d3d call failed (0x80004001) : unspecified
0100:fixme:d3dx:D3DX11GetImageInfoFromMemory src_data 046F405A, src_data_size
5592532, pump 00000000, img_info 0055CBD0, hresult 00000000 stub!
d3d call failed (0x80004001) : unspecified
wine: Call from 7B0122F6 to unimplemented function
d3dx11_42.dll.D3DX11LoadTextureFromTexture, aborting
0100:fixme:faultrep:ReportFault 0055C6B8 0x0 stub
wine: Unimplemented function d3dx11_42.dll.D3DX11LoadTextureFromTexture called
at address 7B0122F6 (thread 0100), starting debugger...
---Log output---
As a workaround, the game can be played in DirectX 9 mode.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49674
Bug ID: 49674
Summary: Feature Request: Restoring previous resolution upon an
app crashing
Product: Wine
Version: unspecified
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s.maddox(a)lantizia.me.uk
So this has been a bit of a bug of mine with Wine for a while, but you may
think it's not really a problem Wine should deal with - which may be a fair
point.
But I couldn't find anything clearly asking for this as a feature request... so
lets see how well it fairs.
# The problem
Lets say you open up a Windows executable which changes your screens resolution
(e.g. a game) and it either...
a) freezes
b) is broken enough that its UI (if any appears) can't be used to nicely ask it
to quit
c) crashes and quits differently to how it'd normally do so upon user request
With a) and b) you likely need to kill that process, which ultimately leaves
you in the same situation as c).
But however it happens... you're likely to find your resolution now stuck to
whatever it set. If that is an incredibly low resolution (like 320x240 or
640x480)... then with the desktop environment of today (especially with HiDPI)
you're likely going to struggle finding the proper option to fix it. Worse you
might resort to a terminal (or switch TTY) and mess around with the xrandr
command for a stupid amount of time trying to find the names of screens and
such.
# Expected Behaviour
Well I'm not sure what actually does this. But in actual Windows (e.g Windows
10), when this same circumstance occurs... the resolution is always restored
back to what it was. This leaves me to believe that Windows itself has
something for this eventuality.
# Research
Well I've been searching around for solutions to this one for years and the
best I always come across... is someone saying you're better off with a script
(usually calling xrandr) mapped to a hot key or something for this eventuality.
Which is fine if the number of displays you've got connected and their
resolutions are always consistent... but often for laptop users moving between
docks and such - it isn't.
A quick chat on the #winehq IRC channel had someone mention that Proton can now
scale games to the resolution you're already using instead (when the app
requests a resolution change)... and pointed out these patches...
https://github.com/GloriousEggroll/proton-ge-custom/blob/master/patches/pro…https://github.com/GloriousEggroll/proton-ge-custom/blob/master/patches/pro…
That's fine, and it's a welcome feature. But I do wonder if this is a
universal fix for any request for any resolution change... regardless the age
(and compatibility with which version of Windows it was meant for) of the game
and the way it draws on the screen (e.g. SDL, OpenGL, DirectDraw, Vulkan,
etc...).
However it *may* give some hope for people wanting to run older windowed-mode
games from the early Win 3.1/95 era which refuse to be re-sized/re-scaled...
but that's a topic for another feature request :)
# Conclusion
I've not got any.
Should this be the job of Wine to restore the prior resolution if the app/game
fails to? Like Windows somehow does? Or is this something the OS (whatever
that may be, Linux/macOS or even Windows) should be doing separately from Wine
for any process?
Also if this is a dupe, feel free to mark it as such... I've looked and
couldn't find anything that is quite so specific - at least with the points
raised here.
Thoughts?
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56661
Bug ID: 56661
Summary: Commit 8b3944e1341baaf693927c8b758851d2dbba725a breaks
Project Diablo 2's Game.exe game client
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: spaskalev(a)protonmail.com
Distribution: ---
Commit 8b3944e1341baaf693927c8b758851d2dbba725a breaks Project Diablo 2's
Game.exe game client.
The game client itself crashes later in its error handling logic leading to a
stack overflow while trying to report the error
[user@monovo wine-git]$ ./wine ~/.wine/drive_c/Diablo2/ProjectD2/Game.exe -w
002c:err:winediag:getaddrinfo Failed to resolve your host name IP
0074:err:wineusb:DriverEntry Failed to initialize Unix library, status
0xc0000135.
0074:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000135
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb"
failed to start: 126
wine: Unhandled stack overflow at address 6FF6879B (thread 0024), starting
debugger...
0024:err:virtual:virtual_setup_exception stack overflow 1408 bytes addr
0x7bf966ef stack 0x220a80 (0x220000-0x221000-0x320000)
The game client itself works fine before this commit - discovered using git
bisect.
To setup PD2 follow the instructions at https://www.projectdiablo2.com/ For
starting the game client a set of battlenet cd keys is not necessary.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56506
Bug ID: 56506
Summary: strmbase TRACEs occasionally fail to print floats
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: blubban(a)gmail.com
Distribution: ---
$ WINEDEBUG=trace+quartz ./wine
dlls/quartz/tests/x86_64-windows/quartz_test.exe mpegvideo 2>&1 | grep
NewSegment | head -n2
0024:trace:quartz:sink_NewSegment pin 00007FFFFF225C50 L"MPEG video
decoder":L"Input", start 0.001, stop 0.002, rate e.
0024:trace:quartz:sink_NewSegment pin 00007FFFFE2FF8C0 L"sink":L"sink", start
0.001, stop 0.002, rate 1.0000000000000000e+000.
The strmbase copy in quartz_test.exe calls msvcrt printf and correctly prints
1.0000000000000000e+000.
The strmbase copy in winegstreamer.dll calls ntdll's printf, which does not
support float operands and just prints 'e'.
I think that can be fixed by adding msvcrt as a dep of winegstreamer (without
changing anything else), but I'm not sure, and I'm even less sure if that has
any side effects.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56655
Bug ID: 56655
Summary: Regression: X11 Driver fails to load
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: bmcgrath(a)codeweavers.com
Regression SHA1: f74900ad1a580eda8fd4923cbd4881b42b042733
Distribution: ---
Created attachment 76428
--> https://bugs.winehq.org/attachment.cgi?id=76428
Fix X11 driver
Building with the latest from master, I found the X11 driver fails to load. The
attempt to load appears to enter a tight loop and Wine becomes unresponsive.
A git bisect led me to f74900ad1a580eda8fd4923cbd4881b42b042733.
I then further narrowed it down to the changes in xrandr10_get_modes.
It looks like the old code used to increment mode_idx, but the new code
doesn't. The attached patch fixes this for 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.
http://bugs.winehq.org/show_bug.cgi?id=26407
Summary: Shadowgrounds Survivor crashes after viewing the map
Product: Wine
Version: 1.3.15
Platform: x86
URL: http://www.gamershell.com/download_23192.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=33629)
--> (http://bugs.winehq.org/attachment.cgi?id=33629)
terminal output
In the game the crash always occurs when I switch back to normal mode after
viewing the map (by pressing <Tab>).
Sometimes the game "survives" 2-3 switches between the two modes but eventually
it will crash.
How to reproduce the problem in the demo:
1. Choose only Physx and Windows Media Codecs when the installer asks for it
(native d3dx9_36.dll will be placed in the game directory).
2. Start the game either by survivor.exe or with the launcher.
3. Choose <New Game> from the menu. When you gain control over your character
press <Tab> to switch to map mode then press <Tab> again to get back to normal
mode. This might need to be repeated 2-3 times. Sooner or later the game will
crash.
If I don't use the map mode, the game seems to be stable (I've played for about
30-40 minutes).
I can reproduce the crash with Wine-1.0.1, too.
The crash happens even if I lower the gfx details to the minimum and with
disabled audio.
When starting the game with WINEDEBUG=warn+heap (is that the correct syntax?)
the crash doesn't occur.
Fedora 14 x86
Nvidia GeForce 250 / driver 260.19.36
--
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=56527
Bug ID: 56527
Summary: Final Fantasy XI Online: Opening movie triggers a
'GStreamer-Video-CRITICAL'.
Product: Wine
Version: 8.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
Regression SHA1: 992984f12c18183e477be9ba2668bf42567f4e0a
Distribution: Gentoo
After 992984f12c1 [1], the opening movie of Final Fantasy XI Online started
triggering a 'GStreamer-Video-CRITICAL' message.
The following is all that happens between launching the game and the movie
starting without any additional channels enabled (everything before the
GStreamer message is probably unrelated).
The movie does still play as it should, as far as I can tell.
----
0164:fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4
0444:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
0444:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x7, ret 0x4.
0444:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
0444:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x8, ret 0x4.
044c:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
044c:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x3, ret 0x4.
044c:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
044c:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x4, ret 0x4.
044c:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
044c:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x5, ret 0x4.
044c:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
044c:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command
fence with id 0x6, ret 0x4.
0164:fixme:imm:ImmDisableTextFrameService Stub
0164:fixme:imm:NotifyIME NI_CLOSECANDIDATE
0164:fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4
(wine:21435): GStreamer-Video-CRITICAL **: 02:43:35.753:
gst_video_info_from_caps: assertion 'gst_caps_is_fixed (caps)' failed
----
Thank you!
1.
https://source.winehq.org/git/wine.git/commitdiff/992984f12c18183e477be9ba2…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44625
Bug ID: 44625
Summary: Cybernoid 2 exits but x window drawing updates are
frozen
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
You can get this game from
https://www.classic-retro-games.com/games/action/cybernoid-2--the-revenge-3…
When you quit the game, x windows no longer updates the screen - events are
being responded to though (you can click stuff then change to a terminal tty
and back and see the updates). The only way to get back to a sane system is
kill xwindows with ctrl alt backspace.
This is seen on opensuse 42.3 which uses xf86
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56429
Bug ID: 56429
Summary: Latest Steam repeatedly restarts when starting game or
alt-tab, seems to be xinput2 related.
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: ikalvachev(a)gmail.com
Regression SHA1: 0f1322d2df4c5238c601a2865b6e65ad14bfa26a
Distribution: ---
Upgraded to latest wine-9.4 and Steam seemed to work fine.
Then Steam upgraded itself and I couldn't launch games anymore.
When starting a game from withing steam library, the game launch begins
normally. However steam window disappears and the console log bursts messages
until a new window is opened. However this restart kills the started game.
I could reproduce the issue if I simply press ALT+TAB in Steam, however it
doesn't trigger if I change focus with the mouse.
There are not crash reports winedbg starting. It restarts on its own.
I did a bisect and landed on:
---
0f1322d2df4c5238c601a2865b6e65ad14bfa26a
winex11: Support XInput2 events on individual windows.
---
Looking back into the log, before steam window opens,
I can see a couple messages like:
---
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 131 (XInputExtension)
Minor opcode of failed request: 46 ()
Resource id in failed request: 0x80020e
Serial number of failed request: 469
Current serial number in output stream: 491
---
These seems harmless, they appear before steam window is shown.
The following message appears when I trigger the issue with alt+tab:
---
06f8:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 10 (X_UnmapWindow)
Resource id in failed request: 0x2e00003
Serial number of failed request: 1098
Current serial number in output stream: 1099
06a0:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0031FECC
0610:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0031FECC
0024:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program
Files\\Steam\\bin\\cef\\cef.win7\\steamwebhelper.exe"
0024:fixme:file:GetLongPathNameW UNC pathname L"\\\\?\\C:\\Program
Files\\Steam\\bin\\cef\\cef.win7\\steamwebhelper.exe"
---
The issue happens only with the latest Steam client
Restarts:
---
Steam Beta Branch: Stable Client
Steam Version 1709846872
Steam Client Build Date: Wed, Mar 6 10:31 PM UTC -08:00
Steam Web Build Date: Thu, Mar 7 11:17 PM UTC -08:00
Steam API Version: SteamClient021
---
Since I keep snapshots of previous wine prefixes, I found out that this is the
steam that
Works:
---
Steam Beta Branch: Stable Client
Steam Version 1705108172
Steam Client Build Date: Sat, Jan 13 2:54 AM UTC -08:00
Steam Web Build Date: Fri, Jan 12 7:02 PM UTC -08:00
Steam API Version: SteamClient021
--
I'm using slackware-current
X.Org X Server 1.21.1.11
Running `xinput --version` returns:
---
xinput version 1.6.4
XI version on server: 2.4
---
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31665
Bug #: 31665
Summary: Femap unexpected crash on rebuild database (or any
command that involves it i.e. import)
Product: Wine
Version: 1.5.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dark.schneider(a)iol.it
Classification: Unclassified
Created attachment 41633
--> http://bugs.winehq.org/attachment.cgi?id=41633
Backtrace of crash triggered by file->rebuild in femap 10.3 with wine 1.5.12
1) wine femap.exe
2) file->rebuild...
3) answer yes.
The crash happen with any action that implies a rebuild database by femap. I.e.
if you import a "large" bdf, lunching a rebuild is just a fast way to check if
the bug is present or not.
Wine version I tested without the bug (those are working):
1.0.1
1.1.29
1.3.6
Wine versions i tested with the bug (crash with similar backtrace to one
attached):
1.4.1-2 (from debian repo)
1.5.6-2 (from debian repo)
1.5.12
I have tested with both femap 10.2 and femap 10.3 and they share the same
problem with no difference (i.e. probably the code on their side did not
changed and if someone has an older version around it may show the same bug). I
have not tested Femap 10.3.1, but may show the same problem.
All of this is related to 32 bit version of femap and wine running on a AMD 64
bit system. I have no chance to test 32 bit on 32 bit.
The bug persist on another system with ati/amd video driver, tested with both
open source and closed opposed by this system that has closed source nvidia
blob. Due to this bug seems unrelated to the video rendering (e.g. the problem
with femap not redrawing automatically the gl window looks unrelated, if needed
I can post another bug for that, but it's minor glitch)
Best Regards,
Gabriele Dini Ciacci
P.S.
Unrelated practical thing that make it desirable to have a recent version of
wine working: With 1.5.6-2 and 1.5.12 the program is much faster (especially on
start-up and actually faster than on windows)
--
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=45358
Bug ID: 45358
Summary: AC Syndicate is completely broken
Product: Wine-staging
Version: 3.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: Debian
Created attachment 61658
--> https://bugs.winehq.org/attachment.cgi?id=61658
Graphic rendering completely broken
Hello,
With wine-3.10, it's possible to launch the game without crash.
Now, there is a very big issue with graphic rendering with wined3d. (see
screenshot)
In the output console, i have a lot of message about :
- "d3d_shader:shader_sm4_read_instruction_modifier Unhandled modifier
0xXXXXXXXX" - "err:d3d:wined3d_debug_callback 0x35451990:
"GL_INVALID_OPERATION in glGetUniformLocation(program not linked)""
- "fixme:d3d_shader:shader_glsl_dump_program_source ..."
- "fixme:d3d:context_bind_shader_resources Shader 0x34e90740 needs 34 samplers,
but only 32 are supported."
For Wine dev who want to reproduce the issue, you need wine-staging to avoid
the issue with UPlay (bug #35902) + Wine AND the issue with AC Syndicate +
Uplay with online mode (bug #45312)
Google drive link for the log :
https://drive.google.com/open?id=15Q2gY9uk_JohSwqlhwix9HK8BgUWCY5E
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44009
Bug ID: 44009
Summary: Syberia Gog version: crash after cinematics
Product: Wine
Version: 2.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Distribution: ---
Created attachment 59671
--> https://bugs.winehq.org/attachment.cgi?id=59671
Syberia Gog wine 2.20 backtrace
Hello,
I just acquire the Syberia Gog version and it is impossible for me to play this
game on Linux with Wine. Happily the game was free.
How to reproduce:
Install Syberia Gog version
Launch the game, you can see cinematics but just when the menu appear the game
crash.
I joined you the terminal log/backtrace.
Config:
Ubuntu 17.10
Nvidia 384.90
--
Do not reply 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=25009
Summary: Password Memory 2010 - Titlebar color rendering error
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rsflynn(a)gmail.com
Created an attachment (id=31694)
--> (http://bugs.winehq.org/attachment.cgi?id=31694)
Password Memory 2010 Screenshot
Password Memory 2010 v3.0.3
Download URL:
http://download.cnet.com/Password-Memory-2010/3000-18501_4-10770367.html
Titlebar is not rendered correctly. Half the title bar is in the application
default blue, the other half is black.
--
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=55513
Bug ID: 55513
Summary: Paint.NET 3.5.11 runs unstable on Wine 8.x devel
releases
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: kle(a)bluewin.ch
Distribution: ---
Created attachment 75077
--> https://bugs.winehq.org/attachment.cgi?id=75077Paint.NET 3.5.11 crash report
There seems to be a regression regarding the built-in gdiplus.dll in more
recent Wine 8.x devel builds.
Unfortunately Paint.NET 3.5.11 no longer runs stable. This behavior was
previously known only when the native gdiplus.dll file was used. It didn't
happened with the built-in one.
It looks that this instability is related to a speed improvement of the
built-in gdiplus.dll.
In older Wine versions Paint.NET 3.5.11 was lagging when a line was painted but
it worked stable. This lag was not present with a native gdiplus.dll file but
Paint.NET crashed randomly when the native variant was used. Now Paint.NET also
crashes with the built-in gdiplus.dll variant while there is no longer any lag
present.
More information about that Paint.NET 3.5.11 lag issue can be found in my old
bug 51561.
So in summary, Paint.NET 3.5.11 works in recent Wine 8.x devel releases faster
but less stable. I think this regression was in introduced somewhere in the
Wine 8.1x branch. It is confirmed for Wine 8.14 and 8.15.
Final note, it is currently not possible to install Paint.NET 3.5.11 into a
fresh Wine devel prefix. The installation will fail. A workaround is to install
Paint.NET 3.5.11 under Wine stable and then copy over the whole prefix to a
Wine devel installation. I can confirm that this works fine for Wine 8.0.2 and
Wine 8.15.
--
Do not reply 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=29417
Bug #: 29417
Summary: Mouse pointer laggy/slow in Dweebs and Dweebs 2
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
This bug applies to the games Dweebs and Dweebs 2 by Mutation Software.
Demos can be downloaded from
http://www.tucows.com/preview/272853/DWEEBS-Platinum-Remix
and
http://www.tucows.com/preview/281667/DWEEBS-2-The-New-Breed
Download and run one of the demos. Click Setup. On the title screen the mouse
pointer is fine. However if you click Help, Credits or Exit, the pointer is
very "laggy" on those screens. In-game the pointer lags slightly, but less than
on the Help/Credits/Exit screens.
(Also, with earlier versions of the first Dweebs game -- I tested the one on
the Arcade Master CD published by eGames -- the pointer lags on the title
screen as well.)
I thought this problem might be the same as bug 29325, but it also occurs with
Wine 1.3.31.
--
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=56422
Bug ID: 56422
Summary: Exact Audio Copy installer crashes
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: temp82(a)luukku.com
Distribution: ---
Created attachment 76183
--> https://bugs.winehq.org/attachment.cgi?id=76183
wine 9.4 crash
I did try this with wine 9.3, but the release of wine 9.4 was so close I didn't
bother to report back then. the crash seems same for me.
Just download Exact Audio Copy (ver 1.6) here :
https://www.exactaudiocopy.de/en/index.php/resources/download/
I used clean 32bit prefix.
install all default, last step is to run the program via the installer and then
the crash happens.
sha1sum eac-1.6.exe
a6e396618446a87e46abf3d5e00a7d73690a2272
--
Do not reply 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=27745
Summary: Racer is unplayable
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugmenot123456(a)mailinator.com
Created an attachment (id=35498)
--> (http://bugs.winehq.org/attachment.cgi?id=35498)
Output of racer under wine-1.3.24
Racer used to work fine with wine-1.3.14. Somewhere between version 1.3.14 and
1.3.17 it stopped working. Now racer infinitely loops with following error
after pressing "Race" button:
RNetwork: waiting for connecting id response...
RNetwork: out of loop, client connected: 0, id 0 (objectIDbatch=-640664278)
RNetwork: connect attempt failed; be persistent (try 1)
enet_host_connect; out of (1) peers
** Error: QNClient:Connect(); failed to create enet peer; out of connections
Link to the program: http://racer.nl/download/racer0655.zip
--
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=56483
Bug ID: 56483
Summary: ShellExecute changes in Wine 9.5 broke 64-bit Winelib
loading in WoW64 builds
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)robbertvanderhelm.nl
Distribution: ---
After commit 85d029e3b01f6dd35a86cc07796af982d66e4a03
(<https://github.com/wine-mirror/wine/commit/85d029e3b01f6dd35a86cc07796af982…>),
Wine builds configured with `--with-wine64` can no longer find and execute
Winelib binaries built with `winegcc`. This now results in the following error
instead:
> ```
> Application could not be started, or no application associated with the specified file.
> ShellExecuteEx failed: File not found.
> ```
- Running the Winelib `.so` binary explicitly with `wine64` still works
- Running it with `wine`, or using the shell script generated by winebuild does
not.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56588
Bug ID: 56588
Summary: in game display resolution options limited to current
desktop resolution using old wow64
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
wine-9.6 and wine-9.7
game: FlatOut 1
new wineprefix
32 bit OS
32 bit wine
game setup screen - many display resolutions available
new wineprefix
64 bit OS
old WOW64 wine
game setup screen - resolution options limited to current desktop resolution in
either 16 bit or 32 bit.
Unsure currently how to bisect this, as I have never bisected a wow64 compile
before.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51200
Bug ID: 51200
Summary: High repaint label volume causes freezing
Product: Wine
Version: 6.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dav75uk(a)yahoo.co.uk
Distribution: ---
Created attachment 70075
--> https://bugs.winehq.org/attachment.cgi?id=70075
Screenshot of the offending pane
In ChessBase 11, using a chess engine (kibitzer) can cause freezing. Since the
display shows the current move the engine is thinking about on a label, in some
positions this can involve requests for repainting every few ms. This often
causes the input to lock up for many seconds as the repaint queue is taking
priority.
This is most likely a repaint issue as the workaround is to place the window so
the offending label is off-screen, and the lock-up no longer becomes an issue.
It makes using the engine much more difficult though. This has been a problem
for at least a year now.
Suggestions are to give the input a higher priority, and/or to drop/throttle
repaint frame requests when the queue becomes too long.
--
Do not reply 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=32346
Bug #: 32346
Summary: Window is too large with Batman and Head Over Heels
remakes
Product: Wine
Version: 1.5.18
Platform: x86-64
URL: http://retrospec.sgn.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Classification: Unclassified
Created attachment 42686
--> http://bugs.winehq.org/attachment.cgi?id=42686
Batman window showing trash at right and bottom
This issue applies to at least two game remakes available from
http://retrospec.sgn.net/
Head Over Heels: http://retrospec.sgn.net/game-links.php?link=hoh
Batman: http://retrospec.sgn.net/game-links.php?link=batman
I'm testing with wine-1.5.18-114-ga61f68f, Lubuntu 11.10 x86-64, Nvidia driver
304.64.
Wine seems to create the game window larger than it should be. There are strips
at the bottom and right sides which are never rendered into; they contain
trash/garbage. If you move the window, the trash changes, presumably reflecting
whatever was in that part of the video memory beforehand? The size of the
strips looks about the same as the size of the window decorations.
--
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=56492
Bug ID: 56492
Summary: Wine 9.5 breaks Opentrack/TrackIR head tracking, works
in 9.4
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fell(a)fellr.net
Distribution: ---
After updating to Wine 9.5 I noticed that the Wine plugin of the Opentrack head
tracking software wasn't working any more. It simply couldn't "connect" and
displayed "waiting for game..." forever. After reverting back to Wine 9.4 it
worked fine again.
Corresponding issue at the Opentrack project:
https://github.com/opentrack/opentrack/issues/1827
Observed behavior: After pressing "Start" the tracking does not work game and
"waiting for game..." is displayed in the Opentrack title bar.
Correct behavior: After pressing "Start" the tracking should begin in the game
and the game name should be displayed in the Opentrack title bar.
Now, I don't know how exactly that plugin works and how it communicates with
the game. It is using the TrackIR/Freetrack protocol which seems to rely on
some kind of direct memory access, but I'm not sure.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56595
Bug ID: 56595
Summary: Fallout 3: regression causes lots of streamer critical
errors, slowdown
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: m1m1k4tz(a)protonmail.com
CC: bmcgrath(a)codeweavers.com
Regression SHA1: 9e1f5f6d11b14b3ee38050a1b45a55f5c71146c6
Distribution: ---
Created attachment 76353
--> https://bugs.winehq.org/attachment.cgi?id=76353
gstreamer
Critical errors
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=55939
Bug ID: 55939
Summary: Moorhuhn Director's Cut: crashes after going in-game
Product: Wine
Version: 8.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nikolas.gur(a)stud.uni-due.de
Distribution: ---
Created attachment 75504
--> https://bugs.winehq.org/attachment.cgi?id=75504
wine output of running the program
game info: https://moorhuhn.fandom.com/de/wiki/Moorhuhn_Director%27s_Cut
Tested with the retail version of the compilation "Moorhuhn: Die ersten 10
Jahre"
(https://moorhuhn.fandom.com/de/wiki/Moorhuhn_10_Jahre_Jubil%C3%A4umsedition)
What works:
- Everything in the main menu seems to work, including changing graphics
options
- starting a new game and sometimes going in game for a couple seconds
What doesn't work:
- Audio
- Immediately after going in-game or sometimes even in the loading screen for
the first level, game crashes with a winedbg "Program Error"
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56682
Bug ID: 56682
Summary: msvcrt:locale prevents the msvcrt:* tests from running
on Windows 7
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
msvcrt:locale prevents the msvcrt:* tests from running on Windows 7 because it
depends on an API which is missing on that Windows version.
See: https://test.winehq.org/data/tests/msvcrt:locale.html
Based on the test result history this is caused by the commit below:
commit 243a014123b3f1b18e390720d843949240323fba
Author: Daniel Lehman <dlehman25(a)gmail.com>
Date: Wed May 1 15:31:44 2024 -0700
msvcrt/tests: Add tests for _wcsicmp_l.
--
Do not reply 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=26545
Summary: Crysis2: Red color on highlights of Bumpmap/Specular
Highlights
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mgavl69(a)juno.com
Bumpmaps are highlighted in red. This goes goes the sky as well as objects.
--
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=28192
Summary: regedit: The usage message arrives too late in the
wine console
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type
'regedit /?' in the wine console.
You will get something like this:
c:\>regedit /?
c:\>Usage:
regedit filename
regedit /E filename [regpath]
regedit /D regpath
[...]
Notice how the second wineconsole prompt appears before the regedit usage?
I believe this happens because regedit uses msvcrt's stdio functions: it uses
the '$(top_srcdir)/include/msvcrt' headers and that seems to be enough for it
to link with msvcrt. So there are probably two things here:
* This looks like a bug in the MSVCRT stdio functions.
* regedit should probably use the WriteConsole() / WriteFile() functions
anyway like all the other Wine tools.
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*()
functions in programs/net/net.c for a model on how to do this. And if making
the switch to WriteConsole(), verify that running 'regedit /?' still works fine
in a regular xterm or equivalent.
(split off from bug 13861)
--
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=56000
Bug ID: 56000
Summary: Window title is not set with winewayland
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
Component: winewayland.drv (please add it to the list of components btw).
When testing something with winewayland (regedit for example or anything else
really), it's not setting the window title, unlike winex11.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56615
Bug ID: 56615
Summary: Spelunky: wined3d: Require GLSL 1.20 support
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: carmantic24(a)outlook.com
Regression SHA1: 010008f629dd0590978095942ded8851ee3a9e17
Distribution: ArchLinux
Spelunky won't start with "Error creating Direct3D9 object".
0128:err:d3d:wined3d_adapter_gl_init GLSL version 1.20 is too low; 1.20 is
required.
Changing the "<=" to "<" fixed it for me. Tried to CC Zebediah Figura, but
Bugzilla wouldn't accept their email.
if (gl_info->glsl_version <= MAKEDWORD_VERSION(1, 20))
{
ERR("GLSL version %s is too low; 1.20 is required.\n",
(const char
*)gl_info->gl_ops.gl.p_glGetString(GL_SHADING_LANGUAGE_VERSION_ARB));
wined3d_caps_gl_ctx_destroy(&caps_gl_ctx);
return 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=56671
Bug ID: 56671
Summary: Disney Ratatouille demo renders upside down on Intel
graphics
Product: Wine
Version: 9.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 76455
--> https://bugs.winehq.org/attachment.cgi?id=76455
Screenshot of the main menu
A recent regression is causing the Disney Ratatouille demo to render upside
down on my laptop that has an Intel i7-1360P processor and integrated graphics.
Interestingly, the game renders right-side-up on my desktop that has an AMD
Radeon RX 5500 XT. Both the laptop and the desktop have Arch Linux.
Steps to reproduce:
1. Create an empty directory and download EN_Ratatouille_Demo.exe into it.
2. Run `wine EN_Ratatouille_Demo.exe` to extract the installer.
3. Run `wine setup.exe` to install the Ratatouille demo.
4. Run `cd "$HOME/.wine/drive_c/Program Files
(x86)/THQ/Disney-Pixar/Ratatouille Demo/Rat"` to enter the game directory.
5. Run `wine GameSetup.exe` to start the game launcher.
6. Click Play.
Observe that everything is upside down, from the intro videos to the main menu.
`git bisect` says:
ba2f78922f84f0576694fef17be7bec2cc9da19b is the first bad commit
commit ba2f78922f84f0576694fef17be7bec2cc9da19b
Author: Elizabeth Figura <zfigura(a)codeweavers.com>
AuthorDate: Fri Mar 15 18:59:35 2024 -0500
Commit: Alexandre Julliard <julliard(a)winehq.org>
CommitDate: Sun May 12 16:25:54 2024 +0200
wined3d: Remove no longer used support for drawing to an onscreen render
target.
Now that we require ORM_FBO, wined3d backbuffers are always offscreen (and
we
never draw directly to the frontbuffer, which is the only truly onscreen
surface).
We could reintroduce support for drawing directly to the backbuffer, and
this
would presumably improve performance by avoiding a blit from the wined3d
backbuffer to the real GL backbuffer.
However, this is not always possible or performant due to mismatching
dimensions, or the need to use a depth buffer which is also used with
offscreen
RTVs, and for d3d1-9 it may not be possible at all due to issues related to
preserving invariance between flipped and non-flipped geometry.
It *may* be possible to identify situations where we can render directly to
the
backbuffer for d3d10+, but at that point we can rely on the Vulkan backend
to
work, and given other unfixable performance problems with the GL backend
(most
notably the inability to properly stream index buffer data) it does not
really
make much sense to go out of our way to perform such a minor optimization
there.
dlls/wined3d/adapter_gl.c | 1 -
dlls/wined3d/arb_program_shader.c | 4 ++--
dlls/wined3d/context_gl.c | 101
++++++++++++++++++++++++++++++-----------------------------------------------------------------------
dlls/wined3d/ffp_gl.c | 95
++++++++++++++++++++++-------------------------------------------------------------------------
dlls/wined3d/glsl_shader.c | 4 ++--
dlls/wined3d/shader.c | 4 ++--
dlls/wined3d/utils.c | 2 +-
dlls/wined3d/wined3d_private.h | 10 +---------
8 files changed, 60 insertions(+), 161 deletions(-)
$ sha256sum EN_Ratatouille_Demo.exe
b8fcd1385ef47883987df0ae3c05b2acbd83f70bede43bcf8567e6a7aa2629c0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56485
Bug ID: 56485
Summary: Visual novel RE:D Cherish! displays white screen
instead of logo video
Product: Wine
Version: 9.5
Hardware: x86-64
URL: https://web.archive.org/web/20230522084712/http://suezou.dyndns.org/dl2021/crystalia/red_cherish/red_cherish
_try.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: 6ce8a31b0b87f9dc7ce94c4cba81074510b8c384
Distribution: Ubuntu
After CAUTION message, RE:D Cherish! (trial) displays white screen and gets
stuck before reaching the main menu.
This does not happen prior to Wine 9.4. After Bug 53613 was fixed, the program
may have taken a different path.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56413
Bug ID: 56413
Summary: wine-staging 9.4 build fails on Debian 11, Ubuntu
20.04 and 22.04
Product: Wine-staging
Version: 9.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76176
--> https://bugs.winehq.org/attachment.cgi?id=76176
Debian 11 wine-staging 9.4 failed build log
Building the wine-staging packages failed on Debian 11, Ubuntu 20.04 and 22.04.
No problem on newer versions of Debian/Ubuntu or Fedora.
[ 329s] dlls/winex11.drv/mouse.c: In function 'map_raw_event_coords':
[ 329s] dlls/winex11.drv/mouse.c:1788:84: error: 'UINT16_MAX' undeclared
(first use in this function); did you mean 'UINT_MAX'?
[ 329s] 1788 | if (input->mi.dwFlags & MOUSEEVENTF_VIRTUALDESK) SetRect(
&virtual_rect, 0, 0, UINT16_MAX, UINT16_MAX );
[ 329s] |
^~~~~~~~~~
[ 329s] |
UINT_MAX
[ 329s] dlls/winex11.drv/mouse.c:1788:84: note: each undeclared identifier is
reported only once for each function it appears in
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=51917
Bug ID: 51917
Summary: Internet Explorer 8 crashes when visiting
http://www.baidu.com/ on unimplemented function
dxtrans.dll.DllGetClassObject
Product: Wine
Version: 6.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 70870
--> https://bugs.winehq.org/attachment.cgi?id=70870
Terminal output
Steps to reproduce:
1. Delete the existing ~/.wine directory or move it to another location.
2. Run `WINEARCH=win32 wine regsvr32` to create a new 32-bit Wine bottle.
3. Run `winetricks ie8` to install Internet Explorer 8.
4. Run `wine 'C:\Program Files\Internet Explorer\iexplore.exe'
http://www.baidu.com/` to open <http://www.baidu.com/>.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34016
Bug #: 34016
Summary: Star Wars KOTOR II: The Sith Lords: Disabling hardware
mouse removes the mouse entirely
Product: Wine
Version: 1.6-rc3
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
In order to get around bug 9462 (http://bugs.winehq.org/show_bug.cgi?id=9462) I
disabled the hardware mouse option in swkotor2.ini, however, this caused my
mouse to disappear entirely.
--
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=48608
Bug ID: 48608
Summary: Kotor 2 crsahes when starting a new game/loading a new
game
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bgracer2010(a)gmail.com
Distribution: ---
Created attachment 66448
--> https://bugs.winehq.org/attachment.cgi?id=66448
Logs from wine
Game installs and runs normally through character creation and showing intro
movie. After the fact it crashes.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34199
Bug #: 34199
Summary: Star Wars KOTOR II: environments and characters are
invisible
Product: Wine
Version: 1.6-rc5
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
Created attachment 45502
--> http://bugs.winehq.org/attachment.cgi?id=45502
A wine log of starting steam and playing the game
The environments and characters are either invisible or very wierd (see the bad
portrait screenshot), and this issue was not present under X11, therefore it is
an issue with the mac driver.
--
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=34530
Bug #: 34530
Summary: Star Wars KOTOR II: Frame Buffer Effects and Soft
Shadows can't be turned on
Product: Wine
Version: 1.7.2
Platform: Other
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ipickert55(a)gmail.com
Classification: Unclassified
Not much else to say, the buttons are just greyed out in the options menu.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56476
Bug ID: 56476
Summary: Microsoft Outlook (New) Crashes on Startup
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: jrlh(a)outlook.com
Distribution: ---
Created attachment 76243
--> https://bugs.winehq.org/attachment.cgi?id=76243
Backtrace log
OS: Fedora 39.
#win64
On startup of the Outlook (New) from the windows store you get an error:
Unhandled exception: unimplemented function
msvcp140_atomic_wait.dll.__std_calloc_crt called in 64-bit code
(0x006fffff453d77).
It would be really nice to get this running as it would solve the email problem
under linux.
checksum: 72b3b1c11c7f740eca309176a70f0f9bae884f78 olk.exe
wine olk.exe
002c:fixme:winediag:loader_init wine-staging 9.1 is a testing version
containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing
bug reports on winehq.org.
0078:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
00e0:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0078:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0034:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
00e0:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
002c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
0024:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
012c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
wine: Call from 00006FFFFF453D77 to unimplemented function
msvcp140_atomic_wait.dll.__std_calloc_crt, aborting
wine: Unimplemented function msvcp140_atomic_wait.dll.__std_calloc_crt called
at address 00006FFFFF453D77 (thread 012c), starting debugger...
0140:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
014c:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
014c:fixme:xrandr:xrandr10_get_current_mode Non-primary adapters are
unsupported.
0138:err:winediag:is_broken_driver Broken NVIDIA RandR detected, falling back
to RandR 1.0. Please consider using the Nouveau driver instead.
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
0138:fixme:dbghelp:elf_search_auxv can't find symbol in module
wine: Call from 00006FFFFF453D77 to unimplemented function
msvcp140_atomic_wait.dll.__std_calloc_crt, 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=56684
Bug ID: 56684
Summary: native wayland restart to xorg causes freezes
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zlice(a)crtdrift.us
Distribution: ---
from memory (maybe missed something, did something extra)
- start wayland
- run a game with native wine (star wars kotor)
- regedit and change back to `x11,wine`
- exit wayland (wine server is still running)
- start xorg
- run a game... bad times ensue. freezes, have to kill everything in tty, kill
wine
probably low priority as ppl shouldn't do this once their environment is set up
and working. idk the behavior of wine and restarting itself.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56677
Bug ID: 56677
Summary: broken horizontal scroll
Product: Wine
Version: 5.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hsen_d_a_s(a)mail.ru
Distribution: ---
Created attachment 76457
--> https://bugs.winehq.org/attachment.cgi?id=76457
broken horizontal scroll
When working in applications, such as NotePad++, WinScp. When scrolling, the
file tabs in NotePad++ or the directories in WinScp change. And the program
does not scroll
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=53306
Bug ID: 53306
Summary: Rise of Nations Thrones and Patriots: Intros and menu
background video not showing (missing Windows Media
Video 7 decoder)
Product: Wine
Version: 7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: odecif(a)gmail.com
Distribution: ---
Created attachment 72682
--> https://bugs.winehq.org/attachment.cgi?id=72682
Log showing intro errors
When starting the game there is no intro movies (black screens) as well as
background video in the main menu.
Attachment contain console logs for when I start the game (intro movies).
The following logs are present for when the menu background video is supposed
to be loaded:
winegstreamer error: decodebin3: Your GStreamer installation is missing a
plug-in.
winegstreamer error: decodebin3:
../gstreamer/subprojects/gst-plugins-base/gst/playback/gstdecodebin2.c(4701):
gst_decode_bin_expose (): /GstBin:bin3/GstDecodeBin:decodebin3:
no suitable plugins found:
Missing decoder: Windows Media Video 7 (video/x-wmv, wmvversion=(int)1,
width=(int)1024, height=(int)768, format=(string)WMV1,
framerate=(fraction)10000000/333667)
0128:err:wmvcore:init_stream Failed to connect parser, hr 0x80004005.
The files in question are the following:
* <installation_path>/art/iface_bg_movie.wmv
* <installation_path>/art/opening.wmv
* <installation_path>/bhg_game_studios1M.wmv
* <installation_path>/ms_game_studios_1M.wmv
The files play nicely in all my local video players and I have the following
gstreamer packages installed:
$ pacman -Qs gst-
local/gst-libav 1.20.2-2
Multimedia graph framework - libav plugin
local/gst-plugins-bad 1.20.2-2
Multimedia graph framework - bad plugins
local/gst-plugins-bad-libs 1.20.2-2
Multimedia graph framework - bad
local/gst-plugins-base 1.20.2-2
Multimedia graph framework - base plugins
local/gst-plugins-base-libs 1.20.2-2
Multimedia graph framework - base
local/gst-plugins-good 1.20.2-2
Multimedia graph framework - good plugins
local/gst-plugins-ugly 1.20.2-2
Multimedia graph framework - ugly plugins
local/gst-python 1.20.2-2
Multimedia graph framework - python plugin
local/gupnp-dlna 0.12.0-1
Library to ease DLNA-related bits for applications using gupnp
local/lib32-gst-plugins-base 1.20.2-1
GStreamer open-source multimedia framework core library (32-bit) - base
local/lib32-gst-plugins-base-libs 1.20.2-1
GStreamer open-source multimedia framework core library (32-bit) - base
local/lib32-gst-plugins-good 1.20.2-1
GStreamer open-source multimedia framework core library (32-bit) - good
plugins
local/lib32-gst-plugins-ugly 1.20.2-1
Multimedia graph framework - ugly plugins (32-bit)
My test rig:
* Manjaro Linux 21.3.0
* Kernel 5.10.123-1-MANJARO
* Nvidia RTX 3070 with 515.48.07 drivers
* Budgie DE
I also tried using wine-6.5 and winetricks wmp9 but it didn't make the videos
show (since wmp9 package is broken since wine-6.6).
If there is anything else I can test or provide please let me know!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=43590
Bug ID: 43590
Summary: Rise of Nations Thrones & Patriots weird graphics
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: brabec.tomislav(a)gmail.com
Distribution: ---
Created attachment 59003
--> https://bugs.winehq.org/attachment.cgi?id=59003
Weird map rendering
I have a problem with Rise of Nations: Thrones & Patriots graphics. While the
basic version of game works fine, the expansion has weird rendering while
playing (image).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46896
Bug ID: 46896
Summary: BAD SPEED WITH 2 GAMES
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ninhomcj99(a)gmail.com
Trying to run Digimon Rumble Arena 2 and Dragon Ball Budokai Tenkaichi 3.
Everything is fine untile the main menu. After that the speed drastically
drops!! it is 9/10%. How can i solve this problem??
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46887
Bug ID: 46887
Summary: Problems while opening a game
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ninhomcj99(a)gmail.com
Distribution: ---
Created attachment 63963
--> https://bugs.winehq.org/attachment.cgi?id=63963
Problem output
I try to open a game (Digimon Rumble Arena 2 USa.iso) but then it tells me that
there was a problem and it crushes
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56673
Bug ID: 56673
Summary: d3d10core:d3d10core, d3d11:d3d11 and d3d9:visual push
the test report way above the 2MB limit
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
There is no Linux test result since 2024-05-12 because the reports are now way
above the 2 MB limit: 2.7-2.9 MB.
https://test.winehq.org/data/patterns.html
The main contributors are the following tests:
$ egrep '^d3d10core.c:' wt-bot-fg-deb64-t32.report | wc -c
286141
$ egrep '^d3d11.c:' wt-bot-fg-deb64-t32.report | wc -c
522288
$ egrep '^visual.c:' wt-bot-fg-deb64-t32.report | wc -c
144075 (of that d3d9:visual is about 100 KB)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56459
Bug ID: 56459
Summary: Inconsistent and Unexpected I/O flush behavior
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: renatopereyra(a)google.com
Distribution: ---
While recently debugging a Proton issue [1], I discovered odd I/O flushing
behavior. Redirecting stderr/stdout to a file would cause most of
intel-steam-stdout-255710.log in [1] to be empty. The contents of that file
were critical to root-cause the issue and not having them made it much more
difficult to debug. There were prints to stderr that directly explained what
was going wrong and I had inadvertently hidden these by redirecting I/O "to
preserve it" across multiple debugging runs.
To debug this I/O issue, I wrote a trivial Windows app that logs out to stderr
and is configurable to cover multiple corner cases. I was able to reproduce the
exact game behavior and a lot more other weirdness. I tested unmodified Wine
8.0, 9.0, and 9.4, as well as Proton 8.0 and Experimental (I will reach out to
Proton devs independently). I found a total of 7 possible flushing outcomes and
only 2 of those expected/good IMHO. In a lot of cases prints would just flat
out completely be missing. There were also other cases where only partial data
would ever flush out.
I've uploaded all my test results and test app to [2]. I'm unable to make the
drive fully public per my organization's policies so please request access.
Notes regarding the data sheet:
- While the test app supports multiple options (see README in [2]), the data
sheet only includes a subset. Options omitted in the spreadsheet appeared to
have no impact on the flush behavior.
- The minimum set of states required to reach each specific possible flushing
outcome is color-coded.
[1] https://github.com/ValveSoftware/Proton/issues/7529
[2]
https://drive.google.com/drive/folders/14pWGcywUMtoc9z3QmHXNGbLq5Sdg3ICG?re…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40891
Bug ID: 40891
Summary: Shaders fail to compile in League of Legends
Product: Wine
Version: 1.9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hevanen(a)googlemail.com
Distribution: ---
Created attachment 54981
--> https://bugs.winehq.org/attachment.cgi?id=54981
Game client console output (stdout+stderr)
When going into a game, the loading screen stays black and the game crashes
after a few seconds. Using native D3D9 works around the problem.
The full console output is attached. There's a repeat of messages like the
following:
fixme:hlsl_parser:hlsl_parse Array.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
fixme:d3dcompiler:make_assignment Check for casts in the lhs.
err:d3dcompiler:compile_shader HLSL shader parsing failed.
League of Legends.exe(00000009): ERROR| PixelShader::Load: failed to create
shader program for
<Data/Shaders/HLSL/Filters/Dilate/PS_2PASS_DILATE_FILTER_1.ps_2_0>
The following two messages are also shown for some shaders:
fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
fixme:d3dcompiler:make_assignment LHS expression not supported in compound
assignments yet.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=49677
Bug ID: 49677
Summary: Registering app fails with database error
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cbase2015-winebug(a)yahoo.de
Distribution: ---
Created attachment 67917
--> https://bugs.winehq.org/attachment.cgi?id=67917
Error message when trying to submit new app "α-Orionis Centurion"
Trying to submit a new app with the name "α-Orionis Centurion" fails (see
screenshot).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56675
Bug ID: 56675
Summary: wine-mono does not work with nuvamawealth tx3 but
winetricks dotnet48 works
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yafoce6821(a)giratex.com
Distribution: ---
Affected application: https://www.nuvamawealth.com/tx3
Download link (it is a free application):
https://nuvamawealth.com/ewwebimages/webfiles/download/tx3/tx3.zip
Filing a bug for wine-mono because the FAQ page told me to.
steps to replicate:
1. A vanilla wine prefix.
2. winetricks vcrun2015 (and dotnet48; on wine-mono does not work; hence filing
bug report)
3. run the msi installer unzipping the zip
4. winecfg to win7 (win10 used to work, but until recently, requires winetricks
dxvk vcrun2010 and corefonts to work)
4. run the 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.
https://bugs.winehq.org/show_bug.cgi?id=56480
Bug ID: 56480
Summary: vbscript: underscore line continue issues
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
> cat test.vbs
Class Tween
Public Function Delay(length)
Set Delay = Me
WScript.Echo "Delay " & length
End Function
Public Function Clear()
Set Clear = Me
WScript.Echo "Clear"
End Function
End Class
Dim instance
Set instance = new Tween
WScript.Echo "chained"
instance.Clear().Delay(1)
WScript.Echo "chained with continuation dots after"
' works as expected
instance. _
Clear(). _
Delay(1)
WScript.Echo "chained with continuation dots before"
' 0114:fixme:wscript:ActiveScriptSite_OnScriptError
instance.Clear() _
.Delay(1)
WScript.Echo "chained with continuation dots before2"
' 0114:fixme:wscript:run_script ParseScriptText failed: 80004005
instance _
.Clear() _
.Delay(1)
WScript.Echo "done"
--
Linux Wine.
> wine cscript test.vbs
0114:fixme:vbscript:parser_error L".Delay(1)\n\nWScript.Echo \"done\"\n":
"syntax error"
0114:fixme:wscript:ActiveScriptSite_OnScriptError ()
0114:fixme:wscript:run_script ParseScriptText failed: 80004005
--
Windows cscript
> cscript test.vbs
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
chained
Clear
Delay 1
chained with continuation dots after
Clear
Delay 1
chained with continuation dots before
Clear
Delay 1
chained with continuation dots before2
Clear
Delay 1
done
--
Some more notes:
* On wine by commenting out the last section you get a different error
* I have also seen different errors depending on weather the functions called
have arguments or not
* Other uses of underscore do seem to work. Eg multiline Dim, multiline if.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56669
Bug ID: 56669
Summary: AppDB: 'Maintainer status removed' email doesn't
mention the application involved
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: austinenglish(a)gmail.com
Distribution: ---
```
Maintainer status removed
-------------------------------------------------------
Your maintainer status has been removed because you have not logged into th=
e AppDB in over 24 months.
Best regards.
The AppDB team
https://appdb.winehq.org/
If you don't want to receive any other e-mail, please change your preferenc=
es:
https://appdb.winehq.org/preferences.php
```
This email should mention _what_ application was involved / include a link to
said 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.
https://bugs.winehq.org/show_bug.cgi?id=56670
Bug ID: 56670
Summary: AppDB: warn maintainers before removing their
maintainer privileges
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: austinenglish(a)gmail.com
Distribution: ---
I recently got a flood of emails:
```
Maintainer status removed
-------------------------------------------------------
Your maintainer status has been removed because you have not logged into th=
e AppDB in over 24 months.
Best regards.
The AppDB team
https://appdb.winehq.org/
If you don't want to receive any other e-mail, please change your preferenc=
es:
https://appdb.winehq.org/preferences.php
```
Fair enough, I haven't logged in, and shouldn't be a maintainer for those
applications. But a warning would've been nice..
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.