#1 2013-06-19 11:20:48

hkBattousai
Member

Run maps which fail to open with the error "couldn't spawn server"

I'm using QuakeSpasm + Quake Injector to play maps.
I'm able to play 99% of maps, but some of them won't open. They get stuck in the console window.

For example, when I try to run the map Nehahra, the engine gets stuck in the console with the final screen output below.

========= QUAKE INITILIZED =========

EXECING QUAKE.RC
EXECING DEFAULT.CFG
EXECING CONFIG.CFG
EXECING AUTOEXEC.CFG
UNKNOWN COMMAND "SCR_SCALE"
COULDN'T SPAWN SERVER MAPS/NEHSTART.BSP
3 DEMO(S) IN LOOP
]▮

What are the steps for solving these kind of problems?

#2 2013-06-19 17:28:26

negke
Moderator

Re: Run maps which fail to open with the error "couldn't spawn server"

The "Couldn't spawn server maps/abcd.bsp" error means that either a map is not installed correctly, or the mod dir isn't loaded. Some DB entries may have incorrect Injector settings in this regard. If you come across any, feel free to report them here.

Nehahra has specific engine requirements. Source ports that support it, beside the original nehahra.exe, are BJP's Nehquake (modified GLQuake), Darkplaces and DirectQ

#3 2014-01-08 16:31:26

jackieben
Member

Re: Run maps which fail to open with the error "couldn't spawn server"

Hi there

I've bumped into this too, it can either mean what negke said, QInjector sometimes forgets to actually install some maps, try a reinstall or manual extraction from the download folder

Or it can be the case-sensitiveness of Unix-like systems, for example the injector executes
quakespasm.exe +map wca
which finely loads WCA.bsp on Windows, but on Unix-like systems "wca" is different "WCA", so the correct cmdline would be
quakespasm.exe +map WCA
So you can launch the map manually with correct casing, or rename the files to fix the issue

Hopefully others with this issue will read this and be happy while dying in lava

#4 2014-01-08 17:09:38

Spirit
Administrator

Re: Run maps which fail to open with the error "couldn't spawn server"

FYI the reQuiem engine has a feature where it turns case-agnostic: https://www.quaddicted.com/engines/requiem

Makes playing on Linux much more fun. :)

If the Quake Injector fails, please tell us the filename and it will be fixed!

#5 2014-01-10 19:24:50

jackieben
Member

Re: Run maps which fail to open with the error "couldn't spawn server"

Cool little engine, I've yet to fully explore it

Injector's fixed now, it was probably my bad

#6 2014-01-10 19:37:37

jackieben
Member

Re: Run maps which fail to open with the error "couldn't spawn server"

Yep - I've had the gamedir misconfigured :p

Board footer