I am not sure that Dave can help you as I do much of the Windows testing prior to a release being made. However he does the vast majority of the Java coding so something might occur to him. I will be talking to him this morning myself anyway so will bring up your issue.
A couple of other small things you can try
- Start a command prompt and go to the calibre2opds folder
- Issue the command "java" with no parameters to check that the Java command is being found. This should resulting a screenful of the options available with the java command
- list the contents of the rungui.cmd file using "type rungui.cmd"
- run the command resulting from the above removing the "start" from the front and replacing "javaw" by "java"
The idea behind this is to check that Java is being found, and also that your system is not having any issues with the "start" command. It is also more likely to give an useful error message as the Command Prompt window will not be closed.
|