June12 Posted February 7, 2017 Share Posted February 7, 2017 (edited) I can't fix the error.. Edited February 8, 2017 by June12 Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/ Share on other sites More sharing options...
June12 Posted February 7, 2017 Author Share Posted February 7, 2017 If I aply this mod, DST says "..Out of memory.." Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864549 Share on other sites More sharing options...
Developer ImDaMisterL Posted February 7, 2017 Developer Share Posted February 7, 2017 Are you the author of the mod? If not, you shoupd try contacting them and let them know their mod isn't working properly. Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864552 Share on other sites More sharing options...
June12 Posted February 7, 2017 Author Share Posted February 7, 2017 Yes. I'm the author of the mod. Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864556 Share on other sites More sharing options...
Developer ImDaMisterL Posted February 7, 2017 Developer Share Posted February 7, 2017 Could you post your log.txt after the game crashes here, then? It'll help other modders nail down the source of the crash Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864557 Share on other sites More sharing options...
Lumina Posted February 7, 2017 Share Posted February 7, 2017 You'll found here some informations about how to search log for error : In case it could help. Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864569 Share on other sites More sharing options...
June12 Posted February 8, 2017 Author Share Posted February 8, 2017 (edited) . client_log.txt Edited February 8, 2017 by June12 Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864795 Share on other sites More sharing options...
June12 Posted February 8, 2017 Author Share Posted February 8, 2017 um... just my computer's problem..? ;( Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864800 Share on other sites More sharing options...
Ricoom Posted February 8, 2017 Share Posted February 8, 2017 (edited) 12 minutes ago, June12 said: um... just my computer's problem..? ;( [00:01:01]: Out of memory. Bytes requested: 4294967295 Although it seems that you should have enough memory to run game with ease it requests very large ammount of memory. [00:00:57]: Warning: Calling Recipe from a mod is now deprecated. Please call AddRecipe from your modmain.lua file. Well should fix that. Also it seems that your mod seems to cause a memory leak of some sorts if I'm reading this correctly. Can you post the mod code. Try removing or disabling all other mods installed and load just your mod, there can be incompatibilities caused by other mods or your own. Edited February 8, 2017 by Ricoom Added stuff Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864804 Share on other sites More sharing options...
June12 Posted February 8, 2017 Author Share Posted February 8, 2017 (edited) PrefabFiles = { "luxuryhammer" } Assets = { Asset("ATLAS", "images/inventoryimages/luxuryhammer.xml"), Asset("IMAGE", "images/inventoryimages/luxuryhammer.tex" ), Asset("ANIM", "anim/luxuryhammer.zip"), Asset("ANIM", "anim/swap_luxuryhammer.zip"), } local Ingredient = GLOBAL.Ingredient local Recipe = GLOBAL.Recipe local RECIPETABS = GLOBAL.RECIPETABS local STRINGS = GLOBAL.STRINGS local TECH = GLOBAL.TECH local tech_luxuryhammer = TECH.SCIENCE_TWO local cooldowntime = 9 local starttime = 3 local endtime = 12 TUNING.LUXURYHAMMER_DAMAGE = 10 --Configuration if GetModConfigData("language") == "EN" then GLOBAL.STRINGS.NAMES.LUXURYHAMMER = "Luxury hammer" GLOBAL.STRINGS.RECIPE_DESC.LUXURYHAMMER = "no description" elseif GetModConfigData("language") == "A" then GLOBAL.STRINGS.NAMES.LUXURYHAMMER = "B" GLOBAL.STRINGS.RECIPE_DESC.LUXURYHAMMER = "C" end if GetModConfigData("durability") == "1" then TUNING.LUXURYHAMMER_USES = 133 elseif GetModConfigData("durability") == "2" then TUNING.LUXURYHAMMER_USES = 2*133 elseif GetModConfigData("durability") == "3" then TUNING.LUXURYHAMMER_USES = 3*133 elseif GetModConfigData("durability") == "4" then TUNING.LUXURYHAMMER_USES = 4*133 end local luxuryhammer = GLOBAL.Recipe("luxuryhammer", { Ingredient("twigs",4), Ingredient("goldnugget",3), Ingredient("cutgrass",6) }, RECIPETABS.TOOLS, tech_luxuryhammer ) luxuryhammer.atlas = "images/inventoryimages/luxuryhammer.xml" Edited February 8, 2017 by June12 Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864806 Share on other sites More sharing options...
Ricoom Posted February 8, 2017 Share Posted February 8, 2017 Prefab file for luxury hammer or better entire mod zipped. Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864808 Share on other sites More sharing options...
June12 Posted February 8, 2017 Author Share Posted February 8, 2017 this? luxuryhammer.lua Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864809 Share on other sites More sharing options...
Ricoom Posted February 8, 2017 Share Posted February 8, 2017 yeah, sadly can't find anything wrong. Did you tried disabling all other mods? Can you post the entire mod as a zip so I can see what happens if I load it into the game. Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864812 Share on other sites More sharing options...
June12 Posted February 8, 2017 Author Share Posted February 8, 2017 Yes, I tried disabling all other mods every time.. Luxury Hammer.zip Link to comment https://forums.kleientertainment.com/forums/topic/73882-help-i-cant-fix-the-item-mod-crash/#findComment-864814 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