Bane08 Posted May 2, 2015 Share Posted May 2, 2015 So I made an endothermic torch using the code for one from Don't Starve. After some help from people on here I got it working, problem was my game kept shutting down due to the game running out of memory. Pretty sure it was some sort of memory leak caused by that mod. So I redid the mod using most of the code from the actual torch in the game. Every time I try to craft the endothermic torch my character responds saying "I can't do that" and then in the log it says "Can't find prefab endothermic_torch" and then a few lines of "Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager." I'm still trying to learn so I'm sure I'm missing something easy but I can't for the life of me figure it out. I attached the prefab file and the log file if I need to upload the whole mod or other files let me know. Thanks a lot.endothermic_torch.lualog.txt Link to comment https://forums.kleientertainment.com/forums/topic/53448-couldnt-find-prefab/ Share on other sites More sharing options...
DarkXero Posted May 2, 2015 Share Posted May 2, 2015 Weird, according to the log the lua file is read, but no prefab is loaded. ... and after looking at the torch lua file, the return Prefab is INSIDE the local function fn.It goes outside, no wonder if doesn't return anything. Link to comment https://forums.kleientertainment.com/forums/topic/53448-couldnt-find-prefab/#findComment-634008 Share on other sites More sharing options...
Bane08 Posted May 2, 2015 Author Share Posted May 2, 2015 Ok I have to be doing something wrong if I end the local function fn before the return prefab it just says fn not defined on line 191 (the return prefab line) Any help thanks? Link to comment https://forums.kleientertainment.com/forums/topic/53448-couldnt-find-prefab/#findComment-634073 Share on other sites More sharing options...
DarkXero Posted May 2, 2015 Share Posted May 2, 2015 Here.endothermic_torch.lua Link to comment https://forums.kleientertainment.com/forums/topic/53448-couldnt-find-prefab/#findComment-634097 Share on other sites More sharing options...
Bane08 Posted May 2, 2015 Author Share Posted May 2, 2015 Holy crap dude you're the greatest thank you so much. Link to comment https://forums.kleientertainment.com/forums/topic/53448-couldnt-find-prefab/#findComment-634102 Share on other sites More sharing options...
Rousseau96 Posted January 22, 2016 Share Posted January 22, 2016 Hey, I am having issues with my Dont starve custom character, and am seeing a couldnt find prefab error as well. Could you please take a look at my log file? Thanks! log.txt Link to comment https://forums.kleientertainment.com/forums/topic/53448-couldnt-find-prefab/#findComment-712368 Share on other sites More sharing options...
Muche Posted January 22, 2016 Share Posted January 22, 2016 4 hours ago, Rousseau96 said: Hey, I am having issues with my Dont starve custom character, and am seeing a couldnt find prefab error as well. Could you please take a look at my log file? Thanks! log.txt This seems similar to http://forums.kleientertainment.com/topic/62233-mod-error-appears-in-the-select-screen/#comment-708302, where the problem was the uppercased name, in your case Cody. Link to comment https://forums.kleientertainment.com/forums/topic/53448-couldnt-find-prefab/#findComment-712455 Share on other sites More sharing options...
Vendoos Posted January 2, 2021 Share Posted January 2, 2021 Hello! I am having a problem with a custom character. Don't starve Together to start, just like the server, but the map does not load and hangs on the loading screen and lasts forever, and the application is working properly and does not give the "Application not responding" error Link to comment https://forums.kleientertainment.com/forums/topic/53448-couldnt-find-prefab/#findComment-1412366 Share on other sites More sharing options...
Vendoos Posted January 2, 2021 Share Posted January 2, 2021 client_log_2021-01-02-05-13-33.txtLogs after the last launch of the game with the mod. I will be very grateful if you check them and tell me what the problem is. Link to comment https://forums.kleientertainment.com/forums/topic/53448-couldnt-find-prefab/#findComment-1412370 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