Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001432Zandronum[All Projects] Bugpublic2013-07-26 04:332024-03-02 08:07
Reporteraldude999 
Assigned To 
PrioritynormalSeveritymajorReproducibilityhave not tried
StatusclosedResolutionno change required 
PlatformOSLinux Mint X86OS Version15
Product Version1.1.1 
Target VersionFixed in Version 
Summary0001432: .ini File is Ignored
DescriptionAfter 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 Reproduce1. Install Zandronum
2. Edit the .ini file to search for IWADS in the directory with IWADS in them
3. Run Zandronum
Additional InformationLinux 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.
Attached Files

- Relationships

-  Notes
User avatar (0006808)
Blzut3 (administrator)
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.
User avatar (0006810)
aldude999 (reporter)
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.

User avatar (0006820)
Blzut3 (administrator)
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'


User avatar (0009310)
Watermelon (developer)
2014-06-14 17:31

Still an issue (@ ticket creator)?
User avatar (0023250)
Ru5tK1ng (updater)
2024-03-02 08:07

Closing due to no feedback from user. If issues persist with new Zandronum versions, please make a new ticket.

Issue Community Support
This issue is already marked as resolved.
If you feel that is not the case, please reopen it and explain why.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- 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 View Revisions
2013-07-26 13:40 aldude999 Note Edited: 0006810 View Revisions
2013-07-26 20:34 Blzut3 Note Added: 0006820
2013-07-26 20:38 Blzut3 Note Edited: 0006820 View Revisions
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






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker