Garry's Mod

Garry's Mod

1,377 ratings
Lua Patcher
5
2
4
6
6
3
   
Award
Favorite
Favorited
Unfavorite
Content Type: Addon
Addon Type: Tool
Addon Tags: Build
File Size
Posted
Updated
46.627 KB
Feb 20, 2021 @ 11:50pm
May 22 @ 2:47pm
62 Change Notes ( view )

Subscribe to download
Lua Patcher

Description
Formerly known as Piengineer's Lua Repair

This addon fixes the most common Lua errors, but has the potential to cause performance issues. Only use this when addon creators are unresponsive to your error reports.

Developer Note: If you want to just hide the error pop-up, follow this guide. This addon focuses more on fixing broken code.

This is basically only the Lua Error Fixer part of my old Lua and Model Error Fixers addon I made a while back as some people have requested me to separate the Lua Error Fixer from the Model Error Fixer.

What does the addon do?
The addon attempts to redefine Lua rules to prevent Lua errors from showing up by other addons. It does this by having certain Lua operations return an appropriate value instead of throwing an error.

You can think of this addon as providing a set of rules to the interpreter on how to deal with Lua errors before they even happen. As a plus, this sometimes allows broken addons to become functional again!

What can't this addon fix?
This addon does not fix model and texture errors. Try using the !*$%? ERRORS addon for fixing those.

This addon can only fix compiled Lua code. The script file itself must not have any syntax errors or it won't compile and will be invisible to this addon. I can't do anything to fix these, sorry.

Lua Repair also cannot fix errors that contain the phrase "attempt to compare X with number" or "attempt to compare X with string" due to how number and string comparisons are implemented in Lua 5.1. If Garry ever allows __lt and __le metamethods to be invoked for mixed types, this error will become fixed.

Other than the above, there will exist a way for this addon to deal with the error.

I still see Lua errors after installing this addon.
Sadly, each illegal Lua operation must be redefined one by one. If this happens, give me the first line of the error message as well as which addon did it so that I can see what operation Lua was trying to do.

Note that if you don't give me enough information about the error, I might not be able to fix it!

What chatbox is that?
The chatbox addon seen in the screenshots is the old SChat: 3D Chat Addon.

Will this trigger DRM on paid addons?
Maybe. This addon uses unavoidable getmetatable and debug.setmetatable calls for its operations. If the DRM detects the use of these functions then it will be triggered.

I don't trust this, where is your source code?
You can find / download it on my GitHub page[github.com]. You can also download this whole addon from GitHub instead of here if you're crafty enough.



If you like my work, you now have the option to donate on Ko-fi[ko-fi.com] so that I can keep working for another day. Every little bit helps!
Popular Discussions View All (5)
7
May 4 @ 11:20pm
Receiving Lua error with steamcommunity.com/sharedfiles/filedetails/?id=2762448732
coolkidfunnan
2
1
Apr 2 @ 8:25pm
VJ SNPCs stuck or having troubles recognize me.
Woody
9
Apr 5 @ 5:50am
Lua Error
Woody
466 Comments
Cherrie_The_Shifter ΘΔ Jun 15 @ 6:57pm 
Awesome 👌 👏 👍 and you're welcome
The Switchsconian Jun 15 @ 1:53pm 
yep all errors gone thx for the help!
The Switchsconian Jun 15 @ 1:52pm 
i have found the ultemate cure i changed something ( i dont know what ) but now all previous issues are now non-existant. yeeah!
Cherrie_The_Shifter ΘΔ Jun 5 @ 8:26pm 
Thats very odd. It works for me and my friends. I've never heard it doing this. Hmm idk then. Sorry
The Switchsconian Jun 5 @ 4:12pm 
it litterally wont let me in
The Switchsconian Jun 5 @ 4:11pm 
nope now the game wont even start up
The Switchsconian Jun 5 @ 3:05pm 
ill try out x64 and hope it works🤞🤞
MentalFrogSnot Jun 4 @ 10:07am 
i asked the creator of all 3 addons. i dont think i have gotten a reply yet.
MentalFrogSnot Jun 4 @ 10:07am 
yes. i mean the big red flashing error models. but i dont want to use any of these addons (but the !*$%? errors addon) and. they dont even infect for me. none of them do.
Piengineer12  [author] Jun 3 @ 7:34am 
Do you mean the big red flashing error models? Use the !*$%? ERRORS addon to get rid of those, this one is for patching out Lua errors.