Closed jcundill closed 1 month ago
I tried loading an older song, saving created song and relad, no errors, I could not reproduce... Can you post the .sng file please ?
It was a tricky one because the root cause exception in Xstream does not show up in the log.
I could reproduce the issue by removing some --add-opens/--add-exports options for the java command line. They are required by the Xstream library which uses reflection.
So make sure you use all the same args used in DemoApp/pom.xml. Test it using mvn exec:exec
Edited ToolkitDemoApp to load a 'sng' file exported from the latest released version of jjazzlab rather than create a song from scratch.
This fails with the following XStream exception rather than loading the song file. Same issue if I let the ToolkitDemoApp create a song from scratch but then try and save that created song to file.