Silverlan / pragma

Repository for the pragma game engine.
https://pragma-engine.com
Mozilla Public License 2.0
134 stars 17 forks source link

[BUG] Trigger_changelevel crashes engine #113

Closed valina354 closed 2 months ago

valina354 commented 2 months ago

General

Describe the bug When i try to use trigger_changelevel to change maps the engine crashes, and the trigger_changelevel doesnt do anything

To Reproduce Steps to reproduce the behavior:

  1. enter a trigger_changelevel that is correctly set to load the next map
  2. you should see the error as crash

Expected behavior The Engine will crash

Screenshots If applicable, add screenshots to help explain your problem. image

Hardware (please complete the following information):

Crashdump If Pragma has crashed and has generated a crashdump, please attach it to this issue. crashdump_2024-09-08_15-22-43.zip

Additional context VMF of the 2 maps: testchangelevel1.txt testchangelevel2.txt

the trigger_changelevel entity is from Pragma-HL

Silverlan commented 2 months ago

Thanks for the report! The crash should be fixed with de66ce2a8a79b542342473da5c57bb11b3c99884 .