https://bugs.winehq.org/show_bug.cgi?id=39742
Bug ID: 39742
Summary: Heroes of Might and Magic 5 does not work (empty
screen)
Product: Wine
Version: 1.8-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galdralag(a)bk.ru
Distribution: ---
Heroes of Might and Magic 5 does not work.
When starting game shows only first splash screen.
After splash game starts intro video and it is not shown. But sound exists.
This occurs since 1.55.
In version 1.54 all ok.
--
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=56510
Bug ID: 56510
Summary: Kingdom Hearts 3 video stuck on black screen
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Blisto(a)protonmail.com
Distribution: ---
When launching Kingdom Hearts 3 it will first play a video showing some company
logos and after that the game will get stuck on a black screen. I gather it is
supposed to play another video here and that it may be media foundation
shenanigans.
--
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=56507
Bug ID: 56507
Summary: jscript memory sink
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: jscript
Assignee: wine-bugs(a)winehq.org
Reporter: k.kahurani(a)gmail.com
Distribution: ---
Hello
I have observed that jscript cannot handle the execution of scripts
concurrently.
In other words, though, this might not be the correct observation jscript
doesn't release bytecode after compiling.
--
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=54807
Bug ID: 54807
Summary: some apps hangs at exit (regression)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: roxmail(a)list.ru
Distribution: ---
Since wine-6.5 Keil UV4 C51 (demo) hang at exit or close project (not always,
but most likely).
d144890c88c69c937b5e3ffa9b85d0d9d475c44d is the first bad commit
commit d144890c88c69c937b5e3ffa9b85d0d9d475c44d
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Mon Mar 22 23:04:29 2021 -0500
ntdll: Hold fd_cache_section while removing and closing handles.
Otherwise, it's possible for the old handle to be re-added to the cache
between
removing and closing it.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
this change fix it (at least for wine-8.4 and early, i suppose it partially
revert this commit):
diff -urN a/dlls/ntdll/unix/server.c b/dlls/ntdll/unix/server.c
--- a/dlls/ntdll/unix/server.c 2023-03-25 10:41:17.844720197 +0300
+++ b/dlls/ntdll/unix/server.c 2023-03-25 10:41:34.456106724 +0300
@@ -1777,6 +1777,8 @@
* retrieve it again */
fd = remove_fd_from_cache( handle );
+ server_leave_uninterrupted_section( &fd_cache_mutex, &sigset );
+
SERVER_START_REQ( close_handle )
{
req->handle = wine_server_obj_handle( handle );
@@ -1784,8 +1786,6 @@
}
SERVER_END_REQ;
- server_leave_uninterrupted_section( &fd_cache_mutex, &sigset );
-
if (fd != -1) close( fd );
if (ret != STATUS_INVALID_HANDLE || !handle) return ret;
--
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=26303
Summary: Rayman 2 Demo menu item doesn't work until you remove
a backslash
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
ftp://ftp.ubisoft.com/Rayman2/rayman2high.zip
(sha1sum 14b2ad6f41e2e1358f3a4a5167d67a7111ea4fb5 )
is a cute little game that works well if you do
winetricks-alpha vd=640x480 dinput
and run it with
wine c:\\UbiSoft\\Rayman2Demo\\Rayman2Demo.exe
but it fails if you use the freedesktop.org icon placed
on the desktop or in the system menus. The icon target is
env WINEPREFIX="$HOME/.local/share/wineprefixes/rayman2_demo" wine
C:\\windows\\UbiSoft\\SetupUbi.exe -play\ Rayman2
That command in a terminal reproduces the error.
Removing the backslash between 'play' and 'Rayman2'
works around the problem, and lets you start the game from the menus.
And commenting out the line
case ' ':
in winemenubuilder.c in escape() also works around the bug.
Are there programs that rely on spaces being escaped in fdo desktop entries?
--
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=56341
Bug ID: 56341
Summary: Ubisoft Connect crashes with UplayWebCore.exe
Product: Wine
Version: 9.2
Hardware: x86-64
URL: https://ubistatic3-a.akamaihd.net/orbit/launcher_insta
ller/UbisoftConnectInstaller.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 76069
--> https://bugs.winehq.org/attachment.cgi?id=76069
+seh
Crashes before login window with UplayWebCore.exe error.
wine-9.2-162-g90103fa07e5
--
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=22692
Summary: Total Commander: When copying a file the progress bar
is not updated except at the end
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://www.ghisler.com/amazons3.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Press F5 to copy a large file (200MB), notice the progress bar looks empty and
it shows "0 %" all the time; after a while, if you keep staring at it, right at
the end it is updated and looks full.
I guess whatever library is doing the copying does not report back the
progress, except at the end..
Total Commander 7.50a
wine-1.1.44
Ubuntu 10.04 64
--
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=43881
Bug ID: 43881
Summary: GOG LEGO Batman: broken graphics due to shader
compiling failure
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: farmboy0+winehq(a)googlemail.com
Distribution: ---
The shader contains a string declaration like this:
string description = "Ubershader"
This leads to the following output:
trace:d3dcompiler:compile_shader Checking compilation target "vs_3_0"
trace:d3dcompiler:push_scope Pushing a new scope
fixme:hlsl_parser:hlsl_parse Array.
trace:d3dcompiler:compilation_message :144:7: error: syntax error, unexpected
KW_STRING
--
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=53814
Bug ID: 53814
Summary: TMUnlimiter 1.2.0.0 unable to find configuration INI
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
TrackMania Nations Forever 2.11.26
(https://nadeo-download.cdn.ubi.com/trackmaniaforever/tmnationsforever_setup…)
TMUnlimiter 1.2.0.0
(https://trackmania-unlimiter.software.informer.com/download/)
Running TMUnlimiterConfigurator.exe gives an error message:
---------------------------
Error
---------------------------
Failed to read TMUnlimiter.ini file. Make sure that this file is in the same
directory.
If you have it, try to run application with administrator rights.
---------------------------
OK
---------------------------
Also, when changing settings directly in the INI then starting the game, the
changed settings are not recognized.
--
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.