Help compiling?

Need Help? The Day isnt going so well on the Mapping front?
Post Reply
killer
Polygon
Polygon
Posts: 29
Joined: Thu Feb 21, 2008 10:13 am

Help compiling?

Post by killer »

can you help me,everytime I press F9,I get this... :cry:

Image

So if you can help,thanx
DaMaN
npc_combinegunship
npc_combinegunship
Posts: 782
Joined: Tue Nov 07, 2006 12:03 am
Location: Parent's Basement
Contact:

Re: Help compiling?

Post by DaMaN »

killer wrote:can you help me,everytime I press F9,I get this... :cry:

Image

So if you can help,thanx
According to your compile log, windows is being denied access...

Not sure how to fix that myself, but try submitting your compile log to Interlopers, they've got the best compile-related stuff around:
http://www.interlopers.net/index.php?page=errors
Current projects: Return to City 17 and Rising Dead
Also, check out my Blag: http://daman-amappersworld.blogspot.com/
Blues
npc_combinegunship
npc_combinegunship
Posts: 740
Joined: Wed Feb 13, 2008 8:47 pm

Post by Blues »

The error very often occurs, because no BSP file is created during compile and so Windows can't find any BSP file to copy from the mapsrc directory to the game's maps directory.
The reason for this is most often spaces or special letters in the VMF's name (like "my map.vmf" or "mymäpñ.vmf" - only thing that is ok would be "my_map.vmf"), but can also be some serious errors in the map itself.

First check your VMF's name and if everything's ok with it then you might post the whole compilelog here or upload it somewhere for us to download it.
User avatar
Shana
Lead Developer
Lead Developer
Posts: 2971
Joined: Tue Aug 29, 2006 8:12 pm
Location: Germany
Contact:

Post by Shana »

Your current path for the compile tools is

Code: Select all

steamaps\username\sourcesdk\bin\*.exe
But it has to be

Code: Select all

steamapps\username\sourcesdk\bin\ep1\bin\*.exe
if you map for oc 1.23

or

Code: Select all

steamapps\username\sourcesdk\bin\orangebox\bin\*.exe
if you want to make your map for oc 1.3 (only needed if you use orangebox content, maps compiled with ep1 compilers will still work in 1.3.)

If that doesnt work, post the whole compilelog and your gameinfo.txt.
killer
Polygon
Polygon
Posts: 29
Joined: Thu Feb 21, 2008 10:13 am

Post by killer »

W0rf0x wrote:Your current path for the compile tools is

Code: Select all

steamaps\username\sourcesdk\bin\*.exe
But it has to be

Code: Select all

steamapps\username\sourcesdk\bin\ep1\bin\*.exe
if you map for oc 1.23

or

Code: Select all

steamapps\username\sourcesdk\bin\orangebox\bin\*.exe
if you want to make your map for oc 1.3 (only needed if you use orangebox content, maps compiled with ep1 compilers will still work in 1.3.)

If that doesnt work, post the whole compilelog and your gameinfo.txt.

Thankyou,and everyone else who has posted

Edit:How Do i change the path? :roll:
skidz
Obsidian Gold
Obsidian Gold
Posts: 3228
Joined: Mon May 29, 2006 6:36 am
Location: Maple Ridge, BC
Contact:

Post by skidz »

Post your whole compile log, bsp not being created usually means one of the steps failed.
User avatar
Shana
Lead Developer
Lead Developer
Posts: 2971
Joined: Tue Aug 29, 2006 8:12 pm
Location: Germany
Contact:

Post by Shana »

killer wrote:Edit:How Do i change the path? :roll:
First want to say that i made a typo in my post, its not gameinfo.txt, i meant GameConfig.txt.

And to change paths, you either do it directly in hammer by clicking Tools -> options -> build programs

or directly modify the GameConfig.txt which is located in sourcesdk\bin\ep1\bin
Blues
npc_combinegunship
npc_combinegunship
Posts: 740
Joined: Wed Feb 13, 2008 8:47 pm

Post by Blues »

skidz wrote:Post your whole compile log, bsp not being created usually means one of the steps failed.
Or (like in this case) all of them :wink:
First he has got to fix the paths (I actually overlooked this and only reported the most common cause for this error message... thank you for your close look, worfox) and if it still doesn't work then we'll see how to go on :homes:
Post Reply