Hi @gwen_stouthuyse,
If the upgrade fails, could you try uninstalling the older version of FreeMASTER and install newer one separately.
Before executing the uninstaller, you can increase the heap size (of the uninstaller) by rediting Uninstall FreeMASTER.lax file located in C:\NXP\FreeMASTER 3.2\_FreeMASTER_installation (bellow are the default values in bytes):
# LAX.NL.JAVA.OPTION.JAVA.HEAP.SIZE.INITIAL
# -----------------------------------------
lax.nl.java.option.java.heap.size.initial=16777216
# LAX.NL.JAVA.OPTION.JAVA.HEAP.SIZE.MAX
# -------------------------------------
lax.nl.java.option.java.heap.size.max=50331648
After this step - run a clean install.
If the clean installer fails with the same error, you need to:
- Open the installer with an archiver tool and extract its content
- Increase installer heap size by editing FreeMASTER 3.2.lax file (it can be found in the Windows folder of unarchived content)
- Open a terminal in the same Windows folder and run the installer using the following command:
"FreeMASTER 3.2.exe" LAX_VM resource\jre\bin\java.exe
Hope it helps,
Iulian