@John Mulcahy Hi John, I installed the latest BETA 124 on a brand new Dell laptop running Windows 11 Home. I selected 4GB as the RAM during installation. After installation and restarting my laptop followed by opening REW, I saw the following crash reported. When the REW started after a reboot, I got 2 dialog boxes. One to load the UMIK-1 calibration file and another message saying I should right click on the graph for additional options. I could not close this right click message because the application wanted me to load the calibration file first. As soon as I selected the calibration file and then clicked OK to close the message about additional graph options, I was presented with this crash message.
REW V5.40 Beta 124 running Eclipse Adoptium JRE 11.0.30 64-bit on Windows 11 Language en, country US, keyboard US, windows-1252 Screen 1707 x 1067 at 144 DPI Running in C:\Program Files\REW
Message:
java.lang.NullPointerException
Stack Trace:
java.desktop/javax.swing.ToolTipManager$insideTimerAction.actionPerformed(ToolTipManager.java:688)
java.desktop/javax.swing.Timer.fireActionPerformed(Timer.java:317)
java.desktop/javax.swing.Timer$DoPostEvent.run(Timer.java:249)
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)
java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
java.desktop/java.awt.EventQueue$4.run(EventQueue.java:715)
java.base/java.security.AccessController.doPrivileged(Native Method)
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)