jamesstringer90 / jamesstringer90/appsandbox

enshrouded purple box glitch

Open
#138 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C
Stars
704
Forks
75
Avg merge
9m
Merged PRs (30d)
6

Description

i did some digging the template feature seems broken for games like enshrouded

Excellent — that confirms it. 🎯

Diagnosis

The GPU-PV setup is working and Enshrouded itself works correctly in ESTest.

The problem is therefore with the original GuestGamingVM storage configuration, specifically its differencing VHDX chain:

GuestGamingVM
└── disk.vhdx ← differencing disk
└── GuestVM\disk.vhdx ← parent/template

That VM was generating thousands of Disk Event 153 retries when Enshrouded streamed its assets. The clean ESTest VM uses a standalone VHDX and has 0 Event 153s, while the game works.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the GuestGamingVM storage configuration and its differencing VHDX chain, then compare it with the standalone VHDX used by ESTest. Check the Disk Event 153 behavior while Enshrouded streams assets; done means the template-based setup runs the game without those retries.

Written by the indexing model from the issue text.

Assessment

Domain
operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.