Laster...
InfamousSabre
27 filer likt
784 kommentarer
5 videoer
9 opplastninger
84 følgere
332 127 nedlastninger
  • C5dd29 face

    @JohnFromGWN Those aren't all the functions you're using even if you aren't aware of it. This is clear to me by the fact that you have a prop's handle, "previousProp". You got that handle somehow. Either by using a native function directly or by using a SHVDN function that calls its own functions behind-the-scenes

    2 hours ago
  • C5dd29 face

    @JohnFromGWN I should point out that this cannot be caused by script conflict but rather it is caused by a collection of scripts all not releasing their handles. If you'd like, I can find the issue quickly for you, or find that your script isn't causing the issue if that ends up being the case. If you post the source on Github, Gitlab, or heck even Pastebin I wouldn't mind giving it a look for you. No money or patronage required. 100% free assistance.

    2 hours ago
  • C5dd29 face

    @JohnFromGWN I'm sure the answer is no, but if you have Discord please join the 5-Mods Discord server and we can better help you there rather than flooding the comments section of your mod page.

    https://discord.gg/6CPK6b6e

    3 hours ago
  • C5dd29 face

    @JohnFromGWN We have all been scripting without using that native for years. Its only recently that it was brought to light that we have to free these handles. It indeed works just fine without it... until it doesn't. And yes, as Kagikn mentioned, raycasts create these handles as well. I should have mentioned that.

    As far as steps to reproduce, you're probably best off just working closely with the person who has the issue. You're extremely unlikely to get this to happen on your machine. There's a reason we've not known to free handles for an entire decade, afterall.

    Regarding my "tone": Text doesn't have a tone. The way you read it does. Just stop expecting hostility when reading things. Personally, I don't care if your script works or not as I'll never use it myself (I have no need). I just have a friend who likes it but cannot use it so I'm trying to help you. *Farts and leaves*

    3 hours ago
  • C5dd29 face

    @JohnFromGWN That is not why it broke. It broke because you are using one of the various "Get____Handles" functions (Entities, Vehicles, Props, Objects, Peds). Those functions assign the returned entities a handle, but there is no automatic functionality to release it. The entity will continue to have this handle until it no longer exists. The number of handles is finite, so in certain situations those handles can be completely used up causing the crash ReNNie is reporting to you. In order to prevent this you must free this handle yourself on entities you don't need to work with. When you iterate through the array of entities the aforementioned function returns to you, run SHAPETEST::RELEASE_SCRIPT_GUID_FROM_ENTITY(Entity ent) on every entity you don't need to work with so that its handle is freed and therefore no longer in the fwScriptGuid pool.

    1 dag siden
  • C5dd29 face

    @Nivinha Please read and pay attention to context clues. The video is irrelevant to this mod page and the mod it represents.

    9 dager siden
  • C5dd29 face

    @Nivinha Removed your irrelevant video. Only post images and videos that showcase the mod as uploaded.

    31. januar 2025
  • C5dd29 face

    @Nivinha Removed your irrelevant video. Only post images and videos that showcase the mod as uploaded.

    31. januar 2025
  • C5dd29 face
    Pinned Comment

    Ah, a second-person mod. Finally

    8. januar 2025
  • C5dd29 face

    Long live Palworld!

    2. desember 2024