-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
script error in native 000000008f57a89d: arg[1]: buffer too small (8 < 24) (GetCamMatrix) #3009
Comments
Also GetModelDimensions also errors out: So this seems to be happening on natives that return more than 1 thing. I think @iridium-cfx could assist in this issue. |
Hey, I believe iridium and the cfx are aware and working on a fix ! |
a temporary fix change branch in your fivem client |
Yeah, don't go to canary if you're not testing new features ! Tho I hope they fix this issue ASAP as we all know that many simple players are on the canary release channel ! |
I'm currently unable to reproduce the issue locally, running on the latest canary. Does this still happen if you just run the command on a vanilla server? |
@iridium-cfx I'll do the tests right now using the GetClosestRoad native and i'll report back. |
@iridium-cfx You're right. It doens't happen right away. |
Most likely one of these : |
I had the same error pop up on the latest build, beta seems fine. Not sure if its related but i've also had the issue pop up where |
Getting this issue with following code from ps-inventory: Vehicle variable declared through a QBCore function:
|
Ah, I've figured out what the issue is, will hopefully push a fix soon 😅 |
Glad to hear that, i didn't manage to error it on a vanilla server whatsoever :)) |
Perfect! I'll let you close the issue when all is well then ! ❤️ |
The fix is merged, let me know if you are still having issues. If not, I'll close the issue tomorrow |
This is not related at all ??? |
What are you even saying at this point... I can't understand you but the issue on your screenshot was fixed recently, please restart your game to make sure that you're under the correct version and tell us if it happens again |
the same sir |
Again, this is not related to this issue so please join the discord to get support on this issue |
What happened?
It seems that since the latest update, the native function GetCamMatrix is experiencing some issues. Could this be due to improper usage on my part following recent changes, or is it simply an external issue? It was working perfectly fine just yesterday.
Here is code to reproduce the issue.
Expected result
Native working again.
Reproduction steps
Importancy
Crash
Area(s)
FiveM
Specific version(s)
3258 (canary)
Additional information
No response
The text was updated successfully, but these errors were encountered: