Server shutdown
Hi,I am having an strange issue, the server si shooting down, without start again, at some point and we don't know the cause. The server is running without problems and suddently it just shutdown. Does...
View ArticlePhotonPlayer isReady
Lets say I want to add an instance variable to the PhotonPlayer.cs class provided by PUN. And this bool is named IsReady. Set it to false in the constructor. Then when a player joins a room, and clicks...
View ArticleNumber of Players Supported by Photon Cloud?
How many players can Photon Cloud Handle and still Perform pretty well? I have a project I worked on previously where I limited the Game Sessions to 10 Max Players, and if I reached the Max Players of...
View ArticleErrors getting a cloud game running on the server
Hello,I'm currently trying to get our game that runs on the cloud servers to run off a local server for an upcoming convention where there will be no internet access.When I run the loadbalance test...
View ArticleTrying to figure out server setup - AWS
I'm a long time unity developer and user of the photon cloud and PUN, but never setup a server in the past. I'm looking into how to host a photon server on AWS using the EC2 service. I do not have a...
View ArticleCustomizing Loadbalacing
I'm looking for a little help with the Loadbalancing server. We are currently using Photon cloud for our game but would also like to have the option for our users to run their own servers. I downloaded...
View ArticleHosted Server
I have a hosted server on my windows machine which is running but when i try and connect i get the message The appId this client sent is unknown on the server (Cloud). Check settings. If using the...
View ArticleWeird behavior
Hello,I ran into a strange problem these days. I modded Photon Lite (3.0 since the clients use that version) and added a couple of functions so I'd be able to disconnect players from within a game. It...
View ArticleNo update dll, no update config, after a successful start in less than 1...
9884: 14:45:21.190 - MaxInboundMessageSize: 5120009884: 14:45:21.190 - MaxOutboundMessageSize: 5120009884: 14:45:21.190 - UDP address specified as:0.0.0.0 adding listener to each available IPv4...
View ArticleNo update dll, no update config, the server after a successful start in less...
4436: 10:27:53.820 - ---4436: 10:27:53.821 - Service: "Photon Socket Server" starting4436: 10:27:53.821 - Config File:...
View ArticlePhoton Plugin Not Receiving data in onEvent callback
Hi,I am trying to implement a Plugin. Inside OnRaiseEvent i am IPluginHost.BroadcastEvent. I have a Javascript PhotonLoadbalancingClient which receives OnEvent callback with proper Event Code. The...
View ArticlePhoton server on local network without internet connection.
Hello,The game I am currently working on requires a server to work. The game currently requires an internet connection to work. However the target audience of the game won’t always have internet...
View ArticlePhoton Plugin Not Receiving onActorPropertiesChange callback
I want to update property of an Actor and hoping to get a callback in client side onActorPropertiesChange methods, but i am not getting any callback. Plugin Server codeHashtable properties = new...
View ArticleWhy aren't enums supported as Operation DataMember fields?
Hi, I like the idea of using enum parameters with a common client-server library. Normally that wouldn't be an issue, but I keep getting this server-side error for Operations that expect enum...
View ArticleCCU and MAU
HI, some stupid, but simple question:I use the 100 CCU free self-host-server plan. I know how MAU are calculated, and it makes sense. Now the question: are the 40k Monthly Actives (~40k with 100 CCU) a...
View ArticleBeginners with photon server
I started using photon server, I want to install a server and connect to database 'sql server'. I do not know "photon server" with more programming as such as smartfox server, or services available to...
View Articleserver connect authentication
HiHow can prevent everyone to connect to our self hosted photon server? Is it possible to define something like cloud AppId for self hosted server?
View ArticlePhoton Dashboard - Charts are empty
Hello,I'm working with this Photon version: == Core ==PhotonSocketServer.2013x64 Unicode ReleaseBuildDate: 2016-02-05 13:04:36Version: 4.0.28.2962SVN repository: photon-socketserverSVN revisions...
View ArticleAn App From Scratch
I followed the An App From Scratch (http://doc.photonengine.com/en/onpremise/current/app-framework/an-app-from-scratch) guide and got the server and client running. But when I open two clients, the...
View Article