6 registered members (TipmyPip, Niels, dBc, Ed_Love, 3run, 1 invisible),
18,855
guests, and 5
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: crash after level_load
[Re: pegamode]
#457804
01/31/16 21:03
01/31/16 21:03
|
Joined: Mar 2012
Posts: 927 cyberspace
Wjbender
User
|
User
Joined: Mar 2012
Posts: 927
cyberspace
|
mmm that sounds like completely bizzare behaviour, i thought it might have been a shared material or texture or script between them ,but adding a random entity to it takes away your crash , makes no sense to me , except what sounds logical is a memmory related problem as you mention , or an engine bug , have you tried out asking the dev's .
i mean what would adding/removing a random entity effect in the level itself before loading , all i can think about internally ,during loading ,would be the entity list , memmory ,pointers , shedule list , materials , textures , bounds ,hulls , stack sizes perhaps , the list could go on but only the devs would know what is internally effected.
Compulsive compiler
|
|
|
Re: crash after level_load
[Re: pegamode]
#457819
02/01/16 17:53
02/01/16 17:53
|
Joined: Jan 2006
Posts: 968
EpsiloN
User
|
User
Joined: Jan 2006
Posts: 968
|
Lol, 8 pages now  Are you sure this isn't just a one time compilation problem? I mean, once you add or remove an ent, you compile again...and the crash disappears. Try recompiling without touching it, and see if the crash still occurs.
|
|
|
Re: crash after level_load
[Re: pegamode]
#457823
02/01/16 19:00
02/01/16 19:00
|
Joined: Sep 2003
Posts: 9,859
FBL
Senior Expert
|
Senior Expert
Joined: Sep 2003
Posts: 9,859
|
At least 16 characters plus file extension is no problem. The question is: Is it a limitation in WED only or is also the engine affected? I can't fully remember, but I think there was a limit to 22 characters for action names or the like. The mean part is: actually it's 21 characters (guess the \0 string end marker counts) and I know I had problems due to that that I was trying to go with an action name exactly 22 chars long  Can't remember whether the engine crashed or the function just was not started, though.
|
|
|
Re: crash after level_load
[Re: FBL]
#458257
03/01/16 08:09
03/01/16 08:09
|
Joined: Feb 2006
Posts: 1,011 Germany
pegamode
OP
Serious User
|
OP
Serious User
Joined: Feb 2006
Posts: 1,011
Germany
|
|
|
|
|