https://bugs.winehq.org/show_bug.cgi?id=37716
Bug ID: 37716
Summary: GTAVC in virtual desktop starts minimized
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
After wine upgrade launching GTAVC in wine virtual desktop doesn't show
anything on screen of the virtual desktop. I can hear sound from intro video
though. In fact, I can click on the GTAVC icon at the bottom-left, then a menu
appears, selecting "Restore" in which gives me the game window and allows
playing.
Here's the git-bisect result
45d530461bf29c953f5f4532cc0e917b4c4fc296 is the first bad commit
commit 45d530461bf29c953f5f4532cc0e917b4c4fc296
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Thu Nov 13 20:39:25 2014 +0100
wined3d: Minimize device windows on focus loss.
:040000 040000 7711e853d780f4c05cc8ae578ff45462fb9ec7f7
63f0b55f65e85a8895ac0d1ef0ee94dbb5595db6 M dlls
PS: I'm using glib-2.30 with wine, so I can watch/hear the intro videos. I
think similar problem would be for those with new glib and disabled wine-gst.
--
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=47617
Bug ID: 47617
Summary: Visual C++ 2017 runtime version 14.11.25325 no longer
installs in 32-bit-only Wine bottles
Product: Wine
Version: 4.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 65046
--> https://bugs.winehq.org/attachment.cgi?id=65046
Console output
Steps to reproduce:
1. Delete ~/.wine
2. Download VC_redist.x86.exe from
https://go.microsoft.com/fwlink/?LinkId=746571
3. Run `WINEARCH=win32 VC_redist.x86.exe`
The program simply exits without showing any GUI. Console output is attached.
Strangely, if WINEARCH=win64, the installer works fine. A regression test said:
948fc851867da01f09c84ad83df6f4eddc74fdf3 is the first bad commit
commit 948fc851867da01f09c84ad83df6f4eddc74fdf3
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 22 11:36:54 2019 +0200
ntdll: Add support for loading PE builtin dlls.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/ntdll/loader.c | 231 ++++++++++++++++++++++++++++++++++++++++++++++------
1 file changed, 208 insertions(+), 23 deletions(-)
Runtime version 14.16.27033 works fine on 32-bit-only Wine 4.13.
$ sha256sum VC_redist.x86.exe
2da11e22a276be85970eaed255daf3d92af84e94142ec04252326a882e57303e
--
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=48284
Bug ID: 48284
Summary: Unhandled exception: page fault on write access to
0x00000040 in 32-bit code (0x010b1776).
Product: Wine
Version: 4.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 49studebaker(a)gmail.com
Distribution: ---
Created attachment 65971
--> https://bugs.winehq.org/attachment.cgi?id=65971
error log
I get the error when I try to install Recuva v1.53.
--
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=48266
Bug ID: 48266
Summary: Regression with redirecting stdout from native app
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eb1+wine(a)sil.org
Distribution: ---
Created attachment 65932
--> https://bugs.winehq.org/attachment.cgi?id=65932
demo program
A Windows program calls a native Linux command and redirects stdout so that it
can process the output. This used to work in older Wine versions, e.g. 1.6.2
but is not working in newer versions.
It seems that instead of writing to a pipe (that the Windows program could
read) the output goes directly to Wine's stdout.
Use case: a Wine-aware program can use Linux commands to check if the data is
stored on an encrypted drive/folder.
The attached program demonstrates the problem. When passing "1" as parameter it
will call "/bin/ls -al", and redirect and read the output. When running with
newer Wine versions it can clearly be seen that the program reads 0 bytes from
the pipe.
When passing "2" as parameter it calls the Windows command "dir" and redirects
and reads the output. This works correctly.
The demo executable and the source code is available at
https://gist.github.com/ermshiperete/8de3905d364cee362a90cacc03e7c358.
A second Windows program, available at
https://gist.github.com/ermshiperete/1e4cb1bc32e5175c369ec3d0d594cef8, can be
used in `git bisect`. It executes "/bin/uname" and compares the redirected
output with "Linux". Exit code is 0 if the program read "Linux", otherwise 1.
--
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=35141
Bug ID: 35141
Summary: Insecticide Part 1 runs but shows only black screen
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46877
--> http://bugs.winehq.org/attachment.cgi?id=46877
terminal output (built-in d3dx)
Upon starting the game the screen turns black and stays that way. The sound
from the intro video can be heard, then probably the main menu is displayed
because I can hear clicking sounds as the mouse pointer hits various menu
items, but nothing can be seen.
The same problem with Wine 1.4.1, 1.5.x, 1.7.x
Fedora 19
Nvidia binary drivers 325.15
X.Org X Server 1.14.4
--
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=16540
Summary: Sanity: Aiken's Artifact demo launcher bitmap is not
initially drawn
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://cdn.gamezone.com/pub/gamezone/12/7/20/SanityDemoS
etup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=18007)
--> (http://bugs.winehq.org/attachment.cgi?id=18007)
Sanity: Aiken's Artifact demo launcher screenshot
With today's Git (wine-1.1.10-371-g2aa7a7f), when launching the Sanity: Aiken's
Artifact demo, the demo launcher bitmap is not drawn and appears to be filled
in by the application background. Moving the window permits the graphic to be
drawn. There were no particular standard error traces of interest. Screenshot
is attached.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35130
Bug ID: 35130
Summary: Confrontation: grass is red
Product: Wine
Version: 1.7.8
Hardware: x86
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Created attachment 46861
--> http://bugs.winehq.org/attachment.cgi?id=46861
terminal output
Grass is red in the game (both in the cutscenes and in the main game) when
<video quality> option is set to either low, medium, high or very high. If I
select <very low> quality preset then grass is rendered correctly.
Native d3dx9_36 is needed to start the game.
Nvidia binary drivers 325.15
--
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=48307
Bug ID: 48307
Summary: wargaming game center reports an error at boot
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jaap.aarts1(a)gmail.com
Distribution: ---
Created attachment 66019
--> https://bugs.winehq.org/attachment.cgi?id=66019
wine log
The Error is "A problem has caused the program to stop working correctly. To
continue, restart the application or close it".
This happened after a WGC update, tested in both 4.21(current) and 4.20(in
which is worked before) so this is an update to WGC.
This happens with both with and without dxvk installed (1.5-3)
--
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=44766
Bug ID: 44766
Summary: American McGee's Alice - Doesn't start (Probably due
to Copy-Protection)
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Keywords: obfuscation
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Depends on: 44765
Distribution: ---
The game can be installed (working around bug 44765), but it can't be started.
When running "alice.exe" nothing happens and the process just terminates.
When copying the installed game's contents into a Win7 VM, and then running it
there, it complains about a missing CD (as expected). Bu under wine, this check
doesn't seem to happen, the program just closes. I guess it can't load the copy
protection properly.
When using a no-CD patch, the game starts up fine and can be played. But that's
hardly a solution.
ProtectionID says the game uses Safedisc v2.05.030. Debugger won't work
properly due to the nature of the games copy protection.
--
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=45236
Bug ID: 45236
Summary: Rosetta Stone 5.x installer is broken in wine 3.8
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hiwetakobu(a)bitwhites.top
Distribution: ---
Logs and long discussion:
https://www.reddit.com/r/winehq/comments/8kkefg/rosetta_stone/
I can reproduce this bug.
--
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.