Omg Please Help!
RPGreg2600
Join Date: 2003-03-16 Member: 14578Members
<div class="IPBDescription">Host_error: Bad string:</div> When I try to run my map I get this error... I thought it had to do with the leaf saw error thing, but I fixed that and I'm still getting this... If I don't fix this I don't think I'll be mapping again for a while, this is just too damn upsetting... I worked on this map for at least 20 hours...
And yes, I tried to find soemthing about this on my own, but couldn't find anything... I searched for it on google and no results... <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->
And yes, I tried to find soemthing about this on my own, but couldn't find anything... I searched for it on google and no results... <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->
Comments
Host_Error: Bad String
This error only happens in game/server mode when sprites, models, sounds, or text strings (but not all strings!) are initialized and pre cached. If the string/name for the sprite, model, sound, or miscellaneous text string either starts with a non printable ASCII character, or is 0 length (i.e.: starts with a non printable null ASCII character), then the error will occur.
Solution: search through entities like env_glow, env_sprite, ambient_generic, env_shooter, etc. - anything the engine has to pre cache a file for the bad name. -<i>valve hammer tutorial</i>
<!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
this means that you have named an entity with a 'bad' name. Go through and make sure that no entity has a non printable ASCII character
in it, or a non printable null ASCII character
EDIT: Hmm... " env_glow, env_sprite, ambient_generic, env_shooter," I've only used one ambient_generic and that's it. ANd I haven't modified taht file at all since the last compile that worked....
amckern
I HAVE IT TWO !!!!! <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo--> <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo--> <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' style='vertical-align:middle' alt='sad.gif'><!--endemo-->
I've gone back to 3.4 until this buggy beta version is out of the way, or some obvious answers come up.
I just uninstalled 3.5 and resinstalled hammer 3.4, and it all worked again - i didn't need to change anything on the map.
I'm at my dad's house now, so I can't test it for a week, but I'm guessing you guys know what you're talkign about <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->