Test JoinAndJoin,ERROR Lite.Room

Options
lpp168
lpp168
edited July 2012 in Photon Server
***** Lite.Tests.Disconnected.BasicUseCases.JoinAndJoin
2012-07-30 18:13:09,366 [7] ERROR Lite.Room - System.NullReferenceException: 未将对象引用设置到对象的实例。
在 Lite.Room.PublishEvent(LiteEventBase e, IEnumerable`1 actorList, SendParameters sendParameters) 位置 C:\Users\Administrator\Desktop\ExitGames-Photon-Server-SDK_v3-0-35-3619\src-server\Lite\Lite\Room.cs:行号 302
在 Lite.LiteGame.PublishJoinEvent(LitePeer peer, JoinRequest joinRequest) 位置 C:\Users\Administrator\Desktop\ExitGames-Photon-Server-SDK_v3-0-35-3619\src-server\Lite\Lite\LiteGame.cs:行号 686
在 Lite.LiteGame.HandleJoinOperation(LitePeer peer, JoinRequest joinRequest, SendParameters sendParameters) 位置 C:\Users\Administrator\Desktop\ExitGames-Photon-Server-SDK_v3-0-35-3619\src-server\Lite\Lite\LiteGame.cs:行号 417
在 Lite.LiteGame.ExecuteOperation(LitePeer peer, OperationRequest operationRequest, SendParameters sendParameters) 位置 C:\Users\Administrator\Desktop\ExitGames-Photon-Server-SDK_v3-0-35-3619\src-server\Lite\Lite\LiteGame.cs:行号 160


Comments

  • Thanks - I'm looking into it. The Unit tests are failing because they don't initialize the Lite application classes properly - if the Lite application is hosted by Photon, everything works just fine.

    We are working on a fix for the test cases nevertheless.