BUG(?):Java Exception on Sonoma

ChrisPercival

Registered
Thread Starter
Joined
Jul 21, 2020
Messages
12
Running REW V5.31.2 on a Macbook Pro M1 14" 2021. Getting a Java Exception and just wondering if it's getting reported automatically.

Thnaks,
Chris
 

John Mulcahy

REW Author
Joined
Apr 3, 2017
Messages
7,844
No, there is no automatic reporting mechanism. Please include the text from the Details view when reporting an exception, or attach the file that the Help menu "Generate diagnostic file" entry produces.
 

ChrisPercival

Registered
Thread Starter
Joined
Jul 21, 2020
Messages
12
REW V5.31.2 running Azul Systems, Inc. JRE 1.8.0_412 64-bit on OS X 14.5 Locale: language en, keyboard US, UTF-8 at 127 DPI Running in /Applications/REW


Message:
java.lang.ClassCastException: roomeqwizard.MeasData cannot be cast to java.lang.Integer
Stack Trace:
roomeqwizard.MeasData cannot be cast to java.lang.Integer
roomeqwizard.mF.propertyChange(y:1386)
java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
java.awt.Component.firePropertyChange(Component.java:8434)
roomeqwizard.eH.Š(y:2756)
roomeqwizard.eH.A(y:164)
roomeqwizard.eH.C(y:2835)
roomeqwizard.eH$2.run(y:1044)
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
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:74)
java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
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)
 
Last edited by a moderator:
Top Bottom