Woops, sorry boempa, looks like I missed your question!
A white screen looks like it can find java as the program starts up. Nothing showing up means probably an OpenGL issue. It could also be something else goes wrong during the setup of the program. It's normal for the screen to be white during start up but it should take a couple seconds at maximum. Maybe let it start up for a little longer? Could be something is interfering with the start up process (like antivirus) slowing it seriously down.
Can you do these steps?
-Browse in explorer to the folder you extracted the program (.exe) to
-right click anywhere in the explorer window
-click on "New" and then "Text file"
-Rename the text file to "CRTN2Ilda.bat"
-Put this in the text file:
Code:
@echo off
java -Djava.ext.dirs=lib -Djava.library.path=lib CRTN2Ilda
-double click the .bat file
-A command prompt should now open up
-Reply with the output from this command prompt (you can click on the top left icon to bring up a dialog where you can edit >> select/copy text)