Jump to content

Tomyam888

Member
  • Posts

    2
  • Joined

  • Last visited

Tomyam888's Achievements

  1. I did not reproduce the issue in the last 2 days. When it was happening the following work around seemed to work: using the "load" button instead of "continue" in the main menu
  2. I played the beta a bit yesterday. All went smooth. Now today I tried to continue my session and end up with an "unexpected error screen". Some infos: - On Linux - Build 41.14 IWBUMS - Noticed a small update this morning (23 oct 2019) The below traces show several critical errors (null pointer): LOG : General, 1571817809296> ERROR: Missing translation "UI_Loading_Mods" WARN : Recipe, 1571817809998> RecipeManager.Loaded> ERROR: can't find recipe source "Vest" in recipe "Wash Clothing" WARN : Recipe, 1571817809998> RecipeManager.Loaded> ERROR: can't find recipe source "Shirt" in recipe "Wash Clothing" WARN : Recipe, 1571817809998> RecipeManager.Loaded> ERROR: can't find recipe source "Skirt" in recipe "Wash Clothing" WARN : Recipe, 1571817809998> RecipeManager.Loaded> ERROR: can't find recipe source "Blouse" in recipe "Wash Clothing" WARN : Recipe, 1571817809998> RecipeManager.Loaded> ERROR: can't find recipe source "Shoes" in recipe "Wash Clothing" WARN : Recipe, 1571817809998> RecipeManager.Loaded> ERROR: can't find recipe source "ShortsLong" in recipe "Wash Clothing" WARN : Recipe, 1571817809998> RecipeManager.Loaded> ERROR: can't find recipe source "Jacket" in recipe "Wash Clothing" WARN : Recipe, 1571817809998> RecipeManager.Loaded> ERROR: can't find recipe source "PaddedJacket" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe source "PaddedTrousers" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe result "Vest" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe source "Vest" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe source "Shirt" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe source "Skirt" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe source "Blouse" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe source "Shoes" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe source "ShortsLong" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe source "Jacket" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe source "PaddedJacket" in recipe "Wash Clothing" WARN : Recipe, 1571817809999> RecipeManager.Loaded> ERROR: can't find recipe source "PaddedTrousers" in recipe "Wash Clothing" WARN : Recipe, 1571817810000> RecipeManager.Loaded> ERROR: can't find recipe result "Vest" in recipe "Wash Clothing" LOG : General, 1571817828899> ERROR: not adding suspicious zone "" "" 12929,1554,0 1x2 LOG : General, 1571817829129> ERROR: not adding suspicious zone "" "Vegitation" 9027,7530,9 179x10 LOG : General, 1571817829130> ERROR: not adding suspicious zone "" "Vegitation" 9206,7527,9 10x13 LOG : General, 1571817829130> ERROR: not adding suspicious zone "" "Vegitation" 9204,7527,9 2x3 LOG : General, 1571817829130> ERROR: not adding suspicious zone "" "Forest" 9216,7527,9 10x13 LOG : General, 1571817829130> ERROR: not adding suspicious zone "" "Forest" 9027,7540,9 199x15 LOG : General, 1571817829130> ERROR: not adding suspicious zone "" "DeepForest" 9226,7527,9 101x300 LOG : General, 1571817829130> ERROR: not adding suspicious zone "" "DeepForest" 9027,7555,9 199x272 ERROR: General, 1571817832186> AnimNode.Parse threw an exception reading file: media/AnimSets/player/turning/turn_idleToWalk_sneakLow_180.xml ERROR: General, 1571817832186> zombie.util.PZXmlParserException: Exception thrown while parsing XML file "/home/____/.steam/debian-installation/steamapps/common/ProjectZomboid/projectzomboid/media/AnimSets/player/turning/turn_idleToWalk_sneakLow_180.xml" ERROR: General, 1571817832186> at zombie.util.PZXmlUtil.parseXml(PZXmlUtil.java:51) ERROR: General, 1571817832186> at zombie.util.PZXmlUtil.parse(PZXmlUtil.java:536) ERROR: General, 1571817832187> at zombie.core.skinnedmodel.advancedanimation.AnimNode.Parse(AnimNode.java:77) ERROR: General, 1571817832187> at zombie.core.skinnedmodel.advancedanimation.AnimState.Parse(AnimState.java:107) ERROR: General, 1571817832187> at zombie.core.skinnedmodel.advancedanimation.AnimationSet.Load(AnimationSet.java:76) ERROR: General, 1571817832187> at zombie.core.skinnedmodel.advancedanimation.AnimationSet.GetAnimationSet(AnimationSet.java:41) ERROR: General, 1571817832187> at zombie.characters.IsoGameCharacter.<init>(IsoGameCharacter.java:476) ERROR: General, 1571817832187> at zombie.characters.IsoLivingCharacter.<init>(IsoLivingCharacter.java:33) ERROR: General, 1571817832187> at zombie.characters.IsoPlayer.<init>(IsoPlayer.java:306) ERROR: General, 1571817832187> at zombie.characters.IsoPlayer.<init>(IsoPlayer.java:301) ERROR: General, 1571817832187> at zombie.vehicles.VehiclesDB.loadLocalPlayer(VehiclesDB.java:1628) ERROR: General, 1571817832187> at zombie.iso.IsoCell.LoadPlayer(IsoCell.java:5453) ERROR: General, 1571817832187> at zombie.iso.IsoWorld.init(IsoWorld.java:2273) ERROR: General, 1571817832187> at zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:237) ERROR: General, 1571817832187> at zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:198) ERROR: General, 1571817832187> at java.lang.Thread.run(Thread.java:748) ERROR: General, 1571817832187> Caused by: java.io.IOException: Bad file descriptor ERROR: General, 1571817832187> at java.io.FileInputStream.available0(Native Method) ERROR: General, 1571817832187> at java.io.FileInputStream.available(FileInputStream.java:306) ERROR: General, 1571817832187> at java.io.BufferedInputStream.read(BufferedInputStream.java:353) ERROR: General, 1571817832187> at com.sun.org.apache.xerces.internal.impl.XMLEntityManager$RewindableInputStream.read(XMLEntityManager.java:2919) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read(UTF8Reader.java:302) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.load(XMLEntityScanner.java:1895) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.impl.XMLEntityScanner.skipSpaces(XMLEntityScanner.java:1629) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:834) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:243) ERROR: General, 1571817832188> at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:339) ERROR: General, 1571817832188> at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:121) ERROR: General, 1571817832188> at zombie.util.PZXmlUtil.parseXmlInternal(PZXmlUtil.java:422) ERROR: General, 1571817832188> at zombie.util.PZXmlUtil.parseXml(PZXmlUtil.java:47) ERROR: General, 1571817832188> ... 15 more ERROR: General, 1571817832188> java.lang.NullPointerException ERROR: General, 1571817832188> at zombie.core.skinnedmodel.advancedanimation.AnimState.Parse(AnimState.java:108) ERROR: General, 1571817832188> at zombie.core.skinnedmodel.advancedanimation.AnimationSet.Load(AnimationSet.java:76) ERROR: General, 1571817832189> at zombie.core.skinnedmodel.advancedanimation.AnimationSet.GetAnimationSet(AnimationSet.java:41) ERROR: General, 1571817832189> at zombie.characters.IsoGameCharacter.<init>(IsoGameCharacter.java:476) ERROR: General, 1571817832189> at zombie.characters.IsoLivingCharacter.<init>(IsoLivingCharacter.java:33) ERROR: General, 1571817832189> at zombie.characters.IsoPlayer.<init>(IsoPlayer.java:306) ERROR: General, 1571817832189> at zombie.characters.IsoPlayer.<init>(IsoPlayer.java:301) ERROR: General, 1571817832189> at zombie.vehicles.VehiclesDB.loadLocalPlayer(VehiclesDB.java:1628) ERROR: General, 1571817832189> at zombie.iso.IsoCell.LoadPlayer(IsoCell.java:5453) ERROR: General, 1571817832189> at zombie.iso.IsoWorld.init(IsoWorld.java:2273) ERROR: General, 1571817832189> at zombie.gameStates.GameLoadingState$1.runInner(GameLoadingState.java:237) ERROR: General, 1571817832189> at zombie.gameStates.GameLoadingState$1.run(GameLoadingState.java:198) ERROR: General, 1571817832189> at java.lang.Thread.run(Thread.java:748) Thanks for this great game. Let me know quickly if more infos are needed before I delete my cache.
×
×
  • Create New...