Jump to content

zcundizmond

Member
  • Posts

    8
  • Joined

  • Last visited

zcundizmond's Achievements

  1. You should run the game as the 'steam' user. The steam user should have a 'Zomboid' folder in it's home directory. You can get to it's home directory, by running this as it: cd ~/ The steam user must be able to write to it's files. Running the 'chown' command I specified as root should make sure it can. Ok, that helped, i made the Zomboid folder with the steam user. the only error i get now is the following. "Loading world... Unknown bind__() error -1.return code: 5" getting there.. wouldnt be without your help thnx. Getting this as well after running successfully - unsure as to where to begin looking, as the console information isn't very descriptive (source of error). Never come across it before, so until then mind telling me which version of Linux you are using? After a quick grep recursive search for "__()" I found through RakNet64.so/RakNet32.so that this is referring to binding 127.0.0.1. Problem solved via a reboot of dedicated server.
  2. You should run the game as the 'steam' user. The steam user should have a 'Zomboid' folder in it's home directory. You can get to it's home directory, by running this as it: cd ~/ The steam user must be able to write to it's files. Running the 'chown' command I specified as root should make sure it can. Ok, that helped, i made the Zomboid folder with the steam user. the only error i get now is the following. "Loading world... Unknown bind__() error -1.return code: 5" getting there.. wouldnt be without your help thnx. Getting this as well after running successfully - unsure as to where to begin looking, as the console information isn't very descriptive (source of error).
  3. zcundizmond

    Mod pile

    Don't get me wrong, just providing some feedback to help perfect this. It's a combination of worthwhile mods brought back to life. I'll provide a longer writeup on what to do for those who had similar errors as I did with the weapon spawns as soon as I get a chance.
  4. zcundizmond

    Mod pile

    Old GNU/Linux habit, I wasn't sure if filenames would then be case-sensitive or not due to them being handled by java/kahlua. The mod works perfectly as per prior upload as long as the fruit drying mod is commented out or removed.
  5. zcundizmond

    Mod pile

    From my prior errors, I did find that in media\lua\client\ISUI the file ISWorldObjectContextMenu.lua is named IsWorldObjectContextMenu.lua in what I presume is just a typo.
  6. zcundizmond

    Mod pile

    I did try that already, unfortunately, as it's pretty much the go-to for all of my screwups. I am able to host the game vanilla without errors, and farming works (with no server loading errors). The error codes shown above were with the game loading on server and client as a /user/Zomboid/mods/ folder. If I opt to shove all the files into the server and client's media folder, then I only get the following error - Loading: media/lua/server/Items/BK_DriedFruits_Distribution.luaLoading: media/lua/server/Items/SuburbsDistributions.lua-------------------------------------------------------------attempted index: loadTextures of non-table: null-----------------------------------------STACK TRACE-----------------------------------------function: BK_DriedFruits_Distribution.lua -- file: BK_DriedFruits_Distribution.lua line # 66attempted index: loadTextures of non-table: null-----------------------------------------STACK TRACE-----------------------------------------function: BK_DriedFruits_Distribution.lua -- file: BK_DriedFruits_Distribution.lua line # 66Jul 14, 2014 1:48:07 AM zombie.Lua.LuaManager RunLuaSEVERE: nullJul 14, 2014 1:48:07 AM zombie.Lua.LuaManager RunLuaSEVERE: nulljava.lang.RuntimeException: at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:91) at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1282) at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:162) at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1721) at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1636) at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:63) at se.krka.kahlua.integration.LuaCaller.protectedCall(LuaCaller.java:77) at zombie.Lua.LuaManager.RunLua(LuaManager.java:2742) at zombie.Lua.LuaManager.RunLua(LuaManager.java:2706) at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:487) at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:440) at zombie.network.GameServer.doMinimumInit(GameServer.java:915) at zombie.network.GameServer.main(GameServer.java:195)Jul 14, 2014 1:48:07 AM zombie.Lua.LuaManager RunLuaSEVERE: nullLoading: media/lua/server/Items/BK_Juices_Distribution.luaI've been busting open my head wondering what it could be, and I'm figuring it might have to do with LoadTextures and my saves/databases. I've had, at times, to re-enter admin data and experienced some slight save rollbacks - so I suppose it could have nowhere to save to. Will test and confirm if so.
  7. zcundizmond

    Mod pile

    Having some stack traces and general errors while trying to add this to MP - details as follows. Loading: media/lua/server/Farming/farmingCommands.lua-------------------------------------------------------------attempted index: noise of non-table: null-----------------------------------------STACK TRACE-----------------------------------------function: farmingCommands.lua -- file: farmingCommands.lua line # 8attempted index: noise of non-table: null-----------------------------------------STACK TRACE-----------------------------------------function: farmingCommands.lua -- file: farmingCommands.lua line # 8Jul 13, 2014 11:37:18 PM zombie.Lua.LuaManager RunLuaSEVERE: nullJul 13, 2014 11:37:18 PM zombie.Lua.LuaManager RunLuaSEVERE: nulljava.lang.RuntimeException: at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:91) at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1282) at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:162) at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1721) at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1636) at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:63) at se.krka.kahlua.integration.LuaCaller.protectedCall(LuaCaller.java:77) at zombie.Lua.LuaManager.RunLua(LuaManager.java:2742) at zombie.Lua.LuaManager.RunLua(LuaManager.java:2706) at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:487) at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:440) at zombie.network.GameServer.doMinimumInit(GameServer.java:915) at zombie.network.GameServer.main(GameServer.java:195)Jul 13, 2014 11:37:18 PM zombie.Lua.LuaManager RunLuaSEVERE: null//////////////////Other modules loading between these//////////////////Loading: /directories_here/mods/BenMod/media/lua/server/waterPipesCommands.lua-----------------------------------------STACK TRACE-----------------------------------------function: waterPipesCommands.lua -- file: waterPipesCommands.lua line # 21attempted index of non-table-----------------------------------------STACK TRACE-----------------------------------------function: waterPipesCommands.lua -- file: waterPipesCommands.lua line # 21Jul 13, 2014 11:37:20 PM zombie.Lua.LuaManager RunLuaSEVERE: nullJul 13, 2014 11:37:20 PM zombie.Lua.LuaManager RunLuaSEVERE: nulljava.lang.RuntimeException: at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:91) at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1282) at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:162) at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1721) at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1636) at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:63) at se.krka.kahlua.integration.LuaCaller.protectedCall(LuaCaller.java:77) at zombie.Lua.LuaManager.RunLua(LuaManager.java:2742) at zombie.Lua.LuaManager.RunLua(LuaManager.java:2706) at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:487) at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:440) at zombie.network.GameServer.doMinimumInit(GameServer.java:915) at zombie.network.GameServer.main(GameServer.java:195)Jul 13, 2014 11:37:20 PM zombie.Lua.LuaManager RunLuaSEVERE: null//////////////////Other modules loading between these//////////////////Loading: /directories_here/mods/BenMod/media/lua/server/Items/BK_DriedFruits_Distribution.lua-------------------------------------------------------------attempted index: loadTextures of non-table: null-----------------------------------------STACK TRACE-----------------------------------------function: BK_DriedFruits_Distribution.lua -- file: BK_DriedFruits_Distribution.lua line # 66attempted index: loadTextures of non-table: null-----------------------------------------STACK TRACE-----------------------------------------function: BK_DriedFruits_Distribution.lua -- file: BK_DriedFruits_Distribution.lua line # 66Jul 13, 2014 11:37:20 PM zombie.Lua.LuaManager RunLuaSEVERE: nullJul 13, 2014 11:37:20 PM zombie.Lua.LuaManager RunLuaSEVERE: nulljava.lang.RuntimeException: at se.krka.kahlua.vm.KahluaUtil.fail(KahluaUtil.java:91) at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:1282) at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:162) at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1721) at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1636) at se.krka.kahlua.integration.LuaCaller.pcall(LuaCaller.java:63) at se.krka.kahlua.integration.LuaCaller.protectedCall(LuaCaller.java:77) at zombie.Lua.LuaManager.RunLua(LuaManager.java:2742) at zombie.Lua.LuaManager.RunLua(LuaManager.java:2706) at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:487) at zombie.Lua.LuaManager.LoadDirBase(LuaManager.java:440) at zombie.network.GameServer.doMinimumInit(GameServer.java:915) at zombie.network.GameServer.main(GameServer.java:195)Jul 13, 2014 11:37:20 PM zombie.Lua.LuaManager RunLuaSEVERE: nullAny dependencies on this that I may be missing?
  8. This is not getting the recognition it deserves. It's awesome.
×
×
  • Create New...