https://bugs.winehq.org/show_bug.cgi?id=56463
Bug ID: 56463
Summary: Warframe launcher is rendered incorrectly
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: pmargeti34(a)gmail.com
Distribution: ---
Created attachment 76228
--> https://bugs.winehq.org/attachment.cgi?id=76228
Only few controls aren't rendered black
Warframe launcher window paints most of it's surface area black. Exception are
control located in the top right corner. It can still be interacted with,
cursor changes to hand pointer over the PLAY button and it does launch the game
(which works flawlessly in wayland mode otherwise)
Possibly related? https://bugs.winehq.org/show_bug.cgi?id=56014#c1
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56623
Bug ID: 56623
Summary: wineboot --shutdown doesn't do anything
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: ---
Running "wineboot --shutdown" doesn't do anything.
1. wine notepad
2. wineboot --shutdown
Apologies if this is a duplicate but I couldn't find a bug open for it
anywhere.
"wineboot --end-session" is similar.
"wineboot --kill" works, but that's a last resort.
Any app that starts a background service will run forever, as it should, but
there needs to be a way to shut it down.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=56381
Bug ID: 56381
Summary: "type" does not support binary files
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: dan(a)coneharvesters.com
Distribution: ---
"type" truncates binary files when redirecting the output to stdout. For
example:
c:\>type c:\windows\winhelp.exe >foo
c:\>dir c:\windows\winhelp.exe foo
Volume in drive c has no label.
Volume Serial Number is 0000-0000
Directory of c:\windows
28/02/2022 5:32 PM 257 winhelp.exe
1 file 257 bytes
0 directories
Directory of c:
29/02/2024 1:21 PM 2 foo
1 file 2 bytes
0 directories 19,394,506,752 bytes free
The file is truncated after the second byte (byte 3 is NUL). Windows 10 and
Windows XP copy the entire file in this case. However, Windows 95 truncates the
file.
This is causing real-world compatibility issues, as the z88dk compiler suite
inexplicably uses "type" to copy binary files like this 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.
http://bugs.winehq.org/show_bug.cgi?id=16214
Summary: Copy command does not work as expected
Product: Wine
Version: 1.0.1
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
>From Launchpad: https://bugs.edge.launchpad.net/ubuntu/+source/wine/+bug/272921
In Windows, the COPY command run in a command prompt allows users to
concatenate files by using a plus ("+") operator, for example:
copy file1+file2 outfile
In wine's cmd.exe, it seems to read file1+file2 as a single path and therefore
outputs a "Path Not Found". Also, it does not recognize the "con" keyword used
to represent stdout/stdin. Therefore another method of concatenating files:
copy file1 outfile
copy file2 con >> outfile
does not work either.
My Ubuntu version is 8.04, AMD64 architecture, though I have seen the same
issue on the x86 version as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58657
Bug ID: 58657
Summary: Reference to swapchain not removed when swapchain is
destroyed
Product: Wine
Version: 10.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gingyu02(a)gmail.com
Distribution: ---
While using OpenGL renderer,when a swapchain is removed,some references to it
(such as surfaces,contexts) are not removed,resulting in a null pointer error
when calling related fuctions.
--
Do not reply 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=58656
Bug ID: 58656
Summary: Fatal error running Enterprise Architect
Product: Wine
Version: 10.14
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: modstrcil(a)herrera.unt.edu.ar
Distribution: ---
Created attachment 79235
--> http://bugs.winehq.org/attachment.cgi?id=79235
Output error file
I run Sparx System Enterprise Architect 6.5.801 and when I open a Diagram, It
crashes with the messagge below:
Unhandled exception: page fault on write access to 0x829f4000 in wow64 32-bit
code (0x05ec18a5).
I did not have problems until the last S.O update.
There is more information in the attached file.
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=58655
Bug ID: 58655
Summary: Wine only works on seat0 of multi seat setup in Xorg
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: jamaggs(a)gmail.com
Distribution: ---
Created attachment 79234
--> http://bugs.winehq.org/attachment.cgi?id=79234
Output of WINEDEBUG=+x11drv,+x11settings wine notepad.exe &> wine.log before
and after registory import of "UseXRandR"="N"
I have a multi-seat setup.
Wine works fine on seat0 but not on seat1. On seat1 whatever program I try to
open it just kind of hands and never shows any window.
This seemed to start with wine version 6 so until recently I just stuck with 5
but I'm now trying to sort this.
With the help of AI, I discovered that this is probably an issue with the use
of randr. Specifically, if I import this into my registry then I can get Wine
to work with seat1 too, though this does lead to some other issues (I don't
think Wine can then change the resolution so I have to do it manually before
starting any games).
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\X11 Driver]
"UseXRandR"="N"
I am attaching the output of this before and after adding the above line:
WINEDEBUG=+x11drv,+x11settings wine notepad.exe &> wine.log
Many thanks for your help!
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58654
Bug ID: 58654
Summary: Crash when running Kontakt 8 standalone binary
Product: Wine
Version: 10.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 31core(a)tutanota.com
Distribution: ---
Created attachment 79232
--> http://bugs.winehq.org/attachment.cgi?id=79232
Console stdout and stderr output
Crash when running Kontakt 8 standalone binary using wine 10.14
--
Do not reply 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=58653
Bug ID: 58653
Summary: winewayland: Mouse pointer locking fails with extreme
camera sensitivity in 3D applications when using
fractional scaling on GNOME/Wayland
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: winehq.extras599(a)passmail.net
Distribution: ---
Created attachment 79230
--> http://bugs.winehq.org/attachment.cgi?id=79230
Demonstration of failed mouse lock and extreme sensitivity with 150% fractional
scaling enabled.
When running a 3D application (in this case, Roblox Studio) using the
winewayland driver, the mouse pointer fails to lock to the window when it
should (e.g., holding right-click to pan the camera). This also causes the
camera to move at an extremely high and uncontrollable speed.
This issue only occurs when fractional scaling is enabled in the host Linux
desktop environment (e.g., 150% scaling on GNOME). The bug is not present when
using integer scaling factors like 100% or 200%.
Changing the screen DPI setting within winecfg does not fix or mitigate the
issue when fractional scaling is active.
Steps to Reproduce:
1. Use a Linux desktop environment on Wayland (e.g., GNOME on Fedora 42).
2. Enable fractional scaling in the display settings (e.g., 150%).
3. Run a 3D application that uses relative mouse motion and requires
pointer locking (e.g., Roblox Studio).
4. In the application's 3D viewport, perform the action to lock the mouse
and pan the camera (e.g., hold the right mouse button).
5. Move the mouse.
Actual Results:
The mouse cursor does not lock or hide. It remains visible and can move outside
the application window. Any small mouse movement causes the in-game camera to
spin around at an uncontrollably high velocity.
Expected Results:
The mouse cursor should lock (become confined to the window) and hide. Mouse
movements should translate to smooth and controllable camera panning at a
normal sensitivity. This expected behavior occurs correctly when system display
scaling is set to 100% or 200%.
System Information:
OS: Fedora Linux 42
Kernel Version: 6.15.9-201.fc42.x86_64
Display Server: Wayland (GNOME)
CPU: AMD Ryzen 9 7940HS
GPU: AMD Radeon RX 7700S [Discrete] / AMD Radeon 780M [Integrated]
Memory: 27.20 GiB
Additional Notes:
This bug was reproduced while running Roblox Studio via the Vinegar Flatpak
project, which utilizes Wine. The issue appears to be independent of the
application itself and points to a problem in how the winewayland driver
handles pointer coordinates and locking events when the Wayland compositor is
using a fractional scale factor.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.