notgoodusename / OsirisAndExtra

Other
128 stars 64 forks source link

This makes it crash lol #467

Open plasma8k opened 1 year ago

plasma8k commented 1 year ago
    This makes it crash lol

Its like displaying that the error is Abort() image

Originally posted by @peebo29 in https://github.com/notgoodusename/OsirisAndExtra/issues/449#issuecomment-1373344508

JannesBonk commented 1 year ago

any debug info?

plasma8k commented 1 year ago

Nah, cuz if there was any i would of pointed out the direct issue by now or fixed it. Couldn't find anything but just a Abort being called

plasma8k commented 1 year ago

Im gonna try to debug it and see next time i crash within that error cuz im not really on it right now

plasma8k commented 1 year ago

to be honest it must be something with the bullet_impact I removed this one thing and it fixes itself (ghetto ass fix tho but it wont log the misses)

        interfaces->gameEventManager->addListener(&listener, "bullet_impact");
plasma8k commented 1 year ago

Ok so no matter what i tried debugging and it just closed right away, so no debug info at all.

JannesBonk commented 1 year ago

Ok so no matter what i tried debugging and it just closed right away, so no debug info at all.

that means ur project settings are messed up

Xsintashi commented 1 year ago

try to break when abort() is called

JannesBonk commented 1 year ago

try to break when abort() is called

+

plasma8k commented 1 year ago

Ok i might of found why its breaking The prediction reset might be a cause of it

void EnginePrediction::reset() noexcept
{
    localPlayerFlags = {};
    localPlayerVelocity = Vector{};
    netvarData = {};
    inPrediction = false;
}
plasma8k commented 1 year ago

this might be a cause of a different issue while bypassing with an actual bypass and going into casual