Skip to content
Snippets Groups Projects
Commit b01cf9de authored by Michael Leuschel's avatar Michael Leuschel
Browse files

provide even more detailed error message

when ProB Tcl/Tk cannot be launched
parent 1f201d8e
Branches
Tags
No related merge requests found
......@@ -79,7 +79,9 @@ public class OpenClassicHandler extends AbstractHandler implements IHandler {
new Thread(new ClassicConsole(output)).start();
} catch (IOException e) {
Logger.notifyUserWithoutBugreport("You need to specify a correct location for the ProB Tcl/Tk version. See Preferences -> ProB Classic. Detail: "+ e.getLocalizedMessage());
Logger.notifyUserWithoutBugreport("You need to specify a correct location for the ProB Tcl/Tk version. See Preferences -> ProB Classic.\nProB Tcl/Tk location: "+ probBinary +
"\nModel file: " + modelFile +
"\nError message: "+ e.getLocalizedMessage());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment