Physfs error

Discuss the future of Warzone 2100 with us.
Post Reply
iskenderoguz
New user
Posts: 4
Joined: 15 Mar 2014, 09:24

Physfs error

Post by iskenderoguz »

I use Arch based Antergos distribution. I install Warzone from package manager. When I typed warzone2100 in commandline I get

Code: Select all

Your Physfs wasn't compiled with zip support.  Please recompile Physfs with zip support.  Exiting program.
error. How can I solve it?

my system is

Code: Select all

Linux 3.13.6-1-ARCH #1 SMP PREEMPT Fri Mar 7 22:47:48 CET 2014 x86_64 GNU/Linux
warzone version : 3.1.1, Built:Dec 22 2013
Physfs version : 2.0.3-2
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Physfs error

Post by NoQ »

Hmm, i'm quite sure in vanilla Arch physfs package is compiled with zip support.

You may try to get the official Arch physfs package [i686] [x86_64], or get the Arch PKGBUILD and compile the package yourself, or build physfs-hg from AUR and see if it helps (and if the game works on physfs-2.1.0).

Or maybe it's all wrong and all you need is to install zlib or something like that? :hmm:

Anyway, all stuff installed from packages should work and pull all necessary dependencies. Probably you should make a bug report to package maintainers of your distribution?
iskenderoguz
New user
Posts: 4
Joined: 15 Mar 2014, 09:24

Re: Physfs error

Post by iskenderoguz »

I installed physfs-hg and problem continued:

Code: Select all

fatal   |09:01:55: [check_Physfs:592] Your Physfs wasn't compiled with zip support.  Please recompile Physfs with zip support.  Exiting program.
User avatar
NoQ
Special
Special
Posts: 6226
Joined: 24 Dec 2009, 11:35
Location: /var/zone

Re: Physfs error

Post by NoQ »

Please check the official archlinux binary, to know exactly if the problem is in physfs package or elsewhere.
iskenderoguz
New user
Posts: 4
Joined: 15 Mar 2014, 09:24

Re: Physfs error

Post by iskenderoguz »

Problem is language support. Warzone 2100 works with this command : LC_ALL=C warzone2100
Post Reply