http://bugs.winehq.org/show_bug.cgi?id=58660
Bug ID: 58660
Summary: HexEdit 2.0.9 does not draw its toolbar
Product: Wine
Version: 10.13
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 79238
--> http://bugs.winehq.org/attachment.cgi?id=79238
Screenshot Win 11 OK
HexEdit 2.0.9 does not draw its toolbar
HexEdit 2.0.9 from https://github.com/strobejb/HexEdit/releases/tag/v2.0.9
--
Do not reply 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=58659
Bug ID: 58659
Summary: Test pattern page shows currently in the lower half
text with strikethrough format.
Product: Wine-Testbot
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
This strikethrough format starts within the sapi:tts box:
https://test.winehq.org/data/patterns.html#sapi:tts
And looks like it originates from following patch summary
using a single <s> tag:
sapi/xml: Parse the <p> and <s> SSML elements.
https://gitlab.winehq.org/wine/wine/-/commit/304b3dc880
Maybe following simple modification is already enough to avoid this?
winetest/build-patterns
@@ -1189,3 +1189,3 @@ sub write_commits($$)
short_date($build->{date}),
- $commit->{summary});
+ escapeHTML($commit->{summary}));
if ($scope eq "R" or $scope eq "U")
https://gitlab.winehq.org/winehq/tools/-/blob/master/winetest/build-pattern…
In the index page I think this commit subject is escaped this way here:
https://gitlab.winehq.org/winehq/tools/-/blob/master/winetest/build-index?r…
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
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.