https://bugs.winehq.org/show_bug.cgi?id=57366
Bug ID: 57366
Summary: GTArcade_Game of Throne : Winter is coming can't run
on my Zorin OS 17.2 core
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fassens(a)hotmail.fr
Distribution: ---
Created attachment 77331
--> https://bugs.winehq.org/attachment.cgi?id=77331
Problem Screen shot Game of Throne Winter is coming
On my Zorin OS 17.2 Core, i can't run the game of GT Arcade : Game of Throne
Winter is coming application.
See the bug report on attachment below.
--
Do not reply 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=53887
Bug ID: 53887
Summary: Wing Commander IV drawing offset on screen.
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jcarthew(a)gmail.com
Distribution: ---
Created attachment 73429
--> https://bugs.winehq.org/attachment.cgi?id=73429
ingame offset drawing
Wing Commander IV The Price of Freedom renders incorrectly in WINE. I have
tested this in a Virtual machine running Debian Squeeze 6.0 Wine 1.0.1 as well
as a current Debian Bookworm 12.0 Wine 7.20 installation. The error exists in
all versions of WINE. The display is drawn offset vertically down on the screen
from where it should be displaying.
--
Do not reply 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=57368
Bug ID: 57368
Summary: Invisible text in Dataflex program
Product: Wine
Version: 9.20
Hardware: x86-64
URL: https://www.plan-it.nl/#demo-download
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: FlorisRenaud(a)plan-it.nl
Distribution: ---
Created attachment 77332
--> https://bugs.winehq.org/attachment.cgi?id=77332
Login Window in Wine
In the Plan-IT workshop program, the text in the text boxes is invisible.
However, the text is there because it is possible to cut and paste the text.
0024:trace:bidi:GetCharacterPlacementA "DEBIAN", 6, 115, 0x00100000
0024:trace:bidi:text_mbtowc mapped "DEBIAN" -> L"DEBIAN"
0024:trace:bidi:GetCharacterPlacementW L"DEBIAN", 6, 115, 0x00100000
0024:trace:bidi:GetCharacterPlacementW lStructSize=36, lpOutString=00000000,
lpOrder=00000000, lpDx=00000000, lpCaretPos=00000000
lpClass=00000000, lpGlyphs=00000000, nGlyphs=6, nMaxFit=0
0024:fixme:bidi:GetCharacterPlacementW flags 0x00100000 ignored
0024:trace:bidi:BIDI_Reorder L"DEBIAN", 6, 0x00000002 lpOutString=00000000,
lpOrder=00000000
--
Do not reply 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=4209
Zhiyi Zhang <zzhang(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Regression SHA1| |e1259ff91a40d7d97fa730235e2
| |b7737b229f708
--
Do not reply 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=4209
Zhiyi Zhang <zzhang(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|wine-bugs(a)winehq.org |zzhang(a)codeweavers.com
--- Comment #14 from Zhiyi Zhang <zzhang(a)codeweavers.com> ---
I will take a look.
--
Do not reply 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=57363
Bug ID: 57363
Summary: Find window in Notepad++ does not become translucent
after losing focus
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: francisco278herrera(a)gmail.com
Distribution: ---
Find window in Notepad++ does not become translucent after losing focus
This might be a regression but when it did work the find window didn't have any
window decorations
T reproduce, using notepad++ version 8.7, press ctrl+f in notepad++ to open the
find window, and then click on the text document behind the find window. In
wine 9.20 the window doesn't become transparent when it loses focus and the
option for it is checked on the find window. In wine 9.0 it does become
transparent after losing focus if the option for it is checked in the find
window.
--
Do not reply 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=4209
Fabian Maurer <dark.shadow4(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dark.shadow4(a)web.de,
| |zzhang(a)codeweavers.com
--- Comment #13 from Fabian Maurer <dark.shadow4(a)web.de> ---
Since wine-8.20 the hook tests sample reports ACCESS_DENIED, the Bugslayer
program simply won't start recording.
Reason is
commit e1259ff91a40d7d97fa730235e2b7737b229f708
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Wed Oct 25 15:20:32 2023 -0500
win32u: Return ERROR_ACCESS_DENIED for WH_JOURNALRECORD and
WH_JOURNALPLAYBACK.
On > XP, settings WH_JOURNALRECORD or WH_JOURNALPLAYBACK hooks report
ERROR_ACCESS_DENIED
according to tests, even with administrator rights. PCSE_TERM depends on
this to not crash.
MSDN also says that journaling hooks APIs are unsupported starting in
Windows 11. Reject
journalling hooks unconditionally here because they have been broken for a
long time.
@Zhiyi Could you take a look? Because the program works just fine on windows 7,
and the hook program by Lauri Kenttä can also set their WH_JOURNALRECORD hook.
--
Do not reply 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=4123
Fabian Maurer <dark.shadow4(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dark.shadow4(a)web.de
--- Comment #15 from Fabian Maurer <dark.shadow4(a)web.de> ---
I tried on my Win7 VM, and the "Open with" entry is greyed out there as well.
Not sure there is a bug here.
--
Do not reply 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=57364
Bug ID: 57364
Summary: Wine slows down entire DE system with X11 at first
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: GermanAizek(a)yandex.ru
Distribution: ---
Wine version is unknown when the bug appeared, but it is critical because it
slows down other background multimedia processes, judging by discussion it was
fixed only on Wayland.
More info in reddit discussion:
https://www.reddit.com/r/winehq/comments/183jqxh/system_temporarily_freezes…
--
Do not reply 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=56902
Bug ID: 56902
Summary: wineconsole, FreePascal text mode IDE and silent key
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: margers.roked(a)inbox.lv
Distribution: ---
I have active Keyboard layout with apostrophe as a silent key for entering non
English characters.
wineconsole by itself work as expected.
When running FreePascal text mode IDE in wineconsole, silent key is not silent
anymore and pressing apostrophe does not send apostrophe character, but
something else.
Free Pascal available at
https://sourceforge.net/projects/freepascal/files/Win32/3.2.2/
fpc-3.2.2.i386-win32.exe
after installation run fp.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.