Foxlider / FASTER

Full rebuild of Flax's tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods.
GNU General Public License v3.0
123 stars 34 forks source link

[BUG] DOTNET_BUNDLE_EXTRACT_BASE_DIR is not set #153

Closed AshTrayBY closed 9 months ago

AshTrayBY commented 9 months ago

Trying to install FASTER to remote server using RDP connection.

To Reproduce
Steps to reproduce the behaviour:

  1. Unzip
  2. Run FASTER.exe

Expected behaviour
It should extract FASTER files to C:\Users\MyUser\AppData\Local\Temp.net and then launch app initial setup

Actual behaviour
Nothing happens

Screenshots
Description: A .NET application failed. Application: FASTER.exe Path: C:\FASTER\FASTER.exe Message: Failed to determine default extraction location. Check if 'TMP' or 'TEMP' points to existing path. Failure processing application bundle. Failed to determine location for extracting embedded files. DOTNET_BUNDLE_EXTRACT_BASE_DIR is not set, and a read-write cache directory couldn't be created.

OS Version (required):

Additional context
It is perfectly working on local computer but failed to run at remote server

AshTrayBY commented 9 months ago

Sorry, Just found solution at author's discord. Works perfect. Closing