Zandronum on Ubuntu does not pass PWADs while path contains spaces

General help and assistance forum.
Post Reply
afullo
New User
Posts: 5
Joined: Mon Jul 22, 2013 9:16 pm

Zandronum on Ubuntu does not pass PWADs while path contains spaces

#1

Post by afullo » Mon Oct 28, 2013 11:02 pm

Hi all. Playing on Ubuntu, I simply tried to entering in a server and, after having downloaded all the PWADs required, the execution did not continue after reporting that the server had a certain number of WADs (the ones I just dl) which I, from his perspective, was missing.

Considering I worked in the afternoon on issues related to namepaths concerning another software (lol, an impeccable sense of timing :smile: ), I noticed that the path where he downloaded, also included in the folders in which he would search for WADs, contained some spaces, so I move my files into another folder without them in the name. This fixed the problem.

Is it a known issue, or it could be of some use to know it?

User avatar
skyrimguy
 
Posts: 86
Joined: Sun Jul 29, 2012 8:35 am

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#2

Post by skyrimguy » Tue Oct 29, 2013 12:07 am

Report it at the tracker.

User avatar
Ænima
Addicted to Zandronum
Posts: 3578
Joined: Tue Jun 05, 2012 6:12 pm

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#3

Post by Ænima » Tue Oct 29, 2013 2:07 am

Isn't it a bad idea to have filepaths with spaces anyways? :p
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)
Image

User avatar
Dark-Assassin
Maintenence Crew
Posts: 968
Joined: Fri May 25, 2012 4:25 am

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#4

Post by Dark-Assassin » Tue Oct 29, 2013 4:51 am

Regardless, it should always either put the paths in double quotes or escape Spaces and all Quotes in File/Folder names.

afullo
New User
Posts: 5
Joined: Mon Jul 22, 2013 9:16 pm

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#5

Post by afullo » Tue Oct 29, 2013 12:09 pm

Reported: http://zandronum.com/tracker/view.php?id=1562 :)

Sure is better to avoid spacing or use adequate characters for delimitation purposes, but nowadays it has became more usual to be less precise on these matters. We are taking the bad way... :razz:

Konar6
Retired Staff / Community Team Member
Posts: 455
Joined: Sun May 27, 2012 9:38 am

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#6

Post by Konar6 » Tue Oct 29, 2013 4:09 pm

That could be a browser problem. Does it work in IDE?
Ijon Tichy wrote:I like how your first responses to concerns being raised was to start insulting people, accusing random people on the Internet of being Shadowfox, and digging up irrelevant shit from the past. It really inspires confidence in me that you guys are level-headed and rational folks.


<BlueCool> you guys IQ is the same as my IP, Dynamic

Klofkac
Forum Regular
Posts: 481
Joined: Sat Jun 09, 2012 1:31 pm
Location: Ask Grandvoid servers

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#7

Post by Klofkac » Tue Oct 29, 2013 6:45 pm

Assuming he is on Linux system, and IDE is windows application, he cannot open IDE. At least without wine.
𝕂𝕝𝕠𝕗𝕜𝕒𝕔

User avatar
Hypnotoad
Retired Staff / Community Team Member
Posts: 528
Joined: Tue May 29, 2012 8:50 pm
Location: Britland

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#8

Post by Hypnotoad » Tue Oct 29, 2013 8:04 pm

Just for future reference, the correct term is parse.

/grammar nazi

User avatar
Ænima
Addicted to Zandronum
Posts: 3578
Joined: Tue Jun 05, 2012 6:12 pm

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#9

Post by Ænima » Tue Oct 29, 2013 8:28 pm

parse my arse
Reinforcements: midgame Survival joining/respawning
Doom64: Unabsolved: Doom64 + Diablo II
ZandroSkins: a pack made by our community
AeniPuffs: 3D blood and bullet puff effects, free to use for your own mods
Squad Radio: a WASD-based radio chat menu, add your own custom sounds!
Mercenaries (on hold)
Image

Konar6
Retired Staff / Community Team Member
Posts: 455
Joined: Sun May 27, 2012 9:38 am

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#10

Post by Konar6 » Tue Oct 29, 2013 8:33 pm

Oh right, I forgot the crucial part about the OS. Well, does it work without Doomseeker by launching the game via command line?
Ijon Tichy wrote:I like how your first responses to concerns being raised was to start insulting people, accusing random people on the Internet of being Shadowfox, and digging up irrelevant shit from the past. It really inspires confidence in me that you guys are level-headed and rational folks.


<BlueCool> you guys IQ is the same as my IP, Dynamic

User avatar
Zalewa
Developer
Posts: 332
Joined: Wed May 30, 2012 3:28 pm

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#11

Post by Zalewa » Tue Oct 29, 2013 10:03 pm

Konar6 wrote: Well, does it work without Doomseeker by launching the game via command line?
No.
Doomseeker - a real answer to cross-platform server browser.
Doomseeker dev builds - unofficial Doomseeker builds for Windows.
Gamer's Proxy - a program to emulate ping and packet losses.

User avatar
skyrimguy
 
Posts: 86
Joined: Sun Jul 29, 2012 8:35 am

RE: Zandronum on Ubuntu does not pass PWADs while path contains spaces

#12

Post by skyrimguy » Tue Oct 29, 2013 10:18 pm

Konar6 wrote: Oh right, I forgot the crucial part about the OS. Well, does it work without Doomseeker by launching the game via command line?
This problem also applies to IWADs.

Debian Wheezy x86_64

Folder name:

Code: Select all

I   W A D
IWAD: doom2.wad

From the terminal:

It doesn't work

Code: Select all

zandronum -iwad /home/<your username>/.zandronum/I   W A D/doom2.wad

Code: Select all

zandronum -iwad '/home/<your username>/.zandronum/I   W A D/doom2.wad'

Code: Select all

zandronum -iwad "/home/<your username>/.zandronum/I   W A D/doom2.wad"

Code: Select all

zandronum -iwad /home/<your username>/.zandronum/I\ \ \ W\ A\ D/doom2.wad

Code: Select all

zandronum -iwad ~/.zandronum/I   W A D/doom2.wad

Code: Select all

zandronum -iwad ~/.zandronum/I\ \ \ W\ A\ D/doom2.wad

Code: Select all

zandronum -iwad $HOME/.zandronum/I   W A D/doom2.wad

Code: Select all

zandronum -iwad "$HOME/.zandronum/I   W A D/doom2.wad"

Code: Select all

zandronum -iwad $HOME/.zandronum/I\ \ \ W\ A\ D/doom2.wad

Folder name: IWAD
IWAD: doom2.wad

It works!

Code: Select all

zandronum -iwad /home/<your username>/.zandronum/IWAD/doom2.wad

Code: Select all

zandronum -iwad '/home/<your username>/.zandronum/IWAD/doom2.wad'

Code: Select all

zandronum -iwad "/home/<your username>/.zandronum/IWAD/doom2.wad"

Code: Select all

zandronum -iwad ~/.zandronum/IWAD/doom2.wad

Code: Select all

zandronum -iwad $HOME/.zandronum/IWAD/doom2.wad

Code: Select all

zandronum -iwad "$HOME/.zandronum/IWAD/doom2.wad"
Windows 7 Home Premium 64-bit (Virtual Machine)

Folder name:

Code: Select all

I   W A D
IWAD: doom2.wad

It works!

Code: Select all

"C:\Program Files (x86)\Zandronum\zandronum.exe" -iwad "C:\WADS\I   W A D\doom2.wad"
Folder name:

Code: Select all

I   W A D $  & ( )
IWAD: doom2.wad

It works!

Code: Select all

"C:\Program Files (x86)\Zandronum\zandronum.exe" -iwad "C:\WADS\I   W A D $  & ( )\doom2.wad"
Zandronum has no problem with spaces on Windows but can't handle spaces on Linux.

UPDATE
I can also reproduce the problem with the latest version of ZDoom (2.8pre-237-g7dbf4ec) on Linux.
Last edited by skyrimguy on Wed Oct 30, 2013 1:29 am, edited 1 time in total.


Post Reply