Bug Issue: Behaviors


Pages: 1

RulezTeam

  • Subscriber - Stencyl Studio
  • *
December 23, 2024, 01:38:48 am
I have notice that if I enable one or more behavior for scene the second one have problem.

I have tested in flash (this log) and android with the same result, the scene doesn't load and block the game

Code: [Select]
Stencyl:2.391:3:com.stencyl.Engine:switchScene:1994:20:Switching to scene 1
Stencyl:3.965:3:com.stencyl.Engine:switchScene:1994:20:Switching to scene 5
Stencyl:5.202:3:com.stencyl.Engine:switchScene:1994:20:Switching to scene 2
Stencyl:5.233:2:com.stencyl.behavior.BehaviorManager:getBehavior:122:1624:Warning: Behavior does not exist - ActorEvents_15

Called from com.stencyl.behavior.BehaviorManager.getBehavior (C:\Stencyl-4.1.4\bundled\libs\haxelib\Stencyl\stencyl-engine\0db7dc6799247bbe8b29dec0e2e1f69f2a7337d5\com\stencyl\behavior\BehaviorManager.hx line 122)

This warning :  Warning: Behavior does not exist - ActorEvents_15  isn't true, because behavior is present and attached; moreover in older Stencyl version (4.1.0 b3) this game is working like a charm.


Justin

  • Master Stencyler
  • *
December 30, 2024, 07:58:34 pm
Over discord, this was found to be a problem in the game's code, using the ActorEvents behavior name for the wrong actor type.
  • Status changed from New to Closed


Pages: 1

Details

  • Reported
    December 23, 2024, 01:38:48 am
  • Updated
    December 30, 2024, 07:58:34 pm

  • View Status
    Public
  • Type
    Bug
  • Status
    Closed
  • Priority
    Normal
  • Version
    (none)
  • Fixed in
    (none)
  • Assigned to
    (none)
  • Category
    Behavior Settings

Tags