Considering I worked in the afternoon on issues related to namepaths concerning another software (lol, an impeccable sense of timing

Is it a known issue, or it could be of some use to know it?
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.
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.
No.Konar6 wrote: Well, does it work without Doomseeker by launching the game via command line?
This problem also applies to IWADs.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?
Code: Select all
I W A D
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
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"
Code: Select all
I W A D
Code: Select all
"C:\Program Files (x86)\Zandronum\zandronum.exe" -iwad "C:\WADS\I W A D\doom2.wad"
Code: Select all
I W A D $ & ( )
Code: Select all
"C:\Program Files (x86)\Zandronum\zandronum.exe" -iwad "C:\WADS\I W A D $ & ( )\doom2.wad"