Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11475 - abuse_sdl failes to run more then once.
Summary: abuse_sdl failes to run more then once.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-02 02:25 UTC by Ajay Sharma
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
very small diff to fix the problem (abuse.sdl.diff,34 bytes, text/plain)
2002-12-26 14:11 UTC, Philip Walls (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ajay Sharma 2002-12-02 02:25:43 UTC
I've emerged abuse_sdl version 0.6.1-r2 and it works very well the first time
and creates a ~/.abuse config directory for savegames and whatnot.  The second
time you run it, it won't work complaining that "BOSS ANT has no value":

-------------------------
Added himem block (3072000 bytes)
Memory available : 3071864
Abuse-SDL 0.6.1
 Abuse (Version 2.00)
Sound : Enabled
Specs : main file set to abuse.spe
Protocol Installed : UNIX generic TCPIP
Lisp : 529 symbols defined, 99 system functions, 321 pre-compiled functions
(load "abuse.lsp") [................................        ]BOSS_ANT
 has no value

type q to quit
1. Break>
----------------------------

I have to type 'q' to quit and the only way to get it to work is to delete the
~/.abuse/gamma.lsp file and run it again.  It will prompt you to set the gamma
correction, but all the other preferences remain.
Comment 1 Philip Walls (RETIRED) gentoo-dev 2002-12-26 14:09:03 UTC
Diff attached--


<vapier> post a patch to the bug
<vapier> doooooooooooo it
<malverian> in /usr/share/games/abuse/abuse.lsp
<malverian> under (load "lisp/ant.lsp")
<malverian> Add (load "register/ant.lsp")
<malverian> Within is the definitions for BOSS_ANT
<malverian> You're welcome ;)
Comment 2 Philip Walls (RETIRED) gentoo-dev 2002-12-26 14:11:28 UTC
Created attachment 6754 [details]
very small diff to fix the problem