7.0.21 Silicon Issues (anyone have a link to 7.0.20?)

barker

Well-known member
Joined
Sep 23, 2023
Posts
96
Likes
16
would think I learned lesson around .0.12 update but nope, recent updates been as they should but now I'm stuck without a 7.0.20

7.0.21 will not open, guessing it has something to do with MW switching to Java 26, my Java 26 is previously installed, updated
 
Will require Java eight desktop previously deleted this and haven't used it in months but now the update works… After I totally deleted everything related to made of wave and reinstalled so remember to make a backup before doing things like this
 
I have installed 7.0.21 - no issues.
....
04:11:52.889 INFO System Time: 2026-Mar-29 04:11:52 AM EDT (America/New_York)
04:11:52.889 INFO OS Name: Mac OS X 15.7.4
04:11:52.889 INFO Mode: 64
04:11:52.889 INFO os.arch: aarch64
04:11:52.889 INFO Max Memory: 8192 MB
04:11:52.889 INFO Version: 7.0.21 Java Version: 26 (64-bit)
....

It works fine. Javafx 26 supports Apple's native metal pipeline. However, by default it uses ES2. By adding -Dprism.order=mtl to startup makes the Metal default.

cheers.
 
Top