PDA

View Full Version : compiled code crashes after update


pnx
08-06-2010, 01:14 AM
Hey.
Yesteray, everything worked. Now, when i start my compiled code and start an offline game, it loads about 3/4 and then returns to the menu.
What did they change during the update?
things i've done:

- first copied the changed cpp's into my src folder
- let the sdk create mod tool create all the scr files new.

still got the problem

any suggestions?
edit: this is what the console is telling me:

Missing RecvProp for DT_AI_BaseNPC - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Alien - m_hMyWeapons/048
Missing RecvProp for DT_ASW_AOEGrenade_Projectile - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Boomer - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Bouncing_Pellet - m_hMyWeapons/048
Missing RecvProp for DT_ASW_BuffGrenade_Projectile - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Buzzer - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Drone_Advanced - m_hMyWeapons/048
Missing RecvProp for DT_ASW_Extinguisher_Projectile - m_hMyWeapons/048
[...]

edit2:
solved: need to add dependencies
pnx

churche0
08-06-2010, 08:53 AM
could you post your fix please? thank you :]

pnx
08-06-2010, 09:52 AM
sure:
i just forgot to set the dependencies from the server project to client an missionchooser. So only the server files were build and it crashed when trying to open the missionchooser

churche0
08-06-2010, 10:15 AM
oh got it, thank you! (: