currently getting an issue with using after compiling it and unsure what might be causing this
Opened this issue · 1 comments
VaasKahnGrim commented
I've managed to fully compile this no problem. when I decided to test it out however I get a response
"Access is denied
Press any key to continue . . . "
my current batch file looks like this
`@echo off
set out=%~d1
set out=%out%%~p1
set out=%out%%~n1
set lump=%out%_out_l_0.lmp
set out=%out%_out.bsp
bsp_lumpremove.exe rp_naboo_city_v2 "%out%" "%lump%"
pause`
I tried using the exact one you had however that had the same results. The .exe is in the same directory as the map file is btw. What would be causing the access denied response?
meepen commented
Unblock the bat file in Windows
…On Tue, Jul 31, 2018, 10:21 AM Vaas_Kahn_Grim ***@***.***> wrote:
I've managed to fully compile this no problem. when I decided to test it
out however I get a response
"Access is denied
Press any key to continue . . . "
my current batch file looks like this
***@***.*** <https://github.com/echo> off
set out=%~d1
set out=%out%%~p1
set out=%out%%~n1
set lump=%out%_out_l_0.lmp
set out=%out%_out.bsp
bsp_lumpremove.exe rp_naboo_city_v2 "%out%" "%lump%"
pause`
I tried using the exact one you had however that had the same results. The
.exe is in the same directory as the map file is btw. What would be causing
the access denied response?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF5lSZ_ClrU4HTptQqEfTs820dwAAsOSks5uMGfXgaJpZM4VoWWa>
.