Hmm. Strange. What still bothers me is you get no errors. That really points to something is going on that isn’t captured inside the Vassal application it self (otherwise, that should cause an exception to be thrown, and that would be reported in the errorLog). I still suspect that somehow Windows is the culprit one killing Vassal for some god-forsaken odd reason.
As mentioned in How to debug Vassal
Running an application in a debugger is not for the faint-of-heart. Only attempt this if you are willing to put in the work yourself, or you already have experience with such as task.
The $ at the start of the lines is meant to illustrate the command prompt. That is, you should not enter that into the command prompt - only what follows that character.
To do that, do
- Press
Windows+R(that’s the Windows key andRpressed at the same time) - In the dialog that shows up, write
cmdand press OK.
- A window will pop up - all black and with light-gray text. This is a command terminal.
- In the command prompt, change directory to the place where you installed VASSAL (typically
C:\Program Files\VASSAL-3.7.26), by writing in the command prompt
(do not type the$ cd "C:\Program Files\VASSAL-3.7.26"$- that is meant to illustrate the command prompt. See also below).
- Now run VASSAL in the terminal by typing
(again, do not type the$ jre\bin\java.exe -jar lib\Vengine.jar$- see also image below)
The above will start the normal Module Manager from which you can load a module. However, if that does not produce additional output when Vassal crashes (as you attempt at opening a save or log file), then you may need to execute the player application directly.
- Assuming you have a module in
C:\Users\DSuls\Downloads\GTC2_3_12.vmod, you write in the terminal prompt
to launch the module directly. See example below, where I run the module$ jre\bin\java.exe -cp lib\Vengine.jar VASSAL.launch.Player --load C:\Users\DSuls\Downloads\GTC2_3_12.vmodC:\Users\45246\Documents\Wargames\Vassal\AnzioBeachhead.vmoddirectly.
If it turns out that you can run the same Vassal version with the same module, and have no problem creating a new save or log file, then it really starts to point to something on your newer machine.
Yours,
Christian




