https://bugs.winehq.org/show_bug.cgi?id=56666
Bug ID: 56666
Summary: BExAnalyzer from SAP 7.30 does not work correctly
Product: Wine-staging
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arhangel3102(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 76446
--> https://bugs.winehq.org/attachment.cgi?id=76446
SAP BExAnalyzer log
After installing SAP 7.30, installing all necessary libraries: dotnet48,
vcrun2005, vcrun2008, vcrun2010, vb6run. And having installed MS Office 2007.
BExAnalyzer does not want to work correctly. Error:
17512.367:011c:0120:warn:seh:OutputDebugStringW L “System.Exception:
CriticalProgramError ---> System.Exception: CriticalProgramError --->
System.Runtime.InteropServices. COMException: Exception from HRESULT:
0x80020003 (DISP_E_MEMBERNOTFOUND)\r\n at
Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateSet(Object o,
Type& objTy“...”...
This error appears when launching BExAnalyzer, which in turn launches MS Excel
and adds the “Add-ins” tab there. All buttons work correctly, but the drop-down
menu does not function.
The full log 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=56653
Bug ID: 56653
Summary: GetLogicalProcessorInformation can be missing Cache
information
Product: Wine
Version: unspecified
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: sebastien.chev(a)gmail.com
Distribution: ---
On some ARM64 platform, like SnapDragon, the
GetLogicalProcessorInformation(...) will not fill-in Cache information.
Some system file, specificaly:
"/sys/devices/system/cpu/cpu%u/cache/index%u/ways_of_associativity",
"/sys/devices/system/cpu/cpu%u/cache/index%u/coherency_line_size" and
"/sys/devices/system/cpu/cpu%u/cache/index%u/size" are missing, leading a an
early abort of the "create_logical_proc_info(...)" helper function.
Some games, like Baldur's Gate 3 actually use the Cache informations to guess
the optimal number of Worker to spawn. With the cache info missing, 0 workers
are spawn, leading to a Stack Overflow later in the loading.
Debugged using the x86_64 version of Wine on ARM64 platform with Box64, but the
issue is linux specific, not arch specific.
--
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=56599
Bug ID: 56599
Summary: HWMonitor 1.53 needs unimplemented function
pdh.dll.PdhConnectMachineA
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: pdh
Assignee: wine-bugs(a)winehq.org
Reporter: oguilherme(a)protonmail.com
Distribution: ---
Hi,
The latest version of HWMonitor (1.53), now seems to require
pdh.dll.PdhConnectMachineA, which is not implemented in Wine:
$ wine HWMonitor_x64.exe
00dc:fixme:shell:InitNetworkAddressControl stub
0134:fixme:ntoskrnl:SeSinglePrivilegeCheck stub: 000000000000000a 1
0134:fixme:ntoskrnl:HalGetBusDataByOffset (4 0 0 000000000011EC18 0 4) stub!
wine: Call from 00006FFFFF463DE7 to unimplemented function
pdh.dll.PdhConnectMachineA, aborting
wine: Unimplemented function pdh.dll.PdhConnectMachineA called at address
00006FFFFF463DE7 (thread 00dc), starting debugger...
0140:fixme:dbghelp:elf_search_auxv can't find symbol in module
0140:fixme:dbghelp:elf_search_auxv can't find symbol in module
wine: Call from 00006FFFFF463DE7 to unimplemented function
pdh.dll.PdhConnectMachineA, aborting
The previous version (1.52), runs just fine.
Thanks.
--
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=56598
Bug ID: 56598
Summary: Calling [vararg] method via ITypeLib without arguments
via IDispatch fails
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: pontus(a)netler.se
Distribution: ---
Our COM-interface expose a method that take 0-N opptional parameters via
[vararg].
[vararg]
HRESULT Test([in] VARIANT mandatory, [in] SAFEARRAY(VARIANT) optional, [out,
retval] VARIANT* result);
Calling this method result in error when no arguments are specified, which
breaks compatibility with native Windows.
Calling with arguments works.
Problem may relate to SafeArrayCreate not supporting empty arrays in Wine. Or
to missing handling for edge-case in typelib.c (arround line 7363).
To progress testing we added workaround for our API, but this will affect
compatibility in other areas.
--
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=56582
Bug ID: 56582
Summary: vb3 combobox regression: single click scrolls twice
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
Created attachment 76338
--> https://bugs.winehq.org/attachment.cgi?id=76338
example exe
The combobox used in applications created with Visual Basic 3 seems to have got
a regression. It is almost impossible for me to scroll a single line using Wine
9, while it is easy using Wine 8.
Open the application, click the Combo to drop down the list of items, Line1 to
8 is shown. Click the down arrow to scroll a single line. The delay before
further scrolling is much shorter in Wine 9 than Wine 8. Wine 8 is more true to
Windows 98.
I first noticed this in Hogia Hemekonomi but were able to create a small
example exe to avoid a long description on how to reproduce.
git bisect suggests it may be related to
[bb496ea847bb019067ea4b60b9916378ed6fc452]
--
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=56498
Bug ID: 56498
Summary: misinterpretation of the '/' character
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: ch.panel(a)free.fr
Distribution: ---
this sequence causes two different results on wine and windows :
(french date)
echo off
cls
echo %date%
set year=%date:~6,4%
echo %year%
pause
on windows :
29/03/2024
2024
on wine :
29/03/2024
202
wine seems to interpret / as an escape character
--
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=56579
Bug ID: 56579
Summary: Setupapi fails to read correct class GUID and name
from INF file containing %strkey% tokens
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla-wine(a)opinsys.fi
Distribution: ---
Example: Vernier's LoggerPro 3.16.2 installed and LabQuest Mini (08f7:0008) USB
device hotplugged
LoggerPro brings INF files for various USB devices.
A stripped example of such file:
[Strings]
Date = "12/01/2020"
Version = "1.4.0.0"
DeviceName = "Vernier LabQuest Mini"
CatFileName = "LabQuestMini_WinUSB.cat"
DeviceGUID = "{56150077-B844-49e6-B562-88498BFA2C2F}"
DeviceClassGUID = "{6B8429BF-10AD-4b66-9FBA-2FE72B891721}"
ClassName = "VST_WinUSB"
[Version]
DriverVer = %Date%,%Version%
Signature = "$Windows NT$"
Class = %ClassName%
ClassGuid = %DeviceClassGUID%
WHen the device is hotplugged, following error message is logged:
fixme:setupapi:SetupDiGetINFClassW failed to convert "L"%DeviceClassGUID"" into
a guid
This happens because SetupDiGetINFClassW(), which is called by
SetupDiBuildDriverInfoList(), does not correctly parse the INF file.
--
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=52215
Bug ID: 52215
Summary: MSTSC (Remote Desktop) 7.0 cannot find its MUI files
when Windows version is set to 7
Product: Wine
Version: 7.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
Created attachment 71279
--> https://bugs.winehq.org/attachment.cgi?id=71279
Error. File not found. C:\windows\system32\<LANG_NAME>\mstsc.exe.MUI
A workaround is to set the Windows version to XP but I don't like it because
Wine as far as I know doesn't allow to set a per application Windows version
and my default Windows version is set to 7.
strace shows that Wine doesn't even attempt to find MUI files as if some
resolution inside it breaks completely when Windows != XP.
--
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=57007
Bug ID: 57007
Summary: Sequence Editor from Legendary Explorer of ME3Tweaks
Mod Manager triggers GDI assert
Product: Wine
Version: 9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: raulvior.bcn(a)gmail.com
Distribution: ---
Created attachment 76845
--> https://bugs.winehq.org/attachment.cgi?id=76845
Log generated with WINEDEBUG=warn
Sequence Editor 6.4.18 from Legendary Explorer of ME3Tweaks Mod Manager 9.0
(Tools->Legendary Explorer) triggers assert from Wine code base
"err:msvcrt:_wassert (L"graphics->hdc_refs ==
0",L"dlls/gdiplus/graphics.c",2621)". Executing with WINEDEBUG=warn+heap shows
the following warning "warn: Using GDI for swapchain presentation. This will
impact performance." which belongs to
https://github.com/doitsujin/dxvk/blob/master/src/d3d9/d3d9_swapchain.cpp#L…
The assert is triggered when trying to add a BioSeqVar_StoryManagerX variable
where X is one of {Bool,Float,Int,StateId}. I have not tried all other object
types. But from the Variables tab it only crashes when double clicking in any
of those four.
The PCC file opened with the Sequence Editor can be downloaded here:
https://drive.proton.me/urls/GSMNK9XPF8#MHMpgEs2uYHe
You have to configure Wine to emulate a virtual desktop. Otherwise tooltips and
menus appear as black rectangles.
### Software information
Legendary Explorer 6.4.18 from ME3Tweaks Mod Manager 9.0.
### System information
- GPU: AMD Radeon VII (RADV VEGA20)
- Driver: radv 24.1.3
- Wine version: wine-9.13
### Apitrace file(s)
https://drive.proton.me/urls/DGQS3343J4#0BDgJCGU0pfz
--
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=57420
Bug ID: 57420
Summary: Incorrect (broken) Japanese Font Substitution for
Tahoma via FontLink
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: rikul(a)inbox.ru
Distribution: ---
Created attachment 77410
--> https://bugs.winehq.org/attachment.cgi?id=77410
Left->FontLink,Right->FontSubstitutes
When configuring the Tahoma font to use a Japanese fallback font via FontLink,
issues arise with proper font substitution in Notepad++ and other applications.
Here’s a summary of the issue:
1. A FontLink -> SystemLink registry key is added for Tahoma, which includes
VL-Gothic-Regular.ttf,VL Gothic among other fonts.
2. The system locale is set to ja_JP.UTF-8.
3. Notepad++ (and other applications) is launched.
Expected Behavior: The Japanese font should display correctly throughout the
application interface.
Actual Behavior:
- In some parts in Notepad++ where using Tahoma font (e.g., menus), the
Japanese font does not display correctly, though in other areas, like the
settings window, it does.
- We have verified this behavior in other applications, and the same issue is
consistently observed.
- Without linking to VL Gothic, the Japanese text in menus becomes completely
unreadable. VL Gothic is used here as an example for a readable fallback font.
Workaround: Adding a FontSubstitutes registry entry that maps Tahoma to VL
Gothic Regular resolves the issue, and the correct font appears throughout the
interface.
Problem with the Workaround: This approach is not ideal because changing the
system locale does not automatically update the FontSubstitutes entry. As a
result, VL Gothic Regular remains set for Tahoma, which is undesirable in an
English locale, for example.
Additional Information:
- Attached are screenshots showing correct and incorrect font rendering.
- Tested on Wine 9.0 as well as the main branch, with consistent behavior in
both versions.
--
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.