BeardLib-Editor
BeardLib-Editor copied to clipboard
Yacht Heist Crash
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
- Go into BLE menu
- Select the Yacht Heist (fish)
- Let it load
- 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
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.