Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: EvilTypeGuy on Sun 05/09/2004 21:17:00

Title: AGS Linux 2.61 Final Binaries Released
Post by: EvilTypeGuy on Sun 05/09/2004 21:17:00
Moderators, please sticky this topic, do not unsticky the existing 'AGS Linux / BSD Future' topic if possible.

AGS 2.61 Final runtime has been posted the Linux AGS website here:

http://drevil.warpcore.org/ags/

I've done some basic testing with Apprentice 2 and it seems to work great, so all of you who have emailed me begging to be able to play Apprentice 2 can now go play your favourite game.

As far as progress on AGS Launch? I'm about halfway done writing it, but there's still a lot of testing to be done. I've been swamped with school and work combined, but you will continue to get updates from me in the future. Please continue to email me your feedback and comments, I read everything I receive and respond to it fairly quickly.

A reminder that the Linux version does NOT support plugins or movie playback (except FLC), and that you must have Allegro installed on your system to use it: http://alleg.sf.net/

A final note is that the ags-setup program has been statically linked to libglade based on user feedback so those of you who were having problems running the setup program shouldn't anymore. AGS Launch will fulfill the role of game browser, installer, and setup program in the future.

Have fun!
Title: Re: AGS Linux 2.61 Final Binaries Released
Post by: Scorpiorus on Sun 05/09/2004 21:41:51
Great work! Thanks for making AGS games be possible to run on Linux. :)
Title: Re: AGS Linux 2.61 Final Binaries Released
Post by: Dusk on Mon 06/09/2004 00:37:47
Quote from: EvilTypeGuy on Sun 05/09/2004 21:17:00
AGS 2.61 Final runtime has been posted the Linux AGS website here:

Great! With the previous version I had a segfault (signal 11 by allegro,  if I remember) probably due to misconfiguration of my system, but this seems to work smoothly. :)

Quote
As far as progress on AGS Launch? I'm about halfway done writing it, but there's still a lot of testing to be done. I've been swamped with school and work combined, but you will continue to get updates from me in the future.

If/when you need "external" testing, here's my Debian box...
thanks again, bye :)
D.
Title: Re: AGS Linux 2.61 Final Binaries Released
Post by: edmundito on Fri 01/10/2004 06:36:30
Hey, what happens when you run that has plugins in linux? does it ignore them? does it even play them...?
Title: Re: AGS Linux 2.61 Final Binaries Released
Post by: EvilTypeGuy on Fri 01/10/2004 19:03:52
If a game has plugins, it will most likely abort with a plugin error. When I have some time (hopefully soon) I'm going to look into what's required to simply just ignore plugin errors for the Linux version (which would also help the DOS version). I'll talk to CJ about it too...
Title: Re: AGS Linux 2.61 Final Binaries Released
Post by: Pumaman on Fri 01/10/2004 21:50:46
Yes, currently it will abort with an error if any plugins are used. This is because the scripts are compiled to reference functions in the plugin, and if they're not provided then AGS doesn't know where to hook up the script to.

I believe there's an outstanding feature request for function 'stubs' to be provided in this situation which would allow the game to load, but issue an error if a plugin funciton was called.
Title: Re: AGS Linux 2.61 Final Binaries Released
Post by: edmundito on Sat 02/10/2004 01:01:43
But, does the game run?

What if you have something like,


if ( system.os == 2 ) // If it's the windows runtime.
    {
     // Plugin code
    }


.. does that work?
Title: Re: AGS Linux 2.61 Final Binaries Released
Post by: strazer on Sat 02/10/2004 09:55:12
Not currently, I think. But it's on the to-do list: http://www.adventuregamestudio.co.uk/tracker.php?action=detail&id=91
Title: Re: AGS Linux 2.61 Final Binaries Released
Post by: on Wed 20/10/2004 19:47:11
Hello, I noticed two issues with the Linux version 2.61.747:

1) Some games abort with an error messsage saying that the function execute_always is missing in room x. See: http://www.adventuregamestudio.co.uk/yabb/index.php?topic=17231.0
2) At least the games "Perils of Poom" and "Mourir en Mer" display images with the colours red and blue swapped - all humans look like aliens and vice versa :) I tried to run the interpreter with the "--15bit" option, to no avail. Any Idea?

Will there be a fixed or newer version of the interpreter, soon?
Title: Re: AGS Linux 2.61 Final Binaries Released
Post by: BlackMan890 on Sun 24/10/2004 22:40:38
does this work for Mandrake 10?
Title: Re: AGS Linux 2.61 Final Binaries Released
Post by: Gilbert on Mon 08/11/2004 04:34:33
This thread is now locked and unsticken, since a new version is released.
You're encouraged to post in the new thread (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=17600.0) instead. :=