| 51 | |
| 52 | == The software is not responding anymore, is it possible to save my changes anyhow? == |
| 53 | |
| 54 | You can try to kill just the java gui (via an xkill, or killing the process in the console; in emacs you can kill the buffer *compilation*). |
| 55 | Go to the server (on the console or the *promot-server* buffer in emacs). If the server looks OK (Press Enter, the prompt PK(..): appears) |
| 56 | start a new gui on the running server, then your model will not be lost. It is still present in the server.. |
| 57 | |
| 58 | ProMoT version 0.8.3: If it's not possible to start a gui on the running server, go to the server prompt (either on the console or in the *promot-server* buffer in emacs), |
| 59 | press Enter, ''PK(..):'' should appear. Now type: ''(save-all "~/current_model.mdl")''. This will save all loaded classes into the file current_model.mdl in your home. |
| 60 | |
| 61 | |