-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUG] Some clients hard-crash with this addon installed due to a "Model not found" error, with a model this addon doesnt even have #54
Comments
Forgot to put this here too:
|
I suspect the the tools spawns every model it knows as an entity (class: It likely has other side effects too. One case I have observed that the dummy entities also appear in save games, because The code linked below, suggest it could indeed the case: |
I finally have a way to replicate this:
|
In the other issue (Facepunch/garrysmod-issues#5798) the problem has been isolated to be caused from a call like this on x86-64: Maybe add a cached |
Please try the Ghosts control dev branch: And tell me if it fixed the problem. |
Describe the bug
Garry's Mod clients on x86-64 seem to immediately hard-crash with this addon installed on the server. It is inconsistent (I do not get this issue, but other friends do, despite the fact they use x86-64). It complains about not being able to load a model that this addon doesnt even have, but then fails to load error.mdl immediately after.
I have an issue on the Garry's Mod issue tracker for it: Facepunch/garrysmod-issues#5798
I'll be updating that as I get more info, I don't have solid reproduction steps at the moment.
I isolated it to this addon by having one of the friends affected
The text was updated successfully, but these errors were encountered: