Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Connection OK, ViewID OK on one host but not another?

Discussion in 'Multiplayer' started by jeffcraighead, May 11, 2008.

  1. jeffcraighead

    jeffcraighead

    Joined:
    Nov 15, 2006
    Posts:
    740
    OK I'm getting a weird behavior that doesn't make sense to me. I've got my webplayer up at www.sargegame.com. I can host a game pretty much anywhere without issue. (Game Mode->Multi Player->Host Game) and connect to it fine. However I'm up at my parents place today and decided to test it out. The game detects that it needs NAT punchthrough and enables it. The client can connect OK (tested with another webplayer and in the Editor), however, I get these two errors:

    View ID SceneID: 9 Level Prefix: 0 not found during lookup. Strange behavior may occur.

    Couldn't invoke RPC function 'NetworkLoadLevel' because the networkView 'SceneID: 9 Level Prefix: 0' doesn't exist.

    Now obviously I know what this means, however I don't know why it is happening only when I host a game on this network. Any ideas?

    Thanks!
     
  2. Sync1B

    Sync1B

    Joined:
    Sep 13, 2005
    Posts:
    561
    Im curious about this error. What exactly does "not found at look up mean"? I have gotten that error as well.

    Bill
     
  3. jeffcraighead

    jeffcraighead

    Joined:
    Nov 15, 2006
    Posts:
    740
    I'm glad someone else has this error and I'm not doing something completely stupid.