https://bugs.winehq.org/show_bug.cgi?id=57408
Bug ID: 57408
Summary: Windows Movie Maker doesn't render license dialog
properly
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 77393
--> https://bugs.winehq.org/attachment.cgi?id=77393
Screenshot
Followup to bug 57403 and bug 57407. First workaround those issues. (Install in
win7 mode and run with the patch linked in bug 57407)
Steps to reproduce
- Download and extract the ISO (you only need the "en" and "neutral" folders)
- Enter the "en" folder and run the setup, install only Windows Movie Maker and
Photo Gallery
- Run MovieMaker.exe (.wine/drive_c/Program Files (x86)/Windows Live/Photo
Gallery
You should now be showing the "Microsoft Service Agreement". It's hard to click
accept, since the button is invisible. If you click around the bottom right you
dismiss/confirm the dialog though.
Keep in mind that once you dismissed the license dialog it won't be shown
again.
--
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=57359
Bug ID: 57359
Summary: Multiple games failed to launch in DX12 mode (SILENT
HILL 2 (2024), Sumerian Six)
Product: vkd3d
Version: 1.13
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: gmascellani(a)codeweavers.com
Regression SHA1: 080f25c5839f8fe3ee8b082143cfff66b2497eb5
Distribution: ---
Spamming with 'err:shader_dst_param_io_normalise
../vkd3d/libs/vkd3d-shader/ir.c:1663: Unreachable code reached.'
--
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=52159
Bug ID: 52159
Summary: 64-bit cygwin gdb.exe and python3.8.exe fail to run
Product: Wine
Version: 6.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Created attachment 71205
--> https://bugs.winehq.org/attachment.cgi?id=71205
details.txt
This issue can be seen if the workarounds for bug #47808 got applied first.
Both gdb.exe and python3.8.exe fail in the python initialisation.
As far as I see it python allocates 8 bytes for a sem_t structure.
This uninitialized struct is given to sem_init which checks if this
is a previously initialized semaphore by checking
with verifyable_object_isvalid. This check happens inside
a __try/__endtry [2] [3].
That way we end up in RtlUnwindEx, which inspects
NtCurrentTeb()->Tib.ExceptionList.
Unfortunately this list finally contains a pointer to the initial stack,
which cygwin deallocated before [1].
See details.txt.
--
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=57354
Bug ID: 57354
Summary: HeidiSQL 7.0 shows black window
Product: Wine
Version: 9.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 77325
--> https://bugs.winehq.org/attachment.cgi?id=77325
Screenshot
Bisected to
commit ae3384fe2f9e1e5283fa2b8881251b4716c8487d
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Mon Aug 5 13:05:46 2024 +0200
win32u: Always use the dummy surface if a surface isn't needed.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57033
To reproduce:
- Work around bug 57033 (revert 5924ab4c5155d97f4b23a33e97258c1ec382ea02)
- Download
https://web.archive.org/web/20130612145220/http://heidisql.googlecode.com/f…
- Extract and run the exe
- Click the new button - you now get a black window that updates when you
hover/click elements
--
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=52715
Bug ID: 52715
Summary: wine segfaults on asahi linux (apple M1 hardware,
linux kernel/userland)
Product: Wine
Version: 7.4
Hardware: aarch64
OS: Linux
Status: NEW
Keywords: source
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
The GCC Compile Farm has a m1 machine running asahi linux, so I tried building
wine. While it compiles (note: most optional deps and freetype were missing),
the resulting binary segfaults, even for --version/--help:
austin@gcc103:~/wine$ file loader/wine
loader/wine: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV),
dynamically linked, interpreter /lib/ld-linux-aarch64.so.1,
BuildID[sha1]=c47e4c565e49cc68efce4887d600f06d749670e0, for GNU/Linux 3.7.0,
with debug_info, not stripped
austin@gcc103:~/wine$ ./loader/wine --version
Segmentation fault
austin@gcc103:~/wine$ ./loader/wine --help
Segmentation fault
austin@gcc103:~/wine$ uname -a
Linux gcc103.fsffrance.org 5.17.0-rc7-asahi-next-20220310-g4a4f4ec03834 #1 SMP
PREEMPT Sat Mar 12 18:16:45 UTC 2022 aarch64 GNU/Linux
austin@gcc103:~/wine$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/aarch64-linux-gnu/11/lto-wrapper
Target: aarch64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-18'
--with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr
--with-gcc-major-version-only --program-suffix=-11
--program-prefix=aarch64-linux-gnu- --enable-shared --enable-linker-build-id
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
--libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu
--enable-libstdcxx-debug --enable-libstdcxx-time=yes
--with-default-libstdcxx-abi=new --enable-gnu-unique-object
--disable-libquadmath --disable-libquadmath-support --enable-plugin
--enable-default-pie --with-system-zlib --enable-libphobos-checking=release
--with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
--enable-fix-cortex-a53-843419 --disable-werror --enable-checking=release
--build=aarch64-linux-gnu --host=aarch64-linux-gnu --target=aarch64-linux-gnu
--with-build-config=bootstrap-lto-lean --enable-link-serialization=4
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 11.2.0 (Debian 11.2.0-18)
austin@gcc103:~/wine$
~/llvm-mingw-20211002-ucrt-ubuntu-18.04-aarch64/bin/aarch64-w64-mingw32-gcc
--version
clang version 13.0.0 (https://github.com/llvm/llvm-project.git
d7b669b3a30345cfcdb2fde2af6f48aa4b94845d)
Target: aarch64-w64-windows-gnu
Thread model: posix
InstalledDir: /home/austin/llvm-mingw-20211002-ucrt-ubuntu-18.04-aarch64/bin
Note that the machine uses a 16k stack size instead of 4k, which may be at
fault:
https://github.com/AsahiLinux/docs/wiki/Software-known-to-have-issues-with-…
--
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=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.