Jump to content

Search the Community

Showing results for tags '64-bit'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • News
  • Project Zomboid
    • PZ Updates
    • General Discussions
    • Bug Reports
    • PZ Support
    • PZ Multiplayer
    • PZ Community & Creativity
    • PZ Suggestions
  • PZ Modding
    • Tutorials & Resources
    • Mods
    • Items
    • Mapping
    • Mod Ideas and Requests
  • General Games Development
    • Indie Scene
  • Other Discussions
    • General Discussion
    • Forum Games & Activities

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Twitter


Interests

Found 1 result

  1. Hello there folks, I am able to play the release version 10 of Zomboid. But the latest 16 from the forum and the 17 Steam fails... Firstly with the forum version, it fails to even open as mentioned and solved in this post. Thanks to snipertyler. The answer is a wrong liblwjgl.so file, and this code solves it... pzfldr="/PATH/TO/projectzomboid/"; if [ ! -f ~/Downloads/lwjgl.zip ]; then (cd ~/Downloads; wget 'http://sourceforge.net/projects/java-game-lib/files/latest/download?source=files' -O lwjgl.zip); fi && (cd "$pzfldr" && unzip -j "/home/$USER/Downloads/lwjgl.zip" lwjgl-2.9.0/native/linux/liblwjgl64.so lwjgl-2.9.0/native/linux/liblwjgl.so)Secondly, the game will close due to multi thread proccessing as mentioned in this post. This one, however, is solved but not implemented, thanks to Eggplanticus. It can possible be solved in v17. And thirdly, after the wonderful news about PZ being already available on Steam. I cannot get it to run due to Steam being 32bit, and my system 64bit. Steam does run, my system is multiarch enable with working i386 and amd archs. Howver trying to install the needed 'openjdk-7-jre:i386' will inevitably uninstall the 64 bit JRE and with it a bunch of essential system packages. So here a few obstacles in my way of playing the latest Project Zomboid. Any suggestions how to workaround this? Specially getting the Steam PZ to work on linux, as I most likely will do it too on another computer. I am aware that with the solutions mentioned for forum release, its only a matter of time before a working version is around again. Out of curiosity, my OS is Debian Wheezy.
×
×
  • Create New...