Technical support > Windows
R23237 - Compile_maps Error
Muton:
Ahh
it was a bugged map file
deleting and SVN fixed that problem
But i've encountered a problem with compile_maps.bat (the new one)
This error i had
did NOT stop the script
i've ended up with "return 0" but without the bsp file
'couse the script deleted it and moved on
--- Code: --- if not "%~n1" == "maps" (
echo ufo2map.exe -v 2 %ufo2mapparameters% %curpath%\%~n1\%%~nxj
ufo2map.exe -v 4 %ufo2mapparameters% %curpath%\%~n1\%%~nxj || (
echo.
echo interrupt or ufo2map returned nonzero, deleting .bsp
Del %%~dpnj.bsp
)
)
if "%~n1" == "maps" (
echo ufo2map.exe -v 2 %ufo2mapparameters% %curpath%\%%~nxj
ufo2map.exe -v 4 %ufo2mapparameters% %curpath%\%%~nxj || (
echo.
echo interrupt or ufo2map returned nonzero, deleting .bsp
Del %%~dpnj.bsp
)
)
)
--- End code ---
after
--- Code: --- Del %%~dpnj.bsp
--- End code ---
a error should be called or whatever
Mattn:
sorry - i don't really understand - another bug in ufo2map (wrong return value) or a bug in the script. please send a diff patch in the latter case.
odie:
Hi,
I just wanted to update us that this is solved.
The unnecessary old commands have been commented out (echoed out) as of R23000+-.
Even as of today's R23386, the CB compiler, compile_maps and the NSIS script - they all works nice and good.
Thanks for the attention to the matter.
And thanks to the person resolving the batch file for the maps. :)
Muton:
--- Quote from: Mattn on March 07, 2009, 10:39:45 pm ---sorry - i don't really understand - another bug in ufo2map (wrong return value) or a bug in the script. please send a diff patch in the latter case.
--- End quote ---
The script is the problem
ufo2map is working well now
odie:
--- Quote from: Muton on March 09, 2009, 06:28:29 pm ---The script is the problem
ufo2map is working well now
--- End quote ---
Thanks muton!
Its working like a breeze now. I love the new interface (i am a dos freak. lol. I love the good o' drdos though, if u know tat. :P)
*case closed*.
Navigation
[0] Message Index
[*] Previous page
Go to full version