BEEmod / BEE2.4

Tool to mod Portal 2's Puzzlemaker
282 stars 63 forks source link

[Unknown] Loading Error. #799

Closed Anomaly-Detected closed 6 years ago

Anomaly-Detected commented 6 years ago

Basically, here's what happens:

I compile the level sucsessfully. It then goes to the loading screen.

Two dots light up before the loading screen resets, having none.

[Console Output]:

[PORTAL2 PUZZLEMAKER] --------START loading assets--------

[PORTAL2 PUZZLEMAKER] ! 3ds file doesn't exist models/puzzlemaker/selection_bee2_fizz_error.3ds [PORTAL2 PUZZLEMAKER] Failed to load selection mesh: models/puzzlemaker/selection_bee2_fizz_error.3ds [PORTAL2 PUZZLEMAKER] ! 3ds file doesn't exist models/puzzlemaker/selection_bee_pellet_catcher_timed.3ds [PORTAL2 PUZZLEMAKER] Failed to load selection mesh: models/puzzlemaker/selection_bee_pellet_catcher_timed.3ds [PORTAL2 PUZZLEMAKER] ! 3ds file doesn't exist models/puzzlemaker/selection_bee_pellet_launcher_inf.3ds [PORTAL2 PUZZLEMAKER] Failed to load selection mesh: models/puzzlemaker/selection_bee_pellet_launcher_inf.3ds [PORTAL2 PUZZLEMAKER] ! 3ds file doesn't exist models/puzzlemaker/selection_tuleby_bomb_cube_clean_03.3ds [PORTAL2 PUZZLEMAKER] Failed to load selection mesh: models/puzzlemaker/selection_tuleby_bomb_cube_clean_03.3ds [PORTAL2 PUZZLEMAKER] ! 3ds file doesn't exist models/puzzlemaker/selection_tuleby_bomb_cube_clean_05.3ds [PORTAL2 PUZZLEMAKER] Failed to load selection mesh: models/puzzlemaker/selection_tuleby_bomb_cube_clean_05.3ds [PORTAL2 PUZZLEMAKER] ! 3ds file doesn't exist models/puzzlemaker/selection_tuleby_bomb_cube_clean_08.3ds [PORTAL2 PUZZLEMAKER] Failed to load selection mesh: models/puzzlemaker/selection_tuleby_bomb_cube_clean_08.3ds [PORTAL2 PUZZLEMAKER] ! 3ds file doesn't exist models/puzzlemaker/selection_tuleby_bomb_cube_clean_15.3ds [PORTAL2 PUZZLEMAKER] Failed to load selection mesh: models/puzzlemaker/selection_tuleby_bomb_cube_clean_15.3ds [PORTAL2 PUZZLEMAKER] ! 3ds file doesn't exist models/puzzlemaker/selection_tuleby_bomb_cube_clean_20.3ds [PORTAL2 PUZZLEMAKER] Failed to load selection mesh: models/puzzlemaker/selection_tuleby_bomb_cube_clean_20.3ds [PORTAL2 PUZZLEMAKER] ---------END loading assets---------

==== calling mapspawn.nut [PORTAL2 PUZZLEMAKER] Saved puzzle: D:/Steam/steamapps/common/Portal 2/portal2/puzzles\76561198258787583\autosave.p2c Parent cvar in client.dll not allowed (r_shadowlod)


I'm also very new to Bee2.4 and level making in general, so I don't know if this is simple.

LautaroL20 commented 6 years ago

This clearly seems to be an issue in the game caused by using old resources from past Beemod releases, to solving this annoyance, you will have to do the following:

1 - Open Beemod and click on: File ----> Uninstall From Selected Game ----> "Are you sure you want to delete "PORTAL 2"? ----> YES.

2 - Wait 1 minute while Beemod removes their resources from Portal 2.

3 - Verify the Game Cache Files.

4 - Make sure to have downloaded and unzipped the latest Packages & Application version of Beemod, and both must have to be from the same Pre-Release Version, otherwise bugs may occur. Links:

https://github.com/BEEmod/BEE2.4/releases (Application) https://github.com/BEEmod/BEE2-items/releases (Packages)

Note that if you are running Beemod on Linux or Mac Os X, issues can occur. Beemod currently works well only on Windows 7, 8 and 10.

5 - Click on: File ----> Options ----> Development, then uncheck the option: Preserve Game Directories.

6 - Now choose your favorite Items & Style and export your palette to the game.

7 - Make sure to save these steps in a text file in case you get similar issues in the future.

8 - Happy mapmaking!