Photon server error when starting loadbalancing

Hi,

i use Photon Server for a while now, but somehow it stopped working and I can't get it to work anymore.
Here's what I did to reproduce:
I downloaded Photon Server SDK v4-0-29-11263 on Windows 10 x64 (Build 17763) and extracted it to HDD. After that I started Photon Control with Admin Rights (bin-w64) and set Game Server IP to IP of my ethernet adapter (there is a wifi adapter running in parallel on a different subnet).
When I then start Loadbalancing, Photon stops quickly after that due to following error:

6744: 14:42:13.521 - Service is running...
6744: 14:42:20.326 - Game:3 - PhotonRunning() failed.
Exception:
System.InvalidOperationException: Die Kategorie ist nicht vorhanden.
bei System.Diagnostics.PerformanceCounterLib.GetCategorySample(String machine, String category)
bei System.Diagnostics.PerformanceCounterCategory.GetCounterInstances(String categoryName, String machineName)
bei Photon.SocketServer.Diagnostics.PerfCounterManagerBase.ValidateCategory(PerformanceCounterCategory category, CounterCreationDataCollection counterCreationData) in h:\svncontent\photon-socketserver-sdk_cloud\src\Photon.SocketServer\Diagnostics\PerfCounterManagerBase.cs:Zeile 16.
bei Photon.SocketServer.Diagnostics.PerfCounterManagerBase.GetOrCreateCategory(String categoryName, CounterCreationDataCollection counterCreationData) in h:\svncontent\photon-socketserver-sdk_cloud\src\Photon.SocketServer\Diagnostics\PerfCounterManagerBase.cs:Zeile 83.
bei Photon.SocketServer.Diagnostics.HttpQueuePerformanceCounters.Initialize() in h:\svncontent\photon-socketserver-sdk_cloud\src\Photon.SocketServer\Diagnostics\HttpQueuePerformanceCounters.cs:Zeile 201.
bei Photon.LoadBalancing.GameServer.GameApplication.Setup() in d:\dev\photon-socketserver-sdk_cloud\src-server\LoadBalancing\LoadBalancing\GameServer\GameApplication.cs:Zeile 334.
bei Photon.SocketServer.ApplicationBase.PhotonHostRuntimeInterfaces.IPhotonControl.OnPhotonRunning() in h:\svncontent\photon-socketserver-sdk_cloud\src\Photon.SocketServer\ApplicationBase.cs:Zeile 1189.
bei PhotonHostRuntime.PhotonDomainManager.PhotonPlainAppDomainBehavior.PhotonRunning()
bei PhotonHostRuntime.PhotonDomainManager.PhotonRunning()
6744: 14:42:20.326 - CService::OnException() - Exception: CManagedHost::PhotonRunning() - Failed in AppDomain: 3 - Die Kategorie ist nicht vorhanden.
6744: 14:42:20.326 - Server shutting down...

I haven't found anything on that. Also it makes no sense to me.

Anyone having ideas on that?

Comments