https://bugs.winehq.org/show_bug.cgi?id=48737
Bug ID: 48737
Summary: winevdm.exe crashes running Microsoft Gold 2.0
Product: Wine
Version: 5.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joel(a)airwebreathe.org.uk
Distribution: ---
Created attachment 66626
--> https://bugs.winehq.org/attachment.cgi?id=66626
Backtrace of winevdm.exe crash
winevdm.exe crashes on startup when running the 16-bit GOLFDEMO.exe
https://archive.org/download/MicrosoftGolf2.0_1020/msgolf20.zip
On the terminal, I get the following errors:
$ wine GOLFDEMO.EXE
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 120 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 660 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 300 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 280 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 320 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 340 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 380 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 200 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 300 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 300 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 320 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 360 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 380 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 180 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 240 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 140 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 160 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a87 for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a17 for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a8f for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a7f for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a97 for 260 bytes
002c:err:local:LOCAL_GetBlock not enough space in local heap 1a9f for 480 bytes
wine: Unhandled page fault on read access to FFFFFFFF at address 00002678
(thread 002c), starting debugger...
--
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=54717
Bug ID: 54717
Summary: dbghelp:dbghelp - SymRefreshModuleList() sometimes
returns STATUS_INFO_LENGTH_MISMATCH on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
dbghelp:dbghelp - SymRefreshModuleList() sometimes returns
STATUS_INFO_LENGTH_MISMATCH on Windows:
dbghelp.c:738: Test failed: SymRefreshModuleList failed: 3221225476
See https://test.winehq.org/data/patterns.html#dbghelp:dbghelp
Where 3221225476 == 0xc0000004 == STATUS_INFO_LENGTH_MISMATCH
So far the failure has only happened on the w10pro64 VM, and only in the
non-English locales. However it's rare enough that it's too early to draw
conclusions.
This failure first happened on 2023-03-8 which corresponds to the day this test
was added:
commit 0f98972fe2165d5eca52de48d8a6130de7e61a30
Author: Eric Pouech <eric.pouech(a)gmail.com>
AuthorDate: Wed Mar 8 11:43:22 2023 +0100
dbghelp/tests: Add tests for SymRefreshModuleList() on non-live target.
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
--
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=53352
Bug ID: 53352
Summary: redefinition of typedef ‘D2D1_PROPERTY_BINDING’
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d2d
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)protonmail.com
Distribution: ---
Created attachment 72739
--> https://bugs.winehq.org/attachment.cgi?id=72739
log.txt
in distro:
# uname --kernel-release
3.0.66
# gcc --version
4.3.4
# ldd --version
2.10.1
Compiling wine-7.9 fails with:
error: redefinition of typedef ‘D2D1_PROPERTY_BINDING’
--
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=38975
Bug ID: 38975
Summary: Alpha Protocol launcher: menu options hidden behind
grey boxes
Product: Wine
Version: 1.5.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Regression SHA1: 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Distribution: ---
Created attachment 51925
--> https://bugs.winehq.org/attachment.cgi?id=51925
screencast demonstrating the problem
Tested with the Steam version, no demo available.
When the game launcher appears menu options are hidden underneath grey
rectangles.
As the mouse pointer passes over a button it becomes visible (see example
screencast).
Terminal output doesn't show anything related.
The problem is reproducible in the traditional fullscreen and virtual desktop
mode as well.
The bug is present since
commit 2eebedf38e4d5fd49075f8f89e63f869ca85cceb
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Apr 30 15:09:03 2012 +0200
winex11: Handle Expose events by refreshing from the window surface.
wine-1.7.47-196-g4e6e9a1
Fedora 22 32-bit
XOrg 1.17.2
XFCE 4.12
--
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=52542
Bug ID: 52542
Summary: NVIDIA GeForceNow Installer fails due to rundll32
problems
Product: Wine
Version: 7.1
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 71855
--> https://bugs.winehq.org/attachment.cgi?id=71855
Hack
Mostly for bookkeeping, I have it on my ToDo somewhere, although feel free to
take it. But please mention when you want to work on this.
The installer tries to use rundll32 to let a dll generate the config. The exact
commandline is
> trace:rundll32:wWinMain CmdLine=L"C:\\users\\fabian\\Temp\\GeForceNOWInstallerTemp\\GeforceNOW\\NvConfigGenerator.dll ,GenerateConfigs
Notice the space before the comma, that's what causes the problem. Wine doesn't
handle that properly.
Attaching a hack to work around the issue.
Warning:
It seems like you need to set that byte to 0 (see patch). Just skipping the
space lets it find the function, but it won't work due to being passed
unexpected parameters!
Also be aware, that the installer also tries to call system32/rundll32.exe
which is 64bit with a 32bit dll. So to test this, you need to take that into
account, else rundll32 will fail to load the dll, nevermind load the entry
point.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=23319
Summary: cmd thinks shift.exe is an internal command
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Windows, 'shift' is an internal command, and 'shift.exe' is an
external command.
Wine's cmd mistakenly thinks 'shift.exe' is a synonym for 'shift'.
This makes it somewhat hard to play EA's Need For Speed: Shift.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=28582
Bug #: 28582
Summary: MOVE-ing a file with cmd to current directory should
be a no-op
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
When using MOVE of a file/directory, bad things happen
'move file' or 'move file1' gives a confirmation dialog and deletes the file if
the move/overwrite is confirmed.
With directories, similar behaviour but you get an access denied and the dir
isn't deleted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=46504
Bug ID: 46504
Summary: cmd.exe: xcopy.exe with renaming
Product: Wine
Version: 4.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: jonathanbelsewir(a)yahoo.de
Distribution: ---
The following command does not work right:
xcopy /q /y *.i root\*.htm
Workaround:
for %%f in (*.i) do (
copy %%f root\%%~nf.htm
)
--
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=42182
Bug ID: 42182
Summary: OUT: isn't supported (custom output device)
Product: Wine
Version: 1.8.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: kenorb(a)gmail.com
Distribution: ---
On Windows, OUT: is the special device and doing:
echo test > OUT
or:
echo test > OUT:
would redirect this to output device (by default same as NUL).
On Wine, "OUT:" file is created.
This should work similar as for CON: (which works fine in Wine):
echo test > CON
or:
echo test > CON:
See list of special devices at: http://superuser.com/a/613335
--
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.
http://bugs.winehq.org/show_bug.cgi?id=27605
Summary: cmd can't handle Ctrl-C
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xuhdev(a)gmail.com
When using wine cmd, Ctrl-C cannot be handled, instead, cmd will exit. I'm
using wine on Fedora.
1. $ wine cmd
2. press Ctrl-C
cmd exits, but it should not.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.