https://bugs.winehq.org/show_bug.cgi?id=52792
Bug ID: 52792
Summary: Error messages for invalid .exe files could be
improved
Product: Wine
Version: 7.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Trying to run a 0 byte .exe file under Wine will get you this:
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found.
This doesn't look correct.
--
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=48004
Bug ID: 48004
Summary: winserver memory overflow
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: heiko(a)stark-jena.de
Distribution: ---
with default and 'wineserver -d2 -f -p10' settings
I run simulations with the software Opensim (https://opensim.stanford.edu/) and
restart the Opensim one after the other with a script. This seems to cause a
memory overflow (> 64 GB).
Kill wineserver helps to fix the memory overflow.
Is there a way to debug this?
Best regards,
Heiko
--
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=9127
Zeb Figura <z.figura12(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |e8e5e8b5c94f7ec7dfd00fc7684
| |be4f7263fe725
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #112 from Zeb Figura <z.figura12(a)gmail.com> ---
Fixed upstream by
<https://source.winehq.org/git/wine.git/commitdiff/e8e5e8b5c94f7ec7dfd00fc76…>.
--
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=52716
Bug ID: 52716
Summary: Sending key stroke (using
[System.Windows.Forms.SendKeys]::SendWait) fails
(seems to go into a loop?)
Product: Wine
Version: 7.4
Hardware: x86-64
URL: https://github.com/PowerShell/PowerShell/releases/down
load/v7.0.3/PowerShell-7.0.3-win-x64.msi
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 72077
--> https://bugs.winehq.org/attachment.cgi?id=72077
ps script
Hi, I have a powershell script where I need to send a keystroke to a program.
I found code snippet on the internet and made little script that I tested in
windows (using powershell core) and it works.
It sends ctrp^p to notepad, and that opens the printer-dialog correctly on
windows.
On wine however it doesn`t work, cpu-usage goes up so it seems to get into
loop(???)
Script (also see attachment):
###################################################################
Start-Process "notepad.exe"
Sleep 3
$WindowHandle = Get-Process | Where-Object { $_.MainWindowTitle -Match
"Notepad" } | Select-Object -ExpandProperty MainWindowHandle
[void][System.Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms')
[System.Windows.Forms.SendKeys]::SendWait("^{p}")
#####################################################################
Steps to reproduce:
1. winetricks -q dotnet48
2. wget
https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/PowerShel…
3. wine PowerShell-7.0.3-win-x64.msi
4. Save the script from attachment as a.ps1 in current folder
5. wine pwsh -file ./a.ps1
Notepad opens but nothing really happens and cpu-usage goes up
--
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=55782
Bug ID: 55782
Summary: System.Windows.Forms expects CreateActCtx() to succeed
with truncated ACTCTX structure
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: source, testcase
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
Major versions of .Net installed by winetricks (including 4.0, 4.52, 4.72, 4.8)
are affected by this bug.
According to
https://github.com/dotnet/winforms/blob/4.8/src/Common/src/UnsafeNativeMeth…
internal definition of ACTCTX is missing hModule field, and as a result cbSize
doesn't match the expectations of Wine's CreateActCtx() implementation
https://github.com/dotnet/winforms/blob/4.8/src/Common/src/UnsafeNativeMeth…
The following MR aims to fix this bug:
https://gitlab.winehq.org/wine/wine/-/merge_requests/3839
--
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=55742
Bug ID: 55742
Summary: wine crashes when launching Captvty V3
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gerard.labadie(a)sysgroup.fr
Distribution: ---
Created attachment 75245
--> https://bugs.winehq.org/attachment.cgi?id=75245
the backtrace
I suppose wine 8.17 is installed and an up to date winetricks is present
download the zip on
http://v3.captvty.fr/
mkdir .captvty_v3
unzip -d .captvty_V3 captvty-3.0.1.2.zip
export WINEARCH=win32
export WINEPREFIX=~/.wine_captvty_V3
wineboot --update
winetricks -q --force dotnet48 corefonts
wget http://captvty.fr/getgdiplus -O kb958869.exe
wine kb958869.exe /x:kb958869 /q
cp kb958869/SP3QFE/asms/10/msft/windows/gdiplus/gdiplus.dll
${WINEPREFIX}/drive_c/windows/system32
wine reg add HKCU\\Software\\Wine\\DllOverrides /v gdiplus /d native,builtin /f
Now launch it
wine .captvty_V3/Captvty.exe
on
https://forum.winehq.org/viewtopic.php?t=38088&sid=186a660110f0fdd03b8ff77e…
JKFloris said it was a bug
before the backtrace
wine Captvty.exe
0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0090:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
00e0:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
00e0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 10003241, 28) stub
00e0:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 011B09AD, 28) stub
00e0:fixme:heap:GetNumaHighestNodeNumber semi-stub: 009EFC74
00e0:fixme:seh:WerRegisterRuntimeExceptionModule
(L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll",
011A0000) stub
00e8:err:ole:CoGetContextToken apartment not initialised
00e0:fixme:virtual:NtFlushProcessWriteBuffers stub
00e0:fixme:nls:get_dummy_preferred_ui_language (0x8 0x413 009ECF20 00000000
009ECF24) returning a dummy value (current locale)
00e0:fixme:nls:get_dummy_preferred_ui_language (0x8 0x413 009ECF20 00F46898
009ECF24) returning a dummy value (current locale)
00e0:fixme:ntdll:NtQuerySystemInformation
(0x000000ce,0x9ee9f4,0x00000008,(nil)) stub
00e0:fixme:bcrypt:BCryptGetFipsAlgorithmMode 009EE81C - semi-stub
00e0:fixme:nls:LCMapStringEx unsupported lparam f49150
00e0:fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub
00e0:fixme:advapi:ReportEventW
(CAFE4242,0x0001,0x0000,0x00000402,00000000,0x0001,0x00000000,009EE1C0,00000000):
stub
00e0:err:eventlog:ReportEventW L"Application: Captvty.exe\n"
00e0:err:eventlog:ReportEventW L"Framework Version: v4.0.30319\n"
00e0:err:eventlog:ReportEventW L"Description: The process was terminated due to
an unhandled exception.\n"
00e0:err:eventlog:ReportEventW L"Exception Info:
System.EntryPointNotFoundException\n"
00e0:err:eventlog:ReportEventW L" at _SpA._rsA()\n"
00e0:err:eventlog:ReportEventW L" at _SpA..ctor()\n"
00e0:err:eventlog:ReportEventW L" at _2ob._5yA()\n"
00e0:err:eventlog:ReportEventW L"\n"
00e0:fixme:advapi:DeregisterEventSource (CAFE4242) stub
wine: Unhandled exception 0xe0434352 in thread e0 at address 7B012407 (thread
00e0), starting debugger...
previous versions of Captvty V3 worked, so this may be a regression in
Captvty.exe ou in wine 8.17
--
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=53213
Bug ID: 53213
Summary: d3d11:d3d11 - test_texture() fails in the TestBot VMs
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
d3d11:d3d11 - test_texture() fails in the TestBot VMs:
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xff0000ff at (0, 0).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xff00ffff at (1, 0).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xff00ff00 at (2, 0).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xffffff00 at (3, 0).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xffff0000 at (0, 1).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xffff00ff at (1, 1).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xff000000 at (2, 1).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xff7f7f7f at (3, 1).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xffffffff at (0, 2).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xffffffff at (1, 2).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xffffffff at (2, 2).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xff000000 at (3, 2).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xffffffff at (0, 3).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xff000000 at (2, 3).
d3d11.c:9837: Test failed: Test 60: Got unexpected color 0xff000000 at (3, 3).
https://test.winehq.org/data/patterns.html#d3d11:d3d11
These failures don't happen on my box which has an Intel graphics card instead
of QEmu's QXL graphics card.
Note also that these failures still happen on my debian11 VM which has a single
monitor instead of the TestBot VMs' multi-monitor setup.
So this seems to be related to the VMs QXL GPU.
Note that despite being systematic these failures could cause false positives
(see bug 53212).
--
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=55838
Bug ID: 55838
Summary: wget.exe fails to download anything (regression)
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Regression SHA1: 414b31bc0bbbfe005e90a1946a649082dc303c55
Distribution: Debian
This seems to be a rather old regression:
wget https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz
--2023-10-28 20:50:44-- (try: 5)
https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... Read error (Unknown error) in headers.
Retrying.
--2023-10-28 20:50:49-- (try: 6)
https://github.com/doitsujin/dxvk/releases/download/v2.0/dxvk-2.0.tar.gz
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
Unable to establish SSL connection.
Regression test suffered from compilation errors (I did make -k) but I think
it's nevertheless reliable:
414b31bc0bbbfe005e90a1946a649082dc303c55 is the first bad commit
commit 414b31bc0bbbfe005e90a1946a649082dc303c55
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Sun Jun 20 11:05:54 2021 -0500
ws2_32: Reimplement select() on top of IOCTL_AFD_POLL.
--
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=55797
Bug ID: 55797
Summary: Max Payne (2001) has no sound
Product: Wine
Version: 8.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: avertosveir(a)gmail.com
Distribution: ---
Created attachment 75284
--> https://bugs.winehq.org/attachment.cgi?id=75284
terminal output
No sound in Max Payne. The issue appeared with the 8.17 update and still
persists in 8.18. Applies to both PulseAudio and plain ALSA. "winetricks dsound
d3dx9 directmusic directplay" used to solve the problem on 8.17, but not
anymore.
--
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=54780
Bug ID: 54780
Summary: UndertaleModTool display regression since wine-staging
8.4
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: janbidler00(a)protonmail.com
Distribution: ---
Created attachment 74277
--> https://bugs.winehq.org/attachment.cgi?id=74277
Display bug
Starting from wine-staging 5.4 UndertaleModTool has corrupted display at boot.
This did not happen on wine-staging 5.3 and earlier.
The corrupted display can be fixed temporarily by clicking on any item in the
Menubar (i.e. "File").
Happens both on a clean prefix and when upgrading.
Issue is specific to wine-staging; wine-development has crashes going back all
the way to wine-7.0 if not earlier and I didn't test it with wine-stable.
Attached is an image of the display bug.
The UndertaleModTool version can be found here (I used the asset
"UndertaleModTool_v0.5.0.0.zip"):
https://github.com/krzys-h/UndertaleModTool/releases/tag/0.5.0.0
Using Arch Linux. The wine-staging were gotten from here:
https://archive.archlinux.org/packages/w/wine-staging/
--
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.