Author Topic: Error message, if a demo has more than one map  (Read 1225 times)

T3RR0R15T

  • Map Committee
  • Autococker
  • Posts: 2593
Error message, if a demo has more than one map
« on: October 02, 2010, 07:05:49 PM »
There is an error message (CM_InlineModel: bad number) at the end of a demo, if the demo goes into the next map (or shows the loading screen).
It also has no frame- and fps-count. They are both at 0.


Last few lines from the console:

Code: [Select]
Changing map...
reconnecting...


 -----------------------------------

Pro Paint 2 - Tournament
By Crash

********************
ERROR: CM_InlineModel: bad number
********************
==== ShutdownGame ====
0 frames, 225.5 seconds: 0.0 fps

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Re: Error message, if a demo has more than one map
« Reply #1 on: October 03, 2010, 10:40:12 AM »
Yeah, the game isn't set up for multiple map demos really - as far as I understand, this is a feature that jits provided with no guarantee that it will work or support if it doesn't, for the time being at least.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Error message, if a demo has more than one map
« Reply #2 on: November 09, 2010, 05:21:00 PM »
It doesn't handle going from a map with fewer entities (map entities like doors and elevators) to a map with more entities, for some reason.  Feel free to try to fix it.