Jump to content

Recommended Posts

14 hours ago, Gooba said:

hi, im new to modding and am trying to make a little character mod, except im stupid and dont know how to read the client log, and keep getting this error. can someone help?image.png.37359cf2f1e1401ce6cdb59efcdac860.png

client_log_2025-06-24-13-57-24.txt 47.92 kB · 5 downloads

Generate the world without caves and without your mods first, then add the mods back in afterward. This will help identify the issue more easily

 

  • Like 1

This log:
[00:00:30]: loaded modindex  
[00:00:30]: WARNING: icon paths for mod wheatley (Wheatley, The Theatre Kid) are not valid. Got icon_atlas="modicon.xml" and icon="modicon.tex".  
Please ensure that these point to valid files in your mod folder, or else comment out those lines from your modinfo.lua.  
[00:00:30]: ModIndex: Beginning normal load sequence.

It seems the paths to modicon.xml and modicon.tex set in modinfo.lua cannot be found. Please check whether those files actually exist.
I’m not that familiar with coding either, so I’m not sure if this will solve the problem—but this seems like a likely cause.

On 6/29/2025 at 6:07 PM, Butterzi said:

This log:
[00:00:30]: loaded modindex  
[00:00:30]: WARNING: icon paths for mod wheatley (Wheatley, The Theatre Kid) are not valid. Got icon_atlas="modicon.xml" and icon="modicon.tex".  
Please ensure that these point to valid files in your mod folder, or else comment out those lines from your modinfo.lua.  
[00:00:30]: ModIndex: Beginning normal load sequence.

It seems the paths to modicon.xml and modicon.tex set in modinfo.lua cannot be found. Please check whether those files actually exist.
I’m not that familiar with coding either, so I’m not sure if this will solve the problem—but this seems like a likely cause.

I don't think it's causing the error. If you're still experiencing issues, you can search for the keyword LUA ERROR in the log to check

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
×
  • Create New...