https://bugs.winehq.org/show_bug.cgi?id=51300
Bug ID: 51300
Summary: Samsung Dex: Unhandled Exception During Install
Product: Wine
Version: 6.11
Hardware: x86-64
URL: https://www.samsung.com/global/download/SamsungDeXWin/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: url
Assignee: wine-bugs(a)winehq.org
Reporter: quan.ngoc.le(a)gmail.com
Distribution: Ubuntu
Created attachment 70170
--> https://bugs.winehq.org/attachment.cgi?id=70170
Backtrace
Receiving Unhandled exception: page fault on write access to 0x00110000 in
32-bit code (0x0eacbbb6) when attempting to run installer. Different backtrace
from other bugs related to the Samsung Dex installer.
--
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=49340
Bug ID: 49340
Summary: Splinter Cell: Pandora Tomorrow - Can't find file for
package 'HXAudio'
Product: Wine
Version: 5.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tomasz.piotr.kowalczyk(a)gmail.com
Distribution: ---
I'm on Ubuntu 20.04, installed winehq-staging 5.10 from WINE PPA. I'm trying to
play Splinter Cell: Pandora Tomorrow, the game was installed without any issue.
Unfortunately, every attempt at running pandora.exe fails with an old Windows
window and the following text:
```
Can't find file for package 'HXAudio'
History: UObject::SafeLoadError <- UObject::StaticLoadClass <-
UEngine::InitAudio <- UGameEngine::Init <- InitEngine
```
There is a HXAudio.dll file in the game's root directory, and when running a
WINEDEBUG=+loaddll I see that WINE attempts to load it but then it is
immediately unloaded:
```
0024:trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\DSOUND.dll"
at 0x6d5c0000: PE builtin
0024:trace:loaddll:load_native_dll Loaded L"C:\\Program
Files\\Ubisoft\\Splinter Cell Pandora Tomorrow\\HXAudio.dll" at 0x24b0000:
native
0024:trace:loaddll:free_modref Unloaded module L"C:\\Program
Files\\Ubisoft\\Splinter Cell Pandora Tomorrow\\HXAudio.dll" : native
0024:trace:loaddll:load_native_dll Loaded L"C:\\Program
Files\\Ubisoft\\Splinter Cell Pandora Tomorrow\\HXAudio.dll" at 0x24b0000:
native
0024:trace:loaddll:free_modref Unloaded module L"C:\\Program
Files\\Ubisoft\\Splinter Cell Pandora Tomorrow\\HXAudio.dll" : native
```
There is virtually no information about anything called "HXAudio" apart from
two old forum entries [1] [2] basically stating that there is a problem,
without any hint for a solution.
1: https://forums.ubisoft.com/showthread.php/261459-Game-crashes-in-startup
2: https://gathering.tweakers.net/forum/list_messages/945571
Any help would be greatly appreciated. Please let me know if you need any other
information about my environment. For the reference, I also tried older WINE
versions 1.5.19 and 1.9.20, with exactly the same result.
--
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=42208
Bug ID: 42208
Summary: Error when compiling winhlp32.
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
While trying to compile wine with mingw and cygwin as shell, I got this error:
../.././../w/tools/winegcc/winegcc.exe -o winhlp32.exe
-B../.././../w/tools/winebuild --sysroot=../.. -b \
i686-w64-mingw32 -fasynchronous-unwind-tables -mwindows callback.o hlpfile.o
macro.o string.o \
winhelp.o macro.lex.yy.o winhlp32.res ../../dlls/shell32/libshell32.a \
../../dlls/comctl32/libcomctl32.a ../../dlls/comdlg32/libcomdlg32.a
../../dlls/user32/libuser32.a \
../../dlls/gdi32/libgdi32.a ../../libs/port/libwine_port.a -lwine
macro.lex.yy.o: nella funzione "yylex":
/home/Carlo/w2/programs/winhlp32/macro.lex.yy.c:1032: riferimento non definito
a "yywrap"
collect2: error: ld returned 1 exit status
winegcc: i686-w64-mingw32-gcc failed
make: *** [Makefile:322: winhlp32.exe] Error 2
It says that "yywrap" is an undefined reference.
This probably happens because the macro.lex.l is not aware of the fact that is
can be also cross compiled, which is the thing you have to do when you want to
run wine natively on Windows, for example.
At the end of the file there is an #ifndef yywrap ... #endif: I replaced it
with an #if 1 and the program has been compiled correctly. But I guess it has
to be fixed correctly.
Sincerely.
--
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=48172
Bug ID: 48172
Summary: 32 bit wine is unable to allocate a continuous 1.5GB
block of memory
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Steps to reproduce:
1) Create a 7zip archive with 1.5GB dictionary (a PC with at least 20GB of RAM
is required) using a 64 bit version of the application
In console this could be done this way using native p7zip:
7za a -md=1536m arc.7z [files or folders]
2) Try to unpack this file in 32bit Wine/32bit WinRAR - you'll get a message:
Not enough memory
--
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=54402
Bug ID: 54402
Summary: Borland Turbo CPP 4.5 installer deadlocks on start
Product: Wine
Version: 8.0
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Note that the installer is INSTALL.EXE, not SETUP.EXE.
On start, only the splash screen appears, and the following errors are printed
to the console:
0110:err:local:LOCAL_GetBlock not enough space in local heap 043f for 16388
bytes
010c:err:sync:RtlpWaitForCriticalSection section 6C8449E0
"../wine/dlls/krnl386.exe16/syslevel.c: Win16Mutex" wait timed out in thread
010c, blocked by 0110, retrying (60 sec)
0110:err:sync:RtlpWaitForCriticalSection section 7BC6A440
"../wine/dlls/ntdll/loader.c: loader_section" wait timed out in thread 0110,
blocked by 010c, retrying (60 sec)
This is in fact a regression. `git bisect` says:
3a2e7d1a3dbf42a0385e5c0f64d79e9ea054252e is the first bad commit
commit 3a2e7d1a3dbf42a0385e5c0f64d79e9ea054252e
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri May 29 15:02:45 2015 +0900
krnl386.exe: Release the Win16 lock when loading a 32-bit dll.
$ sha256sum 'Borland Turbo CPP 4.5 for Windows.7z'
8a6f5797f0af880728421426beacf5e5760701e424d89e14cd714a13e625f2ff
--
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=54220
Bug ID: 54220
Summary: d3d11_swapchain_Present1 Ignored present parameters
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: st.kost(a)gmail.com
Distribution: ---
the free vst plugins from here https://ronanfed.rf.gd/plugins.html are not very
useable (lots of ui flicker) due to:
dxgi:d3d11_swapchain_Present1 Ignored present parameters 000000000011E860
According to the code
https://github.com/wine-mirror/wine/blob/master/dlls/dxgi/swapchain.c#L697
and the original docs
https://learn.microsoft.com/en-us/windows/win32/api/dxgi1_2/nf-dxgi1_2-idxg…
it sound like the "present parameters" are used to parametrize the are to
update.
--
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=55196
Bug ID: 55196
Summary: VBScript Trailing End If
Product: Wine
Version: 8.9
Hardware: aarch64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Below code fails but works correctly on windows
Sub Sol20(Enabled)
If Enabled Then
FlBG20.visible = 1
Else
FlBG20.visible = 0 End If
End Sub
workaround:
Sub Sol20(Enabled)
If Enabled Then
FlBG20.visible = 1
Else
FlBG20.visible = 0
End If
End Sub
might be related to bug 54978
--
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=44821
Bug ID: 44821
Summary: Gothic 1 inventory objects not rendered
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: w1t3sc4(a)cybergal.com
Distribution: ---
Created attachment 60854
--> https://bugs.winehq.org/attachment.cgi?id=60854
Inventory objects are not rendered.
Object icons in the inventory are not rendered (screenshot).
This bug was absent in Wine 3.1, but appears in Wine 3.3 and 3.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.
https://bugs.winehq.org/show_bug.cgi?id=51738
Bug ID: 51738
Summary: [Bioshock Infinite]Crash after Intro video with
"mmap() failed: Cannot allocate memory"
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: berillions(a)gmail.com
Distribution: ---
Created attachment 70619
--> https://bugs.winehq.org/attachment.cgi?id=70619
Bioshock crash output
Hi,
I try to launch the game bought on GoG - I use Wine 6.16 without extern patch -
The game crashes after the Intro video with these error message :
mmap() failed: Cannot allocate memory
Failed to create permanent mapping for memfd region with ID = 97865773
Failed to regester memfd mempool. Reason: could not attach memfd SHM ID to pipe
mmap() failed: Cannot allocate memory
Failed to create permanent mapping for memfd region with ID = 3681069605
mmap() failed: Cannot allocate memory
Failed to create permanent mapping for memfd region with ID = 1659172633
Ignoring received block reference with non-registered memfd ID = 1659172633
It's a 32bits game, Wine is not patched with LARGE ADRESS AWARE override
support findable on TKG github. Instead, i used 4GB_patch from
https://ntcore.com/?page_id=371.
Without success, the game still crashed. I tried to use wined3d vulkan renderer
than opengl and same problem.
The full output console is attached.
--
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=55540
Bug ID: 55540
Summary: IS Defense hangs after gameplay begins or has
rendering glitches
Product: Wine
Version: 8.13
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: b2f13103d7d96fc082b91b8e808599836ed4a2b1
Distribution: ---
Created attachment 75098
--> https://bugs.winehq.org/attachment.cgi?id=75098
example
Most of the time the game just hangs.
--
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.