BeardLib-Editor icon indicating copy to clipboard operation
BeardLib-Editor copied to clipboard

Yacht Heist Crash

Open newcomer953 opened this issue 1 year ago • 1 comments

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

newcomer953 avatar May 12 '23 09:05 newcomer953

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.

MiamiCenterPL avatar Jun 28 '23 12:06 MiamiCenterPL