MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0001432 | Zandronum | [All Projects] Bug | public | 2013-07-26 04:33 | 2024-03-02 08:07 |
|
Reporter | aldude999 | |
Assigned To | | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | no change required | |
Platform | | OS | Linux Mint X86 | OS Version | 15 |
Product Version | 1.1.1 | |
Target Version | | Fixed in Version | | |
|
Summary | 0001432: .ini File is Ignored |
Description | After fresh install, and after editing my .ini file in "~/.zandronum" , the .ini file is not read. When I try to run Zandronum, I get:
Zandronum v1.1.1 - SVN revision 130718-2050 - SDL version
Compiled on Jul 18 2013
M_LoadDefaults: Load system defaults.
Cannot find a game IWAD (doom.wad, doom2.wad, heretic.wad, etc.).
Did you install Zandronum properly? You can do either of the following:
1. Place one or more of these wads in the same directory as Zandronum.
2. Edit your zandronum-username.ini and add the directories of your iwads
to the list beneath [IWADSearch.Directories] |
Steps To Reproduce | 1. Install Zandronum
2. Edit the .ini file to search for IWADS in the directory with IWADS in them
3. Run Zandronum |
Additional Information | Linux Mint is a fork of Ubuntu, so following the steps one would take with Ubuntu is how I have installed it. Also the steps to install Zandronum on Ubuntu will throw up many errors. I had to change the commands around drastically because they were so out of date. |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-07-26 04:33 | aldude999 | New Issue | |
2013-07-26 06:14 | Blzut3 | Note Added: 0006808 | |
2013-07-26 13:13 | aldude999 | Note Added: 0006810 | |
2013-07-26 13:34 | aldude999 | Note Edited: 0006810 | bug_revision_view_page.php?bugnote_id=6810#r3798 |
2013-07-26 13:40 | aldude999 | Note Edited: 0006810 | bug_revision_view_page.php?bugnote_id=6810#r3799 |
2013-07-26 20:34 | Blzut3 | Note Added: 0006820 | |
2013-07-26 20:38 | Blzut3 | Note Edited: 0006820 | bug_revision_view_page.php?bugnote_id=6820#r3803 |
2014-06-14 17:31 | Watermelon | Note Added: 0009310 | |
2014-06-14 17:31 | Watermelon | Status | new => feedback |
2024-03-02 08:07 | Ru5tK1ng | Note Added: 0023250 | |
2024-03-02 08:07 | Ru5tK1ng | Status | feedback => closed |
2024-03-02 08:07 | Ru5tK1ng | Resolution | open => no change required |
Notes |
|
(0006808)
|
Blzut3
|
2013-07-26 06:14
|
|
Works for me? I store my iwads in /usr/games/Doom-Data/iwads so editing the ini should work just fine. The only thing I can think of is the iwads need to be either all lower case or all upper case for Zandronum to find them.
I don't see anything wrong the the Ubuntu installation instructions. |
|
|
(0006810)
|
aldude999
|
2013-07-26 13:13
(edited on: 2013-07-26 13:40) |
|
Doom-Data isn't a directory in /usr/games, and even after I put the files in /usr/games/Doom-Data/iwads, it still gives me the error message above. My iwads are all uppercase.
EDIT: Upon further inspection, it appears my DOOM wad didn't finish downloading. Maybe you guys could make a way for Zandronum to use the next IWAD it finds if the first one doesn't work. Also, I don't get the menu asking me to choose what IWAD I want to play. I have DOOM.WAD and DOOM2.WAD. Maybe it just hasn't been added to this version yet though.
Ok, with the Ubuntu instructions here's what happens.
sudo apt-add-repository 'deb'http://debian.drdteam.org/ [^]' stable multiverse'
Cannot add PPA: 'No JSON object could be decoded'.
^ This won't work because the command is malformed. It seems your just trying to add that line to the sources, so this would work:
echo 'deb'http://debian.drdteam.org/ [^]' stable multiverse' | sudo tee -a /etc/apt/sources.list
Next is the key command:
wget -O-'http://debian.drdteam.org/drdteam.gpg [^]' | sudo apt-key add
--2013-07-26 08:07:34-- 'http://debian.drdteam.org/drdteam.gpg [^]'
Resolving debian.drdteam.org (debian.drdteam.org)... 208.97.150.227
Connecting to debian.drdteam.org (debian.drdteam.org)|208.97.150.227|:80... gpg: can't open `': No such file or directory
connected.
HTTP request sent, awaiting response... 200 OK
Length: 1727 (1.7K) [text/plain]
Saving to: ‘STDOUT’
0% [ ] 0 --.-K/s in 0s
Cannot write to ‘-’ (Broken pipe).
^I just took out some of the weird data and it worked fine:
wget'http://debian.drdteam.org/drdteam.gpg [^]' | sudo apt-key add drdteam.gpg
Everything else from there on works fine, but those two commands needed some editing.
|
|
|
(0006820)
|
Blzut3
|
2013-07-26 20:34
(edited on: 2013-07-26 20:38) |
|
My point was I use a custom location for my iwads, so editing the ini works fine for me. You'll want to check the md5sum of your DOOM2.WAD since it sounds like it's not correct either.
As far as the instructions go, it sounds like an issue with Linux Mint. Both work fine for me on Ubuntu 13.04:
Quote blzut3@corei5-760:~$ sudo apt-add-repository 'deb'http://debian.drdteam.org/ [^]' stable multiverse'
blzut3@corei5-760:~$ wget -O-'http://debian.drdteam.org/drdteam.gpg [^]' | sudo apt-key add -
--2013-07-26 16:33:46-- 'http://debian.drdteam.org/drdteam.gpg [^]'
Resolving debian.drdteam.org (debian.drdteam.org)... 208.97.150.227
Connecting to debian.drdteam.org (debian.drdteam.org)|208.97.150.227|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1727 (1.7K) [text/plain]
Saving to: ‘STDOUT’
100%[=====================================>] 1,727 --.-K/s in 0s
2013-07-26 16:33:46 (28.3 MB/s) - written to stdout [1727/1727]
OK
Those work around are indeed correct, but I have no idea why they would have to be used. apt-add-repository --help shows the syntax I'm using:
Quote Examples:
apt-add-repository 'deb'http://myserver/path/to/repo [^]' stable myrepo'
|
|
|
|
Still an issue (@ ticket creator)? |
|
|
|
Closing due to no feedback from user. If issues persist with new Zandronum versions, please make a new ticket. |
|