Error in map loading

Post your scripting questions / solutions here

Moderator: Moderators

Post Reply
User avatar
Firefox
Colour Sergeant
Posts: 90
Joined: Sun May 07, 2006 3:23 pm
Location: USA
Contact:

Error in map loading

Post by Firefox »

When I go to load my map in sh it crashes and leaves me on the main screen. I went to the console and put "logfile 2" then loaded it again here is waht it said....

Code: Select all

------ Server Initialization ------
Server: dm/whcmap
Called FadeSound with: 0.000000
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
Setting up Shaders
UI_DrawConnect called
^~^~^ Add the following line to the *_precache.scr map script:
cache models/miscobj/radio_military.tik
^~^~^ Add the following line to the *_precache.scr map script:
cache models/heldprops/coffeemug.tik
^~^~^ Add the following line to the *_precache.scr map script:
cache models/vehicles/jeep_bench.tik
^~^~^ Add the following line to the *_precache.scr map script:
cache models/human/allied_airborne_soldier.tik
^~^~^ Add the following line to the *_precache.scr map script:
cache models/human/1st-ranger_captain.tik
^~^~^ Add the following line to the *_precache.scr map script:
cache models/animate/electrical_switch_nopulse.tik
********************
ERROR: func_rotatingdoor::setSolidType : SOLID_BSP entity at x-572.00 y96.00 z64.00 with no BSP model

********************
----- Server Shutdown -----
---------------------------
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
Setting up Shaders
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
----- CL_Shutdown -----
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
------- Sound Shutdown (full) -------
------- S_MILES_StopAllSounds -------
------- S_MILES_StopMP3 -------
------- Q_AIL_shutdown -------
------- S_MILES_FreeDLL -------
------- S_MILES_FreeDLL Finished! -------
------- Miles DLL Removed -------
------- Sound Deallocation (4) -------
Deallocating 0x       4 (Done)
Deallocating 0x       4 (Done)
Deallocating 0x       4 (Done)
------- Sound Shutdown Complete -------
RE_Shutdown( 1 )
Shutting down OpenGL subsystem
...wglMakeCurrent( NULL, NULL ): success
...deleting GL context: success
...releasing DC: success
...hiding window
...destroying window
...window successfully destroyed
...resetting display
...shutting down QGL
...unloading OpenGL DLL
-----------------------
I have figured out that my error is (Duh)

Code: Select all

********************
ERROR: func_rotatingdoor::setSolidType : SOLID_BSP entity at x-572.00 y96.00 z64.00 with no BSP model

********************
How do I fix this?

Plus)2 things...
-idk but I have custom textures in the map along with a shader... is there anything in my script that I have to change to point it to the shader?

-Also in my map compiling i get an error it says

Code: Select all

********
*Leaked*
********
I think this is because I have no sky box yet....

Thanks,

P.S. plz help
User avatar
bdbodger
Moderator
Posts: 2596
Joined: Tue Feb 25, 2003 7:34 am
Location: canada
Contact:

Post by bdbodger »

ERROR: func_rotatingdoor::setSolidType : SOLID_BSP entity at x-572.00 y96.00 z64.00 with no BSP model
you made a rotateing door but you only had the origin brush selected when you made it a rotateing door . Find the door and redo it .
Image
User avatar
Firefox
Colour Sergeant
Posts: 90
Joined: Sun May 07, 2006 3:23 pm
Location: USA
Contact:

Post by Firefox »

okay....is that really it?
Green Beret
Major General
Posts: 746
Joined: Mon Apr 19, 2004 12:21 pm
Contact:

Post by Green Beret »

Yes, I would delete them both and re-do the door and origin brush, Like BD said, Make sure there both selected b4 making it a func_rotatingdoor
Image
Post Reply