Game crashes immediately in FreeBSD

For all the help you need with Armagetron!
Post Reply
Morshu9001
Posts: 1
Joined: Mon Jun 30, 2014 11:36 pm

Game crashes immediately in FreeBSD

Post by Morshu9001 »

FreeBSD 10 i386

I installed this game on my FreeBSD computer with

Code: Select all

pkg install armagetron
, then I ran it with

Code: Select all

armagetronad
. The screen went black as if it were starting, then I was just sent back to my command line after a few seconds. What am I doing wrong?
Monkey
Match Winner
Posts: 759
Joined: Thu May 22, 2008 12:36 am
Location: England, UK

Re: Game crashes immediately in FreeBSD

Post by Monkey »

Hi Morshu9001,

Nice to see another BSD user (I use OpenBSD).

I think we need more information if we are to help you. Here are a few questions:

1 First of all, you say it goes back to your command line. You are running it from the X Window System aren't you (sorry if that was obvious but you never know)?
2 Does it give you an error message on the command line after it crashes?
3 What version of Armagetron Advanced is it (at command line type "armagetronad -v")?
4 When it crashes, does it produce a coredump file (this, if it exists, will be in the directory that you were in when you tried to run Armagetron Advanced)?
5 What are the specifications of your computer (especially your graphics card)?
6 Which graphics card driver are you using (default X Window System one or a proprietory one) and have you got the firmware installed, if applicable?
7 Have you got any other 3D games/programs to work on your FreeBSD system?
8 Can you find out what configure options were used for compilation (there is at least one option I know of that will cause Armagetron Advanced to not work)?

If there is any more information that you think would be useful for us to know then include that too.

Note that Armagetron Advanced on my OpenBSD system does crash quite a lot, including at startup sometimes. Try to run the game a few times. Try both "armagetronad -w" for windowed mode and "armagetronad -f" for fullscreen mode.
Playing since December 2006
User avatar
delinquent
Match Winner
Posts: 760
Joined: Sat Jul 07, 2012 3:07 am

Re: Game crashes immediately in FreeBSD

Post by delinquent »

Off topic: Monkey + Morshu, out of interest could you post a few screenshots of your BSD setups? I've always been intrigued, but I haven't the spare equipment right now to build a system for it, and I detest dual-boot.
Monkey
Match Winner
Posts: 759
Joined: Thu May 22, 2008 12:36 am
Location: England, UK

Re: Game crashes immediately in FreeBSD

Post by Monkey »

@delinquent

Screenshots of my OpenBSD operating system may not be very interesting to you. I have just a plain blue background; no wallpaper, no icons, no widgets, etc. I use the CWM window manager, which is one of the two window managers in the base system. It is very minimal but lovely to use. When I run programs, I run them full screen, so only one program is visible at a time. I can, however, tell you what programs I use. Note that wherever possible, I use programs that are in the base system, rather than in ports/packages. Here is a list of some of the programs I use:

Text editor: vi (not vim).
Screen mulitplexor: tmux (much nicer than GNU screen).
Web browsers: lynx, Firefox.
Graphics: GIMP.
IRC: xchat.
Playing since December 2006
Post Reply