Giter Club home page Giter Club logo

Comments (5)

SirWaddles avatar SirWaddles commented on August 19, 2024

Yea, I'm guessing this is to do with the crimefest lua changes. PocoHUD will have to be updated.

from payday-2-blt.

Malidictus avatar Malidictus commented on August 19, 2024

I suck at text formatting on GitHub... Yeah, this is a Poco issue, and I've already posted it to PocoMods, as well. I'm just hoping it's something I can disable temporarily. Thank you for the reply :)

from payday-2-blt.

MarcoTheDingo avatar MarcoTheDingo commented on August 19, 2024

That's interesting because I'm running PocoHud without an issue on the newest version. Could there be a setting that's causing it?

from payday-2-blt.

Malidictus avatar Malidictus commented on August 19, 2024

We sort of tracked the issue down to the Aftershock truck, which I believe is what caused my own crash - another player attempted to drive it and crashed me out. Someone else reported seeing this with the Meltdown forklifts. Seems to be vehicle-related. My blind guess is Poco is attempting to parse vehicles as players and crashing when they don't have the necessary functions or some such. Poco's maker suggested a few temp fixes for the moment, specifically replacing:

local isPlayer = unit:base().upgrade_value

with:

local unitTweak = unit and alive(unit) and unit:base()._tweak_table

but others are reporting crashes in other places with this fix. I've not run vehicle-centric maps since then - I didn't think of it.

from payday-2-blt.

JamesWilko avatar JamesWilko commented on August 19, 2024

This is a PocoHud issue, not a BLT issue. Report it on the PocoHud GitHub instead.

from payday-2-blt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.