First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 116521
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Games <games@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ivan Yosifov <iyosifov@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 116521 depends on: Show dependency tree
Show dependency graph
Bug 116521 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-12-23 11:22 0000
The file /usr/share/games/duke3d/network.cfg should be installed as
/usr/share/games/duke3d/network.cfg.template because:

1) It is a template. It will not work out of the box without editing, let's
make this obvious.

2) The game behaves weird if it finds two .cfg files and ~/.duke3d does not
exist. To be exact, I get:

home ~ $ duke3d
                   Duke Nukem 3D v1.4 - Atomic Edition
                   Copyright (c) 1996 3D Realms Entertainment


Multiple Configuration Files Encountered
========================================
Please choose a configuration file from the following list by pressing its
corresponding letter:
a. DUKE3D.CFG <DEFAULT>
b. network.cfg

(duke3d.cfg will be used if no selection is made within 10 seconds.)

9 seconds left
...
0 seconds left.


Using Setup file: '/home/obelix/.duke3d/duke3d.cfg'
ReadSetup: /home/obelix/.duke3d/duke3d.cfg does not exist
           Please run SETUP.EXE

At this point an empty ~/.duke3d has been created. Btw, pressing a or b has no
effect - just the character gets printed on the console.

After doing a mv /usr/share/games/duke3d/network.cfg
/usr/share/games/duke3d/network.cfg.template && rmdir .duke3d

home ~ $ duke3d
                   Duke Nukem 3D v1.4 - Atomic Edition
                   Copyright (c) 1996 3D Realms Entertainment

Using Setup file: 'DUKE3D.CFG'
STUB: CONTROL_ClearAssignments (CONTROL_ClearAssignments, control.c:209)
Compiling: 'GAME.CON'.
Including: 'DEFS.CON'.
Including: 'USER.CON'.
Code Size:64840 bytes(1794 labels).
* Hold Esc to Abort. *
Loading art header.
Checking sound inits.
Checking music inits.
RTS Manager Started.
Loading palette/lookups.

And the game works.

------- Comment #1 From Joël 2006-05-28 05:52:32 0000 -------
Same here...

I agree, network.cfg should go out of the way :-)

------- Comment #2 From Tupone Alfredo 2006-08-30 05:03:44 0000 -------
Fix is now in portage. Thanks for pointing out.

First Last Prev Next    No search results available      Search page      Enter new bug