http://bugs.winehq.org/show_bug.cgi?id=31814
Bug #: 31814
Summary: Gecko should clean up when upgrading
Product: Wine-gecko
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P5
Component: wine-gecko-unknown
AssignedTo: jacek(a)codeweavers.com
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
As you move from one version of Gecko to another (by upgrading Wine), the
number of times Gecko is installed increases. Gecko should remove the old
versions if they are no longer needed.
$ rm -rf ~/.wine ; wine-git wineboot ; du -s ~/.wine
234680 /home/test/.wine
$ rm -rf ~/.wine ; wine-1.1.25 wineboot ; sleep 4s ; wine-1.2.3 wineboot ;
sleep 4s ; wine-1.3.20 wineboot ; sleep 4s ; wine-1.5.6 wineboot ; sleep 4s ;
wine-1.5.12 wineboot ; sleep 4s ; du -s ~/.wine
369400 /home/test/.wine
At the moment the amount of additional disk space isn't enormous, but if
multiple users are updating Wine on the same machine the amount of disc space
used can increase dramatically.
The uninstall from the Control Panel just removes the listing, it doesn't
actually delete any files.
In real world use I don't think people will be updating in the fashion shown
above, but it may be something worth thinking about.
--
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=50422
Bug ID: 50422
Summary: (regression) Multiple games (Horizon Zero Dawn,
Serious Sam 4) crash on start on Nvidia due to missing
unwrap for VK_OBJECT_TYPE_SURFACE_KHR
Product: Wine
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: pgofman(a)codeweavers.com
Distribution: ---
That happens since the following commit:
commit bff6bc6a79ffc3a915219a6dfe64c9bcabaaeceb
Author: Georg Lehmann <dadschoorse(a)gmail.com>
Date: Tue Oct 13 19:28:37 2020 +0200
winevulkan: Implement VK_EXT_debug_utils.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49813
Signed-off-by: Georg Lehmann <dadschoorse(a)gmail.com>
Signed-off-by: Liam Middlebrook <lmiddlebrook(a)nvidia.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
Some details and the link to a WIP fix is available here:
https://www.winehq.org/pipermail/wine-devel/2020-November/177282.html
--
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=48127
Bug ID: 48127
Summary: In SOA 1.1.2.178, at boot time of the level "Unknown
error"
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: yurikazakov9184(a)gmail.com
Distribution: ---
Created attachment 65716
--> https://bugs.winehq.org/attachment.cgi?id=65716
This error in stderr
The error does not appear every time, but randomly. I have to click "Repeat"
and then click on the tab or double-click the icon in the virtual desktop to
continue playing.
--
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=50769
Bug ID: 50769
Summary: notepad: menu bar items and title text are not
translated.
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Regression SHA1: ff6a3433c5cc8991b6716c502ad9c69d495bf07f
Distribution: Ubuntu
I built recent git version of Wine, wine-6.3-42-g3c2db20f668. In Japanese
locale, notepad.exe and other Wine apps show English text in menu bar and title
bar instead of Japanese text. Wine 6.3 release doesn't have this issue.
Steps to reproduce:
1) verify that you have Japanese locale support.
In other words, locale -a | grep ja_JP should output ja_JP.utf8.
2) launch wine notepad in Japanese locale,
LANG=ja_JP.UTF-8 wine notepad.exe
Actual result:
Menu bar items and title text are written in English.
For instance, File, Edit, Untitled, Notepad.
Expected result:
Menu bar items and title text are written in Japanese.
For instance, ファイル(F), 編集(E), 無題, メモ帳.
git bisect shows the first bad commit is:
commit ff6a3433c5cc8991b6716c502ad9c69d495bf07f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Sun Feb 28 11:30:37 2021 +0100
ntdll: Store the locales in Wine-specific environment variables.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/kernelbase/locale.c | 43 ++++++++++++++++++++++++++++++++++++------
dlls/ntdll/locale.c | 36 -----------------------------------
dlls/ntdll/unix/env.c | 19 ++++++-------------
dlls/ntdll/unix/loader.c | 1 -
dlls/ntdll/unix/unix_private.h | 1 -
dlls/ntdll/unixlib.h | 5 +----
6 files changed, 44 insertions(+), 61 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.
https://bugs.winehq.org/show_bug.cgi?id=48879
Bug ID: 48879
Summary: PhysX-9.12.1031-SystemSoftware.msi error at install
Product: Wine
Version: 5.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: animegirl(a)stronzi.org
Distribution: ---
Created attachment 66817
--> https://bugs.winehq.org/attachment.cgi?id=66817
wine log
Latest wine.
--
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=50731
Bug ID: 50731
Summary: All Winelib applications built with winegcc/wineg++
segfault on startup as of Wine 6.3
Product: Wine
Version: 6.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winelib
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)robbertvanderhelm.nl
Distribution: ---
As of some commit between Wine 6.2 and Wine 6.3 (I haven't done a bisect yet)
all Winelib applications compiled with winegcc/wineg++ segfault on startup. To
reproduce this, create a file named `main.cpp` with the following contents and
compile this with `wineg++ -o main main.cpp`:
```cpp
#include <iostream>
int main(int argc, char* argv[]) {
std::cout << "Hello, World!" << std::endl;
}
```
Running this with plain Wine 6.3 results in a segfault, and I'm not getting any
symbols in GDB backtrace. Running the same binary with Wine Staging 6.3 results
in a `0100:err:seh:segv_handler_early Got unexpected trap 14 during process
initialization` after which the application terminates.
--
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=50263
Bug ID: 50263
Summary: Entropia Universe: Won't Start the Game from Client
Loader
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: verminator(a)gmx.net
Distribution: ---
Created attachment 68798
--> https://bugs.winehq.org/attachment.cgi?id=68798
short log with exception-line
Starting the game shows the legal stuff and after accepting it the Client
Loader appears. In the Client Loader the Start-button usually switches to
full-screen mode and shows the login-screen.
However, since a few versions of Wine that's not happening, but the
Start-button gets disabled for a bit it becomes enabled shortly afterwards. And
that's it.
I also have Lutris running Wines lutris-5.7-4-x86_64 and lutris-5.7-11-x86_64
and both run fine.
--
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=50678
Bug ID: 50678
Summary: Filmotech v3.91 x64: partial black area
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)le-garrec.fr
Distribution: ---
Created attachment 69401
--> https://bugs.winehq.org/attachment.cgi?id=69401
screeshot_filmotech.png
This bug is for wine-staging 6.2. With wine-vanilla, wine crashes.
After install
https://www.filmotech.fr/logiciel/Filmotech/PC/Installation_Filmotech_64-bi…
(9fe6d4520b9e1e1fc5a8b3e0d50373005c465121
Installation_Filmotech_64-bit_391.exe)
And imported few movies, I have an area that is always black. See attached
file.
Version wine-6.2 (Staging)
--
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=36697
Bug ID: 36697
Summary: PlayOn won't install
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lyriclover(a)gmail.com
Created attachment 48743
--> http://bugs.winehq.org/attachment.cgi?id=48743
Backtrace log for PlayOn error
I paid for a lifetime of PlayOn before Windows crashed on me for the last time.
Now I'm strictly a Linux Lady :-)
Wine won't successfully open PlayOn
It starts to install but then fails.
--
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=50786
Bug ID: 50786
Summary: WINEPATH env var broken by "ntdll: Set environment
variables from the registry on the Unix side."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: julliard(a)winehq.org
Regression SHA1: f6e64c55f2ddcb92a9ff53f18d1b12f366dd4036
Distribution: ---
Since f6e64c55f2ddcb92a9ff53f18d1b12f366dd4036, "ntdll: Set environment
variables from the registry on the Unix side.", the WINEPATH env variable no
longer seems to have an effect for prepopulating the PATH variable on the wine
side, in particular for allowing dependent DLLs to be found.
--
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.