https://bugs.winehq.org/show_bug.cgi?id=44467
Bug ID: 44467
Summary: South Park The Fractured But Whole: Crashes on startup
Product: Wine
Version: 3.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: k.haoz(a)zoho.com
Distribution: ---
Created attachment 60410
--> https://bugs.winehq.org/attachment.cgi?id=60410
Backtrace when trying to start the game through Steam.
The game crashes when trying to start it through the Steam client.
--
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=50064
Bug ID: 50064
Summary: A transparent Agent.exe window is shown when
Battle.Net launches
Product: Wine-staging
Version: 5.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Regression SHA1: 3cea972271b4529e332c75b06f902c80e7de1798
Distribution: ArchLinux
Since 3cea972271b4529e332c75b06f902c80e7de1798 (Rebase against
f4a66ad257df4605e73dfea792eec55a70a04e84) and with all later staging commits,
including 5.20 release, when you launch Battle.Net (a client for Blizzard
games), a transparent Agent.exe is shown.
Normally, there shouldn't be any window shown for Agent.exe at all.
With staging commit b49e8743866224df57eb1032b6c63c999b28c808 and older, the
issue cannot be reproduced.
Mainline wine (5.20) doesn't have this issue, and
8d04884c1f6aa6b21435130e42978fdeac06df55 (Updated
winex11.drv-Query_server_position patchset …), which was supposed to fix this,
had no effect. More than that, using a build with that patchset disabled did
not get rid of the issue.
--
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=56139
Bug ID: 56139
Summary: vbscript: Dictionary does not allow storing Undefined
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
Example code below, min the commented KEY1 const
Dim pinEvents
Set pinEvents = CreateObject("Scripting.Dictionary")
'Const KEY1 = "one"
pinEvents.Add KEY1, "hello"
WScript.Echo pinEvents(KEY1)
WScript.Echo pinEvents(Undefined)
Prints on windows
[Running] cscript //Nologo "test.vbs"
hello
hello
[Done] exited with code=0 in 0.057 seconds
On Linux we get no output
wine cscript ./test.vbs
This is because the code ends up in a FIXME section at
https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/scrrun/dictionary.c#…
--
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=55282
Bug ID: 55282
Summary: Flutter SDK can't find "aapt" program (where.exe is a
stub)
Product: Wine
Version: 8.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 74894
--> https://bugs.winehq.org/attachment.cgi?id=74894
Terminal output
Steps to reproduce:
1. Download Flutter SDK from
https://storage.googleapis.com/flutter_infra_release/releases/stable/window…
2. cd flutter/bin
3. Work around Bug 32679 by removing "|| GOTO acquire_lock" from the following
line in internal/shared.bat:
CALL :subroutine %* 2>&3 9> "%cache_dir%\flutter.bat.lock" || GOTO
acquire_lock
4. Run `wine flutter.bat`
The SDK fails to load and the following messages are printed:
0238:fixme:where:wmain stub: L"C:\\windows\\system32\\where.exe" L"aapt"
Unhandled exception:
FileSystemException: Cannot resolve symbolic links, path = '' (OS Error: Path
not found.
, errno = 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=55997
Bug ID: 55997
Summary: Dolphin Emulator crashes from 5.0-17624
Product: Wine
Version: 9.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windows.gaming.input
Assignee: wine-bugs(a)winehq.org
Reporter: tinozzo123(a)tutanota.com
Distribution: ---
Created attachment 75609
--> https://bugs.winehq.org/attachment.cgi?id=75609
Wine logs when launching Dolphin
Dolphin Emulator doesn't launch on Wine starting from version 5.0-17624.
The commit is the following:
https://github.com/dolphin-emu/dolphin/commit/50550cf978f3712e333953362e5bb….
I don't know what exactly is missing on Wine, but that commit is all about
windows.gaming.input.
--
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=51813
Bug ID: 51813
Summary: python fatal error redirecting stdout to file
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ArchLinux
python exits with a fatal error when the output is redirected to a file
$ wget https://www.python.org/ftp/python/3.9.5/python-3.9.5-embed-win32.zip
$ unzip python-3.9.5-embed-win32.zip
$ wine python -c 'print("hello world")' > out.txt
wine: created the configuration directory '/home/devel/.wine'
...
wine: configuration in L"/home/devel/.wine" has been updated.
Fatal Python error: init_sys_streams: can't initialize sys standard streams
Python runtime state: core initialized
OSError: [WinError 6] Invalid handle
Current thread 0x000000d4 (most recent call first):
<no Python frame>
whereas it succeeds on stdout or /dev/null:
$ wine python -c 'print("hello world")'
hello world
I also tried python 3.8.6 and wine 6.15/6.14 without luck
see also topic https://forum.winehq.org/viewtopic.php?f=8&t=33992
--
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=46070
Bug ID: 46070
Summary: Basemark Web 3.0 Desktop Launcher crashes
Product: Wine
Version: 3.19
Hardware: x86
URL: http://web.basemark.com/downloads/Basemark_web_30_laun
cher.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 62675
--> https://bugs.winehq.org/attachment.cgi?id=62675
crash log
Fatal Python error: Py_Initialize: can't initialize sys standard streams
OSError: [WinError 6] Invalid handle
sha1sum Basemark_web_30_launcher.exe
c92f5548c62f43353f2dea743854d7edb0f45d70 Basemark_web_30_launcher.exe
du -sh Basemark_web_30_launcher.exe
9.6M Basemark_web_30_launcher.exe
--
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=56265
Bug ID: 56265
Summary: Epic Games Launcher 15.21.0 calls unimplemented
function
cfgmgr32.dll.CM_Get_Device_Interface_PropertyW
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 75980
--> https://bugs.winehq.org/attachment.cgi?id=75980
Epic Games Launcher 15.21.0 terminal output on Wine 9.0-rc3
Hello,
Epic Games Launcher, updated to version 15.21.0, bails out at start when
calling unimplemented function cfgmgr32.dll.CM_Get_Device_Interface_PropertyW.
Regards.
--
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=55810
Bug ID: 55810
Summary: Finding Nemo (Steam): window borders gone missing
(virtual desktop)
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 245bdef5b11c19ccd4e8625b86267ca731badcc0
Distribution: ArchLinux
Finding Nemo uses a fixed 800x600 resolution.
When I start the game in virtual desktop mode the window borders are absent.
Nothing suspicious can be seen in the terminal output.
Reverting
commit 245bdef5b11c19ccd4e8625b86267ca731badcc0
fixes the problem for me.
https://store.steampowered.com/app/331450/DisneyPixar_Finding_Nemo/
wine-8.18-127-g6391b8d5c99
X Server 21.1.8
XFCE 4.18
winecfg -> Desktop Integration -> Theme: <No Theme>
--
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=53934
Bug ID: 53934
Summary: __unDName bug
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)vmpsoft.com
CC: austinenglish(a)gmail.com
__unDName is unable to demangle the following symbol:
??$forward@AEAUFFIValue@?1??call@FFIFunctionBinder@@CAHPEAUlua_State@@@Z@@std@@YAAEAUFFIValue@?1??call@FFIFunctionBinder@@CAHPEAUlua_State@@@Z@AEAU1?1??23@CAH0@Z@@Z
--
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.