REW 5.19 and 5.20 Beta on the same computer

Cristianolo

New Member
Thread Starter
Joined
Dec 14, 2018
Messages
33
Hello.
Is there a way to keep both versions on the same computer?
Even installing in different folders, when installing a Beta version, 5.19 stops working.

REW 5.19 error.png


java.lang.reflect.InvocationTargetException occurred during startup
See Details for more information

Message:
java.lang.reflect.InvocationTargetException
Level:
SEVERE
Stack Trace:
null
java.awt.EventQueue.invokeAndWait(Unknown Source)
java.awt.EventQueue.invokeAndWait(Unknown Source)
roomeqwizard.RoomEQ_Wizard.main(Unknown Source)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85)
com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)
8
roomeqwizard.IC.F(Unknown Source)
roomeqwizard.p.i(Unknown Source)
roomeqwizard.p.<init>(Unknown Source)
roomeqwizard.c.A(Unknown Source)
roomeqwizard.VD.constructGui(Unknown Source)
roomeqwizard.RoomEQ_Wizard$1.run(Unknown Source)
java.awt.event.InvocationEvent.dispatch(Unknown Source)
java.awt.EventQueue.dispatchEventImpl(Unknown Source)
java.awt.EventQueue.access$500(Unknown Source)
java.awt.EventQueue$3.run(Unknown Source)
java.awt.EventQueue$3.run(Unknown Source)
java.security.AccessController.doPrivileged(Native Method)
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
java.awt.EventQueue.dispatchEvent(Unknown Source)
java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.run(Unknown Source)
 

John Mulcahy

REW Author
Joined
Apr 3, 2017
Messages
7,337
It is possible, but a little tricky since they share the same preference settings. The error you are seeing occurs when the 5.20 version has a graph Y axis selection that is outside the range 5.19 knows about, since there were few graph Y axis options in 5.19. If you open 5.20 and choose the first entry in the list of Y axis options for the graphs that offer a choice (the first is usually SPL) before closing 5.20 then 5.19 should open OK.
 

Cristianolo

New Member
Thread Starter
Joined
Dec 14, 2018
Messages
33
do this?

Anotação 2020-04-01 181032.png


and then close REW
right?
didnt work :(
i tried to save the file with other name too before close 5.20





Exception during startup


Message:
java.lang.reflect.InvocationTargetException
Level:
SEVERE
Stack Trace:
null
java.awt.EventQueue.invokeAndWait(Unknown Source)
java.awt.EventQueue.invokeAndWait(Unknown Source)
roomeqwizard.RoomEQ_Wizard.main(Unknown Source)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invoke(Unknown Source)
com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:85)
com.exe4j.runtime.WinLauncher.main(WinLauncher.java:94)
com.install4j.runtime.launcher.WinLauncher.main(WinLauncher.java:25)
8
roomeqwizard.IC.F(Unknown Source)
roomeqwizard.p.i(Unknown Source)
roomeqwizard.p.<init>(Unknown Source)
roomeqwizard.c.A(Unknown Source)
roomeqwizard.VD.constructGui(Unknown Source)
roomeqwizard.RoomEQ_Wizard$1.run(Unknown Source)
java.awt.event.InvocationEvent.dispatch(Unknown Source)
java.awt.EventQueue.dispatchEventImpl(Unknown Source)
java.awt.EventQueue.access$500(Unknown Source)
java.awt.EventQueue$3.run(Unknown Source)
java.awt.EventQueue$3.run(Unknown Source)
java.security.AccessController.doPrivileged(Native Method)
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
java.awt.EventQueue.dispatchEvent(Unknown Source)
java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.pumpEvents(Unknown Source)
java.awt.EventDispatchThread.run(Unknown Source)
 

John Mulcahy

REW Author
Joined
Apr 3, 2017
Messages
7,337
You also need to do that on other graphs offering a choice, Distortion for example.
 

TriplePower333

Registered
Joined
May 18, 2021
Messages
1
Hello,

old thread but I have exactly the same issue since I installed 5.20 beta today besides my 5.19.
Already tried
- uninstalling both
- doing the above selection on each selectable window
...still the same error when trying to start 5.19

Can I delete these preferences in windows registry? If yes, what is the registry path?

THX Thorsten
 

John Mulcahy

REW Author
Joined
Apr 3, 2017
Messages
7,337
The process above works to allow V5.19 to start, but you can remove preferences by starting V5.20 and selecting Delete preferences and shut down from the Preferences menu. The registry location for preferences is in the help, but using the menu entry is simpler.
 
Top Bottom