ネットワーク / XNA Game Studio 2.0β

  • 「The Gamer Services functionality must be initialized before you call this method. The easiest way to do that is to add a GamerServicesComponent to the Game.Components collection in the constructor of your Game class.」が出てしまいます。
    • Game派生クラスのコンストラクタに「Components.Add(new GamerServicesComponent());」を加えてみましょう。

GamerServicesComponent / XNA Game Studio 2.0β

  • GamerServicesComponentをGame.Componentsに追加して開発していたら、「Another program is already using this functionality.」が出てしまいました。
    • 古い「XnaLiveProxy.exe」が生き残っているかも知れません。プロセスの終了をしてみましょう。
  • GamerServicesComponentをGame.Componentsに追加して、Windows版で[Home]キーを押すと、XboxGUIような「Games for Windows - LIVE」のGUIが出ます。


  • プロフィールを作ると起動時にXboxのようなサインインの表示が出ます。Game.ComponentにGamerServicesComponentが追加されていれば、起動するプログラムには関係なくサインインの表示が出ます。