xcopy eating cpu
-
- Newbie
- Posts: 4
- Joined: Sat Aug 24, 2024 4:13 pm
xcopy eating cpu
Hi, New here. Wine is awesome and just works for the most part.
However, I've noticed after I've been using a windoze application under wine the CPU is still running red hot. When I look at System Monitor, xcopy is running (Doing nothing) eating 1 cpu core @ 100%.
I don't know what it's doing or why it's doing it.
Any suggestion or help is appreciated.
I'm currently killing the Wine session with wineserver -k
However, I've noticed after I've been using a windoze application under wine the CPU is still running red hot. When I look at System Monitor, xcopy is running (Doing nothing) eating 1 cpu core @ 100%.
I don't know what it's doing or why it's doing it.
Any suggestion or help is appreciated.
I'm currently killing the Wine session with wineserver -k
-
- Newbie
- Posts: 4
- Joined: Sat Aug 24, 2024 4:13 pm
Re: xcopy eating cpu
tiny update, it's eating 4 cores of my CPU, all running 100%
-
- Level 4
- Posts: 198
- Joined: Wed Oct 04, 2023 7:57 am
Re: xcopy eating cpu
do you have a reproducer?
where to download the Windows software?
32 or 64 bits wine?
any winetricks?
where to download the Windows software?
32 or 64 bits wine?
any winetricks?
-
- Newbie
- Posts: 4
- Joined: Sat Aug 24, 2024 4:13 pm
Re: xcopy eating cpu
do you have a reproducer?
Not sure what a reproducer is, but probably no.
where to download the Windows software?
I'm using some proprietory company applications, a password manager, and a text file editor as well as a couple of commercial products including SL Cache Viewer and Daz3d, that's mostly it. But it doesn't seem to matter what program I start it always ends with xcopy sucking up 4 cpu cores.
32 or 64 bits wine?
64 bit
any winetricks?
No
Not sure what a reproducer is, but probably no.
where to download the Windows software?
I'm using some proprietory company applications, a password manager, and a text file editor as well as a couple of commercial products including SL Cache Viewer and Daz3d, that's mostly it. But it doesn't seem to matter what program I start it always ends with xcopy sucking up 4 cpu cores.
32 or 64 bits wine?
64 bit
any winetricks?
No
-
- Level 4
- Posts: 198
- Joined: Wed Oct 04, 2023 7:57 am
Re: xcopy eating cpu
hello
What is your wine version?
mine is 9.16 (wine-devel)
It seems SL Cache viewer works
I read http://slcacheviewer.com/downloads.php
noticed
so I did
it launches a window
What is your wine version?
Code: Select all
wine --version
It seems SL Cache viewer works
I read http://slcacheviewer.com/downloads.php
noticed
Code: Select all
Installation
To install, extract the contents of the zip file somewhere. Then you can run the application by running SLCacheViewer.exe.
You will also need to install these components, if you do not already have them on your system:
.NET Framework 4.0 (or later) - available here (from Microsoft)
C++ Runtime. Due to different libraries using different versions, you may need to install multiple runtime versions.
Get the latest VS 2017 x86 redistributable package here (from Microsoft)
You may also need this version: VS 2012 U4 x86 - available here (from Microsoft)
You may also need this version: VS 2015 U3 x86 - available here (from Microsoft)
DirectX 9.0c Runtime - available here (from Microsoft)
Code: Select all
export WINEARCH=win32
export WINEPREFIX=~/.wine_sl
wineboot -u
sudo winetricks --self-update
winetricks -q dotnet40 -q vcrun2017 vcrun2012 vcrun2015
WINEDEBUG=+loaddll wine SLCacheViewer.exe
-
- Newbie
- Posts: 4
- Joined: Sat Aug 24, 2024 4:13 pm
Re: xcopy eating cpu
I also have
But as I mentioned previously, it didn't matter what windows software I used, xcopy always started up and grabbed 4 cores.
Code: Select all
~$ wine --version
wine-9.16 (Staging)
-
- Level 4
- Posts: 198
- Joined: Wed Oct 04, 2023 7:57 am
Re: xcopy eating cpu
file a bug with a reproducer (the shortest group of commands to reproduce this issue)
https://bugs.winehq.org/enter_bug.cgi
https://bugs.winehq.org/enter_bug.cgi
Re: xcopy eating cpu
Please copy the bug link here so other can find it.
Ta.
Ta.