Jump to content

WARNING: freeroam\gui.lua:442: Bad argument @ 'guiSetText'


Xabache

Recommended Posts

[2015-01-09 19:57:57] WARNING: freeroam\gui.lua:442: Bad argument @ 'guiSetText' [Expected gui-element at argument 1, got boolean]

439: function setControlNumber(...) 
    440: local args = {...} 
    441: local num = table.remove(args) 
    442: guiSetText(getControl(unpack(args)), tostring(num)) 
443: end 

This error is filling my clientscript.log with 1mb of error messages an hour on multiple machines, the only error elsewise in the file is the luac notice. The second machine has no luac files added to it but is on the same server: GTA3SA - Note the error Immediately follows the luac notice, the first error in the file, but it was several hours before I added my first .luac

[2015-01-09 09:12:33] ERROR: Loading script failed: fileblock\p.luac is invalid. Please re-compile at https://luac.multitheftauto.com/

[2015-01-09 09:12:39] WARNING: freeroam\gui.lua:442: Bad argument @ 'guiSetText' [Expected gui-element at argument 1, got boolean]

.....

ideas?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...