Photon Background Error

Options
Hi,


we have got a unique a error for our's photon connected game.


Our game is online now GooglePlay. Some users can connect and play the game but some player can not connect. When we get debug on ADB we found the problem. Problem related to photon.

In logcat, this line important. Everytime giving this line.

<--

03-17 12:57:59.803: E/mono(20446): at PhotonNetwork..cctor () [0x00000] in <filename unknown>:0
03-17 12:57:59.803: E/mono(20446): --- End of inner exception stack trace ---
03-17 12:57:59.803: E/mono(20446): at PhotonHandler.FallbackSendAckThread () [0x00000] in :0
03-17 12:57:59.803: E/mono(20446): at ExitGames.Client.Photon.SupportClass+<>c__DisplayClass1.b__0 () [0x00000] in :0

--!>

This is full logcat when start to error

FUTEX_WAKE
03-17 12:57:59.764: D/AudioTrackShared(268): front(221239), mIsOut(1), mAvailToClient=1059 stepCount=55 minimum=1024,

FUTEX_WAKE
03-17 12:57:59.764: D/NetworkController.WifiSignalController(840): Change in state from:

connected=true,enabled=true,level=4,inetCondition=1,iconGroup=IconGroup(Wi-Fi

Icons),activityIn=true,activityOut=true,rssi=-35,lastModified=03-17 12:57:58,ssid="ciko"
03-17 12:57:59.764: D/NetworkController.WifiSignalController(840): to:

connected=true,enabled=true,level=4,inetCondition=1,iconGroup=IconGroup(Wi-Fi

Icons),activityIn=false,activityOut=false,rssi=-35,lastModified=03-17 12:57:58,ssid="ciko"
03-17 12:57:59.765: D/AudioTrack(20446): write: userSize = 2048, blocking = 1
03-17 12:57:59.765: D/AudioTrack(20446): write: userSize = 2048, blocking = 1
03-17 12:57:59.765: D/AudioTrack(20446): write: userSize = 2048, blocking = 1
03-17 12:57:59.793: D/AudioFlinger_Threads(268): mixer(0xf22c0000) throttle end: throttle time(30)
03-17 12:57:59.793: D/AudioTrackShared(268): front(222354), mIsOut(1), mAvailToClient=558 stepCount=557 minimum=1024,

FUTEX_WAKE
03-17 12:57:59.794: D/AudioTrack(20446): write: userSize = 2048, blocking = 1
03-17 12:57:59.794: D/AudioTrack(20446): write: userSize = 2048, blocking = 1
03-17 12:57:59.803: E/mono(20446): Unhandled Exception: System.TypeInitializationException: An exception was thrown by the

type initializer for PhotonNetwork ---> System.NullReferenceException: Object reference not set to an instance of an

object
03-17 12:57:59.803: E/mono(20446): at PhotonNetwork..cctor () [0x00000] in :0
03-17 12:57:59.803: E/mono(20446): --- End of inner exception stack trace ---
03-17 12:57:59.803: E/mono(20446): at PhotonHandler.FallbackSendAckThread () [0x00000] in :0
03-17 12:57:59.803: E/mono(20446): at ExitGames.Client.Photon.SupportClass+<>c__DisplayClass1.b__0 ()

[0x00000] in :0
03-17 12:57:59.823: W/System(20446): ClassLoader referenced unknown path: /system/app/WebViewGoogle/lib/arm
03-17 12:57:59.824: I/Unity(20446): NullReferenceException: Object reference not set to an instance of an object
03-17 12:57:59.824: I/Unity(20446): at PhotonNetwork..cctor () [0x00000] in :0
03-17 12:57:59.824: I/Unity(20446): Rethrow as TypeInitializationException: An exception was thrown by the type

initializer for PhotonNetwork
03-17 12:57:59.824: I/Unity(20446): at PhotonHandler.FallbackSendAckThread () [0x00000] in :0
03-17 12:57:59.824: I/Unity(20446): at ExitGames.Client.Photon.SupportClass+<>c__DisplayClass1.b__0 ()

[0x00000] in :0
03-17 12:57:59.824: I/Unity(20446):
03-17 12:57:59.824: I/Unity(20446): (Filename: Line: -1)
03-17 12:57:59.824: I/System.out(20446): [CDS][DNS] getAllByNameImpl netId = 0
03-17 12:57:59.824: D/libc-netbsd(20446): [getaddrinfo]: hostname=perf-events.cloud.unity3d.com; servname=(null); netid=0;

mark=0
03-17 12:57:59.824: D/libc-netbsd(20446): [getaddrinfo]: ai_addrlen=0; ai_canonname=(null); ai_flags=4; ai_family=0
03-17 12:57:59.824: D/libc-netbsd(20446): [getaddrinfo]: hostname=perf-events.cloud.unity3d.com; servname=(null); netid=0;

mark=0
03-17 12:57:59.824: D/libc-netbsd(20446): [getaddrinfo]: ai_addrlen=0; ai_canonname=(null); ai_flags=1024; ai_family=0
03-17 12:57:59.825: D/FrameworkListener(264): dispatchCommand data = (getaddrinfo perf-events.cloud.unity3d.com ^ 1024 0 1

0 0)
03-17 12:57:59.825: D/libc-netbsd(264): [getaddrinfo]: hostname=perf-events.cloud.unity3d.com; servname=(null);

netid=1002; mark=1002
03-17 12:57:59.825: D/libc-netbsd(264): [getaddrinfo]: ai_addrlen=0; ai_canonname=(null); ai_flags=1024; ai_family=0
03-17 12:57:59.825: D/libc-netbsd(264): getaddrinfo: perf-events.cloud.unity3d.com get result from proxy gai_error = 11
03-17 12:57:59.825: D/libc-netbsd(264): default dns: query_ipv6=0, query_ipv4=1
03-17 12:57:59.825: D/libc-netbsd(264): res_queryN name = perf-events.cloud.unity3d.com, class = 1, type = 1
03-17 12:57:59.826: D/libc-netbsd(264): res_queryN name = perf-events.cloud.unity3d.com succeed



What is the problem we didnt understand. Who can help me about this problem