Java Startup error on Mac

javamad

Registered
Thread Starter
Joined
Jan 7, 2018
Messages
2
Location
Dublin, Ireland
Hi,

I had a REW working on my Mac and decided to upgrade to the latest. I downloaded version 5.17 for mac and I started to get an error:

Message:
java.lang.reflect.InvocationTargetException
Level:
SEVERE
Stack Trace:
null
java.awt.EventQueue.invokeAndWait(EventQueue.java:1321)
java.awt.EventQueue.invokeAndWait(EventQueue.java:1296)
roomeqwizard.RoomEQ_Wizard.main(Unknown Source)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:498)
com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65)
com.install4j.runtime.launcher.MacLauncher.main(MacLauncher.java:67)
(minimum = value = maximum) is false
javax.swing.SpinnerNumberModel.<init>(SpinnerNumberModel.java:125)
javax.swing.SpinnerNumberModel.<init>(SpinnerNumberModel.java:147)
roomeqwizard.DE.Ú(Unknown Source)
roomeqwizard.DE.<init>(Unknown Source)
roomeqwizard.Z.A(Unknown Source)
roomeqwizard.xC.constructGui(Unknown Source)
roomeqwizard.RoomEQ_Wizard$1.run(Unknown Source)
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
java.awt.EventQueue.access$500(EventQueue.java:97)
java.awt.EventQueue$3.run(EventQueue.java:709)
java.awt.EventQueue$3.run(EventQueue.java:703)
java.security.AccessController.doPrivileged(Native Method)
java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
java.awt.EventDispatchThread.run(EventDispatchThread.java:82)


I decided to update my Java to JRE 8 ... but I am still getting an error. I later saw that REW included its own JRE.

Any help appreciated.
 

John Mulcahy

REW Author
Joined
Apr 3, 2017
Messages
7,315
The latest release is 5.18 and the latest beta is 5.19 beta 7a (available from the Downloads section of the forum). Try 5.19 beta 7a, if that won't start you will need to remove the REW preferences in ~/Library/Preferences/com.apple.java.utils.prefs.plist, the error indicates that a preference value has ended up outside the valid range.
 

javamad

Registered
Thread Starter
Joined
Jan 7, 2018
Messages
2
Location
Dublin, Ireland
HI,
I looked at that file and its a binary file, so I can't edit it.

I lhave looked at the java control panel and there is no option to edit preferences there

Should I remove it?
 

John Mulcahy

REW Author
Joined
Apr 3, 2017
Messages
7,315
You can edit plist files in Xcode, but it should also be safe to just rename the file. Any other Java apps that have stored preferences would then lose them, but that would just mean resetting to the default values.
 
Top Bottom