https://bugs.winehq.org/show_bug.cgi?id=47068
Bug ID: 47068
Summary: fixme:ntdll:create_logical_proc_info Only 64 Threads
are usable
Product: Wine
Version: 4.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: coolx67(a)gmx.at
Distribution: ---
When running heavy multi threaded programs such as scientific applications or
benchmarks it shows that only 64 threads can be used.
> 002a:fixme:ntdll:create_logical_proc_info Improve CPU info reporting: system supports 96 logical cores, but only 64 supported!
The problem is here
https://github.com/wine-mirror/wine/blob/master/dlls/ntdll/nt.c#L1687
I don't know how much time I have to fix this.
But if someone would brainstorm this with me.
It were my first 5 minutes in the Wine code so please have some understanding.
If there would be some mentor who would give me some advice I could probably
fix some of the 22k+ FIMES in the code :)
Here the WINEDBG from Cinebench
https://pastebin.com/FrgSGxGw
--
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=54346
Bug ID: 54346
Summary: (Multithreaded) Applications sometimes get heap
corruption on exit due to ignoring critical sections
in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
(Multithreaded) Applications sometimes get heap corruption on exit due to
ignoring critical sections in Wine. For instance dmloader:loader:
0118:warn:sync:RtlpWaitForCriticalSection process
L"Z:\\home\\fgouget\\wine\\wine-gitlab\\dlls\\dmloader\\tests\\i386-windows\\dmloader_test.exe"
is shutting down, returning STATUS_SUCCESS
...
0118:warn:sync:RtlpWaitForCriticalSection process
L"Z:\\home\\fgouget\\wine\\wine-gitlab\\dlls\\dmloader\\tests\\i386-windows\\dmloader_test.exe"
is shutting down, returning STATUS_SUCCESS
0118:err:sync:RtlLeaveCriticalSection section 00140074 "dlls/ntdll/heap.c: main
process heap section" is not acquired
Normally this does not cause the test to fail. But when running with
WINEDEBUG=heap this frequently leads to heap corruption because:
* Each call to the heap API triggers a heap validation.
* Each heap_validate() call is requires taking the main process heap lock.
* More contention makes the "not acquired" events more likely.
* Leading to multiple threads manipulating the heap at the same time, thus
causing corruption.
Also, be aware that when heap corruption is detected due to WINEDEBUG=heap,
Wine raises an exception which kills the process.
Also note that although dmloader:loader looks like it is not multithreaded (no
CreateThread() call), it loads dlls that create their own thread:
* winealsa.drv/midi.c -> notify_thread
* winealsa.drv/mmdevdrv.c -> alsa_timer_thread
* winepulse.drv/mmdevdrv.c -> pulse_mainloop_thread, pulse_timer_cb
...etc.
So this issue probably impacts most audio / multimedia applications and Wine
tests.
The "main process heap section is not acquired" errors most often look like
they are caused by the following functions which are all called on
DLL_PROCESS_DETACH:
* msacm32.MSACM_WriteCache() calling RegSetValueExA()
* ucrtbase.msvcrt_free_io() calling DeleteCriticalSection() when WINEDEBUG=heap
Ignoring the critical sections during shutdown is intentional and was
introduced by the 7def0f200f11 commit to fix bug 42470. See
RtlpWaitForCriticalSection():
/* Don't allow blocking on a critical section during process termination */
if (RtlDllShutdownInProgress())
{
WARN( "process %s is shutting down, returning STATUS_SUCCESS\n",
debugstr_w(NtCurrentTeb()->Peb->ProcessParameters->ImagePathName.Buffer) );
return STATUS_SUCCESS;
}
However that commit also had to add todo_wine statements to kernel32:loader so
it's not clear that is is 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=46263
Bug ID: 46263
Summary: Final Fantasy XI crashes after accepting EULA when
using Ashita
Product: Wine-staging
Version: 3.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)foreversmall.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62965
--> https://bugs.winehq.org/attachment.cgi?id=62965
Terminal Output with backtrace of crash.
When using Ashita with FFXI the game crashes shortly after accepting the EULA.
I've confirmed this with all the versions of wine starting from version 3.0
stable, all the way up to 3.21 staging. The only way I've been able to get the
game to launch is to compile wine myself with the following patch:
https://gitlab.com/farmboy0/wine/commit/54aea128e91a6b03bff05e79d9a09bea572…
Its very easy to recreate, use all the standard AppDB info to get FFXI setup.
Download ashita from the website:
https://git.ashitaxi.com/Ashita/Ashitav3-Launcher/raw/master/Ashita.exe
>From here you need all the ashita pre-reqs:
http://docs.ashitaxi.com/requirements/
Setup a config file with the settings ../Ashita/Config/Boot/
You can launch the game via this command: wine %path_to_Ashita%/injector.exe
"%CONFIGFILE%.xml"
If it properly loads then once you accept the EULA it will crash.
--
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=54794
Bug ID: 54794
Summary: Autodesk Fusion360: New SSO login will not open web
browser
Product: Wine
Version: 8.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skala.antonin(a)gmail.com
Distribution: ---
Created attachment 74289
--> https://bugs.winehq.org/attachment.cgi?id=74289
Running processes
Autodesk rolled out new update (03 April) adding new SSO login instead of
build-in one. Clicking on Sign In button should open default browser and
redirect user into logIn page, but no browser will open (no error visible
inside console).
We tried to set http/https in HKEY_CLASSES_ROOT registers, also install windows
version of Firefox and ivent it runs, Fusion still refuses to open it.
Listing processes show, that new login component run (AdskIdentityManager.exe)
Exact steps we tried can be found there:
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux/issues/319
Installer:
https://dl.appstreaming.autodesk.com/production/installers/Fusion%20360%20A…
-O Fusion360installer.exe
--
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=51599
Bug ID: 51599
Summary: cmd.exe incorrectly parses an all-whitespace line
followed by a closing parenthesis
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 70449
--> https://bugs.winehq.org/attachment.cgi?id=70449
Example batch file
The attached batch file works on Windows, but Wine says:
Can't recognize ')' as an internal or external command, or batch script.
Wine's cmd.exe doesn't have a problem with entirely blank lines, but something
about having spaces on the line is tripping it 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=50643
Bug ID: 50643
Summary: IK Product Manager: Unable to download plugins
Product: Wine
Version: 6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: gearoidburke(a)outlook.com
Distribution: ---
Created attachment 69355
--> https://bugs.winehq.org/attachment.cgi?id=69355
Wine log file.
IK Product Manger (https://www.ikmultimedia.com/products/productmanager/)
should be able to download and install VST plugins from IK Multimedia, however
upon clicking the install button for any plugin, the application will become
unresponsive for a minute or so before resuming as if nothing had happened. The
error in wine seems to be with wmic, with a wmic logicaldisk command failing.
The download location, by default ~/Documents/IK Multimedia/IK Product Manager,
is empty. Upon clicking the install button on a plugin again, nothing happens.
IK Product Manager installs and works as expected up until this point, provided
you have a dx11 compatibility layer like dxvk installed, though sometimes I
need to use wine-staging to get it to run properly.
I would have liked to have tested this in a 32 bit prefix so I could install
wmi, but the application is 64 bit only.
Wine version is 6.1-1, 64 bit architecture. Tested on both wine and
wine-staging.
OS is Arch Linux, 64 bit, kernel 5.10.
Hardware: Thinkpad X13 Yoga, Intel Core i5-10310U with Intel integrated
graphics.
--
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=46839
Bug ID: 46839
Summary: Happy Foto Designer Font not found "Fehler (Code 1)
[Font is not supported: Roboto]"
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: martin.marmsoler(a)gmail.com
Distribution: ---
Hello,
while creating a new Photo book in Happy Foto
Designer(https://www.happyfoto.at/) I get the following error:
"Fehler (Code 1) [Font is not supported: Roboto]"
The error can be solved by installing gdiplus, but the fonts are not drawn
properly and only the first character is shown.
--
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=52064
Bug ID: 52064
Summary: Solidworks 2008 crashes on startup - Regression since
Wine 5.21
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jpleonard12(a)gmail.com
Distribution: ---
Created attachment 71076
--> https://bugs.winehq.org/attachment.cgi?id=71076
Debug log file
SolidWorks 2008 worked well on Wine (32bit) up through Wine 5.21. After this,
it crashes on startup, once the full screen workspace is displayed. Sometimes
it allows the user to browse for a file, but will always crash before the
graphics are displayed.
Laptop on which SolidWorks 2008 is still working almost flawlessly:
---------------------------------------
Wine 5.21 (32bit/WinXP)
Linux Mint 18.3, kernel 4.4.0.159-generic
winetricks msxml6 vcrun2005 dotnet20
Mesa DRI Intel(R) Ivybridge Mobile
4.2 (Core Profile) Mesa 18.0.5
3.0 Mesa 18.0.5
Desktop on which SolidWorks crashes on startup
----------------------------------------------
Wine 6.21 (32bit/WinXP)
Linux Mint 20.1 kernel 5.11.0.40-generic
winetricks msxml6 vcrun2005 dotnet20
Mesa DRI Intel(R) HD Graphics 2500 (IVB GT1)
4.2 (Core Profile) Mesa 21.0.3
3.0 Mesa 21.0.3
Have also attempted to run in plain 64 bit wine instance, as well as many
combinations of msxml6, dotnet20, dotnet30, vcrun2005, gdiplus_winxp, as well
as most versions of Wine 5.22 thru 6.21. But the crash always occurs in the
same spot.
--
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=51458
Bug ID: 51458
Summary: Western Digital SSD Dashboard displays black screen
Product: Wine
Version: 6.12
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 70302
--> https://bugs.winehq.org/attachment.cgi?id=70302
Console output
The program installs, but when you try to run it, it just displays a black
screen. Console output is attached. I'm guessing this is the problem:
0130:fixme:hlsl_parser:declare_vars Complex initializers are not supported yet.
Dashboard version: 3.2.2.9
Installer version: 4.0.2.3
$ sha256sum DashboardSetup.exe
9670e6bd54e1e0729262f13ded12de56d0a02a0e29ba0c9e6e6cb3663de4c781
--
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.