Open mxmissile opened 7 years ago
Adding this to terminals.exe.config fixed it:
<configuration>
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
</configuration>
Where did you add that node to fix it?
@kennethahoward just in the configuration
node, updated my comment
@mxmissile it works! thanks for the fix!
Looks like this issue is back (for me at least..).
My terminals.exe.config as follows: `<?xml version="1.0" encoding="utf-8"?>
For me, adding
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
before the final '' worked. Some other attempts failed.
To be explicit - the file to modify is Terminals.exe.config and it is located in the same folder as the Terminals.exe
The entry to resolve the issue is located here after the close of entityFramework
And before the close of configuration.
`
`
Issue still present in Release 4.0.1 If I unzip the archive with Windows zip (right-click, extract), I have the problem (same log as reported in the OP). Whereas if I extract the archive with 7Zip, I don't have the problem. I do a filehash on the extracted file, but both are same (wrong.csv is the files extracted by Windows utility, correct.csv is the files extracted by 7zip). As you can see, no difference. correct.csv wrong.csv
Using 7Zip v.22.02 (x64) worked for me too, without adding the extra lines
unzip contents of the zip file into a folder, execute terminals.exe crashes
log: