REW does not start on windows 10

coin777

Registered
Thread Starter
Joined
Apr 27, 2018
Posts
4
Hi

REW does not start, it displays first screen with initializing on the bottom for 2s and then it closes.
Can You help me?
My interface is focusrite 8i6
System is windows 10

I never used it before it is my first run.
i downloaded this version:
Windows installer with JRE allowing multiple instances (30.5MB)

Attached my log file
Seems to be some java problem


Thanks for the help
 

Attachments

Last edited:
You don't mention which version of REW you were trying, if you haven't already tried the latest beta version from the Downloads section please try that. From V5.19 beta 5 a workaround was added to address a Java incompatibility with the Windows 10 Creators Update.
 
As a first time user, I have a similar problem with V5.31.3, 25th July 2024, on windows 11 (current on updates), with previous java versions removed prior to pristine install.
REW does not start. No splash screen or anything visible. In the new_output.txt I find:

REW V5.31.3 startup on java.lang.UnsatisfiedLinkError: C:\Program Files\REW\jre\bin\awt.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1950)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1853)
at java.lang.Runtime.loadLibrary0(Runtime.java:844)
at java.lang.System.loadLibrary(System.java:1136)
at java.awt.Toolkit$3.run(Toolkit.java:1636)
at java.awt.Toolkit$3.run(Toolkit.java:1634)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1633)
at java.awt.Toolkit.<clinit>(Toolkit.java:1670)
at sun.awt.im.InputMethodContext.<clinit>(InputMethodContext.java:79)
at java.awt.im.InputContext.getInstance(InputContext.java:92)
at roomeqwizard.RoomEQ_Wizard.x(y:4995)
at roomeqwizard.WizardLogger.<init>(y:3141)
at roomeqwizard.WizardLogger.getLogger(y:2307)
at roomeqwizard.RoomEQ_Wizard.B(y:3928)
at roomeqwizard.RoomEQ_Wizard.main(y:5534)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:84)
at com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
at com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)

The roomeq_wizard0.log is empty. There are no other files in the directory holding new_output.txt.

I found several similar reports on previous builds over the years, and tried some of the suggested fixes (uninstall, reinstall, reading the welcome.html but could not find anything to help this specific situation).

I hope there is a way to overcome this as I found the use of REW on a friend´s laptop very helpful.
 
You could try the 5.40 beta build to see if that behaves any differently. The underlying problem is with the way Windows loads DLLs, it can find another dll of the same name on its search path and use that instead, leading to problems if the dependencies differ. One user found that uninstalling OneNote produced this error and reinstalling fixed it, so it seems other applications may use versions of that dll.
 
Back
Top