Page 1 of 1
Notice Errors while using mods
Posted: Fri Feb 24, 2017 4:55 am
by Kailio
I'm not sure if this is the right place to put this, but I believe it is.
I recently started using mods, recently as in today but throughout today I've noticed these errors I've been getting while in game after doing / pressing certain things. As the picture shows it will come up with this notice say after clicking certain things like shown in the second picture. If anyone knows why, and or how to fix it, it would be nice to know.
Re: Notice Errors while using mods
Posted: Fri Feb 24, 2017 6:23 am
by darkfrei
Can you show this part of code? Control.lua, string 48.
With notepad++ it's simple.
Re: Notice Errors while using mods
Posted: Fri Feb 24, 2017 6:44 am
by Kailio
darkfrei wrote:Can you show this part of code? Control.lua, string 48.
With notepad++ it's simple.
How might I find it? If I knew how to find it I can easily show it with notepad++
Re: Notice Errors while using mods
Posted: Fri Feb 24, 2017 6:54 am
by Kailio
Kailio wrote:darkfrei wrote:Can you show this part of code? Control.lua, string 48.
With notepad++ it's simple.
How might I find it? If I knew how to find it I can easily show it with notepad++
Never mind, I have it and if I am not mistaken this is what it says
Re: Notice Errors while using mods
Posted: Fri Feb 24, 2017 8:07 am
by darkfrei
It means that "sc-main" is empty table or nil. You must check it before.
Re: Notice Errors while using mods
Posted: Fri Feb 24, 2017 10:07 am
by Adil
Well, if you are not the author of the mod, then you can complain about that in the mod's thread, if it has one or at the discusson section of the mod portal. This one error is caused by some "selectcharacter" mod.
If you want to fix it yourself, I doubt this particular type of error is fixed by changing a single line, at the very least it'd be not the line you've pictured. (There's ctr-c\ctrl-v you know.)
Re: Notice Errors while using mods
Posted: Sat Feb 25, 2017 5:32 pm
by Kailio
darkfrei wrote:It means that "sc-main" is empty table or nil. You must check it before.
Adil wrote:Well, if you are not the author of the mod, then you can complain about that in the mod's thread, if it has one or at the discusson section of the mod portal. This one error is caused by some "selectcharacter" mod.
If you want to fix it yourself, I doubt this particular type of error is fixed by changing a single line, at the very least it'd be not the line you've pictured. (There's ctr-c\ctrl-v you know.)
Thanks, I found just removing the mod fixed everything, thanks for everything though.