https://bugs.winehq.org/show_bug.cgi?id=48787
Bug ID: 48787
Summary: WineD3D C&C Generals Zero Hour takes a lot time to
load or maximize
Product: vkd3d
Version: 1.1
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: moceap(a)hotmail.com
As you know (C&C Generals Zero Hour) is an old game. And it use DirectX 8.1.
These type of games don't stable in current Windows' versions.
So WineD3D used to valid run them on Windows.
Using: C&C Generals Zero Hour (Last Version 1.04)
Windows 10 (1909)
WineD3D (From Wine 5.4)https://fdossena.com/?p=wined3d/index.frag
Both (Intel and AMD) cards tested
Expected Result: Works fine with high speed.
Actual Result: Very long time on maximize the game after minimize or switch to
another application
Long time on loading the game (Not happen on MS DirectX)
--
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=58839
Bug ID: 58839
Summary: kernel32.timeGetTime error when enabling speedhack in
Cheat Engine
Product: Wine
Version: 10.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Steps to reproduce:
1. Compile Wine with https://gitlab.winehq.org/wine/wine/-/merge_requests/9256
to work around Bug 58837
2. Run `wine CheatEngine76.exe` and when prompted to install additional
software, click "Skip All"
3. Run `wine 'C:\Program Files\Cheat Engine\Cheat Engine.exe'`
4. Click File, then Open Process, then double-click Cheat Engine
5. On the right side of the window, click the "Enable Speedhack" checkbox
An error dialog appears that says "Failure hooking
kernel32.gettickcount64:Error in line 77 (kernel32.timeGetTime:) :This address
specifier is not valid"
$ sha256sum CheatEngine76.exe
7f57ab6697f2d27604be2d63d03768612e6022a1c3b708507af8fb23d461428a
--
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=58804
Bug ID: 58804
Summary: Incorrect ConfigureNotify processing in xfce
Product: Wine
Version: 10.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: valy(a)etersoft.ru
CC: rbernon(a)codeweavers.com
Regression SHA1: 0f1d999bb878ea54214057d3662c116271ec4812
Distribution: ---
When switching from windowed mode to maximized mode in Notepad and back, a
situation arises in which the window retains its size as in maximized mode.
Example:
1) Launching wine notepad
2) A window opens with dimensions of 800x600
3) I switch to maximized mode and the window changes size to 1024x800
4) I switch to windowed mode, the window becomes 800x600 in size for a split
second, and eventually retains the size of 1024x800 (while the mode becomes
windowed)
The bug is reproduced in xfce, I did not observe this bug in mate.
After investigating the problem a bit, I noticed that this behavior is due to
incorrect processing of repeated ConfigureNotify requests with the value
send_event=True in X11DRV_ConfigureNotify.
This is a regression. The bug appears for the first time after the commit
https://gitlab.winehq.org/wine/wine/-/commit/0f1d999bb878ea54214057d3662c11…
, which added asynchronous event handling. Returning to the synchronous method
solves the bug
Version: wine-10.16-212-g6124fea1dde
--
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=48027
Bug ID: 48027
Summary: cmd pipe | not triggering ReadFile EOF
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Test program is find.exe as of wine commit
ccec532879ec14b2e79da08288152a69221ec4d1.
I implemented the program so it waits for ReadFile to return FALSE, that's when
the input is supposed to be over:
######
BOOL success = ReadFile(handle, buffer, 4096, &buffer_max, NULL);
if (!success)
return FALSE;
######
Now that's not right anyways, but it exposes a slight difference in Wine cmd:
1) Following input hangs on Wine, but not on Windows: "echo test | find test"
It works on Wine when using "winetricks -q cmd"
2) Following input hangs on both Windows and Wine: "find test < test.txt"
Wine's implementation of the pipe | uses the redirect operator < internally.
This leads to the pipe working differently on Wine, i.e. blocking ReadFile when
it's not supposed to.
I'm not aware of a real program being affected by that, just noting.
--
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=10349
Summary: Yukon Trail installer crashes at the end
Product: Wine
Version: 0.9.48.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=9017)
--> (http://bugs.winehq.org/attachment.cgi?id=9017)
Crash Log
After the Yukon Trail's installer is done installing, it crashes, taking the
file browser it spawns with it.
To reproduce:
-Run installer
-Complete installation
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=58181
Bug ID: 58181
Summary: Death to Spies: Moment of Truth requires 'if'
conditionals branches support
Product: vkd3d
Version: 1.15
Hardware: x86-64
URL: https://files.aspyr.com/support/DTS_Demo_Installer.zip
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Crashes with
<anonymous>:14:1: E5017: Aborting due to not yet implemented feature: Flatten
"if" conditionals branches.
1.15-293-g8882d324
--
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=58271
Bug ID: 58271
Summary: Window decoration issues in Wine with Wayland driver
Product: Wine
Version: 10.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: mexano222(a)gmail.com
Distribution: ---
Created attachment 78617
--> http://bugs.winehq.org/attachment.cgi?id=78617
default decorations
When running applications through Wine using the native Wayland driver,
windowed applications are not receiving proper window decorations (e.g.,
titlebars, borders) from the system window manager. Instead, Wine's default,
minimal, and visually unappealing decorations are displayed.
I have enabled option "Allow the window manager to decorate the windows" in
winecfg and it's working fine on Xwayland. But this option does not appear to
have any effect under native Wayland.
--
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=58815
Bug ID: 58815
Summary: Wine 10.17 is **completely** broken on i686/Fedora
42/X11
Product: Wine
Version: 10.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 79473
--> http://bugs.winehq.org/attachment.cgi?id=79473
Photoshop 7.0 Preferences
Wine i686 here.
I run IrfanView 32bit in it and I cannot access any application windows. I
press Options or About - nothing is shown.
I open Preferences in Photoshop 7.0x - I see 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.
http://bugs.winehq.org/show_bug.cgi?id=58890
Bug ID: 58890
Summary: Ashampoo burning studio 15
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lars_martin4(a)hotmail.com
Distribution: ---
Created attachment 79560
--> http://bugs.winehq.org/attachment.cgi?id=79560
burning studio 15
only start but look like 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.