https://bugs.winehq.org/show_bug.cgi?id=55029
Bug ID: 55029
Summary: Wishlist: do reflink on CopyFileW for WINEPREFIX size
reduction
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: arthur200126(a)gmail.com
Distribution: ---
The current implementation of CopyFileW consists of a simple read-write loop.
This of course is completely fine in terms of Windows emulation, but one of the
consequences is huge file size inflation when setting up things like a
WINEPREFIX: on a wine 7.7-staging 64-bit install, each fresh prefix takes up
1.2 GiB: 619M of that is System32, and Syswow64 520M.
Doing reflink on the CopyFileW interface (which is what rundll32 uses to get
wine.ini set up) would greatly reduce the disk space burden associated with
setting up a fresh prefix. Removal of real disk IO would also make the process
a lot faster. Back in GNU land, the `cp` utility has been doing reflink by
default since June 2020.
--
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=36447
Bug ID: 36447
Summary: Test for exe date fails - Avanti
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marawuti0(a)gmail.com
Avanti [http://www.avanti.arrozcru.org/] tests the ffmpeg.exe for a minimum
date. This fails under Wine but the identical downloaded files work fine under
Windoz.
I was using Avanti-078.7z (released 06-05-2014) [May 6] and
ffmpeg from http://ffmpeg.zeranoe.com/builds/ Version: git-4cdea92
(2014-05-07)
--
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=56636
Bug ID: 56636
Summary: Pantheon - timeout while trying to download manifest
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq_bugzilla(a)yahoo.com
Distribution: ---
Created attachment 76408
--> https://bugs.winehq.org/attachment.cgi?id=76408
Console ouput
During the installation process of Pantheon game, the installer fails with
timeout error when trying to download manifest.
The url used in a browser works fine, same with a curl call, so i guess the
problem is specific to getting the manifest through wine.
Pantheon cannot be obtained for free.
Console log 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=51386
Bug ID: 51386
Summary: ln.exe needs KERNEL32.dll.FindFirstFileNameW
Product: Wine
Version: 6.12
Hardware: x86-64
URL: https://web.archive.org/web/20210530064017/https://sch
inagl.priv.at/nt/ln/ln.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: awineuser(a)mail.com
Distribution: Ubuntu
ln.exe, a command line utility that works with hard links and symbolic links,
can crash during a "deloreon copy" (incremental backup). Specifically, the
command used was this:
ln --backup --unroll --1023safe --progress --delorean <source directory>
<previous backup dir> <new backup dir>
When it crashes, the terminal output says:
wine: Call from 7BC2980A to unimplemented function
KERNEL32.dll.FindFirstFileNameW, aborting
Sometimes the command completes without crashing, so apparently it doesn't
always call this function?
Note: the 32-bit version of ln.exe was used. I haven't tested the 64-bit
version.
--
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=55448
Bug ID: 55448
Summary: Motor4MX crashes due to HLSL syntax error 'unexpected
KW_DOUBLE'
Product: vkd3d
Version: 1.8
Hardware: x86-64
URL: http://www.gamepressure.com/download.asp?ID=21182
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
0024:err:d3dcompiler:D3DCompile2 <anonymous>:114:1: E5000: syntax error,
unexpected KW_DOUBLE
--
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=56895
Bug ID: 56895
Summary: So Blonde (demo): font display bug (regression)
Product: Wine
Version: 9.12
Hardware: x86-64
URL: https://www.gamepressure.com/download.asp?ID=19123
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: memax(a)gmx.fr
Regression SHA1: 95999accf6c1ece887788bf6f827a34288744fba
Distribution: Ubuntu
Game: "So Blonde" demo (download link provided).
OS: Ubuntu 24.04 LTS 64bit.
NVIDIA Driver Version (proprietary): 535.183.01.
Description:
The fonts are displayed too brightly and without their black outlines (see
screenshots).
Here is the result of the regression test:
95999accf6c1ece887788bf6f827a34288744fba is the first bad commit
commit 95999accf6c1ece887788bf6f827a34288744fba
Author: Elizabeth Figura <zfigura(a)codeweavers.com>
Date: Sat May 4 13:35:04 2024 -0500
wined3d: Default diffuse to 1.0 in the vertex shader.
dlls/d3d9/tests/visual.c | 10 ++++------
dlls/wined3d/context_gl.c | 19 ++-----------------
dlls/wined3d/glsl_shader.c | 5 ++++-
dlls/wined3d/utils.c | 2 ++
dlls/wined3d/wined3d_gl.h | 3 +--
dlls/wined3d/wined3d_private.h | 3 ++-
6 files changed, 15 insertions(+), 27 deletions(-)
--
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=16367
Summary: multimedia keys not available for wine applications
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc.menghin(a)gmail.com
Some applications like Winamp use global hotkeys. Hotkeys work fine in Gnome
for me but do not work in Winamp (Can't set them in the Winamp config). Other
keys work fine there.
It looks like multimedia keys are not forwarded to a application running with
Wine.
Ubuntu 8.10, Wine 1.1.10 (Winamp 5.541)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=53242
Bug ID: 53242
Summary: Bizhawk emulator memory leak
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theoc284(a)gmail.com
Distribution: ---
When running Bizhawk, there is a very fast memory leak. It appears to happen
the most with RTC's modified variant found here: https://redscientist.com/rtc
To get the dependencies that are needed to run on WINE, follow this guide:
https://corrupt.wiki/rtcv/other-rtc-guides/running-rtcv-on-linux
The memory leak is very fast, at roughly 50-200MB/sec
If you want to test the bug, Steam has a collection of ROMs with an emulator
called the Sega Genesis and Mega Drive classics collection. If you own it, go
to your Steam directory, steamapps, common, Sega Classics, then you can find
the ROMs in "Uncompressed ROMs".
--
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=52839
Bug ID: 52839
Summary: Possible regression: Application menu bar entries
disappear when opening the corresponding menu
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: scallegari(a)arces.unibo.it
Distribution: ---
Created attachment 72235
--> https://bugs.winehq.org/attachment.cgi?id=72235
Screenshot showing the issue
With recent updates to wine, I have noticed that in the LTSpice application the
menu bar entries disappear when opening the corresponding menu.
The problem is illustrated in the attached screenshot where the "Edit" menu is
opened and the "Edit" menu bar entry becomes invisible in the process.
I do not know if the problem is specific to LTSpice or if it happens in other
applications as well. Nonetheless, I think that correcting the issue in LTSpice
would be both useful and important. In education LTSpice is probably (one of)
the most used circuit simulator with an integrated schematic capture and
waveform viewer that happens to be both unrestricted and free (although as in
beer only). Furthermore, its documentation actively advertises wine as the way
to use it under 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=53559
Bug ID: 53559
Summary: Cult of the Lamb leaks memory due to mfplat
unsupported service
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: joseskvolpe(a)gmail.com
Distribution: ---
Created attachment 72923
--> https://bugs.winehq.org/attachment.cgi?id=72923
Log output
After the developer opening, the game tries to reproduce another video. You can
hear the sound playing, but the video fails to load. The game seems to try to
load the video again and finds itself in a failing loop, leaking memory.
While trying to reproduce the intro video, the game spams to the log:
>fixme:mfplat:media_source_get_service_GetService Unsupported service {dd0ac3d8-40e3-4128-ac48-c0add067b714}.
This issue (memory leak) doesn't occurs on Proton, but the intro video still
can't be reproduced.
Procedure:
1 - Open up the game
2 - Wait until the first intro (Massive Monster opening) ends
3 - Watch for the system monitor that RAM is leaking. Kill the application or
else it'll freeze your system
Game is paid and can be downloaded from Steam or GOG. Their official page:
https://www.cultofthelamb.com/
--
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.