Jump to content

Specific CSGO custom map causes "app already running".


Recommended Posts

Posted

This is the first time anything of the sort happens to me. I was working on my newest CSGO map, still very early in development and I decided to compile it to see if everything looked right. (It might be worth to note that this was not the first compilation of the map. There had been a bunch before this one.)

 

What happened is that, after compiling, CSGO opens up for a moment and then shuts down. Bringing up steam after this reveals the "Failed to start game(app already running)" error. So I open up CSGO by itself and try to open the map through the console. Again, after it starts loading the map it crashes and brings up the same error. I've tried other maps, both official maps and some I've done before and they all work fine. I've tried deleting the "appcache" folder as the official help recommends and still nothing.

 

I don't understand how this specific map could be causing something like this. Opening the task manager reveals that no other instance of CSGO is running, and no matter what I do, nothing seems to fix it. Worst of all is that it seems no one else on the internet has the same problem.

Posted (edited)

any time i've gotten a crash on map load, it's been due to an invalid displacement. if you have displacements, compile with them hidden and try to load the map. if the map loads fine, then you have to go back through your displacements and either test them in pieces or cordon compile them....or both, whatever, you get the idea.

 

just from my experience.

 

edit: just reread your post...i thought you said that other maps and official maps work fine...i'm now reading that as no maps are loading. in that case, it's not what i've suggested above.

Edited by cincinnati
Posted (edited)

It's fixed now. I didn't have any displacements in my map, but when you said to compile the map without them I thought I'd compile only the bsp geometry and point entities and sure enough it compiled alright. I tried finding what was causing the problem and found out it was some func_breakable_surf's I had made earlier. Except I had since deleted them, and for some weird reason the vmf still kept their information. Going directly to the vmf file and deleting the entities manually fixed the problem and it works fine now. And I'm guessing the "app already running" error is what Spherix said. Thanks for the help.

Edited by Dalannar

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...