Cubase 8.5 load time is SLOW!!!!!!

I did not have problems using version 8
now I have updated to 8.5 and the start up time is horribly slow. I am talking two minutes plus

Any ideas?

I did not uninstall cubase 8 I did the update, but then I just deleted the files from cubase 8 because I have a seperate folder for cubase 8.5

I deleted 8 hoping that it might help speed up 8.5 and the results are the same.

Any Ideas?

The Cubase start screen usually tells you what it’s working on while the program is loading. Are you seeing it spend a long time on any specific stage of startup?

The “Initializing MIDI” stage is a very common issue here, and there’s a way to speed that up (article written for Cubase 7, but works for all Cubase versions I’ve used.) Ultimate Outsider: How to Speed up Cubase's Initializing MIDI Startup Stage

Is WIndows Defender active?

Very good point!

I started experiencing slow startup times with Cubase 8.5

I went to Windows 10 Settings and added to the exclusions on Windows defender the Steinberg installation directory for Program Files and Program Files x86.

Startup time is super fast now.

I had similar issues with AVG and had to put exclutions in for the cubase program and vst libraries. I also excluded my sample libraries for good measure.

I tested some time ago with Windows defender on and off, I got the same start time every time 13 seconds.
This is on a SSD drive running win10 with around 30 additional plugins installed and 3 midi controllers and 3 keyboards.

Wow that’s super fast.
In my setup, I have the same CPU (3770K), but the “Initializing MIDI” part alone takes 20+ seconds.
The PC has two MIDI keyboards and four virtual MIDI devices. Not connected to the internet, no anti-virus software installed.
While Cubase is in the “Initializing MIDI” stage, CPU usage is low and no disk activities is observed. I have been very curious what was going on.

This morning when I was investigating completely different issue, I happened to notice that Cubase was just sitting and waiting for DirectMusic to perform MIDI port enumeration. To be more precise, EnumPort of DirectMusic has to be called multiple times but each call was taking very long time (in the CPU timescale).

Roughly measured, each call to CDirectMusic::EnumPort seems to take 2-3 seconds. It has to be called for each device. And Cubase seems to have two iterations of the enum loops. I.e. 2-3 sec multiplied by 6 devices multiplied by two iterations roughly add up.
Perhaps Cubase can optimize the initialization to have only one enum loop. This would save us up to several tens of the seconds during the startup. To some, it may not be a huge deal, but the MIDI initialization being the major but non-busy wait during the startup, this is worth doing to ones like me.

Meanwhile, the reason CDirectMusic::EnumPort takes this huge amount of time is unknown, and sounds pretty much unreasonable.
Although, IDirectMusic::EnumPort is marked deprecated in MSDN, I’m afraid no improvement is expected on the OS side… :frowning:

EDIT: if anyone has an idea how to speed up EnumPort, I’m all ears!!!

SSD’s make things way faster at startup. Not sure there is a way to speed up MIDI devices.

Even without any MIDI devices, initial start of Cubase on large projects (28 songs/120 tracks- all audio) takes about 30 seconds. Less the second time after Cubase has already been opened.

Not sure my post is even helpful… Best!

Thanks for the tip, I did that with Windows Defender and it is loading A LOT faster