You are not logged in.
Pages: 1
Holy shit, check this out:
http://www.badscience.net/?p=622
and then click here:
http://www.acc.umu.se/~emilk/downloads.html
AUR????!
Offline
It doesn't look possible to build a package for Phun. It stores its configuration in the same directory as the executable, so it shouldn't really be installed system-wide. Once the source is released we can make whatever patches are necessary to make it behave like a proper Unix program.
Offline
They probably won't release source, I need to make GPL clone
Offline
Reminds me of Incredible Machine, fine game.
Offline
The author mentioned in the FAQ that he's planning to release the source eventually, but hasn't decided on a license yet.
Offline
It's more like bridge builder (pontifex) or GPLed construo.
Offline
But there is a "phun" package in AUR, and even often updated.
Is it just a "wrapper" for the original archives?
I'm using it, with lots of fun and no problems!
Last edited by dedioste (2008-03-06 10:09:19)
Offline
I just read the PKGBUILD in the AUR. It works around the permissions problem by allowing any user to write to the global data directories. That's not the way I'd prefer to do it, but it should work well enough on a one-user system.
Offline
I 2nd.
Personally, if a small program required a win9x security model, I'd just write a script to copy a hidden home directory and export the path to that all on the first run per user.
...
Offline
Ah, crap, can't get it to run
workdir = /usr/share/phun/
Parsing /usr/share/phun/autoexec.cfg...
Creating window...
!! ERROR: Exception caught in main: Couldn't set video mode, SDL-error: Couldn't find matching GLX visual
Exception caught: Couldn't set video mode, SDL-error: Couldn't find matching GLX visual
!! ERROR: Exception caught: Couldn't set video mode, SDL-error: Couldn't find matching GLX visual
Is anyone else having any trouble getting to run? I am half suspecting it might be the ATI drivers, although I haven't been able to verify that.
Offline
I am using Radeon 9800 Pro with open source ATI drivers, so that's not the problem.
Offline
Ah, crap, can't get it to run
workdir = /usr/share/phun/ Parsing /usr/share/phun/autoexec.cfg... Creating window... !! ERROR: Exception caught in main: Couldn't set video mode, SDL-error: Couldn't find matching GLX visual Exception caught: Couldn't set video mode, SDL-error: Couldn't find matching GLX visual !! ERROR: Exception caught: Couldn't set video mode, SDL-error: Couldn't find matching GLX visual
Is anyone else having any trouble getting to run? I am half suspecting it might be the ATI drivers, although I haven't been able to verify that.
I have the same problem, I tried to create config.cfg with
System.depth = 16;
System.fullscreen = false;
System.resolution = [1024.768];
System.vSync = false;
Resources.shaders = false;
but the error is still the same
I use Matrox G550 video card, 3D works normally, DRI is on and there are no problems with any other game
may the Source be with you
Offline
When I try to run Phun 4 Beta, I get the following error:
[rasse@fruitiex-laptop ~]$ /home/rasse/Games/PhunBeta4/phun.bin
/home/rasse/Games/PhunBeta4/phun.bin: symbol lookup error: /home/rasse/Games/PhunBeta4/phun.bin: undefined symbol: _ZN5boost10filesystem6detail15not_found_errorE
What should I do? :[
Offline
Man, that must have been a bitch to develop!
The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...
Offline
When I try to run Phun 4 Beta, I get the following error:
[rasse@fruitiex-laptop ~]$ /home/rasse/Games/PhunBeta4/phun.bin /home/rasse/Games/PhunBeta4/phun.bin: symbol lookup error: /home/rasse/Games/PhunBeta4/phun.bin: undefined symbol: _ZN5boost10filesystem6detail15not_found_errorE
What should I do? :[
You should be running the phun script instead of running the binary directly.
Offline
Pages: 1