Page 1 of 1

Little help

Posted: Sun Mar 17, 2024 10:17 pm
by Galunoth
Hello everyone

I encounter a minor problem (if I dare say so) in my dialog box, I get this message LuaEntity API call when LuaEntity was invalid.. I don't really see where is the "problem": my game seems to work. I would like to tell you a little more but I don't know how to do it or the source of this message.
Do you think you can help me?

thank you

Re: Little help

Posted: Sun Mar 17, 2024 10:27 pm
by Qon
Galunoth wrote:
Sun Mar 17, 2024 10:17 pm
LuaEntity API call when LuaEntity was invalid..
Check if entity is valid before doing other things with it, every event. This error happens if you have a LuaEntity that has become invalid (like an entity deleted from the surface) while you keep hold a reference to it and try to do something with it after it became invalid. So if it's in local "entity" then only work with the object "if entity.valid then" etc.

Re: Little help

Posted: Sun Mar 17, 2024 10:30 pm
by Galunoth
The problem is that even if I don't move and/or do nothing I get this message

Re: Little help

Posted: Sun Mar 17, 2024 10:36 pm
by Qon
Well, that is your problem, not mine. Lua code can of course execute even if you don't do anything, so that isn't very relevant.

If you don't share any more information about the error message and mod code that you are running then you will have to solve it by yourself. Good luck!

Re: Little help

Posted: Sun Mar 17, 2024 10:50 pm
by Galunoth
Qon wrote:
Sun Mar 17, 2024 10:36 pm
Well, that is your problem, not mine. Lua code can of course execute even if you don't do anything, so that isn't very relevant.

If you don't share any more information about the error message and mod code that you are running then you will have to solve it by yourself. Good luck!
Above all, I don't know what else to tell you... What do you want? My mod list? I can give it to you. My error logs? I don't know how to share them with you. I don't even know where to find them.

However, when I read your message, I feel a little annoyed. Thank you for your message, and above all thank you for your involvement/kindness.

Re: Little help

Posted: Sun Mar 17, 2024 10:54 pm
by mmmPI
Galunoth wrote:
Sun Mar 17, 2024 10:30 pm
The problem is that even if I don't move and/or do nothing I get this message
You mean you are not the modder, you are a player who receive an error message in the console and you don't know what to do with it ?

You can share your save game game on this forum using the attachements tab , this will allow other players to see which mods you are using, supposedly it has to be reported to the author of the mod, but if you don't know which one is causing the message, you may need help to find it.

You could try loading your savegame with half of the mod active only, to see if the error still occur, and try the other half, then a quarter and a 1/8 to narrow it down so as to identify it yourself too , but it may not work if the error is caused by an unfortunate interaction.

Edit : to find the savegame you need to follow instruction on the wiki : https://wiki.factorio.com/Application_directory
The logs would also show the mod list the link describe how to access them

Re: Little help

Posted: Sun Mar 17, 2024 11:03 pm
by Galunoth
Thanks mmmPI.

I'll try that, and get back to you if necessary.

Re: Little help

Posted: Tue Apr 23, 2024 9:53 am
by Galunoth
I encounter the same problem without having installed a mod.

The problem occurs when I convert a save into a scenario and start a new game.

Re: Little help

Posted: Tue Apr 23, 2024 10:50 am
by Loewchen
Open a new topic following 52433.