Scaler EQ not working correctly on Windows

Hello @jchdejong
Thank you for your attention.

Before responding in more detail to your requests for information on my graphics card, could you tell me where the standalone version of SCALER_EQ was installed by default. I can not find it !?
What is the file name?
I obviously left all the boxes checked during installation and I left the default paths that the installer offers.

And I don’t seem to have the same reaction as @Navado.
For me, after installation, I restart my PC then I open CUBASE Pro v13 and I put SCALER_EQ in an audio channel strip and there CUBASE hangs. I no longer have access to any menu and am therefore forced to close CUBASE by the task manager.

For informations :
Unlike with SCALER_EQ, the installation with SCALER_2 went well.

Hi @GregTools that would be: C:\Program Files\Plugin Boutique\Scaler EQ\Scaler EQ.exe :slight_smile:

Hello @jchdejong
OK
I run scaler.exe and it has been running for 7 minutes with no results.

I found a possible clue to the problem:
In Task Manager, the “User Account Control Virtualization” column is “Disabled”
Is this the cause of my problems!?
I don’t know how to activate this virtualization…
Do you have an idea to activate this virtualization…

Musically yours! :slight_smile:

Hi @GregTools

Thanks for testing :slight_smile: Does ‘Scaler EQ.exe’ not even open at all you mean, or do you see an empty screen?

I don’t know the answer to your question, but I will discuss the ‘virtualization’ setting with my team on Monday!

Many thanks,
Jochem

Hello @jchdejong

I run scaler.exe and it runs without results. No special screens. Simply a “Processor” occupation without result.

Thank you for your attention,
Have a nice week end

Same thing here . The last response i got was i am the only one with the issue. So i left it alone

Scaler.exe is found … no scaler EQ.EXE.

Hello @jchdejong

I’ll come back to you to give you some information on my graphics card:

  • Card: @oem62.inf,%nvidia_dev.13c0%;NVIDIA GeForce GTX 980
  • Chipset:
  • RAM: 24.48 MB
  • Color depth: 32 bits
  • Font resolution: 96 pixels
  • Display size: 52.70 x 29.60 cm
  • Screen resolution: 1920 x 1080 pixels
  • Refresh frequency: 60 hertz
  • DAC (D/A converter):
  • Video BIOS - Date: 02/09/15
  • Video BIOS - Name:
  • Video BIOS - Version: Version 84.04.84.00.89
    OpenGL
  • Version: 10.0.19041.3636 (WinBuild.160101.0800)

Out of more than 700 plugins installed in my studio configuration, this is the first time that a standalone version does not present a personalized icon on the “.exe” executable file and does not present an icon on the desktop either. .
For me there was a problem during installation.
I have uninstalled SCALER_EQ cleanly and several times (at least 5 times).
Always the same result. Either a component is missing from my PC computer and which one? (until now I’ve never had this kind of problem, for at least fifteen years without having had a message warning me of a problem)

…or maybe the install file is corrupt!?

good week,
Musically yours

Scaler EQ standalone works fine but does not work in ableton or studio one 5

For me also only process in program manager with standalone version.
My videocard RTX4090. With all latest drivers. Interested that on virtual machine is work well.

Hi @GregTools @Navado and @Paul80,

We have taken some time to investigate this issue, but unfortunatly we haven’t been able to reproduce the issue in any way. This is unfortunate, because if we cannot reproduce the issue, we have no way of figuring out what is going on. This means we do not have a short term solution.

What we did do to solve this on the medium term, is implement a new way of drawing our GUI on Windows, directly utilizing the Windows OS. We are still running tests, but I am hopeful your issues will be resolved once we are able to add this to the plugin in an official update. We will keep you posted.

Of course, you not being able to use the product is a problem. Perhaps @davide can help you resolve this another way?

Many thanks for your patience!
Jochem

1 Like

Unfortunately i have to cancel my subscription to scale EQ it just not working

Very strange, today I created a new user account in Windows 11 and the Scaler EQ started working!
How can I make it work under my account? What we need to check?

I have the same problem: Just installed Scaler EQ, but it’s not opening any Windows. From digging through what the standalone executable does (with the SysInternals Process Monitor), it looks like it’s stuck in loop opening the preferences file (and all presets, for that matter) under the following path over and over:
C:\Users<username>\AppData\Roaming\Plugin Boutique\Scaler EQ\settings.pref

Maybe you could try to copy the preferences file from the working user account to your other account?

Okay, more digging, and I got it to work:
Scaler EQ does not start when the user TMPDIR environment variable is changed. I have moved mine to a separate drive, and by moving it back to the default location C:\Users<Username>\AppData\Local\Temp it started to work for me.

Looks like it wants to put a file called “Default Preset.seq” there, and it fails somewhere.

1 Like

You’re doing fantastic stuff.
When I changed TEMP FOLDER Scaler EQ worked!
But I use RAM DISK and all the cache for programs is stored there.
What should I do?
Maybe SIMLINK can help?
The developer can now test it too.

SIMLINK seems workin also.
Very good. Thanks a lot!!!

1 Like

Thanks for much for everyone’s help here in getting this figured out. Our Devs are on to this and we will get a fix out soon.

I just purchased Scaler EQ v1.1 (11473_PC-Scaler-EQ-1.1.0.exe)
I installed only 64bit VST3, VST2, and stand-alone.
Running Reaper 7.12 x64 on Win 11

The VST3, and VST2 DLL just hang and will not load in Reaper or Plugin Doctor.
The stand-alone will not run, and exits immediately.

The install instructions on the Plugin Boutique website are a copy of
the instructions for Scaler 2 (not Scaler EQ), so no extra help there.

btw, I have a stable system with many other 3rd party plugins that work fine.
Can someone please help?

UPDATE:

The problem seems to be a bug in Scaler EQ v1.1 that makes
assumptions about the DRIVE location of the temp directory path.

In Windows the temp directory will often be on the system drive, i.e:

TEMP=C:\Users\jason\AppData\Local\Temp
TMP=C:\Users\jason\AppData\Local\Temp

But, this is NOT ALWAYS the case, for example it could be:

TEMP=F:\Users\jason\AppData\Local\Temp
TMP=F:\Users\jason\AppData\Local\Temp

Scaler EQ 1.1 fails when the temp dir is not on the system drive.

The proper way to handle this in code is to consult the environment,
rather than assume, however the issue may not be obvious if you are using a
development framework that fails to handle this properly but hides the
implementation details from you.

I hope you can fix this soon so that folks like me with temp dirs on alternate
drives can use the software.