https://bugs.winehq.org/show_bug.cgi?id=57351
Bug ID: 57351
Summary: Starcraft Remastered | VRAM isn't being reported
correctly under Xwayland
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: darkk41(a)protonmail.com
Distribution: ---
In the game Starcraft Remastered, there is a setting (real-time lighting) that
to be turned on requires a GPU with at least 2GB of VRAM.
I have got an RTX 3070 ti with about 8GB of VRAM.
Under X11, I can toggle this setting and everything works correctly.
When playing in Wayland under Xwayland, the setting is greyed out and cannot be
enabled.
--
Do not reply 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=57374
Bug ID: 57374
Summary: WatchGuard System Manager hangs when connecting to
Management Server
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: mikebeutler84(a)gmail.com
Distribution: ---
Created attachment 77342
--> https://bugs.winehq.org/attachment.cgi?id=77342
Terminal output
WatchGuard System Manager 12.10.4 hangs when trying to connect to a management
server. It works only once on a fresh install, but fails on every subsequent
attempt. All other functions seem to work. The console reports GnuTLS error:
ASN1 parser: Error in DER parsing.
I have tested Fedora KDE 40's wine version 9.15 as well as 9.20 staging. I
also tested Kubuntu wine 9.12.
The software can be downloaded from
https://cdn.watchguard.com/SoftwareCenter/Files/WSM/12_10_4/WSM_12_10_4.exe.
The management server is an optional component of the install, and typically
goes on a separate computer.
--
Do not reply 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=57375
Bug ID: 57375
Summary: Remove some env vars for windowing libraries
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)sollybunny.xyz
Distribution: ---
Libraries such as SDL2 allow you to set the backend to attempt to use via env
var
A lot of games/programs do not error check and when these are set, the program
will then error silently
It would be nice to unset some env vars to prevent this from happening, this
could be done with a tab in winecfg which could also be used to set vars per
wine config
The defaults to remove I'm proposing are XDG_SESSION_TYPE and SDL_VIDEODRIVER
--
Do not reply 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=44238
Bug ID: 44238
Summary: PowerPoint 2000 disjointed graphics
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jpleonard12(a)gmail.com
Distribution: ---
Graphics become disjointed while scrolling with the slider bars. This happens
only at higher magnifications (when zoomed greater than 150%)
Graphics also do not always refresh properly when returning to application from
elsewhere on the desktop. Usually this is a black screen, which can be
refreshed with zoom 100%.
--
Do not reply 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=57371
Bug ID: 57371
Summary: Visual Studio installer is not fully loaded...
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: johnmagdy437(a)yahoo.com
Distribution: ---
Created attachment 77335
--> https://bugs.winehq.org/attachment.cgi?id=77335
a huge amount of fixme errors - visual studio installer
Visual studio installer is failing to load on my Ubuntu 22.04.5 amd64 (Wine 9)
x64 prefix... with a huge amount of fixme errors and the window is not fully
loaded (https://ibb.co/HzrP2tX). Please note that i was trying to install
Visual Studio Build Tools 2019 using winetricks
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57372
Bug ID: 57372
Summary: wine fails to compile on FreeBSD-15.0/aarch64
(dlls/ntdll/unix/signal_arm64.o)
Product: Wine
Version: 9.20
Hardware: x86-64
OS: FreeBSD
Status: NEW
Keywords: download, source
Severity: critical
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 77340
--> https://bugs.winehq.org/attachment.cgi?id=77340
build log
Note for those with cfarm access; this is on cfarm247.
I've built llvm-mingw-20241015 and it is available in $PATH.
`./configure && make` then fails with:
cc -c -o dlls/ntdll/unix/signal_arm64.o dlls/ntdll/unix/signal_arm64.c
-Idlls/ntdll -Iinclude -D__WINESRC__ -D_NTSYSTEM_ -D_ACRTIMP= -DWINBASEAPI=
-DWINE_UNIX_LIB -Wall -pipe -fcf-protection=none -fvisibility=hidden
-fno-stack-protector -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body -Wignored-qualifiers -Winit-self -Wpointer-arith -Wno-pragma-pack
-Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla
-Wwrite-strings -gdwarf-4 -fPIC -fasynchronous-unwind-tables -g -O2
$ grep -A1 error log.txt
dlls/ntdll/unix/signal_arm64.c:334:28: error: expression is not assignable
334 | FP_sig(sigcontext) = context->Fp; /* Frame pointer */
--
dlls/ntdll/unix/signal_arm64.c:335:28: error: expression is not assignable
335 | LR_sig(sigcontext) = context->Lr; /* Link register */
--
dlls/ntdll/unix/signal_arm64.c:336:28: error: expression is not assignable
336 | SP_sig(sigcontext) = context->Sp; /* Stack pointer */
--
dlls/ntdll/unix/signal_arm64.c:337:28: error: expression is not assignable
337 | PC_sig(sigcontext) = context->Pc; /* Program Counter */
--
dlls/ntdll/unix/signal_arm64.c:338:28: error: expression is not assignable
338 | PSTATE_sig(sigcontext) = context->Cpsr; /* Current State Register
*/
--
dlls/ntdll/unix/signal_arm64.c:339:57: error: expression is not assignable
339 | for (i = 0; i <= 28; i++) REGn_sig( i, sigcontext ) =
context->X[i];
--
$ cc --version
FreeBSD clang version 18.1.6 (https://github.com/llvm/llvm-project.git
llvmorg-18.1.6-0-g1118c2e05e67)
Target: aarch64-unknown-freebsd15.0
Thread model: posix
InstalledDir: /usr/bin
--
Do not reply 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=44893
Bug ID: 44893
Summary: SKSE64 fails to initialize correctly
Product: Wine
Version: 3.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: labmailssadur(a)gmail.com
Distribution: ---
SKSE64 complains about failing to allocate "trampoline" and subsequently fails,
even though the game itself (Skyrim SE) still launches.
Steps to reproduce:
1. Set up a 64-bit prefix.
2. Install Skyrim Special Edition via Steam.
3. Install SKSE64.
4. Launch SKSE64 (via Mod Manager, such as MO, or directly, doesn't matter)
5. Watch SKSE64 complain about said "trampoline".
This occurs whether you try to launch a modded or unmodded game, although when
trying to launch an instance that relies on SKSE64 (such as SkyrimSE with
SkyUI), the game is unable to proceed into its loding screen, but doesn't
complain about it.
I tried to find an issue report or something similar, but didn't find one, so I
am assuming this is an issue with Wine.
Further info:
Tested SKSE64 version 2.0.6 on SkyrimSE Runtime 1.5.23.0.8
--
Do not reply 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=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=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.
https://bugs.winehq.org/show_bug.cgi?id=57352
Bug ID: 57352
Summary: MSPaint (XP) stops responding when DRAW tool accessed
Product: Wine-staging
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wpha(a)aol.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I'm currently using WINE V 9.19 which I just updated.
95% of what I use it for, is the XP version of MSPAINT. It was working before
this recent update. When I try to select a draw tool like, box, circle, etc it
selects, then will not respond to any other clicks. Even selecting the [X]
won't close it for several seconds. A window titled Marko pops up, with an
option to force quit or wait. I have to force quit to exit. This is 100%
repeatable.
Let me know what additional info, if any, you require.
Note to the Dev Team, you guys quickly resolved my last problem when the
program just crashed out to desktop. THANK YOU! :)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57331
Bug ID: 57331
Summary: Wine mono Fails - Unexpected Checksum
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shaytzedaka123(a)gmail.com
Distribution: ---
Created attachment 77279
--> https://bugs.winehq.org/attachment.cgi?id=77279
Error Box
Freshly Installed Wine 9.19 (Dev Branch) on Ubuntu 24.04.1
(for some reason its giving me 9.19 and not 9.20 when downloading the latest
dev branch even after updating the repos)
When downloading wine mono it gives the error - Unexpected Checksum.
I have tested with two separate systems in two different countries.
message box is attached.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57357
Bug ID: 57357
Summary: Rivals of Aether II - keyboard not working
Product: Wine
Version: unspecified
Hardware: arm
OS: MacOS
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: limelipsfei(a)gmail.com
real quick, i'm not too knowledged and have put a lot of effort into fixing
issues with creating this bug report itself but i'll try my best, ill get into
that stuff later. the game
https://store.steampowered.com/app/2217000/Rivals_of_Aether_II/ isn't free so
that's also problem
while the game was a free demo, i asked for help generally and people in the
games discord were having the same issue: you cant use the keyboard at all,
doesn't matter if you were using wine or proton, this version or that version
or any particular app, you couldn't get it to work
recently sometime between the 20th and 24th, it got fixed in the hotfix branch
of proton, i'm just going off what i've been told so i'm a bit lost ... here
https://github.com/ValveSoftware/Proton/commits/bleeding-edge/ and yea it
started working for everyone and mac users don't have anything
unsure of how different proton is but maybe it'll help, i'll just quote what
someone said: "(unfortunately i faced too many skill issues to fix this myself)
Basically the way proton fixed this bug is with these 2 commits (i think):
https://github.com/ValveSoftware/wine/commit/6a541077af72c1dddc75a3c770ed4f…
and:
https://github.com/ValveSoftware/wine/commit/58f3d925d43ac1c6b8fe309e2d154c…
The issue comes from indexing input devices and properly processing them,
however, i genuinely have no idea where the chain starts or ends as i'm not
experienced with wine development or c. Compiling and plugging in the two files
into wine's system32 certainly doesn't work as well." so ... i dunno. some
multi keyboard support problem? 1 thing that works is that you can skip the
opening scene and get past the title screen with keyboard (press any key for
each) but in menus it breaks
anyway what i said i'll mention later, i'm unable to create a log, i've tried
through crossover and regular wine but it just stops adding to the log once the
game starts to launch (in crossover the blue line stops)
if i don't click the popup about launch parameters fast enough, the game won't
open at all + yeah i've tried to use both the game itself and steam when making
the log but i still have the same problem (iirc there's some "exited with bla
bla bla" thing that means... i forgot, but i don't have that thing at the end)
i've googled obviously but every time i tried to ask about it i got a "uh idk"
or no answer at all and don't want to be distributive to anyone so i'll just
leave things how they are and post this for now
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57234
Bug ID: 57234
Summary: Wine doesn't support URL redirects produced by apps
using OAuth.
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ezequiel.ezb(a)gmail.com
Distribution: ---
I’ve been trying to log into Notion and Notion Calendar, but without success.
These apps require logging into your Google account using OAuth. When selecting
this option, you’re redirected to your browser to log in. After logging in, a
URL starting with “cron://” is generated, such as:
"cron://calendar.notion.so/xxx/"
This URL should redirect to the originating app, but Wine doesn’t handle this
correctly. Solving this involves modifying xdg MIME types, which is complex and
imperfect. Associating a Wine app with the cron:// URL protocol means all such
URLs are sent to a single app, which may not be the correct one.
So I'm filing this bug report to because these apps are otherwise working
perfectly.
--
Do not reply 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=57101
Bug ID: 57101
Summary: regression: Battle.net fails to start in 9.16-staging
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lyon(a)pvfree.net
Distribution: ---
Created attachment 76982
--> https://bugs.winehq.org/attachment.cgi?id=76982
backtrace
After upgrading Wine from 9.15-staging to 9.16-staging Battle.net is not
starting anymore, ending up in debugger loop.
Tested with current and also a fresh 64-bit prefix.
Terminal output contains:
"wine: Unhandled exception 0x80000003 in thread 7c0 at address 696E00E1 (thread
07c0), starting debugger..."
Closing the error makes it pop up again shortly. In the past this usually meant
problems running the Agent.exe process.
System information:
Wine build: wine-9.16 (Staging)
Platform: x86_64 (guest: i386)
Version: Windows 10
Host system: Linux
Host version: 6.7.12+bpo-amd64
--
Do not reply 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=57193
Bug ID: 57193
Summary: Window surface scaling on High DPI displays make a
blurry applications !
Product: Wine
Version: 9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gizmo_1979(a)yahoo.it
Distribution: ---
Created attachment 77084
--> https://bugs.winehq.org/attachment.cgi?id=77084
screenshot
After upgrading to Wine 9.17, many (but not all) applications I use appear with
a blurry window and all characters are blurry. I set the resolution to 120 DPI.
At 96 DPI everything is in focus, but the elements are too small. With the
previous version of Wine everything was perfect even at 120 DPI.
--
Do not reply 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=57165
Bug ID: 57165
Summary: Drag'n'Drop stopped working in AIMP after upgrading to
9.17
Product: Wine
Version: 9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: romanio412(a)gmail.com
Distribution: ---
Hey! I've upgraded to 9.17 from 9.16 today and the drag'n'drop stopped working
in the AIMP music player. Downgrading back to 9.16 solves the problem.
There's no error in the logs, when dragging the file onto a player there's just
no visual feedback.
Happy to provide any additional information.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57307
Bug ID: 57307
Summary: wine 9.19 makes Profit to freeze when opening internal
windows
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: danielbermond(a)yahoo.com
Distribution: ---
The Profit application (from Nelogica) freezes when opening internal windows
with wine 9.19, like when clicking in menu item "Tools"->"Settings"
("Ferramentas"->"Configurações" in portuguese), or when simply typing the asset
name (or the time frame) to change it.
Works fine in wine 9.18, but wine 9.19 makes the application unusable, since a
user need to switch assets and the time frame all the time. When starting to
type the asset name (or the time frame), it freezes after an internal window
opens. The current wine git master have the same result at the time of writing.
A git bisect shows the offending commit as being:
https://gitlab.winehq.org/wine/wine/-/commit/5924ab4c5155d97f4b23a33e97258c…
It looks like the above commit tries to fix another bug
(https://bugs.winehq.org/show_bug.cgi?id=35331), but creates this one.
For Profit to work, it needs 'speechsdk' and 'msls31' from winetricks
installed. I also have 'riched20' installed for fixing bad unreadable fonts.
Tried in a new wineprefix with same results.
This is a financial market application very popular in Brazil, available at
www.nelogica.com.br (download link:
https://www.nelogica.com.br/produtos/bin/profitchart/Profit.exe).
Operating system: Arch Linux
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=57301
Bug ID: 57301
Summary: Corel Designer 9 don't start with 9.19 but works on
9.0
Product: Wine
Version: 9.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andreas.franz(a)arcor.de
Distribution: ---
Corel Designer 9 don't start with wine 9.19.
Started from terminal:
0204:fixme:atmlib:ATMProperlyLoaded stub
0204:fixme:atmlib:ATMFinish stub
0204:fixme:reg:RegQueryInfoKeyA security argument not supported.
0204:fixme:file:NtLockFile I/O completion on lock not implemented yet
0204:fixme:psdrv:ext_escape QUERYESCSUPPORT(4104) - not supported.
0204:fixme:psdrv:ext_escape QUERYESCSUPPORT(4104) - not supported.
malloc(): invalid size (unsorted)
0204:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception.
With 9.0 everything's fine. Log here:
016c:fixme:atmlib:ATMProperlyLoaded stub
016c:fixme:atmlib:ATMFinish stub
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial
are not available.
016c:fixme:reg:RegQueryInfoKeyA security argument not supported.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial
are not available.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial
are not available.
wine: Read access denied for device L"\\??\\X:\\", FS volume label and serial
are not available.
wine: Read access denied for device L"\\??\\X:\\", FS volume label and serial
are not available.
wine: Read access denied for device L"\\??\\X:\\", FS volume label and serial
are not available.
wine: Read access denied for device L"\\??\\X:\\", FS volume label and serial
are not available.
wine: Read access denied for device L"\\??\\X:\\", FS volume label and serial
are not available.
wine: Read access denied for device L"\\??\\X:\\", FS volume label and serial
are not available.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial
are not available.
016c:fixme:file:NtLockFile I/O completion on lock not implemented yet
016c:fixme:psdrv:ext_escape QUERYESCSUPPORT(4104) - not supported.
016c:fixme:psdrv:ext_escape QUERYESCSUPPORT(4104) - not supported.
016c:fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially
implemented
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.