https://bugs.winehq.org/show_bug.cgi?id=57215
Bug ID: 57215
Summary: cnc-ddraw OpenGL renderer is broken again in 9.18
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: i.r.e.c.c.a.k.u.n+bugs.winehq.org(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 0a17c3b86fd4eb917367e36261fa276c6753d3b3
Distribution: ---
Hello again.
Rémi, sorry, quirky cnc-ddraw OpenGL has broken again in 9.18.
But in contrast with previous performance regression from Bug 57070, now it is
really broken: RA2 menu hangs and doesn't work completely.
I bisected to the offending commit:
0a17c3b86fd4eb917367e36261fa276c6753d3b3 is the first bad commit
commit 0a17c3b86fd4eb917367e36261fa276c6753d3b3
Author: Rémi Bernon <rbernon(a)codeweavers.com>
Date: Wed Sep 18 10:29:38 2024 +0200
winex11: Also resize or re-create the GL drawable with XComposite child
windows.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57200
dlls/winex11.drv/opengl.c | 1 +
1 file changed, 1 insertion(+)
I see it fixes a bug for another game, that's unfortunate. I don't know what
else we can do here.
--
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=57079
Bug ID: 57079
Summary: Quicken WillMaker Plus 2007 requires unimplemented
msvcp70.dll.?getline@std@@YAAAV?$basic_istream@DU?$cha
r_traits@D@std@@@1@AAV21@AAV?$basic_string@DU?$char_tr
aits@D@std@@V?$allocator@D@2@@1@@Z
Product: Wine
Version: 9.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: arethusa26(a)gmail.com
Distribution: ---
Created attachment 76952
--> https://bugs.winehq.org/attachment.cgi?id=76952
Quicken WillMaker Plus 2007 winedbg backtrace
When launching Quicken WillMaker Plus 2007, it crashes with:
wine: Call from 7B632718 to unimplemented function
msvcp70.dll.?getline@std@@YAAAV?$basic_istream@DU?$char_traits@D@std@@@1@AAV21@AAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@1@@Z,
aborting
Using the native msvcp70.dll that ships with the application avoids the 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=57139
Bug ID: 57139
Summary: SET changes errorlevel in .bat files
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: huangqinjin(a)gmail.com
Distribution: ---
errorlevel was changed to 0 after SET, while Windows CMD keep it unchanged.
Quote from https://stackoverflow.com/a/34968021 and
https://stackoverflow.com/a/148991:
The differences between .CMD and .BAT as far as CMD.EXE is concerned are: With
extensions enabled, PATH/APPEND/PROMPT/SET/ASSOC in .CMD files will set
ERRORLEVEL regardless of error. .BAT sets ERRORLEVEL only on errors.
test.bat:
@echo off
call :SetError
echo %errorlevel%
echo %errorlevel%
SET x=
echo %errorlevel%
exit /B 0
:SetError
exit /B 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=57240
Bug ID: 57240
Summary: Wine 9.18 - Regression - FL Studio (and probably other
apps) don't export correct file formats anymore
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agarplayerarlon(a)gmail.com
Distribution: ---
Issue INTRODUCED with wine 9.18:
If I click "export as .wav" inside fl studio, instead of letting me export the
file as a .wav, it will automatically export it as "untitled.wav.flp", and if
it do it again it will export it as "untitled.wav.wav.flp" and it will keep
adding ".wav" to the name of the file, but it actually save it as an ".flp"
file even if I've selected ".wav" in the export section.
This bug was introduced with Wine 9.18, as I've tested it with wine 9.17 on
multiple machines and they don't have this issue, but after updating to 9.18
they all have the issue, it doesen't matter if you're using waylkand or x11, it
doesen't matter what DE you're using, the issue will persist, and I'm sure it's
a regression because of that.
I've tried to do a regression test but I wasn't able to, so I don't know what
specific patch caused the regression, but it is a regression.
--
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=56815
Bug ID: 56815
Summary: Virtualbox installer fails to install
Product: Wine
Version: 9.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: svengrewe(a)posteo.de
Distribution: ---
Used Wine version: 9.10
The Virtualbox installer is broken. It fails to install with GUI and in silent
mode.
I tested the installer for Virtualbox version 4.3.12, 5.2.44 and 6.0.10.
Installing .Net Frameworks doesn't help.
--
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=54312
Bug ID: 54312
Summary: (FL Studio 21) ilbridge.exe doesn't work.
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: djtech.developer(a)gmail.com
Distribution: ---
Hi, I was trying to use FL Studio 21 with wine on Ubuntu 22.04.
Everything works, execpt ilbridge.exe (the internal component that lets the
user run 32-bit plugin on 64-bit machines, located at `C:\Program
Files\Image-Line\FL Studio 21\System\Tools\Bridge\(32bit/64bit)\ilbridge.exe`)
I tried using the DVS plugins and the Tonmann DeEsser plugin and they both
worked on my Windows 11 virtual machine, but when I tried using them with wine,
FL would stop responding and `ilbridge.exe` would start using 100% of my CPU
without actually loading the plugin (I tried waiting for about 10 minutes, but
nothing).
I wanted to ask if there was a solution to this.
Thanks in advance.
--
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=25974
Summary: AutoCAD 2009 LT: acadlt.msi doesn't start installer
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33110)
--> (http://bugs.winehq.org/attachment.cgi?id=33110)
WINEDEBUG=+msi on wine-1.3.12-272-g2d6b748
Steps to reproduce:
1) remove ~/.wine
2) wine start /x86/acadlt.msi
Behaviour:
Fatal error
"Installation ended prematurely because of an error"
Expected behaviour:
Installer's window.
Terminal output:
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:msi:check_assembly_installed we should probably check the manifest file
here
err:msi:ITERATE_Actions Execution halted, action L"SetupWizard" returned 1603
--
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=15346
Summary: Winamp disappears when you move it's location
Product: Wine
Version: 1.1.5
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: homerhomer(a)gmail.com
Created an attachment (id=16178)
--> (http://bugs.winehq.org/attachment.cgi?id=16178)
DwmSetWindowAttribute error
Sort of a silly bug, basically once winamp is up and running, if you click on
the title bar and move it around winamp disappears. To make sure that the bug
happens make sure to swirl it around a couple of times. ( A Swirly if you will
)
Attached
I also noticed this when running winamp manually at startup. This may be
related. but then I move winamp and it disappears I don't get any more error
messages. So I'm not sure. I appreciate the good work
Thank you
I'm running Ubuntu 8.04, Wine 1.1.5, AMD64
--
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=57041
Bug ID: 57041
Summary: SMath Solver 1.1 x64 crashes when hovering over
navigation bar buttons
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wing32
Assignee: wine-bugs(a)winehq.org
Reporter: sasha01945(a)gmail.com
Distribution: ---
Created attachment 76895
--> https://bugs.winehq.org/attachment.cgi?id=76895
Crash Window.
To reproduce:
1. Install MSI
2. Activate license (recommended)
3. Move mouse to item
4. See result
OS ALT Linux Kworkstantion 10.3 x64
Hardware: MSI PULSE GL76
CPU: 12th Gen Intel Core i7-12700H @ 20x 4.6GHz
GPU: NVIDIA GeForce RTX 3050 Ti Laptop GPU
File system: BTRFS
Wine packages: preinstalled, updated from package manager.
--
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=55029
Bug ID: 55029
Summary: Wishlist: do reflink on CopyFileW for WINEPREFIX size
reduction
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: arthur200126(a)gmail.com
Distribution: ---
The current implementation of CopyFileW consists of a simple read-write loop.
This of course is completely fine in terms of Windows emulation, but one of the
consequences is huge file size inflation when setting up things like a
WINEPREFIX: on a wine 7.7-staging 64-bit install, each fresh prefix takes up
1.2 GiB: 619M of that is System32, and Syswow64 520M.
Doing reflink on the CopyFileW interface (which is what rundll32 uses to get
wine.ini set up) would greatly reduce the disk space burden associated with
setting up a fresh prefix. Removal of real disk IO would also make the process
a lot faster. Back in GNU land, the `cp` utility has been doing reflink by
default since June 2020.
--
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=57254
Bug ID: 57254
Summary: Wings3D text is broken
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EmilyGraceSeville7cfg(a)gmail.com
Distribution: ---
Created attachment 77171
--> https://bugs.winehq.org/attachment.cgi?id=77171
Not readable text
Download source: https://wings-3d.en.softonic.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=57253
Bug ID: 57253
Summary: Icecream video editor falls back to silent mode by
default with an error
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EmilyGraceSeville7cfg(a)gmail.com
Distribution: ---
Created attachment 77170
--> https://bugs.winehq.org/attachment.cgi?id=77170
Error shown by the editor
Downloaded from: https://icecream-video-editor.en.softonic.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=57258
Bug ID: 57258
Summary: MailWasher renders dropdown as black
Product: Wine
Version: 9.18
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 77174
--> https://bugs.winehq.org/attachment.cgi?id=77174
Screenshot
To Test:
- Install the program
- Start the program, ignore the crash with esent.dll.JetCreateInstance
- Click Next, enter a dummy "Account description", click next
- When clicking the dropdown for "Server Type" the contents are completely
black
--
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=57045
Bug ID: 57045
Summary: Attempting to use a file dialog in Micrografx Windows
Draw 4.0 causes crash
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jklaas(a)klaashome.org
Distribution: ---
Created attachment 76899
--> https://bugs.winehq.org/attachment.cgi?id=76899
Backtrace of an attempt to open the file dialog in Micrografx Windows Draw 4.0
When I attempt to open a file using the file dialog in Micrografx Windows Draw
4.0, I get a crash and backtrace.
I can open any file from the command line just fine (wine ./DRAW.EXE
filename.drw). I've even been able to export some of my drawings by printing
them and that dialog seems to work OK for saving files.
--
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=36447
Bug ID: 36447
Summary: Test for exe date fails - Avanti
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marawuti0(a)gmail.com
Avanti [http://www.avanti.arrozcru.org/] tests the ffmpeg.exe for a minimum
date. This fails under Wine but the identical downloaded files work fine under
Windoz.
I was using Avanti-078.7z (released 06-05-2014) [May 6] and
ffmpeg from http://ffmpeg.zeranoe.com/builds/ Version: git-4cdea92
(2014-05-07)
--
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=57220
Bug ID: 57220
Summary: FL Studio - ENTIRE SYSTEM CRASH WHEN SCROLLING
Product: Wine
Version: 9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agarplayerarlon(a)gmail.com
Distribution: ---
Created attachment 77133
--> https://bugs.winehq.org/attachment.cgi?id=77133
Video of the issue & system crash
In the video I've attached you can see 1 issue where the mouse pointer isn't
stuck on the parameter I'm scrolling, and the 2nd is that the video ends when
the system crashed, and of course it shouldn't crash, this happens on all
desktop envirorments and on all Wine versions.
How to reproduce the issue:
Install FL Studio free version https://www.image-line.com/fl-studio-download/
You'll encounter bug 57208 "https://bugs.winehq.org/show_bug.cgi?id=57208" that
I've reported, the program will eventually install but it will take 30 minutes
at least
After it's installed try to scroll the BPM value as I did in the video by
pressing the left click on it and moving the mouse up and down
Expected behaviour:
When scrolling the BPM parameter, the mouse pointer disappears and gets stuck
in the point where you left click, and reappears in the same point where you
stop holding the left click
And the system doesen't 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=57249
Bug ID: 57249
Summary: After minimizing, pressing on buttons unminimize,
maximize, close is ignored
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winewayland
Assignee: wine-bugs(a)winehq.org
Reporter: bigfoothart(a)gmail.com
Distribution: ---
Created attachment 77163
--> https://bugs.winehq.org/attachment.cgi?id=77163
minimized state
After using minimize button, operations (unhide, close etc) on windows are
unavailable.
Tried on GNOME, KDE.
Steps to reproduce:
* minimize button on a window.
* the window folds into a small titlebar version
* pressing on buttons unminimize, maximize, close is ignored.
--
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=57187
Bug ID: 57187
Summary: System's audio device switches whenever an app
launches, then switches back again
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yaomtc(a)protonmail.com
Distribution: ---
This results in my PC's sound cutting out for a few seconds whenever I launch
something with Wine, and again if that thing is a launcher, launching something
else (e.g. Battle.net)
My primary audio output is via the onboard optical audio output (ALC1220
Digital). I also have HDMI output from my graphics card, and a USB audio
interface I only use for input. I have Pipewire installed on this Arch Linux
system with KDE Plasma.
--
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=57247
Bug ID: 57247
Summary: FL Studio is extremely sluggish
Product: Wine
Version: 9.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Download:
https://install.image-line.com/flstudio/flstudio_win64_24.1.1.4285.exe
Archived at
https://web.archive.org/web/20240821135437/https://install.image-line.com/f…
During installation you might encounter bug 57208 (doesn't happen for me
though).
After starting the program, open the "Keep it Simple" demo project.
The program uses a full core of CPU constantly. Trying to open the "FILE" menu
and moving the mouse over the entries, it hangs often for seconds at a time.
Same happens for most other actions.
As reported in bug 57240, the program seems to run smoothly for other users
though...
A performance measurement shows a thread constantly calling DwmFlush. I suspect
it might try to use DwmFlush as vsync-like operation. DwmFlush is currently a
stub, replacing it with a "Sleep(16)" makes the program work smoothly.
--
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=57241
Bug ID: 57241
Summary: Managed COM components fail to load outside of
application directory
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: bob(a)paradoxlost.com
Distribution: ---
Managed assemblies are not loaded outside of the "current" directory due to a
failure to open the file using the CodeBase path.
https://gitlab.winehq.org/wine/wine/-/blob/master/dlls/mscoree/corruntimeho…
Here, the incorrect variable is passed to CreateFileW. It should be filename
instead of path.
--
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=57098
Bug ID: 57098
Summary: Battle.net does not start after upgrade to 9.16
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: sfjuocekr(a)gmail.com
Distribution: ---
Created attachment 76977
--> https://bugs.winehq.org/attachment.cgi?id=76977
log
Battle.net does not work with the latest wine-staging = 9.16
I had just updated wine from apt, the launcher starts but during login it opens
a command prompt with error message that closes and opens repeatedly.
I suppose this has something to do with the latest cmd.exe changes?
--
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=57137
Bug ID: 57137
Summary: endlocal changes CWD if pushd/popd are called before
Product: Wine
Version: 9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: huangqinjin(a)gmail.com
Distribution: ---
Run test.bat, got output
Z:\home
Z:\home\huangqinjin
Z:\home
test.bat:
@echo off
pushd "%~dp0.."
cd
popd
setlocal
cd
endlocal
cd
--
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=57244
Bug ID: 57244
Summary: Train capacity 300% 2 will crash after enable the
winedmo
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436.tw(a)gmail.com
Distribution: ---
Created attachment 77161
--> https://bugs.winehq.org/attachment.cgi?id=77161
Detail log from Train capacity 300% 2
Also video regression due to winedmo.
Game will crash at the title video or gallery video
--
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=57224
Bug ID: 57224
Summary: Strange Behavior with >64 Processing Cores
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: atericparker(a)gmail.com
Distribution: ---
Created attachment 77143
--> https://bugs.winehq.org/attachment.cgi?id=77143
Compiled Microsoft Sample code to test API
I've been spending the last few weeks trying to figre out why Photoshop crashes
with >64 threads, unless one disables multithreading outright by deleting
MultiProcessor Support.pbx (which is actually a dll).
After disassembling the pbx file, and debugging Photoshop with x64dbg (under
wine) I determine that the crash occurs briefly after calling
GetLogicalProcessorInformation from Kernel32.dll. The crash occurs after the
return of the number of logical processors, so it's not the actual function
crashing, just that it is returning a value that causes an issue.
I then proceeded to test the API with this sampel code (I attached a compiled
version)
https://learn.microsoft.com/en-us/windows/win32/api/sysinfoapi/nf-sysinfoap…
, and compare the output across systems. On Windows (& wine <64 CPUs), the
number of logical processors works as expected, as does cores.
When we cross the 64 CPU barrier, something strange happens (which I assume
causes the crash). We get 65 cores and 64 threads, which is impossible, from
stepping through the debugger, I confirm that Photoshop also gets a 65 count.
GetLogicalProcessorInformation results:
Number of NUMA nodes: 1
Number of physical processor packages: 1
Number of processor cores: 65
Number of logical processors: 64
Number of processor L1/L2/L3 caches: 130/65/9
Any ideas what's going wrong here? I understand that wine doesn't support >64
threads, but it seems like an off by 1 error.
--
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=57173
Bug ID: 57173
Summary: Wine-dev 9.17 does not allow drag-and-drop of files
into LTspice
Product: Wine
Version: 9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: drprimeevil.myopera(a)gmail.com
Distribution: ---
Cannot drag-and-drop schematics files (or any relevant files) into LTspice
24.0.12 using Wine 9.17 (development version).
Under Wine 9.16 it used to work - all be it after several tries. It used to
either work properly or come up with a message box saying, "no error" but no
file in the application. After another attempt it would succeed or sometimes a
few attempts - each unsuccessful attempt coming up with the message box. But
ultimately it would succeed.
Now, there would be no file, no message box. Just nothing.
--
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.