Lemmings Forums

NeoLemmix => Community Edition => Game Bugs & Suggestions => Topic started by: Simon on June 07, 2026, 11:10:03 AM

Title: [✓][BUG] CE skips downloading missing tiles for levels with preview text
Post by: Simon on June 07, 2026, 11:10:03 AM
CE 1.1.1

This works:


This is a bug:


Expected instead: After step 3 of the failure, NL prompts us to download the missing tiles. You can download the tiles reasonably around step 3, 4, 5, but definitely before step 6 of the failure.

Throughout all this, I have activated the online features in the options.

Example level with preview text and downloadable tiles is Re-Enlistment by Giga. It's in the Level of the Year 2025 pack.

-- Simon
Title: Re: [+][BUG] CE skips downloading missing tiles for levels with preview text
Post by: WillLem on June 15, 2026, 12:34:17 AM
The Preview Screen's CloseScreen procedure now only handles screen transitions. The check for missing pieces has been moved to BeginPlay, before transitioning to either gameplay or the preview text screen (if present).

This ensures that the check occurs no matter what the entry point, and we don't unnecessarily view the preview text screen if the level itself cannot be loaded due to missing pieces.

Fixed in NLCEPlayer commit a4fd541.