https://bugs.winehq.org/show_bug.cgi?id=57019
Bug ID: 57019
Summary: wineboot crashes in create_bios_processor_values() on
2013 Mac Pro
Product: Wine
Version: 9.14
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Regression SHA1: ecbc4cf06d6c9253ba92065f320ddd6eeff3177f
Created attachment 76864
--> https://bugs.winehq.org/attachment.cgi?id=76864
wineboot backtrace
Since ecbc4cf06d6c9253ba92065f320ddd6eeff3177f ("wineboot: Retrieve CPU details
through the SMBIOS table."), wineboot assumes that an SMBIOS 3.0+ processor
information table is present, and uses those values to populate CPU info in the
registry.
On most platforms, raw SMBIOS tables are not available to unprivileged
applications, so ntdll "creates" SMBIOS tables with information from other
APIs. ntdll creates a v3.0+ processor table, and wineboot is happy.
However, on Intel macOS, raw SMBIOS tables are available to unprivileged
applications, and ntdll passes them straight through to wineboot. My 2013 Mac
Pro (running macOS 10.13 and the latest 2023 EFI firmware) only supports SMBIOS
v2.4, and the processor information table is missing all the 2.5+ fields like
core/thread count. These fields are filled with garbage, and wineboot crashes
when proc->thread_count2 is implausibly large.
One fix for this would be for wineboot to not use SMBIOS for CPU details (or at
least have a non-SMBIOS fallback).
Alternately, ntdll could disable passthrough of real SMBIOS tables and just
create it on all platforms (this is already done on ARM64 macOS).
dmidecode output showing the processor information table:
$ dmidecode
# dmidecode 3.1
Getting SMBIOS data from Apple SMBIOS service.
SMBIOS 2.4 present.
68 structures occupying 3524 bytes.
Bad address
Handle 0x0000, DMI type 4, 35 bytes
Processor Information
Socket Designation: Not Specified
Type: Central Processor
Family: Pentium 4
Manufacturer: Intel(R) Corporation
ID: E4 06 03 00 FF FB EB BF
Signature: Type 0, Family 6, Model 62, Stepping 4
Flags:
FPU (Floating-point unit on-chip)
VME (Virtual mode extension)
DE (Debugging extension)
PSE (Page size extension)
TSC (Time stamp counter)
MSR (Model specific registers)
PAE (Physical address extension)
MCE (Machine check exception)
CX8 (CMPXCHG8 instruction supported)
APIC (On-chip APIC hardware supported)
SEP (Fast system call)
MTRR (Memory type range registers)
PGE (Page global enable)
MCA (Machine check architecture)
CMOV (Conditional move instruction supported)
PAT (Page attribute table)
PSE-36 (36-bit page size extension)
CLFSH (CLFLUSH instruction supported)
DS (Debug store)
ACPI (ACPI supported)
MMX (MMX technology supported)
FXSR (FXSAVE and FXSTOR instructions supported)
SSE (Streaming SIMD extensions)
SSE2 (Streaming SIMD extensions 2)
SS (Self-snoop)
HTT (Multi-threading)
TM (Thermal monitor supported)
PBE (Pending break enabled)
Version: Intel(R) Xeon(R) CPU E5-1620 v2 @ 3.70GHz
Voltage: 1.2 V
External Clock: 25 MHz
Max Speed: 3700 MHz
Current Speed: 3700 MHz
Status: Populated, Enabled
Upgrade: ZIF Socket
L1 Cache Handle: 0x0002
L2 Cache Handle: 0x0003
L3 Cache Handle: 0x0004
Serial Number: Not Specified
Asset Tag: Not Specified
Part Number: Not Specified
--
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=56452
Bug ID: 56452
Summary: WineHQ9.3 breaks font-rendering at .NET-Datagridview
Product: Wine
Version: 9.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: andreas.franz(a)arcor.de
Distribution: ---
Since WineHQ 9.3, font "wingdings" seems to be rendered as "arial" at
.NET-Datagridview. Symbol "checkmark" is shown as "ü".
Stable WineHQ 9.0 works fine, 9.4 doesn't fix this issue.
It seems to be a GDI-related issue - print-preview-rendering is affected, too.
regards, Andy
--
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=50398
Bug ID: 50398
Summary: Microsoft Office XP 2002 installer shows "Error 25504.
Failed to set Feature xyz to the install state of
Feature xyz for mode 2." message boxes since Wine 2.12
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
while checking bug 5163 ("Microsoft Office XP 2002 installer reports error
25003 (installation source corrupted), custom action 'CADpc' returns 1603")
I've noticed a bunch of message boxes during installation which didn't appear
with earlier Wine releases.
They can be dismissed so the installer proceeds further. Alternatively the
installer can be run in "no UI" mode (pass '/q' or '/qn').
Wine 2.11 (ok):
--- snip ---
$ WINEDEBUG=+msgbox wine ./SETUP.EXE
...
err:msi:ITERATE_Actions Execution halted, action L"CADpc" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- snip ---
Wine 2.12:
--- snip ---
$ WINEDEBUG=+msgbox wine ./SETUP.EXE
...
trace:msgbox:MSGBOX_OnInit L"1: 2: SpeechHidden 3: SpeechFiles 4: "
trace:msgbox:MSGBOX_OnInit L"1: 2: SpeechHidden 3: ExcelTTS 4: "
trace:msgbox:MSGBOX_OnInit L"1: 2: TranslationHidden 3: TranslationFiles_3082
4: "
trace:msgbox:MSGBOX_OnInit L"1: 2: TranslationHidden 3: TranslationFiles_1036
4: "
trace:msgbox:MSGBOX_OnInit L"1: 2: OutlookCDO 3: OutlookAddressBookControl 4:
"
trace:msgbox:MSGBOX_OnInit L"1: "
err:msi:ITERATE_Actions Execution halted, action L"CADpc" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- snip ---
Wine 2.13:
--- snip ---
$ WINEDEBUG=+msgbox wine ./SETUP.EXE
...
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25504. "
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25504. "
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25504. "
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25504. "
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25504. "
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25003. "
err:msi:ITERATE_Actions Execution halted, action L"CADpc" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- snip ---
Wine 2.15 to Wine 6.0-rc3:
--- snip ---
$ WINEDEBUG=+msgbox wine ./SETUP.EXE
...
trace:msgbox:MSGBOX_OnInit L"Error 25504. Failed to set Feature SpeechHidden to
the install state of Feature SpeechFiles for mode 2."
trace:msgbox:MSGBOX_OnInit L"Error 25504. Failed to set Feature SpeechHidden to
the install state of Feature ExcelTTS for mode 2."
trace:msgbox:MSGBOX_OnInit L"Error 25504. Failed to set Feature
TranslationHidden to the install state of Feature TranslationFiles_3082 for
mode 2."
trace:msgbox:MSGBOX_OnInit L"Error 25504. Failed to set Feature
TranslationHidden to the install state of Feature TranslationFiles_1036 for
mode 2."
trace:msgbox:MSGBOX_OnInit L"Error 25504. Failed to set Feature OutlookCDO to
the install state of Feature OutlookAddressBookControl for mode 0."
trace:msgbox:MSGBOX_OnInit L"Error 25003. Microsoft Office setup cannot
continue because the installation source has been corrupted"
err:msi:ITERATE_Actions Execution halted, action L"CADpc" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- snip ---
--- snip ---
$ WINEDEBUG=+seh,+relay,+msi wine ./SETUP.EXE >>log.txt 2>&1
...
018c:trace:msi:MsiQueryFeatureStateW L"{90110409-6000-11D3-8CFE-0050048383C9}"
L"SpeechFiles"
...
018c:trace:msi:MSI_SetFeatureStates examining feature L"SpeechFiles" (level 1
installed 2 request 1 action 1)
...
0328:Call msi.MsiGetFeatureStateA(00000001,014dfc48
"SpeechFiles",014dfc14,014dfc18) ret=35f25cb9
...
0328:Ret msi.MsiGetFeatureStateA() retval=00000000 ret=35f25cb9
0328:Call msi.MsiGetFeatureStateA(00000001,014dfc70
"SpeechHidden",014dfc1c,014dfc10) ret=35f25cd6
...
0328:Ret msi.MsiGetFeatureStateA() retval=00000000 ret=35f25cd6
...
0328:Call msi.MsiRecordSetStringA(00000006,00000000,35f41f78
"FeatureDependency: Follow: 'SpeechHidden' current state: 2, action state: 2,
using state 2") ret=35f348fa
...
0328:Call msi.MsiRecordSetStringA(00000006,00000000,35f41f78
"FeatureDependency: Lead: 'SpeechFiles' current state: 2, action state: 1,
using state 1") ret=35f348fa
...
0328:Call msi.MsiSetFeatureStateA(00000001,014dfc70 "SpeechHidden",00000001)
ret=35f25d55
...
0328:Ret msi.MsiSetFeatureStateA() retval=0000065b ret=35f25d55
...
0328:Call msi.MsiRecordSetStringA(00000006,00000000,35f41f78
"FeatureDependency: Feature 'SpeechHidden' changed state to 1") ret=35f348fa
...
0328:Call msi.MsiRecordSetInteger(00000006,00000001,000063a0) ret=35f2605d
0328:Ret msi.MsiRecordSetInteger() retval=00000000 ret=35f2605d
0328:Call msi.MsiRecordSetStringA(00000006,00000002,014dfc70 "SpeechHidden")
ret=35f26069
...
0328:Ret msi.MsiRecordSetStringA() retval=00000000 ret=35f26069
0328:Call msi.MsiRecordSetStringA(00000006,00000003,014dfc48 "SpeechFiles")
ret=35f26075
...
0328:Ret msi.MsiRecordSetStringA() retval=00000000 ret=35f26075
0328:Call msi.MsiRecordSetInteger(00000006,00000004,00000002) ret=35f2607e
0328:Ret msi.MsiRecordSetInteger() retval=00000000 ret=35f2607e
0328:Call msi.MsiProcessMessage(00000001,01000000,00000006) ret=35f26088
...
032c:trace:msi:MSI_DatabaseOpenViewW L"SELECT `Message` FROM `Error` WHERE
`Error` = 25504" 033FFB44
...
032c:Call user32.MessageBoxW(00000000,01aeb350 L"Error 25504. Failed to set
Feature SpeechHidden to the install state of Feature SpeechFiles for mode
2.",10096f4e L"Windows Installer",00000030) ret=10052d3a
--- snip ---
Installer log:
--- snip ---
...
DetectDarwin10: Detected Windows Installer version 1.1 or better; manipulating
feature defaults.
...
Action start 10:46:16: FeatureDependency.
FeatureDependency: Reset: Feature 'SpeechHidden' changed state to 2
FeatureDependency: Reset: Feature 'TranslationHidden' changed state to 2
FeatureDependency: Reset: Feature 'HandWritingHidden' changed state to 2
FeatureDependency: Follow: 'OUTLOOKNonBootFiles' current state: -1, action
state: -1, using state -1
FeatureDependency: Lead: 'OUTLOOKFiles' current state: -1, action state: -1,
using state -1
FeatureDependency: Feature 'OUTLOOKNonBootFiles' did not change state, still
using -1
FeatureDependency: Follow: 'ProductNonBootFiles' current state: -1, action
state: -1, using state -1
FeatureDependency: Lead: 'ProductFiles' current state: -1, action state: -1,
using state -1
FeatureDependency: Feature 'ProductNonBootFiles' did not change state, still
using -1
FeatureDependency: Follow: 'SpeechHidden' current state: -1, action state: 2,
using state 2
FeatureDependency: Lead: 'SpeechFiles' current state: -1, action state: -1,
using state -1
FeatureDependency: Feature 'SpeechHidden' did not change state, still using
2
FeatureDependency: Follow: 'SpeechHidden' current state: -1, action state: 2,
using state 2
FeatureDependency: Lead: 'ExcelTTS' current state: -1, action state: -1,
using state -1
FeatureDependency: Feature 'SpeechHidden' did not change state, still using
2
...
Action ended 10:46:16: FeatureDependency. Return value 1.
...
Action start 10:46:34: MigrateFeatureStates.
MigrateFeatureStates
Info 2726. An internal error has occurred. (MigrateFeatureStates
)
Action ended 10:46:35: MigrateFeatureStates. Return value 0.
...
Action start 10:47:13: FeatureDependency.
FeatureDependency: Reset: Feature 'SpeechHidden' changed state to 2
FeatureDependency: Reset: Feature 'TranslationHidden' changed state to 2
FeatureDependency: Reset: Feature 'HandWritingHidden' changed state to 2
FeatureDependency: Follow: 'OUTLOOKNonBootFiles' current state: 2, action
state: 3, using state 3
FeatureDependency: Lead: 'OUTLOOKFiles' current state: 2, action state: 3,
using state 3
FeatureDependency: Feature 'OUTLOOKNonBootFiles' did not change state, still
using 3
FeatureDependency: Follow: 'ProductNonBootFiles' current state: 2, action
state: 3, using state 3
FeatureDependency: Lead: 'ProductFiles' current state: 2, action state: 3,
using state 3
FeatureDependency: Feature 'ProductNonBootFiles' did not change state, still
using 3
FeatureDependency: Follow: 'SpeechHidden' current state: 2, action state: 2,
using state 2
FeatureDependency: Lead: 'SpeechFiles' current state: 2, action state: 1,
using state 1
FeatureDependency: Feature 'SpeechHidden' changed state to 1
...
--- snip ---
Regression testing lead to:
https://source.winehq.org/git/wine.git/commitdiff/48237e249b76f5ad883ec073e…
("msi: Add a basic internal UI implementation.")
author Zebediah Figura <z.figura12(a)gmail.com>
Thu, 6 Jul 2017 04:31:52 +0000 (23:31 -0500)
$ wine --version
wine-6.0-rc3-34-g9d7a710fc0d
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.
https://bugs.winehq.org/show_bug.cgi?id=47036
Bug ID: 47036
Summary: Game Yuri's Revenge Work perfectly in wine-4.5-1 but
has problem in wine-4.6-1
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zhoujian8585169(a)126.com
Distribution: ---
See https://bugs.archlinux.org/task/62365
Description:
Game Command & Conquer: Yuri's Revenge
(https://en.wikipedia.org/wiki/Command_%26_Conquer:_Yuri%27s_Revenge) run
perfectly in wine-4.5-1 but has problem in wine-4.6-1
Steps to reproduce:
1. sudo pacman -U /var/cache/pacman/pkg/wine-4.5-1-x86_64.pkg.tar.xz
2. WINEARCH=win32 WINEPREFIX=~/.win32 wine ~/sda4/games/yuri/yuri/YURI.EXE
run perfectly see image 1 in attach file
3. sudo pacman -U /var/cache/pacman/pkg/wine-4.6-1-x86_64.pkg.tar.xz
4. WINEARCH=win32 WINEPREFIX=~/.win32 wine ~/sda4/games/yuri/yuri/YURI.EXE
has problem see image 2.
--
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=53567
Bug ID: 53567
Summary: The Medium crashes when starting new game
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 72939
--> https://bugs.winehq.org/attachment.cgi?id=72939
+mfplat
Starting new game immediately causes pop-up window "Pure virtual function being
called while application was running (GIsRunning == 1)."
wine-7.15-74-g4608e1e1257
--
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=37295
Bug ID: 37295
Summary: wine builtin iexplore crashes when clicking on the
activex control of
https://mybank.icbc.com.cn/icbc/perbank/index.jsp
Product: Wine
Version: 1.7.27
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fracting(a)gmail.com
Created attachment 49602
--> https://bugs.winehq.org/attachment.cgi?id=49602
screenshot: activex-control.png
1. open https://mybank.icbc.com.cn/icbc/perbank/index.jsp
2. click on the activex control as soon as the web page loads.
See attachment activex-control.png
--
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=37076
Bug ID: 37076
Summary: Silent Hunter 5 crashes after showing the intro video
with Wine Mono
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 49276
--> http://bugs.winehq.org/attachment.cgi?id=49276
terminal output
Game version is v1.2, installed on Steam, the game uses Ubisoft Game Launcher
(Uplay).
Dwrite.dll and Steam gameoverlayrenderer disabled, native d3dx9_42 and
d3dcompiler_43 are installed to work around an early crash on launch.
After showing the intro movies the game throws an exception:
Unhandled Exception:
System.InvalidProgramException: Invalid IL code
in<Module>:ScriptedEntityHelper.LoadScriptFromFile
(ScriptedEntityHelper*,sScriptedEntity*,sbyte*,sbyte*): IL_0040: ret
at (wrapper native-to-managed) <Module>.ScriptedEntityHelper.LoadScriptFromFile
(ScriptedEntityHelper*,sScriptedEntity*,sbyte*,sbyte*) <0x0003b>
[ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidProgramException: Invalid IL
code in <Module>:ScriptedEntityHelper.LoadScriptFromFile
(ScriptedEntityHelper*,sScriptedEntity*,sbyte*,sbyte*): IL_0040: ret
at (wrapper native-to-managed) <Module>.ScriptedEntityHelper.LoadScriptFromFile
(ScriptedEntityHelper*,sScriptedEntity*,sbyte*,sbyte*) <0x0003b>
'winetricks dotnet20' is sufficient to get rid of the crash and the game loads
fine to the menu.
--
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=50382
Bug ID: 50382
Summary: Lego Star Wars Saga needs native d3dcompiler_47
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d-util
Assignee: wine-bugs(a)winehq.org
Reporter: j-r(a)online.de
Distribution: ---
After installing Lego Star Wars Saga (GOG version) into a fresh 32 bit prefix,
the game starts up fine including sound and controls, but with the exception of
backgrounds and some effects nothing (logo, menu, in game characters etc) is
displayed or replaced by grey boxes.
winetricks d3dcompiler_47 fixes that problem. (An older App DB report using
wine 3.3 mentions the same problem and fixing it by installing d3d9.)
There is no console output indicating a problem in that area (recreating the
test with wine 3.3 gives plenty of d3dcompiler error messages; perhaps they
have been silenced since then?). Since the other d3dcompiler related bugs I
checked all seemed to have d3dcompiler error messages I opened this new report,
though it very likely still is a duplicate.
Please advise which debug channels to turn on to generate a useful log.
--
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=35394
Bug ID: 35394
Summary: Maxthon Cloud Browser V4.2.1: No items are displayed
graphics and the buttons of the installer are mixed
together.
Product: Wine
Version: 1.7.10
Hardware: x86
URL: http://dl.maxthon.com/mx4/mx4.2.1.1000.exe
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: yonatan.el.amigo(a)gmail.com
Classification: Unclassified
Regression SHA1: $ sha1sum mx4.2.1.1000.exe
4e25013c159cdf4e8b8ec457f7e65fdb1e63370a
mx4.2.1.1000.exe
Can be installed maxthon (Although the installer looks awful) but when I try to
run maxthon the window appears blank. Maxthon run multiple processes
simultaneously, I guess some of them is not working.
It also gives me this message in the log file "ERROR: gpu_info_collector_win.cc
(102)] Can not retrieve a valid assessment WinSAT.".
--
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=17339
Summary: 602XML Filler fails to open ZFO/FO document
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: supp(a)kpo.zcu.cz
602XML Filler (ID: is tool to fill government issued ZFO/FO forms.
When opening form located at
http://epodatelna.justice.cz/ePodatelna/epo1200new/form.do (select "El.
platební rozkaz" and click on "Další>>",
program hangs with continuous stream of
"fixme:font:GetCharacterPlacementW flags 0x00100000 ignored" errors.
Reproducibility: 100%
--
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.