Your comments

Version 1.10.0 did not solve the problem in your case ?

My bad, I'll fix that too in 1.10.1 (which will be done as soon as I have an hour to do it).

You're welcome. :)
I'll release shortly a new version (1.10.1) that automatically sets this flag.


I don't know why your version of Java did not include the new color management library used by Java 8 (Little CMS, the missing "javalcms" you had in your log), but if you have this problem, others might have it too.
I'll force Ubooquity to use the old library instead (hence the flag).

Could you try launching Ubooquity with the following command line parameter ?


-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider


Place it after "java", something like:


java -Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider -jar ...


Which Java version are you using : Oracle or OpenJDK ?