Luffyyy / BeardLib-Editor

Editor for PAYDAY 2 using the power of BeardLib.
MIT License
37 stars 28 forks source link

Yacht Heist Crash #773

Open newcomer953 opened 1 year ago

newcomer953 commented 1 year ago

Describe the crash

Every time i used BLE to try to look into The Yacht heist, when it finished loading in, it crash

Steps to reproduce the crash

1) Go into BLE menu 2) Select the Yacht Heist (fish) 3) Let it load 4) Crash

Logs

Application has crashed: access violation


Callstack:

     payday2_win32_release  (???)     ???                                                 
     payday2_win32_release  (???)     ???                                                 
     payday2_win32_release  (???)     ???                                                 

Current thread: Main Script stack: apply() core/lib/managers/viewport/environment/coreenvironmentfeeder.lua:202
apply() core/lib/managers/viewport/environment/coreenvironmenthandler.lua:266
_update() core/lib/managers/viewport/corescriptviewport.lua:286
update() core/lib/managers/viewport/coreviewportmanager.lua:33
core/lib/setups/coresetup.lua:519


Minimal reproduction

No response

MiamiCenterPL commented 1 year ago

This is caused by these two lines in the environment file (environments/pd2_env_lxy_stern_01/pd2_env_lxy_stern_01) <param key="global_world_overlay_mask_texture" value=""/> <param key="global_world_overlay_texture" value=""/> it seems that game is trying to apply an empty string as an texture. I have reported it to Xeletron and he is working on a fix now.