Jump to content

PIknik

Member
  • Posts

    3
  • Joined

  • Last visited

PIknik's Achievements

  1. It's version not work on the linux system (Fedora 30). Another versions is fine. When I running a 41 RELEASE, - the game crashed. In console I see follow logs Java HotSpot(TM) 64-Bit Server VM warning: You have loaded library /home/administr/.local/share/Steam/steamapps/common/ProjectZomboid/projectzomboid/linux64/libfmod.so.10.8 which might have disabled stack guard. The VM will try to fix the stack guard now. It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'. ERROR: ld.so: object '/home/administr/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. ERROR: ld.so: object '/home/administr/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored. >>> Adding process 18349 for game ID 108600 >>> Adding process 18350 for game ID 108600 >>> Adding process 18352 for game ID 108600 >>> Adding process 18353 for game ID 108600 Installing breakpad exception handler for appid(gameoverlayui)/version(20191129002155) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) [1203/194629.969777:INFO:crash_reporting.cc(270)] Crash reporting enabled for process: renderer Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) [1203/194630.139546:ERROR:frame_sink_video_capturer_impl.cc(197)] Invalid resolutions constraints: 0x0 must not be greater than 0x0; and also within media::limits. ERROR: General, 1575391590532> GameWindow.uncaughtException> Unhandled java.lang.NullPointerException thrown by thread MainThread. ERROR: General, 1575391590534> ExceptionLogger.logException> Exception thrown java.lang.NullPointerException at UnixPath.register line:893. Message: Unhandled java.lang.NullPointerException thrown by thread MainThread. ERROR: General, 1575391590535> DebugLogStream.printException> Stack trace: java.lang.NullPointerException at sun.nio.fs.UnixPath.register(UnixPath.java:893) at sun.nio.fs.AbstractPath.register(AbstractPath.java:104) at zombie.DebugFileWatcher.registerDir(DebugFileWatcher.java:68) at zombie.DebugFileWatcher.access$000(DebugFileWatcher.java:11) at zombie.DebugFileWatcher$1.preVisitDirectory(DebugFileWatcher.java:53) at zombie.DebugFileWatcher$1.preVisitDirectory(DebugFileWatcher.java:49) at java.nio.file.Files.walkFileTree(Files.java:2677) at java.nio.file.Files.walkFileTree(Files.java:2742) at zombie.DebugFileWatcher.registerDirRecursive(DebugFileWatcher.java:48) at zombie.DebugFileWatcher.init(DebugFileWatcher.java:35) at zombie.GameWindow.mainThreadInit(GameWindow.java:501) at zombie.GameWindow.mainThread(GameWindow.java:458) at java.lang.Thread.run(Thread.java:748) >>> Adding process 18375 for game ID 108600 Game removed: AppID 108600 "", ProcID 18282 Steam-version Fedora release 30 (Thirty) Linux administr 5.3.13-200.fc30.x86_64 #1 SMP Mon Nov 25 23:02:12 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
  2. Hm... I solved it problem by... update and reboot system. I don't known, what is have been. Ok, thanks! You can to delete it report or state it here for future solving problem for some people
  3. Hello! I have a steam version of Project Zomboid and I can't start game. When I start game, I see a window of the game, then I see first text of loading and game crashing. Another games is fine. In console I see this log [1202/225931.142468:INFO:crash_reporting.cc(270)] Crash reporting enabled for process: renderer Installing breakpad exception handler for appid(gameoverlayui)/version(1.0) [1202/225931.317740:ERROR:frame_sink_video_capturer_impl.cc(197)] Invalid resolutions constraints: 0x0 must not be greater than 0x0; and also within media::limits. CAPIJobRequestUserStats - Server response failed 2 Dec 02, 2019 10:59:32 PM java.util.prefs.FileSystemPreferences$1 run INFO: Created user preferences directory. Exception in thread "main" java.lang.NoClassDefFoundError: Lzombie/ui/TextDrawObject$DrawElement; at java.lang.Class.getDeclaredFields0(Native Method) at java.lang.Class.privateGetDeclaredFields(Class.java:2583) at java.lang.Class.getDeclaredFields(Class.java:1916) at se.krka.kahlua.integration.expose.LuaJavaClassExposer.exposeLikeJavaByClass(LuaJavaClassExposer.java:584) at se.krka.kahlua.integration.expose.LuaJavaClassExposer.exposeLikeJava(LuaJavaClassExposer.java:541) at se.krka.kahlua.integration.expose.LuaJavaClassExposer.exposeLikeJavaByClass(LuaJavaClassExposer.java:585) at se.krka.kahlua.integration.expose.LuaJavaClassExposer.exposeLikeJava(LuaJavaClassExposer.java:541) at se.krka.kahlua.integration.expose.LuaJavaClassExposer.exposeList(LuaJavaClassExposer.java:562) at se.krka.kahlua.integration.expose.LuaJavaClassExposer.exposeLikeJavaByClass(LuaJavaClassExposer.java:580) at se.krka.kahlua.integration.expose.LuaJavaClassExposer.exposeLikeJava(LuaJavaClassExposer.java:541) at se.krka.kahlua.integration.expose.LuaJavaClassExposer.exposeLikeJavaRecursively(LuaJavaClassExposer.java:525) at zombie.Lua.LuaManager$Exposer.exposeAll(LuaManager.java:612) at zombie.Lua.LuaManager.init(LuaManager.java:688) at zombie.GameWindow.init(GameWindow.java:1904) at zombie.GameWindow.maina(GameWindow.java:1089) at zombie.gameStates.MainScreenState.main(MainScreenState.java:184) Caused by: java.lang.ClassNotFoundException: zombie.ui.TextDrawObject$DrawElement at java.net.URLClassLoader$1.run(URLClassLoader.java:370) at java.net.URLClassLoader$1.run(URLClassLoader.java:362) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:361) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 16 more Caused by: java.io.IOException: Bad file descriptor at java.io.FileInputStream.readBytes(Native Method) at java.io.FileInputStream.read(FileInputStream.java:255) at sun.misc.Resource.getBytes(Resource.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:462) at java.net.URLClassLoader.access$100(URLClassLoader.java:73) at java.net.URLClassLoader$1.run(URLClassLoader.java:368) ... 22 more >>> Adding process 1789 for game ID 108600 Game removed: AppID 108600 "", ProcID 1691 Fedora 30
×
×
  • Create New...