https://bugs.winehq.org/show_bug.cgi?id=54233
Bug ID: 54233
Summary: Harry Potter and the Chamber of Secrets: launcher
doesn't display properly, can't launch the game
Product: Wine
Version: 8.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: info(a)fdossena.com
Distribution: ---
Created attachment 73779
--> https://bugs.winehq.org/attachment.cgi?id=73779
HP2 launcher showing the bug
The 2002 UE1 game Harry Potter and the Chamber of Secrets has a launcher from
where you can configure the game, launch a new game or load a saved game.
From my testing, this happens in all versions of Wine: stable, development,
staging, proton and I even tried some older stable builds.
The launcher doesn't work properly in Wine making it impossible to launch the
game. I tracked down the cause to the game's attempt to center the launcher
window which somehow ends up moving the contents of the window instead of the
window itself.
The call to SetWindowPos seems to be done correctly and the calculations are
also correct. I wasn't able to find the bug in Wine itself, but I was able to
find a workaround by modifying the game exe and simply removing the offending
code.
I wrote an article explaining what I did in detail, maybe someone more
experienced in the inner workings of Wine can help:
https://fdossena.com/?p=hp2wine/i.md
I've attached screenshots of how the launcher looks when launched normally in
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=56398
Bug ID: 56398
Summary: Think or Swim running in WINE, loads, then crashes,
and need to be shut down.
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fuji(a)duck.com
Distribution: ---
Created attachment 76150
--> https://bugs.winehq.org/attachment.cgi?id=76150
Think or Swim in WINE. Loads, crashes, and needs to be shut down.
Think or Swim on WINE crashes and need to shut down. See attached.
Thank you.
--
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=39086
Bug ID: 39086
Summary: Fireworks CS6: any action needing a mouse drag won't
work
Product: Wine
Version: 1.7.49
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lox(a)knc.nc
Distribution: ---
Created attachment 52077
--> https://bugs.winehq.org/attachment.cgi?id=52077
Program Logs
Fireworks CS6 installs properly along the Creative Suite 6.
About everything seems to work properly except anything that needs dragging:
moving an element, drawing etc.
Moving an elements with the arrow keys, or adding a text element with a single
click works properly though.
--
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=54692
Bug ID: 54692
Summary: Many DX11 applications crashes after applying
wined3d-bindless-texture patch
Product: Wine-staging
Version: 8.3
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Created attachment 74202
--> https://bugs.winehq.org/attachment.cgi?id=74202
Assassin's Creed Black Flag LOG
Crysis 3, Assassin's Creed Black Flag, 3DMark11 etc crashes at startup when I
apply
wined3d-bindless-texture/0001-wined3d-Use-bindless-textures-for-GLSL-shaders.patch
--
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=56396
Bug ID: 56396
Summary: regression: Plogue sforzando crashes with
wined3d-bindless-texture patch
Product: Wine-staging
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: s_chriscollins(a)hotmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76149
--> https://bugs.winehq.org/attachment.cgi?id=76149
backtrace
The free VST plugin Plogue sforzando (download link:
https://www.plogue.com/downloads.html) crashes on launch for both the
standalone executable as well as the VST plugin version. This crash started
happening after upgrading to wine-staging 9.3. The crash does not happen with
wine-devel 9.3, nor does it happen with wine-staging 9.2 and earlier.
On some systems, the app doesn't crash, but the GUI never appears and the app
is not functional. I have attached a backtrace from the crash.
This bug happens on all three systems I have tested, all of which are on an
Ubuntu 22.04 base (different distros), 6.5.0-21-lowlatency kernel, and X11
display server.
To repro the bug, make sure you select "standalone" from the options when
installing, then run the "sforzando x64" application shortcut to start
sforzando.
--
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=56349
Bug ID: 56349
Summary: python 3.12 fails with call to unimplemented function
KERNEL32.dll.CopyFile2
Product: Wine
Version: 9.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: oli.huber(a)gmail.com
Distribution: ---
Recently installed the latest Python version from
https://www.python.org/ftp/python/3.12.2/python-3.12.2-amd64.exe
While using it to build a binary wheel, it failed with
wine: Call from 00006FFFFFF6F1C8 to unimplemented function
KERNEL32.dll.CopyFile2, aborting
wine: Unimplemented function KERNEL32.dll.CopyFile2 called at address
00006FFFFFF6F1C8 (thread 011c), starting debugger...
winedump -j import /path/to/python312.dll indicates that CopyFile2 is in the
import table.
Wine version: staging 9.2 on Gentoo AMD64
--
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=56161
Bug ID: 56161
Summary: MapViewOfFile3 alignment and/or NtMapViewOfSection(Ex)
alignment strictness
Product: Wine
Version: 9.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jan.felix.muenchhalfen(a)rwth-aachen.de
Distribution: ---
Hi,
scenario: .net 7 core self-contained bundle exe (about 180mb)
relevant log:
1751.909:011c:0120:Ret KERNEL32.VirtualFree() retval=00000001 ret=1404f06f5
1751.909:011c:0120:Call
kernelbase.MapViewOfFile3(0000012c,ffffffffffffffff,024b0000,021eb000,00001000,6fff00004000,00000002,00000000,00000000)
ret=1404f0544
1751.909:011c:0120:Call
ntdll.NtMapViewOfSectionEx(0000012c,ffffffffffffffff,0019df08,0019df00,0019df40,00004000,100000002,00000000,ffffffff00000000)
ret=6fffff455a9f
1751.909:011c:0120:trace:virtual:NtMapViewOfSectionEx handle=0x12c
process=0xffffffffffffffff addr=0x24b0000 off=21eb000 size=1000 access=2
1751.909:011c:0120:Ret ntdll.NtMapViewOfSectionEx() retval=c0000220
ret=6fffff455a9f
1751.909:011c:0120:Call ntdll.RtlNtStatusToDosError(c0000220) ret=6fffff455ab6
1751.909:011c:0120:Ret ntdll.RtlNtStatusToDosError() retval=0000046c
ret=6fffff455ab6
1751.909:011c:0120:Ret kernelbase.MapViewOfFile3() retval=00000000
ret=1404f0544
1751.909:011c:0120:Call KERNEL32.GetLastError() ret=1402c8e0a
1751.909:011c:0120:Ret KERNEL32.GetLastError() retval=0000046c ret=1402c8e0a
1751.909:011c:0120:Call ntdll.RtlAllocateHeap(001c0000,00000000,00000018)
ret=1402c598b
1751.909:011c:0120:trace:heap:RtlAllocateHeap handle 00000000001C0000, flags 0,
size 0x18, return 00000000012D7F10, status 0.
1751.909:011c:0120:Ret ntdll.RtlAllocateHeap() retval=012d7f10 ret=1402c598b
1751.909:011c:0120:Call ntdll.RtlPcToFileHeader(14076c100,0019df20)
ret=1405a0ee2
1751.909:011c:0120:Ret ntdll.RtlPcToFileHeader() retval=140000000
ret=1405a0ee2
1751.909:011c:0120:Call
KERNEL32.RaiseException(e06d7363,00000001,00000004,0019df28) ret=1405a0f28
1751.909:011c:0120:trace:seh:dispatch_exception code=e06d7363 flags=1
addr=00006FFFFF423C47 ip=6fffff423c47
1751.909:011c:0120:trace:seh:dispatch_exception info[0]=0000000019930520
1751.909:011c:0120:trace:seh:dispatch_exception info[1]=000000000019dfb8
1751.909:011c:0120:trace:seh:dispatch_exception info[2]=000000014076c100
1751.909:011c:0120:trace:seh:dispatch_exception info[3]=0000000140000000
1751.909:011c:0120:warn:seh:dispatch_exception EXCEPTION_WINE_CXX_EXCEPTION
exception (code=e06d7363) raised
note the return value by NtMapViewOfSectionEx being c0000220
(ERROR_MAPPED_ALIGNMENT)
Bug: MapViewOfFile3 should according to the docs round down the address to 64k
alignment. I believe it does not in wine.
Topic for Discussion: this code runs on windows. We suspect that windows is not
adhering fully to what's on msdn, and lets things with just Pagesize-Alignment
go unharmed.
I do not really know how you would proceed with this, just letting you know,
you will probably have a better idea than me what to do about it. I just tested
patching the alignment requirement to 4k instead of 64k in NtMapViewOfSectionEx
and then the self-contained exe just runs fine.
You can see the sourcecode responsible for it here
(https://github.com/dotnet/runtime/blob/f21dc6c3dceb6ea76bef73e2a026c770aaed…)
They align (round down) both address and offset into filehandle to page-size.
According to msdn they are supposed to use 64k alignment.
We are posting a bug report for the dotnet team for this, too.
--
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=56042
Bug ID: 56042
Summary: Failed to get thread's DpiAwareness context with NET
.8
Product: Wine
Version: 9.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tw0ali(a)tutanota.com
Distribution: ---
Created attachment 75697
--> https://bugs.winehq.org/attachment.cgi?id=75697
Logs
I'm getting this error while using a program called PKHeX
(https://projectpokemon.org/home/files/file/2445-pkhex-development-build/)
--
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=56358
Bug ID: 56358
Summary: FoxVox (.Net7 app) fails to start with "Failed to load
System.Private.CoreLib.dll" error
Product: Wine
Version: 9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: xeno(a)x-s.com.pl
Distribution: ---
Created attachment 76087
--> https://bugs.winehq.org/attachment.cgi?id=76087
FoxVox launch terminal output
FoxVox (voice commands app written in .Net7) fails to start.If run from
terminal, In messages an "Failed to load System.Private.CoreLib.dll" error can
e seen.
From what I've spoken with author app contains all the .Net runtime libs it
needs, with exception of MS Speech to text engine.
App launches just fine on Win7 and later.
Project page: https://foxster.itch.io/foxvox
Steps to repoduce in clean wineprefix:
- install latest FoxVox release (2.4.0.2 used)
- launch app using command:
env WINEPREFIX="/home/<user>/.local/share/wineprefixes/<your_prefix>" wine
~/.local/share/wineprefixes/<your_prefix>/drive_c/Program\
Files/FoxVox/FoxVox.exe
Expeted result: App start/shows UI or at least crashes complaining about MS
Speech to text engine not found)
Actual result:
App crashes complaining about .Net7 library failing to load.
OS: Fedora 39
Wine: 9.1 from Fedora rpms
Wine-mono: 8.1.0 from Fedora rpms
Full app launch log attached
Could it be somehow app is unable to extract bundled dependencies?
--
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.