playgameservices / play-games-plugin-for-unity

Google Play Games plugin for Unity
Other
3.45k stars 963 forks source link

Saved Games cannot be saved or loaded due to ERROR_INTERNAL #1404

Closed kkondarev closed 7 years ago

kkondarev commented 7 years ago

Hi, following the code snippets, I am integrating Play Games Services into our games.

However, I am facing few issues: Issue Nr 2: Saved Games cannot be saved or loaded, at all, doesn't matter if I am authenticated or not. The attempt seems to be failing because of "ERROR_INTERNAL", but I cannot find more details.

Help please?

Few log snippets, hope they help:

Log 1: Game loading, initial login failed, so not authenticated, device is online:

10-03 13:35:30.294: E/Unity(13871): [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list. 10-03 13:35:30.294: E/Unity(13871):
10-03 13:35:30.294: E/Unity(13871): (Filename: ./Runtime/GfxDevice/egl/ConfigEGL.cpp Line: 374) 10-03 13:35:30.304: E/Unity(13871): [EGL] eglChooseConfig(m_EGLDisplay, configAttribs, NULL, 0, &eglConfigCount): EGL_BAD_ATTRIBUTE: An unrecognized attribute or attribute value was passed in the attribute list. 10-03 13:35:30.304: E/Unity(13871):
10-03 13:35:30.304: E/Unity(13871): (Filename: ./Runtime/GfxDevice/egl/ConfigEGL.cpp Line: 374) 10-03 13:35:31.389: D/Unity(13871): GL_EXT_debug_marker GL_OES_texture_npot GL_OES_compressed_ETC1_RGB8_texture GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_depth24 GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth_texture GL_OES_packed_depth_stencil GL_EXT_texture_format_BGRA8888 GL_EXT_blend_minmax GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_rgb8_rgba8 GL_EXT_multisampled_render_to_texture GL_EXT_discard_framebuffer GL_OES_get_program_binary GL_ARM_mali_program_binary GL_EXT_shader_texture_lod GL_EXT_robustness GL_OES_depth_texture_cube_map 10-03 13:35:44.239: I/Unity(13871): [Play Games Plugin DLL] 10/03/16 13:35:44 +02:00 DEBUG: Activating PlayGamesPlatform. 10-03 13:35:44.239: I/Unity(13871):
10-03 13:35:44.239: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:35:44.244: I/Unity(13871): [Play Games Plugin DLL] 10/03/16 13:35:44 +02:00 DEBUG: PlayGamesPlatform activated: GooglePlayGames.PlayGamesPlatform 10-03 13:35:44.244: I/Unity(13871):
10-03 13:35:44.244: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:35:44.264: I/Unity(13871): [Play Games Plugin DLL] 10/03/16 13:35:44 +02:00 DEBUG: Creating platform-specific Play Games client. 10-03 13:35:44.264: I/Unity(13871):
10-03 13:35:44.264: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:35:44.264: I/Unity(13871): [Play Games Plugin DLL] 10/03/16 13:35:44 +02:00 DEBUG: Creating Android IPlayGamesClient Client 10-03 13:35:44.264: I/Unity(13871):
10-03 13:35:44.264: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:35:44.389: D/GamesUnitySDK(13871): Performing Android initialization of the GPG SDK 10-03 13:35:44.759: I/Unity(13871): Building GPG services, implicitly attempts silent auth 10-03 13:35:44.759: I/Unity(13871):
10-03 13:35:44.759: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:35:48.819: I/Unity(13871): [Play Games Plugin DLL] 10/03/16 13:35:48 +02:00 DEBUG: Starting Auth Transition. Op: SIGN_IN status: ERROR_NOT_AUTHORIZED 10-03 13:35:48.819: I/Unity(13871):
10-03 13:35:48.819: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:35:48.819: I/Unity(13871): Invoking callbacks, AuthState changed from silentPending to Unauthenticated. 10-03 13:35:48.819: I/Unity(13871):
10-03 13:35:48.819: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:35:48.824: I/Unity(13871): there are pending auth callbacks - starting AuthUI 10-03 13:35:48.824: I/Unity(13871):
10-03 13:35:48.824: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:36:04.024: I/Unity(13871): [Play Games Plugin DLL] 10/03/16 13:36:03 +02:00 DEBUG: Starting Auth Transition. Op: SIGN_IN status: ERROR_TIMEOUT 10-03 13:36:04.024: I/Unity(13871):
10-03 13:36:04.024: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:36:04.179: I/Unity(13871): AuthState == Unauthenticated calling auth callbacks with failure 10-03 13:36:04.179: I/Unity(13871):
10-03 13:36:04.179: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:36:04.224: I/Unity(13871): [Play Games Plugin DLL] 10/03/16 13:36:04 +02:00 DEBUG: Invoking user callback on game thread 10-03 13:36:04.224: I/Unity(13871):
10-03 13:36:04.224: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:36:05.689: I/UnityIAP(13871): IAB helper created. 10-03 13:36:05.804: I/Unity(13871): OPEN SAVED GAME triggered: DefaultGame 10-03 13:36:05.804: I/Unity(13871):
10-03 13:36:05.804: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:36:05.804: I/Unity(13871): GPGS Authenticated: False 10-03 13:36:05.804: I/Unity(13871):
10-03 13:36:05.804: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:36:06.169: I/Unity(13871): [Play Games Plugin DLL] 10/03/16 13:36:06 +02:00 DEBUG: Entering internal callback for SnapshotManager#OpenCallback 10-03 13:36:06.169: I/Unity(13871):
10-03 13:36:06.169: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:36:06.224: I/Unity(13871): OPENED SAVED GAME, status: AuthenticationError, game data is null: True 10-03 13:36:06.224: I/Unity(13871):
10-03 13:36:06.224: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)

Log 2: authenticated, device online:

10-03 13:37:27.214: I/Unity(13871): SAVE GAME triggered: DefaultGame 10-03 13:37:27.214: I/Unity(13871):
10-03 13:37:27.214: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:37:27.219: I/Unity(13871): GPGS Authenticated: True 10-03 13:37:27.219: I/Unity(13871):
10-03 13:37:27.219: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:37:27.244: I/Unity(13871): OPEN SAVED GAME triggered: DefaultGame 10-03 13:37:27.244: I/Unity(13871):
10-03 13:37:27.244: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:37:27.244: I/Unity(13871): GPGS Authenticated: True 10-03 13:37:27.244: I/Unity(13871):
10-03 13:37:27.244: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:37:31.819: I/Unity(13871): [Play Games Plugin DLL] 10/03/16 13:37:31 +02:00 DEBUG: Entering internal callback for SnapshotManager#OpenCallback 10-03 13:37:31.819: I/Unity(13871):
10-03 13:37:31.819: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:37:31.929: W/Unity(13871): *\ [Play Games Plugin DLL] 10/03/16 13:37:31 +02:00 ERROR: Encountered unknown status: ERROR_INTERNAL 10-03 13:37:31.929: W/Unity(13871):
10-03 13:37:31.929: W/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:37:31.964: I/Unity(13871): OPENED SAVED GAME, status: InternalError, game data is null: True 10-03 13:37:31.964: I/Unity(13871):
10-03 13:37:31.964: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:37:31.964: I/Unity(13871): CREATING NEW LOCAL DATA 10-03 13:37:31.964: I/Unity(13871):
10-03 13:37:31.964: I/Unity(13871): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)

Log 3: authenticated, device offline:

10-03 13:41:06.499: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:06 +02:00 DEBUG: Activating PlayGamesPlatform. 10-03 13:41:06.499: I/Unity(18639):
10-03 13:41:06.499: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:06.504: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:06 +02:00 DEBUG: PlayGamesPlatform activated: GooglePlayGames.PlayGamesPlatform 10-03 13:41:06.504: I/Unity(18639):
10-03 13:41:06.504: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:06.524: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:06 +02:00 DEBUG: Creating platform-specific Play Games client. 10-03 13:41:06.524: I/Unity(18639):
10-03 13:41:06.524: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:06.524: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:06 +02:00 DEBUG: Creating Android IPlayGamesClient Client 10-03 13:41:06.524: I/Unity(18639):
10-03 13:41:06.524: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:06.624: D/GamesUnitySDK(18639): Performing Android initialization of the GPG SDK 10-03 13:41:06.994: I/Unity(18639): Building GPG services, implicitly attempts silent auth 10-03 13:41:06.994: I/Unity(18639):
10-03 13:41:06.994: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:15.529: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:15 +02:00 DEBUG: Starting Auth Transition. Op: SIGN_IN status: VALID 10-03 13:41:15.529: I/Unity(18639):
10-03 13:41:15.529: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:15.569: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:15 +02:00 DEBUG: Entering internal callback for PlayerManager#InternalFetchSelfCallback 10-03 13:41:15.569: I/Unity(18639):
10-03 13:41:15.569: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:15.579: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:15 +02:00 DEBUG: Populating User 10-03 13:41:15.579: I/Unity(18639):
10-03 13:41:15.579: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:15.604: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:15 +02:00 DEBUG: Found User: [Player: 'MerlinStormer' (id g15862525828023294684)] 10-03 13:41:15.604: I/Unity(18639):
10-03 13:41:15.604: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:15.604: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:15 +02:00 DEBUG: Maybe finish for User 10-03 13:41:15.604: I/Unity(18639):
10-03 13:41:15.604: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:15.609: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:15 +02:00 DEBUG: Auth not finished. User=[Player: 'MerlinStormer' (id g15862525828023294684)] achievements= 10-03 13:41:15.609: I/Unity(18639):
10-03 13:41:15.609: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:16.639: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:16 +02:00 DEBUG: Entering internal callback for AchievementManager#InternalFetchAllCallback 10-03 13:41:16.639: I/Unity(18639):
10-03 13:41:16.639: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:16.654: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:16 +02:00 DEBUG: Populating Achievements, status = VALID_BUT_STALE 10-03 13:41:16.654: I/Unity(18639):
10-03 13:41:16.654: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:16.779: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:16 +02:00 DEBUG: Found 5 Achievements 10-03 13:41:16.779: I/Unity(18639):
10-03 13:41:16.779: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:16.779: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:16 +02:00 DEBUG: Maybe finish for Achievements 10-03 13:41:16.779: I/Unity(18639):
10-03 13:41:16.779: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:16.779: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:16 +02:00 DEBUG: Auth finished. Proceeding. 10-03 13:41:16.779: I/Unity(18639):
10-03 13:41:16.779: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:16.779: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:16 +02:00 DEBUG: Invoking Callbacks: System.Action`1[System.Boolean] 10-03 13:41:16.779: I/Unity(18639):
10-03 13:41:16.779: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:16.804: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:16 +02:00 DEBUG: Invoking user callback on game thread 10-03 13:41:16.804: I/Unity(18639):
10-03 13:41:16.804: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:16.879: I/Unity(18639): OPEN SAVED GAME triggered: DefaultGame 10-03 13:41:16.879: I/Unity(18639):
10-03 13:41:16.879: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:16.879: I/Unity(18639): GPGS Authenticated: True 10-03 13:41:16.879: I/Unity(18639):
10-03 13:41:16.879: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:17.359: I/Unity(18639): [Play Games Plugin DLL] 10/03/16 13:41:17 +02:00 DEBUG: Entering internal callback for SnapshotManager#OpenCallback 10-03 13:41:17.359: I/Unity(18639):
10-03 13:41:17.359: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:17.389: W/Unity(18639): *\ [Play Games Plugin DLL] 10/03/16 13:41:17 +02:00 ERROR: Encountered unknown status: ERROR_INTERNAL 10-03 13:41:17.389: W/Unity(18639):
10-03 13:41:17.389: W/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-03 13:41:17.419: I/Unity(18639): OPENED SAVED GAME, status: InternalError, game data is null: True 10-03 13:41:17.419: I/Unity(18639):
10-03 13:41:17.419: I/Unity(18639): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)

kkondarev commented 7 years ago

Log: save fails while successfully authenticated, device is online, name of save file is "DefaultGame":

10-05 22:05:57.660: I/Unity(2207): SAVE GAME triggered: DefaultGame 10-05 22:05:57.660: I/Unity(2207):
10-05 22:05:57.660: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:05:57.660: I/Unity(2207): GPGS Authenticated: True 10-05 22:05:57.660: I/Unity(2207):
10-05 22:05:57.660: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:05:57.715: D/MtpService(4491): addStorageLocked 65537 /storage/emulated/0 10-05 22:05:58.000: D/SensorService(2347): -0.0 0.1 9.9 10-05 22:05:58.000: E/EnterpriseContainerManager(4491): ContainerPolicy Service is not yet ready!!! 10-05 22:05:58.000: D/EnterpriseDeviceManager(4491): ContainerId: 0 10-05 22:05:58.060: W/BackupManagerService(2347): dataChanged but no participant pkg='com.android.providers.settings' uid=10000 10-05 22:05:58.065: D/MtpService(4491): starting MTP server in MTP mode 10-05 22:05:58.065: W/dalvikvm(4195): Unable to resolve superclass of Lcom/facebook/push/adm/ADMBroadcastReceiver; (5469) 10-05 22:05:58.065: W/dalvikvm(4195): Link of class 'Lcom/facebook/push/adm/ADMBroadcastReceiver;' failed 10-05 22:05:58.080: W/LicenseLogService(2347): log() is called by non admin 10-05 22:05:58.085: D/TP/SpamMmsSmsProvider(4510): set contact matching CLI digits:0 10-05 22:05:58.085: E/dalvikvm(4195): Could not find class 'com.facebook.push.adm.ADMBroadcastReceiver', referenced from method com.facebook.push.adm.ADMPushManager.b 10-05 22:05:58.085: W/dalvikvm(4195): VFY: unable to resolve const-class 15233 (Lcom/facebook/push/adm/ADMBroadcastReceiver;) in Lcom/facebook/push/adm/ADMPushManager; 10-05 22:05:58.085: D/dalvikvm(4195): VFY: replacing opcode 0x1c at 0x000e 10-05 22:05:58.090: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:898 [0:0] WeatherIconNumConverterSave : GMT+1, 7:32 AM, 6:54 PM 10-05 22:05:58.095: D/accuweather(4341): [MSC_Accu_Daemon]>>> U:1011 [0:0] weatherIconNum==33, isDay:false 10-05 22:05:58.095: I/wpa_supplicant(2647): nl80211: Received scan results (3 BSSes) 10-05 22:05:58.095: W/TelephonyProvider(4510): onCreate: confFile=/system/etc/apns-conf.xml oldCheckSum=-1 10-05 22:05:58.115: D/MediaScanner(4491): MediaScanner - mSkipList () 10-05 22:05:58.215: D/MediaScanner(4491): Constructor set externalStorageSdPath : /storage/extSdCard 10-05 22:05:58.235: D/Tethering(2347): interfaceLinkStateChanged wlan0, true 10-05 22:05:58.235: D/Tethering(2347): interfaceStatusChanged wlan0, true 10-05 22:05:58.255: E/MtpServerJNI(4491): could not open MTP driver, errno: 2 10-05 22:05:58.255: D/MtpService(4491): addStorageLocked 65537 /storage/emulated/0 10-05 22:05:58.255: E/MtpServerJNI(4491): server is null in add_storage 10-05 22:05:58.255: E/MtpServerJNI(4491): server is null in run 10-05 22:05:58.255: E/MtpServerJNI(4491): server is null in cleanup 10-05 22:05:58.260: D/PushModule(4510): PushClientApplication PushClientApplication.onCreate() 10-05 22:05:58.260: I/PushModule(4510): PushClientApplication PushModule version: 0.9.01.12 10-05 22:05:58.265: D/PushModule(4510): PushClientApplication Discovered public push client. disable in app push client. 10-05 22:05:58.295: W/BackupManagerService(2347): dataChanged but no participant pkg='com.android.providers.settings' uid=10000 10-05 22:05:58.300: W/ResourceType(4473): getEntry failing because entryIndex 6014 is beyond type entryCount 2265 10-05 22:05:58.300: W/ResourceType(4473): Failure getting entry for 0x7f02177e (t=1 e=6014) in package 0 (error -2147483647) 10-05 22:05:58.305: W/ResourceType(4473): getEntry failing because entryIndex 6014 is beyond type entryCount 2265 10-05 22:05:58.305: W/ResourceType(4473): Failure getting entry for 0x7f02177e (t=1 e=6014) in package 0 (error -2147483647) 10-05 22:05:58.305: W/ResourceType(4473): getEntry failing because entryIndex 6015 is beyond type entryCount 2265 10-05 22:05:58.305: W/ResourceType(4473): Failure getting entry for 0x7f02177f (t=1 e=6015) in package 0 (error -2147483647) 10-05 22:05:58.305: W/ResourceType(4473): getEntry failing because entryIndex 6016 is beyond type entryCount 2265 10-05 22:05:58.305: W/ResourceType(4473): Failure getting entry for 0x7f021780 (t=1 e=6016) in package 0 (error -2147483647) 10-05 22:05:58.315: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:765 [0:0] dta:T 10-05 22:05:58.500: W/BackupManagerService(2347): dataChanged but no participant pkg='com.android.providers.settings' uid=10000 10-05 22:05:58.510: I/Unity(2207): OPEN SAVED GAME triggered: DefaultGame 10-05 22:05:58.510: I/Unity(2207):
10-05 22:05:58.510: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:05:58.510: I/Unity(2207): GPGS Authenticated: True 10-05 22:05:58.510: I/Unity(2207):
10-05 22:05:58.510: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:05:58.570: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:466 [0:0] ========================================= 10-05 22:05:58.570: D/SSRMv2:Monitor(2347): SIOP:: AP = 420 (read only) 10-05 22:05:58.595: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:810 [0:0] [sendPak] PakNme =android 10-05 22:05:58.595: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:810 [0:0] [sendPak] PakNme =comseccclcspappsecretwallpaperthemetwo 10-05 22:05:58.605: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:810 [0:0] [sendPak] PakNme =appclockpackage 10-05 22:05:58.610: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:810 [0:0] [sendPak] PakNme =appcamera 10-05 22:05:58.640: I/GAV2(4385): Thread[GAThread,5,main]: No campaign data found. 10-05 22:05:58.645: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:430 [0:0] ======= TheSerSysDDat ======= 10-05 22:05:58.655: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:432 [0:0] CID : cityId:167365 10-05 22:05:58.660: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:438 [0:0] CT : 9, HT : 14, LT : 5, IN : 33, WT : Clear 10-05 22:05:58.660: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:445 [0:0] , L UT : 05/10/2016 22:05) 10-05 22:05:58.665: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:448 [0:0] SerSta : 1 AppSerSta : 3, ARI = 3, TS : 1, UCL : 1 10-05 22:05:58.665: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:454 [0:0] ARNT 06/10/2016 04:05 10-05 22:05:58.665: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:455 [0:0] CW_IN:18 10-05 22:05:58.670: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:457 [0:0] TZ : GMT+1, SRT : 7:32 AM, SST : 6:54 PM 10-05 22:05:58.670: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:460 [0:0] ========================================= 10-05 22:05:58.670: D/accuweather(4341): [MSC_Accu_Daemon]>>> AWDS:773 [0:0] DRetg 10-05 22:05:58.855: W/ActivityManager(2347): Unable to start service Intent { act=com.sec.chaton.push.PUSH_CLIENT_SERVICE_ACTION } U=0: not found 10-05 22:05:59.055: D/SensorService(2347): -0.0 0.1 9.8 10-05 22:05:59.100: D/dalvikvm(4491): GC_CONCURRENT freed 469K, 14% free 9842K/11412K, paused 45ms+24ms, total 159ms 10-05 22:05:59.100: V/AlarmManager(2347): waitForAlarm result :4 10-05 22:05:59.225: I/dalvikvm(4510): Could not find method android.provider.Telephony$Sms.getDefaultSmsPackage, referenced from method com.sec.chaton.smsplugin.h.o.a 10-05 22:05:59.225: W/dalvikvm(4510): VFY: unable to resolve static method 1676: Landroid/provider/Telephony$Sms;.getDefaultSmsPackage (Landroid/content/Context;)Ljava/lang/String; 10-05 22:05:59.225: D/dalvikvm(4510): VFY: replacing opcode 0x71 at 0x0007 10-05 22:05:59.490: I/ActivityManager(2347): Process sk.halmi.itimerad (pid 4429) (adj 9) has died. 10-05 22:05:59.525: I/ActivityManager(2347): Process com.android.contacts (pid 4473) (adj 9) has died. 10-05 22:05:59.525: I/ActivityManager(2347): Process com.google.android.gm (pid 4385) (adj 11) has died. 10-05 22:05:59.815: W/LicenseLogService(2347): log() is called by non admin 10-05 22:05:59.965: I/Auth(23177): [AuthDelegateWrapper] Service intent: Intent { cmp=com.google.android.gms/.auth.account.authenticator.DefaultAuthDelegateService }. 10-05 22:05:59.965: I/Auth(23177): [AuthDelegateWrapper] Service intent: Intent { cmp=com.google.android.gms/.auth.account.authenticator.DefaultAuthDelegateService }. 10-05 22:05:59.995: D/dalvikvm(4510): GC_CONCURRENT freed 554K, 15% free 9781K/11436K, paused 73ms+10ms, total 469ms 10-05 22:05:59.995: V/AlarmManager(2347): waitForAlarm result :8 10-05 22:06:00.005: V/AlarmManager(2347): waitForAlarm result :2 10-05 22:06:00.070: D/SensorService(2347): 0.0 0.2 9.9 10-05 22:06:00.080: I/dalvikvm(4556): Turning on JNI app bug workarounds for target SDK version 10... 10-05 22:06:00.085: W/LicenseLogService(2347): log() is called by non admin 10-05 22:06:00.095: D/STATUSBAR-NetworkController(2701): refreshSignalCluster: data=-1 bt=false 10-05 22:06:00.205: D/STATUSBAR-IconMerger(2701): checkOverflow(960), More:false, Req:false Child:2 10-05 22:06:00.380: D/dalvikvm(4510): GC_CONCURRENT freed 208K, 13% free 10049K/11436K, paused 4ms+9ms, total 42ms 10-05 22:06:00.595: I/com.dropbox.android.service.CameraUploadService(3991): Finished querying providers. 10-05 22:06:00.830: D/dalvikvm(4195): GC_CONCURRENT freed 1340K, 16% free 13052K/15496K, paused 38ms+66ms, total 345ms 10-05 22:06:00.850: I/com.dropbox.android.service.CameraUploadService(3991): Finished camera upload scan. 10-05 22:06:00.895: D/dalvikvm(4510): GC_CONCURRENT freed 187K, 12% free 10303K/11596K, paused 5ms+7ms, total 40ms 10-05 22:06:00.910: E/Volley(7699): [344607] BasicNetwork.performRequest: Unexpected response code 404 for https://www.googleapis.com/drive/v2internal/files/1-wjbiLnENELGpGlDSh_b0BRMM1sG?prettyPrint=false&fields=recencyReason,md5Checksum,etag,userPermission(id,additionalRoles,name,value,photoLink,domain,role,emailAddress,withLink,type),downloadUrl,folderFeatures,webContentLink,lastModifyingUser(picture(url),emailAddress,permissionId,displayName,isAuthenticatedUser),alternateLink,webViewLink,sharedWithMeDate,description,originalFilename,createdDate,mimeType,shared,fileExtension,spaces,recency,modifiedByMeDate,gplusMedia,labels(restricted,viewed,starred,trashed),quotaBytesUsed,properties(value,visibility,key,appId),ownerNames,editable,copyable,thumbnail(image,mimeType),thumbnailLink,owners(picture(url),emailAddress,permissionId,displayName,isAuthenticatedUser),creatorAppId,parents(isRoot,id),embedLink,localId(value,space,version),subscribed,lastViewedByMeDate,folderColorRgb,version,id,fileSize,title,sharingUser(picture(url),emailAddress,permissionId,displayName,isAuthenticatedUser),appDataContents,writersCanShare,modifiedDate,authorizedAppIds,indexableText(text),explicitlyTrashed,headRevisionId&acknowledgeAbuse=false&allProperties=true&fileScopeAppIds=828230717037&updateViewedDate=false 10-05 22:06:00.930: W/NetworkResponseErrorDecoder(7699): StatusCode:404 Reason:[notFound] Location:[file] 10-05 22:06:01.000: W/LicenseLogService(2347): log() is called by non admin 10-05 22:06:01.080: D/STATUSBAR-NetworkController(2701): refreshSignalCluster: data=-1 bt=false 10-05 22:06:01.080: D/SSRMv2:Monitor(2347): SIOP:: AP = 420, Prev AP = 420, Duration = 10017 10-05 22:06:01.090: D/STATUSBAR-IconMerger(2701): checkOverflow(960), More:false, Req:false Child:2 10-05 22:06:01.095: D/SensorService(2347): -0.0 0.2 9.9 10-05 22:06:01.100: W/LicenseLogService(2347): log() is called by non admin 10-05 22:06:01.120: D/dalvikvm(4510): GC_CONCURRENT freed 387K, 13% free 10334K/11828K, paused 4ms+5ms, total 52ms 10-05 22:06:01.165: I/Unity(2207): END GAME, authenticated: True, device offline: False 10-05 22:06:01.165: I/Unity(2207):
10-05 22:06:01.165: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:06:01.165: I/Unity(2207): LEADERBOARD GLOBAL RANK UPDATING 10-05 22:06:01.165: I/Unity(2207):
10-05 22:06:01.165: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:06:01.170: I/Unity(2207): [Play Games Plugin DLL] 10/05/16 22:06:01 +02:00 DEBUG: ReportScore: score=20, board=CgkI7ZyXs40YEAIQBg 10-05 22:06:01.170: I/Unity(2207):
10-05 22:06:01.170: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:06:01.205: I/Unity(2207): [Play Games Plugin DLL] 10/05/16 22:06:01 +02:00 DEBUG: Native Submitting score: 20 for lb CgkI7ZyXs40YEAIQBg with metadata: 10-05 22:06:01.205: I/Unity(2207):
10-05 22:06:01.205: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:06:01.310: I/Unity(2207): [Play Games Plugin DLL] 10/05/16 22:06:01 +02:00 DEBUG: Invoking user callback on game thread 10-05 22:06:01.310: I/Unity(2207):
10-05 22:06:01.310: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:06:01.310: I/Unity(2207): LEADERBOARD GLOBAL RANK UPDATED: success = True 10-05 22:06:01.310: I/Unity(2207):
10-05 22:06:01.310: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:06:01.315: D/dalvikvm(4510): GC_CONCURRENT freed 419K, 13% free 10375K/11900K, paused 2ms+5ms, total 41ms 10-05 22:06:01.330: I/Unity(2207): LEADERBOARD GLOBAL RANK LOADING 10-05 22:06:01.330: I/Unity(2207):
10-05 22:06:01.330: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:06:01.535: E/DriveAsyncService(7699): Invalid parent folder. 10-05 22:06:01.535: E/DriveAsyncService(7699): OperationException[Status{statusCode=Invalid parent folder., resolution=null}] 10-05 22:06:01.535: E/DriveAsyncService(7699): at iru.j(:com.google.android.gms:760) 10-05 22:06:01.535: E/DriveAsyncService(7699): at iru.a(:com.google.android.gms:555) 10-05 22:06:01.535: E/DriveAsyncService(7699): at itp.a(:com.google.android.gms:65) 10-05 22:06:01.535: E/DriveAsyncService(7699): at isx.a(:com.google.android.gms:1108) 10-05 22:06:01.535: E/DriveAsyncService(7699): at fwh.run(:com.google.android.gms:188) 10-05 22:06:01.535: E/DriveAsyncService(7699): at hva.run(:com.google.android.gms:453) 10-05 22:06:01.535: E/DriveAsyncService(7699): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080) 10-05 22:06:01.535: E/DriveAsyncService(7699): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) 10-05 22:06:01.535: E/DriveAsyncService(7699): at hzn.run(:com.google.android.gms:17) 10-05 22:06:01.535: E/DriveAsyncService(7699): at java.lang.Thread.run(Thread.java:841) 10-05 22:06:01.605: E/SnapshotAgent(7699): Folder could not be created: Status{statusCode=Invalid parent folder., resolution=null} 1502 10-05 22:06:01.605: E/SnapshotAgent(7699): Could not find the games folder for game 828230717037 10-05 22:06:01.615: W/SnapshotAgent(7699): Could not open snapshot folder for game 828230717037 10-05 22:06:01.790: D/dalvikvm(4510): GC_CONCURRENT freed 644K, 15% free 10680K/12428K, paused 6ms+15ms, total 65ms 10-05 22:06:01.920: W/LicenseLogService(2347): log() is called by non admin 10-05 22:06:01.920: W/LicenseLogService(2347): log() is called by non admin 10-05 22:06:01.935: W/LicenseLogService(2347): log() is called by non admin 10-05 22:06:02.080: I/dalvikvm(4575): Could not find method android.app.ActivityManager.setWatchHeapLimit, referenced from method dkt.onCreate 10-05 22:06:02.080: W/dalvikvm(4575): VFY: unable to resolve virtual method 2697: Landroid/app/ActivityManager;.setWatchHeapLimit (J)V 10-05 22:06:02.080: D/dalvikvm(4575): VFY: replacing opcode 0x6e at 0x01d7 10-05 22:06:02.095: E/dalvikvm(4575): Could not find class 'android.app.job.JobScheduler', referenced from method bep.a 10-05 22:06:02.095: W/dalvikvm(4575): VFY: unable to resolve check-cast 447 (Landroid/app/job/JobScheduler;) in Lbep; 10-05 22:06:02.095: D/dalvikvm(4575): VFY: replacing opcode 0x1f at 0x000e 10-05 22:06:02.100: E/dalvikvm(4575): Could not find class 'android.app.job.JobScheduler', referenced from method bep.b 10-05 22:06:02.100: W/dalvikvm(4575): VFY: unable to resolve check-cast 447 (Landroid/app/job/JobScheduler;) in Lbep; 10-05 22:06:02.100: D/dalvikvm(4575): VFY: replacing opcode 0x1f at 0x000d 10-05 22:06:02.100: D/dalvikvm(4575): DexOpt: unable to opt direct call 0x0bce at 0x19 in Lbep;.a 10-05 22:06:02.115: I/dalvikvm(4575): Could not find method android.app.ActivityManager.isLowRamDevice, referenced from method czn.a 10-05 22:06:02.115: W/dalvikvm(4575): VFY: unable to resolve virtual method 2694: Landroid/app/ActivityManager;.isLowRamDevice ()Z 10-05 22:06:02.115: D/dalvikvm(4575): VFY: replacing opcode 0x6e at 0x0011 10-05 22:06:02.140: I/dalvikvm(4575): Could not find method android.app.Notification$Builder.setLocalOnly, referenced from method eog.a 10-05 22:06:02.140: W/dalvikvm(4575): VFY: unable to resolve virtual method 2911: Landroid/app/Notification$Builder;.setLocalOnly (Z)Landroid/app/Notification$Builder; 10-05 22:06:02.140: D/dalvikvm(4575): VFY: replacing opcode 0x6e at 0x00f9 10-05 22:06:02.145: D/SensorService(2347): -0.0 0.2 9.8 10-05 22:06:02.175: I/dalvikvm(4575): Could not find method android.app.Notification$Builder.setLocalOnly, referenced from method eog.b 10-05 22:06:02.175: W/dalvikvm(4575): VFY: unable to resolve virtual method 2911: Landroid/app/Notification$Builder;.setLocalOnly (Z)Landroid/app/Notification$Builder; 10-05 22:06:02.175: D/dalvikvm(4575): VFY: replacing opcode 0x6e at 0x00ca 10-05 22:06:02.180: I/dalvikvm(4575): Could not find method android.app.AppOpsManager.checkPackage, referenced from method eoi.a 10-05 22:06:02.180: W/dalvikvm(4575): VFY: unable to resolve virtual method 2729: Landroid/app/AppOpsManager;.checkPackage (ILjava/lang/String;)V 10-05 22:06:02.180: D/dalvikvm(4575): VFY: replacing opcode 0x6e at 0x0012 10-05 22:06:02.180: I/dalvikvm(4575): Could not find method android.content.pm.PackageManager.getPackageInstaller, referenced from method eoi.a 10-05 22:06:02.180: W/dalvikvm(4575): VFY: unable to resolve virtual method 3366: Landroid/content/pm/PackageManager;.getPackageInstaller ()Landroid/content/pm/PackageInstaller; 10-05 22:06:02.180: D/dalvikvm(4575): VFY: replacing opcode 0x6e at 0x000e 10-05 22:06:02.280: D/dalvikvm(23177): GC_CONCURRENT freed 599K, 22% free 11583K/14732K, paused 7ms+7ms, total 174ms 10-05 22:06:02.350: I/dalvikvm(4575): Could not find method com.google.android.gm.provider.DisableNotificationsProvider.getCallingPackage, referenced from method com.google.android.gm.provider.DisableNotificationsProvider.call 10-05 22:06:02.350: W/dalvikvm(4575): VFY: unable to resolve virtual method 20167: Lcom/google/android/gm/provider/DisableNotificationsProvider;.getCallingPackage ()Ljava/lang/String; 10-05 22:06:02.350: D/dalvikvm(4575): VFY: replacing opcode 0x6e at 0x0097 10-05 22:06:02.400: D/dalvikvm(7699): GC_CONCURRENT freed 1359K, 23% free 13919K/17864K, paused 11ms+9ms, total 178ms 10-05 22:06:02.410: I/dalvikvm(4575): Could not find method cah.getNotificationUri, referenced from method bzw.getNotificationUri 10-05 22:06:02.410: W/dalvikvm(4575): VFY: unable to resolve virtual method 13908: Lcah;.getNotificationUri ()Landroid/net/Uri; 10-05 22:06:02.410: D/dalvikvm(4575): VFY: replacing opcode 0x6e at 0x0008 10-05 22:06:02.415: I/dalvikvm(4575): Could not find method cah.setExtras, referenced from method bzw.setExtras 10-05 22:06:02.415: W/dalvikvm(4575): VFY: unable to resolve virtual method 13920: Lcah;.setExtras (Landroid/os/Bundle;)V 10-05 22:06:02.415: D/dalvikvm(4575): VFY: replacing opcode 0x6e at 0x0006 10-05 22:06:02.520: E/Volley(7699): [344609] BasicNetwork.performRequest: Unexpected response code 404 for https://www.googleapis.com/drive/v2internal/files/1-wjbiLnENELGpGlDSh_b0BRMM1sG?prettyPrint=false&fields=recencyReason,md5Checksum,etag,userPermission(id,additionalRoles,name,value,photoLink,domain,role,emailAddress,withLink,type),downloadUrl,folderFeatures,webContentLink,lastModifyingUser(picture(url),emailAddress,permissionId,displayName,isAuthenticatedUser),alternateLink,webViewLink,sharedWithMeDate,description,originalFilename,createdDate,mimeType,shared,fileExtension,spaces,recency,modifiedByMeDate,gplusMedia,labels(restricted,viewed,starred,trashed),quotaBytesUsed,properties(value,visibility,key,appId),ownerNames,editable,copyable,thumbnail(image,mimeType),thumbnailLink,owners(picture(url),emailAddress,permissionId,displayName,isAuthenticatedUser),creatorAppId,parents(isRoot,id),embedLink,localId(value,space,version),subscribed,lastViewedByMeDate,folderColorRgb,version,id,fileSize,title,sharingUser(picture(url),emailAddress,permissionId,displayName,isAuthenticatedUser),appDataContents,writersCanShare,modifiedDate,authorizedAppIds,indexableText(text),explicitlyTrashed,headRevisionId&acknowledgeAbuse=false&allProperties=true&fileScopeAppIds=828230717037&updateViewedDate=false 10-05 22:06:02.520: W/NetworkResponseErrorDecoder(7699): StatusCode:404 Reason:[notFound] Location:[file] 10-05 22:06:02.665: W/EasBundling(4575): in EasBundling.init, isBundlingEnabled=true 10-05 22:06:02.690: D/dalvikvm(1937): GC_EXPLICIT freed 39K, 11% free 9394K/10540K, paused 3ms+3ms, total 60ms 10-05 22:06:02.720: D/dalvikvm(1937): GC_EXPLICIT freed <1K, 11% free 9394K/10540K, paused 4ms+3ms, total 29ms 10-05 22:06:02.755: D/dalvikvm(1937): GC_EXPLICIT freed <1K, 11% free 9394K/10540K, paused 3ms+3ms, total 35ms 10-05 22:06:02.865: E/DriveAsyncService(7699): Invalid parent folder. 10-05 22:06:02.865: E/DriveAsyncService(7699): OperationException[Status{statusCode=Invalid parent folder., resolution=null}] 10-05 22:06:02.865: E/DriveAsyncService(7699): at iru.j(:com.google.android.gms:760) 10-05 22:06:02.865: E/DriveAsyncService(7699): at iru.a(:com.google.android.gms:555) 10-05 22:06:02.865: E/DriveAsyncService(7699): at itp.a(:com.google.android.gms:65) 10-05 22:06:02.865: E/DriveAsyncService(7699): at isx.a(:com.google.android.gms:1108) 10-05 22:06:02.865: E/DriveAsyncService(7699): at fwh.run(:com.google.android.gms:188) 10-05 22:06:02.865: E/DriveAsyncService(7699): at hva.run(:com.google.android.gms:453) 10-05 22:06:02.865: E/DriveAsyncService(7699): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080) 10-05 22:06:02.865: E/DriveAsyncService(7699): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) 10-05 22:06:02.865: E/DriveAsyncService(7699): at hzn.run(:com.google.android.gms:17) 10-05 22:06:02.865: E/DriveAsyncService(7699): at java.lang.Thread.run(Thread.java:841) 10-05 22:06:02.875: E/SnapshotAgent(7699): Folder could not be created: Status{statusCode=Invalid parent folder., resolution=null} 1502 10-05 22:06:02.875: E/SnapshotAgent(7699): Could not find the games folder for game 828230717037 10-05 22:06:02.875: W/SnapshotAgent(7699): Could not open snapshot folder for game 828230717037 10-05 22:06:02.880: V/GamesNativeSDK(2207): Encountered GmsCore error with status code: 4005 10-05 22:06:02.910: I/Unity(2207): [Play Games Plugin DLL] 10/05/16 22:06:02 +02:00 DEBUG: Entering internal callback for SnapshotManager#OpenCallback 10-05 22:06:02.910: I/Unity(2207):
10-05 22:06:02.910: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:06:02.915: I/Gmail(4575): getAccountsCursor 10-05 22:06:02.935: W/Unity(2207): *\ [Play Games Plugin DLL] 10/05/16 22:06:02 +02:00 ERROR: Encountered unknown status: ERROR_INTERNAL 10-05 22:06:02.935: W/Unity(2207):
10-05 22:06:02.935: W/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:06:02.935: W/dalvikvm(4596): VFY: unable to resolve static field 1040 (PR_SET_DUMPABLE) in Landroid/system/OsConstants; 10-05 22:06:02.935: D/dalvikvm(4596): VFY: replacing opcode 0x60 at 0x000b 10-05 22:06:02.955: I/Unity(2207): OPENED SAVED GAME, status: InternalError, game data is null: True 10-05 22:06:02.955: I/Unity(2207):
10-05 22:06:02.955: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37) 10-05 22:06:02.955: I/Unity(2207): CREATING NEW LOCAL DATA 10-05 22:06:02.955: I/Unity(2207):
10-05 22:06:02.955: I/Unity(2207): (Filename: ./artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 37)

claywilkinson commented 7 years ago

Thanks, I passed the log along to get more information.

kkondarev commented 7 years ago

Thank you, looking forward to more info.

claywilkinson commented 7 years ago

I got a response - It looks like the "invalid parent folder" has to do with the API permissions for your app. Can you go to the developer console and re-enable Drive API for you app and see if that works?

kkondarev commented 7 years ago

Just tried it - disabled and then again enabled Drive API from https://console.developers.google.com/apis/... Did not help, still getting "invalid parent folder". After this I tried to disconnect and re-connect the application, this did not help either.

Any other suggestions?

claywilkinson commented 7 years ago

Is this happening for all users, or just one?

kkondarev commented 7 years ago

Well I have just one user to test with, the app is not yet live. I will observe the behavior on one of the productive apps later this week and come back with more information.

kkondarev commented 7 years ago

Just tested the code in productive games, it seems to work flawlessly. Closing this and thanks for the support.