https://bugs.winehq.org/show_bug.cgi?id=50829
Bug ID: 50829
Summary: Process Hacker 2.38 crashes on unimplemented function
dbghelp.dll.SymFromNameW
Product: Wine
Version: 6.4
Hardware: x86-64
URL: https://github.com/processhacker/processhacker/release
s/download/v2.38/processhacker-2.38-bin.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
…
[View More] Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
1. Run ProcessHacker.exe
2. Select System information
3. Click on Memory graph to view more details
wine: Call from 000000007B01182D to unimplemented function
dbghelp.dll.SymFromNameW, aborting
https://github.com/processhacker/processhacker/search?q=SymFromNameWhttps://docs.microsoft.com/en-us/windows/win32/api/dbghelp/nf-dbghelp-symfr…
sha1sum processhacker-2.38-bin.zip
f9ae9036e657393599d3282dddda4ccbb33ae11b processhacker-2.38-bin.zip
du -sh processhacker-2.38-bin.zip
3.3M processhacker-2.38-bin.zip
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=50119
Bug ID: 50119
Summary: Dark Souls II: Scholar of the First Sin shows a white
screen with vulkan renderer
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
…
[View More]Distribution: ---
0580:err:d3d:wined3d_swapchain_vk_blit Present returned vr
VK_ERROR_OUT_OF_DATE_KHR.
0580:err:d3d:wined3d_swapchain_vk_destroy_vulkan_swapchain Failed to wait on
queue, vr VK_ERROR_DEVICE_LOST.
and lots of:
0580:err:d3d:wined3d_context_vk_submit_command_buffer Failed to submit command
buffer 0x7f7fbc1b0e28, vr VK_ERROR_DEVICE_LOST.
wine-5.21-69-gb940c5e7c91
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=48507
Bug ID: 48507
Summary: osu! icons in the setting and music player are not
being rendered
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: huupoke12(a)gmail.com
Distribution: ---
…
[View More]Created attachment 66308
--> https://bugs.winehq.org/attachment.cgi?id=66308
Icons in the setting and the music player are not being drawn/rendered
Icons in the setting and the music player are not being drawn/rendered. I can
still click on the setting and it jumps to that section. But I can't click on
the music player (nothing happen).
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=46817
Bug ID: 46817
Summary: Steam Big Picture needs
d3d11_device_CreateDeviceContextState
Product: Wine
Version: 4.2
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Split …
[View More]from bug 44120.
Big picture currently errors with
> Assertion Failed: No D2D device created, possible no GPU supporting D3D10_FEATURE_LEVEL_9_1 or higher was found? Can't create surface
The problem is fixed by adding a stub like
##########
static HRESULT STDMETHODCALLTYPE d3d11_device_CreateDeviceContextState(...)
{
*chosen_feature_level = feature_levels[0];
return S_OK;
}
##########
This makes big picture mode open, but you still have a blackscreen due to
missing d3d10 effects support. But judging from the sounds, it atleast works
instead of crashing.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=51041
Bug ID: 51041
Summary: Wine does not enumerate all fonts
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: vladimir.kokovic(a)gmail.com
Distribution: ---
I have regularly installed 3 TTF …
[View More]fonts for my needs and when I wanted to use
them, I saw wine not offer all 3 but only one of them.
As all 3 are necessary, to determine what it is about, I wrote the test program
that uses EnumFontFamiliesExW.
The problem is probably the fact that 2 fonts that are not displayed in the
font list, that they are OpenType fonts.
The result of that program in Windows10:
Terminal vk INSTALLED.
Less Perfect DOS VGA INSTALLED.
More Perfect DOS VGA INSTALLED.
The result of that program in Wine:
Terminal vk INSTALLED.
Less Perfect DOS VGA NOT INSTALLED.
More Perfect DOS VGA NOT INSTALLED.
If necessary, I will also provide the test program and fonts.
Vladimir Koković, DP senior(70),
Serbia, Belgrade, 22.April 2021
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=50952
Bug ID: 50952
Summary: Regression: Legends of Runeterra crashes at launch
Product: Wine
Version: 5.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: dt(a)zeroitlab.com
Distribution: ---
Continuing from #47970
This is …
[View More]probably related to hooking of LdrInitializeThunk or other thread start
related logic. I'll try to investigate.
Regressed since 5.10
According to a previous bisect by Daniel Bomar, first bad commit is
be0eb9c92eb7a4fcd9d0d48568c8ed5e8326ef0b: ntdll: Move the thread startup code
to the Unix library
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=50628
Bug ID: 50628
Summary: Fairy Tale About Father Frost, Ivan and Nastya crashes
on DDERR_SURFACE_LOST
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: x17roqnft(a)relay.firefox.com
…
[View More] Distribution: ---
Created attachment 69326
--> https://bugs.winehq.org/attachment.cgi?id=69326
Terminal output
Steps to reproduce:
1) Download demo version from here:
https://bonusweb.idnes.cz/Download.aspx?id=D001222_952141
2) Install it
3) Run main exe with wine (mrazik.exe)
4) Starts, but crashes with different error message based on set wine prefix
On Windows 7 and higher, it first yells about DDERR_SURFACE_LOST, but after
next start, it changes to engine error CPSE: Stream open file failed (Unknown
HRESULT).
On Windows XP and lower, it just yells about CPSE: Stream open file failed.
(Unknown HRESULT)
This also happens on Steam version with Proton.
Tried virtual desktop and new 32bit prefix, same error.
Maybe it's just game engine being poorly written for newer systems.
Note: Windows 10 machines requires to have compatibility mode set to Windows 98
or 95 to avoid in-game crashes.
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=35539
Bug ID: 35539
Summary: Proteus 8 demo fails to install
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Classification: Unclassified
Hello folks,
split off from bug 34457
--- snip ---
$ …
[View More]WINEDEBUG=+tid,+seh,+relay,+msi wine ./prodemo.exe >>log.txt 2>&1
...
0037:trace:msi:ACTION_PerformUIAction Performing action
(L"WriteEnvironmentStrings")
...
0037:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 100 L"Action 13:24:18:
WriteEnvironmentStrings. Updating environment strings"
...
0037:trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM `Environment`" 0x33f7e8
...
0037:trace:msi:ITERATE_WriteEnvironmentString name L"!-*LXKSERVER" value (null)
...
0037:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"Name: LXKSERVER,
Value: , Action 0"
...
0037:trace:msi:ITERATE_WriteEnvironmentString name L"=-*LXKSERVER" value
L"[KEY_SERVER]"
...
0037:trace:msi:MSI_FormatRecordW L"[KEY_SERVER]"
...
0037:trace:msi:msi_get_property property L"KEY_SERVER" not found
...
0037:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 200 L"Name: LXKSERVER,
Value: , Action 0"
...
0037:trace:msi:MSI_ProcessMessage (nil) (nil) (nil) 0 10 L"Action ended
13:24:18: WriteEnvironmentStrings. Return value 14."
...
0037:err:msi:ITERATE_Actions Execution halted, action
L"WriteEnvironmentStrings" returned 14
--- snip ---
"Environment" msi table dump with ORCA:
--- snip ---
Environment Name Value Component_
s72 l255 L255 s72
LXKSERVER !-*LXKSERVER APPFRAME.DLL
LXKSERVER_1 =-*LXKSERVER [KEY_SERVER] APPFRAME.DLL
--- snip ---
The first one has no value -> skipped (ok).
The second one has a value and is getting deformatted ... unfortunately
'KEY_SERVER' property is not set at this point, resulting in failure.
I found only one occurrence of this property 'KEY_SERVER' in msi tables:
"Control" msi table:
--- snip ---
KeyServerDlg Edit_1 Edit 101 112 125 18 3 KEY_SERVER
{260} Bitmap
--- snip ---
The unattended install using explicit command line property works, see:
http://www.softnual.com/html/pds/network-installation.htm
--- quote ---
Where a server license and dongle are installed the KEY_SERVER property can be
set on the command line to point to the licence key server. If set this will
set the environment variable, if not set the variable will be cleared.
--- quote ---
If I pass the property via command line it finishes successfully:
--- snip ---
$ wine msiexec -i setup_demo8.1.17358.0.msi KEY_SERVER=test
...
$ fixme:wshom:WshShell3_RegWrite
(L"HKLM\\SYSTEM\\CurrentControlSet\\Control\\Session
Manager\\Environment\\LXKSERVER" {VT_BSTR: L"test"} {vt 10}): stub
--- snip ---
For UI install, the 'KeyServerDlg' is referenced from 'LicenseKeyTypeDlg' which
is referenced from 'LicenseAgreementDlg':
--- snip ---
LicenseAgreementDlg Back NewDialog WelcomeDlg AI_INSTALL AND
LicenseAgreementDlg_Cond 1
LicenseAgreementDlg Next NewDialog SetupTypeDlg AI_INSTALL AND
LicenseAgreementDlg_Cond 3
LicenseAgreementDlg Next NewDialog LicenseKeyTypeDlgAI_INSTALL
AND LicenseAgreementDlg_Cond AND LicenseKeyTypeDlg_Cond 4
LicenseAgreementDlg Next [LicenseKeyTypeDlg_Cond] 1 Family <>
"Demonstration" 2
LicenseAgreementDlg Next [LicenseKeyTypeDlg_Cond] {} 1 1
LicenseAgreementDlg Cancel SpawnDialog CancelDlg 1 100
LicenseAgreementDlg PrintButton DoAction AI_PrintRtf 1 2
LicenseAgreementDlg PrintButton [AI_PRINT_RTF]
LicenseAgreementDlg#AgreementText 1 1
--- snip ---
'SetupTypeDlg' is selected for 'next' button instead of 'LicenseKeyTypeDlg':
--- snip ---
0037:trace:msi:msi_set_property 0x1437c0 L"LicenseAgreementDlg_Cond" L"1" -1
...
0037:trace:msi:MSI_EvaluateConditionW 1 <- L"AI_INSTALL AND
LicenseAgreementDlg_Cond"
...
0037:trace:msi:msi_dialog_send_event Sending control event L"NewDialog"
L"LicenseAgreementDlg"
...
0037:trace:msi:MSI_EvaluateConditionW L"AI_INSTALL AND LicenseAgreementDlg_Cond
AND LicenseKeyTypeDlg_Cond"
...
0037:trace:msi:msi_get_property returning L"1" for property L"AI_INSTALL"
...
0037:trace:msi:msi_get_property returning L"1" for property
L"LicenseAgreementDlg_Cond"
...
0037:trace:msi:msi_get_property property L"LicenseKeyTypeDlg_Cond" not found
...
0037:trace:msi:MSI_EvaluateConditionW 0 <- L"AI_INSTALL AND
LicenseAgreementDlg_Cond AND LicenseKeyTypeDlg_Cond"
...
0037:trace:msi:MSI_EvaluateConditionW 1 <- L"AI_INSTALL AND
LicenseAgreementDlg_Cond"
0037:trace:msi:msi_dialog_send_event Sending control event L"NewDialog"
L"SetupTypeDlg"
--- snip ---
'LicenseKeyTypeDlg_Cond' is tied to control 'Event':
--- snip ---
LicenseAgreementDlg Next [LicenseKeyTypeDlg_Cond] 1 Family <>
"Demonstration" 2
LicenseAgreementDlg Next [LicenseKeyTypeDlg_Cond] {} 1 1
--- snip ---
The event condition:
--- snip ---
0037:trace:msi:MSI_DatabaseOpenViewW L"SELECT * FROM ControlEvent WHERE
`Dialog_` = 'LicenseAgreementDlg' AND `Control_` = 'Next' ORDER BY `Ordering`"
0x33f240
...
0037:trace:msi:MSI_EvaluateConditionW L"1"
...
0037:trace:msi:COND_GetString Got identifier L"1"
...
0037:trace:msi:MSI_EvaluateConditionW 1 <- L"1"
...
0037:trace:msi:msi_set_property 0x1437c0 L"LicenseKeyTypeDlg_Cond" (null) -1
...
0037:trace:msi:msi_get_property property L"LicenseKeyTypeDlg_Cond" not found
0037:trace:msi:MSI_DatabaseOpenViewW L"DELETE FROM `_Property` WHERE
`_Property` = 'LicenseKeyTypeDlg_Cond'" 0x33f11c
...
0037:trace:msi:MSI_EvaluateConditionW L"Family <> \"Demonstration\""
...
0037:trace:msi:COND_GetString Got identifier L"Family"
...
0037:trace:msi:msi_get_property returning (null) for property L"Family"
...
0037:trace:msi:msi_get_property returning L"Demonstration" for property
L"Family"
...
0037:trace:msi:COND_GetLiteral Got literal L"Demonstration"
...
0037:trace:msi:MSI_EvaluateConditionW 0 <- L"Family <> \"Demonstration\""
...
--- snip ---
'Family' property is hard coded by default to 'Demonstration' value.
Makes sense for demo app/installer.
Summing it up: at first glance everything looks ok.
Maybe it's another MSI client vs. server issue.
$ sha1sum prodemo.exe
e3409adbc80bd73a36f82890da2b7d16be2fbf51 prodemo.exe
$ du -sh prodemo.exe
166M prodemo.exe
$ wine --version
wine-1.7.11-306-g8f289c8
Regards
--
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.
[View Less]
https://bugs.winehq.org/show_bug.cgi?id=50875
Bug ID: 50875
Summary: HTMLElement_get_offsetParent crashes wine if a NULL
offset parent is expected (VbsEdit)
Product: Wine
Version: 6.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: dimaki(a)rocketmail.com
…
[View More] Distribution: ---
This issue effects an html help file which ships with VbsEdit.
The body html element has a NULL offset parent. Attempting to retrieve it
causes a null dereference crash in wine, but not in IE on Windows. Here is
sample html code to reproduce the problem. In IE clicking the button produces
no result while wine crashes.
<!DOCTYPE html>
<html>
<body>
<p>Click the button to get the offsetParent for the body tag.</p>
<p><button onclick="testFunction()">Click</button></p>
<script>
function testFunction() {
document.body.offsetParent;
}
</script>
</body>
</html>
I have a patch with a fix which I will send in shortly.
--
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.
[View Less]