Skip to content

Three Density v1.5.7 — Fix packaged launch (Shipping bootstrap)

Latest

Choose a tag to compare

@anriltine anriltine released this 06 Sep 15:22

Fix

Start Menu / launcher was starting the Development Binaries/Win64/threedensity.exe, which looks for a .uproject and fails with “Failed to open descriptor file”.

Cause

The release ZIP only contained the inner threedensity/ folder (missing the Shipping bootstrap + Engine deps), and a Development binary had replaced threedensity-Win64-Shipping.exe.

This release

  • ZIP is the full Packaged/Windows layout: threedensity.exe bootstrap + Engine/ + threedensity-Win64-Shipping.exe
  • Launcher prefers the bootstrap / Shipping exe and never picks Development Binaries/.../threedensity.exe

Test

  1. Download ThreeDensitySetup.exe (or portable ZIP)
  2. Install / launch from Desktop or Start Menu
  3. Game should start without the descriptor-file error