[SOLVED]server not starting

Options
sebako
edited January 2011 in DotNet
Hey Guys,

I followed the run Photon in 5 Minutes example, but the Server won't start.
I put the .license file into the deploy/win32 folder where i am starting the tray application from.

The logs tell me this:

2011-01-06 10:14:31,829 [1] INFO JfTlnRwYAgFnO670hJ.PciAyH4Xiq2OmhwAxW [(null)] - LICENSE: Expiration: never; floating license: no; max connections: 50; valid IPs: any
2011-01-06 10:14:31,831 [1] INFO PhotonHostRuntime.PhotonDomainManager [(null)] - CreateAppDomain Lite , Lite
2011-01-06 10:14:31,894 [1] DEBUG PhotonHostRuntime.PhotonDomainManager [(null)] - CreateAppDomain: ApplicationBase = C:\Users\sebako\projects\unity\Photon\ExitGames-Photon-Server-SDK_v2-2-2\deploy
2011-01-06 10:14:31,895 [1] DEBUG PhotonHostRuntime.PhotonDomainManager [(null)] - CreateAppDomain: PrivateBinPath = Lite\Lite;Lite\Lite\bin;bin_Win32;Shared
2011-01-06 10:14:31,895 [1] DEBUG PhotonHostRuntime.PhotonDomainManager [(null)] - CreateAppDomain: ConfigurationFile = C:\Users\sebako\projects\unity\Photon\ExitGames-Photon-Server-SDK_v2-2-2\deploy\Lite\Lite\bin\Lite.dll.config



can anyone tell me what i am doing wrong? did i missed something?

Cheers

seb

Comments

  • Tobias
    Options
    In this log, I can't see errors. It looks fine. License there, no error, Lite started.
    If you did not modify the configuration that came with the SDK, there must be more in the log. More applications are started.

    You could possibly attach the files from the log-folder here. The Photon-Instance1*.log might contain interesting stuff, too. If this file has "Service is running" at the end, there is no problem at all.
  • Hey,

    thanks for the quick reply. was a bit busy.
    I just attached the contents of my logfolder.

    edit: The Server is starting short as i see it, but the tray icon will turn grey again immediately after it went blue, think
    this isn't intended?

    Thank you.

    Cheers
  • Boris
    Options
    the log file shows the error:
    952: 18:28:51.400 - ERROR: Failed to start application: "Lite" in app domain: 2
    952: 18:28:51.400 - CService::OnException() - Exception: CManagedHost::StartApplication() - Failed to start application in AppDomain: 2 - Die Datei oder Assembly System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
    952: 18:28:51.401 - Server shutting down...

    Is .net 3.5 sp1 missing?
  • gnaaaaaah :S yeah i have uninstalled an older version and was installing visual studio 2008 at the moment
    :/ Thanks for help.

    cheers