Wine start ups

Questions about Wine on Linux
Locked
AstorBG
Level 1
Level 1
Posts: 5
Joined: Thu May 14, 2020 8:50 am

Wine start ups

Post by AstorBG »

I have noticed in Debian 10 stable that wine start up times for programs are different for Plasma and Gnome DEs.
In pure Debian 10 Plasma if you test the start up time with:

Code: Select all

time wine cmd.exe /c exit

in Plasma takes 8 sec on cold boot and in Gnome it takes 2 sec.
I tested default stable wines x32 versions 4.0.x (default debian wine) and 5.0.x (default wine stable in winehq). It drives me crazy why this is happening. I checked the fonts number is roughly the same +/-100... should not be the reason for that.I tested this problem on Vbox and on real hardware with clean separate installs of Plasma and Gnome DEs. Now, my programs in KDE start slooooooowww. Does anybody noticed this phenomenon or know what might be the core problem?
Thanks,

A.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Wine start ups

Post by Bob Wya »

@AstorBG

The timestamp debug channel might offer some insight?? :?

Code: Select all

WINEDEBUG=+timestamp,+loaddll wine cmd.exe /c exit
Bob
Locked