Hi. I had that problem. I don't have an screenshot but I remember it was a problem with JavaFX. If I remember well, JavaFX was removed from the JRE. It means, it is not included by default and you should "install" it as separate dependency.
My advice to you is:
1- Create a VM and try to run your game there.
2- Write an instructions txt file with the steps you did for running the game.
Java is multiplatform but users may have different versions of the JRE, so you should write how to run it.