darkeyes Posted April 11, 2017 Share Posted April 11, 2017 this is the error im getting and i cant solve it . please help or send me a link that does. [string "scripts/util.lua"]:470: Could not find an asset matching images/selectscreen_portraits/esctemplate_silho.tex in any of the search paths. LUA ERROR stack traceback: =[C]:-1 in (global) assert (C) <-1--1> scripts/util.lua:470 in (global) resolvefilepath (Lua) <465-473> scripts/mainfunctions.lua:70 in (global) RegisterPrefabs (Lua) <63-81> scripts/mods.lua:591 in (method) RegisterPrefabs (Lua) <551-597> scripts/gamelogic.lua:226 in (upvalue) LoadAssets (Lua) <137-247> scripts/gamelogic.lua:840 in (upvalue) LoadSlot (Lua) <836-847> scripts/gamelogic.lua:896 in (upvalue) DoResetAction (Lua) <851-932> scripts/gamelogic.lua:942 in (local) complete_callback (Lua) <934-943> scripts/upsell.lua:27 in (global) UpdateGamePurchasedState (Lua) <11-30> scripts/gamelogic.lua:966 in (local) callback (Lua) <945-967> scripts/saveindex.lua:243 in (upvalue) OnLoad (Lua) <196-245> scripts/saveindex.lua:252 in () ? (Lua) <251-253> =[C]:-1 in (method) GetPersistentString (C) <-1--1> scripts/saveindex.lua:250 in (method) Load (Lua) <247-254> scripts/gamelogic.lua:982 in (local) callback (Lua) <981-983> scripts/playerprofile.lua:853 in (method) Set (Lua) <726-856> scripts/playerprofile.lua:714 in () ? (Lua) <713-715> =[C]:-1 in (method) GetPersistentString (C) <-1--1> scripts/playerprofile.lua:712 in (method) Load (Lua) <711-716> scripts/gamelogic.lua:981 in () ? (main) <0-0> =[C]:-1 in (global) require (C) <-1--1> scripts/mainfunctions.lua:807 in () ? (Lua) <800-822 Link to comment https://forums.kleientertainment.com/forums/topic/77551-i-know-this-had-to-of-been-askederror-help-needed/ Share on other sites More sharing options...
Parusoid Posted April 11, 2017 Share Posted April 11, 2017 (edited) It means that there is no tex file in below paths Could not find an asset matching images/selectscreen_portraits/esctemplate_silho.tex in any of the search paths. It's probably custom made character so make sure it has all the images it needs and that they are defined in modmain.lua Edited April 11, 2017 by Parusoid Link to comment https://forums.kleientertainment.com/forums/topic/77551-i-know-this-had-to-of-been-askederror-help-needed/#findComment-904764 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now