Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Touching EditorPlugin in non editor build causes crash which is hard to debug (Android) #19649

Closed
kubecz3k opened this issue Jun 19, 2018 · 5 comments
Labels

Comments

@kubecz3k
Copy link
Contributor

Godot version:
3.0.3 but also tested on ff01fd5

OS/device including version:
Android, Xiaomi A1, this probably is true also for regular (PC) exports (remember having such problem when trying to do release build of my pc game)

Issue description:
When using something like

editorPlugin = EditorPlugin.new();
add_child(editorPlugin);

somewhere in your project, then when generating APK the game will enter crash/restart loop. It's quite hard to fing the reason becaouse of the flood that's inside adb logcat, but I was able to narrow down the issue by removing scenes from my project one by one.

Portion of adb logcat

06-19 17:37:10.426 1525 2187 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10000000 pkg=games.kivano.ffy cmp=games.kivano.ffy/org.godotengine.godot.Godot} from uid 10150
06-19 17:37:10.433 8016 8069 I Adreno : QUALCOMM build : 7f08991, I8a9bdcf8d3
06-19 17:37:10.433 8016 8069 I Adreno : Build Date : 12/21/17
06-19 17:37:10.433 8016 8069 I Adreno : OpenGL ES Shader Compiler Version: EV031.20.00.04
06-19 17:37:10.433 8016 8069 I Adreno : Local Branch :
06-19 17:37:10.433 8016 8069 I Adreno : Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.6.5.R1.08.00.00.312.040
06-19 17:37:10.433 8016 8069 I Adreno : Remote Branch : NONE
06-19 17:37:10.433 8016 8069 I Adreno : Reconstruct Branch : NOTHING
06-19 17:37:10.434 8016 8069 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8953.so from the current namespace instead.
06-19 17:37:10.438 8016 8069 I Adreno : PFP: 0x005ff087, ME: 0x005ff063
06-19 17:37:10.443 7996 8080 I CarrierServices: [22381] bvs.d: Initializing SimStateTracker
06-19 17:37:10.444 7996 8080 I CarrierServices: [22381] iln.handleSimState: SIM state LOADED
06-19 17:37:10.444 8016 8069 I OpenGLRenderer: Initialized EGL, version 1.4
06-19 17:37:10.444 8016 8069 D OpenGLRenderer: Swap behavior 2
06-19 17:37:10.451 8016 8065 W GodotView: creating OpenGL ES 3.0 context :
06-19 17:37:10.454 7996 7996 D FirebaseApp: com.google.firebase.auth.FirebaseAuth is not linked. Skipping initialization.
06-19 17:37:10.457 7996 7996 D FirebaseApp: com.google.firebase.crash.FirebaseCrash is not linked. Skipping initialization.
06-19 17:37:10.457 7996 7996 D FirebaseApp: com.google.android.gms.measurement.AppMeasurement is not linked. Skipping initialization.
06-19 17:37:10.457 7996 7996 I FirebaseInitProvider: FirebaseApp initialization successful
06-19 17:37:10.458 7996 8080 I CarrierServices: [22381] iln.handleSimState: SIM changed: false. current id: [7gC3cD0fjbGaMuqmLx0uQQ_ygks]; stored id: [7gC3cD0fjbGaMuqmLx0uQQ_ygks]; isFiDevice: false
06-19 17:37:10.462 8016 8016 I godot : WARNING: not found: display/driver/keep_screen_on
06-19 17:37:10.463 7996 7996 I Bugle : Initializing EmojiCompat
06-19 17:37:10.464 8016 8065 I godot : OpenGL ES 3.0 Renderer: Adreno (TM) 506
06-19 17:37:10.468 10953 10967 I FontsContentProvider: Received query Noto Color Emoji Compat, URI content://com.google.android.gms.fonts
06-19 17:37:10.468 10953 10967 I FontsContentProvider: Query [Noto Color Emoji Compat] resolved to {Noto Color Emoji Compat, wdth 100.0, wght 400, ital 0.0, bestEffort false}
06-19 17:37:10.468 7996 7996 I Bugle : BugleApplicationBase: Bugle version: 3.3.043 (xylophone_rc22_xxhdpi.arm64-v8a.phone)
06-19 17:37:10.470 7996 8080 I CarrierServices: [22381] iln.handleSimState: Updated SIM info: currentSimId: [7gC3cD0fjbGaMuqmLx0uQQ_ygks]; imsi: [qQhRqHszWnOlmlFOWlkQCrdfTvA]; rawMsisdn: ; formattedMsisdn: ; mccmnc: [aO2gA2GduJ-Zzfhcqs7C3VsD4XA] isFiDevice: false;
06-19 17:37:10.473 7996 7996 D Bugle : Not initializing Messages for web because feature is not enabled.
06-19 17:37:10.473 10953 10967 I FontsContentProvider: Fetch {Noto Color Emoji Compat, wdth 100.0, wght 400, ital 0.0, bestEffort false} end status Status{statusCode=SUCCESS, resolution=null}
06-19 17:37:10.475 7996 8080 I CarrierServices: [22381] iln.a: Broadcasting Intent { act=com.google.android.ims.SIM_LOADED (has extras) } (extras: Bundle[{SIM_CHANGED=false}])
06-19 17:37:10.477 10953 11327 I FontsContentProvider: Pulling font file for id = 67, cache size = 4
06-19 17:37:10.477 7996 7996 I Bugle : returning RCS state provider.
06-19 17:37:10.480 1525 5754 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.ActionExecutorImpl$EmptyService } to com.google.android.apps.messaging/.shared.datamodel.action.ActionExecutorImpl$EmptyService from pid=7996 uid=10068 pkg=com.google.android.apps.messaging
06-19 17:37:10.483 7996 7996 W BugleDataModel: service started without protection. DataModel.startActionUnsafe is deprecated. class com.google.android.apps.messaging.shared.datamodel.action.CountryCodeDetectorAction-CountryCodeDetectorAction:1529422630429003
06-19 17:37:10.484 7996 7996 W BugleDataModel: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.ActionExecutorImpl$EmptyService }: app is in background uid UidRecord{b526d02 u0a68 SVC idle procs:1 seq(0,0,0)}
06-19 17:37:10.484 7996 7996 W BugleDataModel: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1505)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at android.app.ContextImpl.startService(ContextImpl.java:1461)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at android.content.ContextWrapper.startService(ContextWrapper.java:644)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.ActionExecutorImpl.a(SourceFile:25)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at ccf.a(SourceFile:92)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at ccf.a(SourceFile:51)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at cgw.b(SourceFile:75)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at cgw.a(SourceFile:36)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.ThrottledAction.schedule(SourceFile:39)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at byk.a(SourceFile:3)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at dez.a(SourceFile:77)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at dfd.onReceive(SourceFile:6)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$-android_app_LoadedApk$ReceiverDispatcher$Args_51117(LoadedApk.java:1290)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.$m$0(Unknown Source:4)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk.run(Unknown Source:0)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at android.os.Handler.handleCallback(Handler.java:789)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at android.os.Handler.dispatchMessage(Handler.java:98)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at android.os.Looper.loop(Looper.java:172)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at android.app.ActivityThread.main(ActivityThread.java:6637)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at java.lang.reflect.Method.invoke(Native Method)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
06-19 17:37:10.484 7996 7996 W BugleDataModel: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
06-19 17:37:10.485 7996 7996 I Bugle : BugleApplicationBase: Carrier config changed. Reloading MMS config.
06-19 17:37:10.486 2911 23865 I AsyncOpDispatcher: 51-RegisterOperationCall
06-19 17:37:10.487 7996 8021 I CarrierServices: [22368] ipe.shouldUseCarrierServicesApkForV1Apis: Checking if using CarrierServices.apk is possible. Enabled: true, isAtLeastM: true, runningInsideBugle: true
06-19 17:37:10.491 8016 8065 D : PlayerBase::PlayerBase()
06-19 17:37:10.492 8016 8065 D : TrackPlayerBase::TrackPlayerBase()
06-19 17:37:10.492 8016 8065 I libOpenSLES: Emulating old channel mask behavior (ignoring positional mask 0x3, using default mask 0x3 based on channel count of 2)
06-19 17:37:10.492 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.493 516 516 D compress_voip: voice_extn_compress_voip_out_get_parameters: enter
06-19 17:37:10.493 7996 7996 I BugleRcs: updating RCS availability
06-19 17:37:10.494 8016 8065 W AudioTrack: AUDIO_OUTPUT_FLAG_FAST denied by client; transfer 1, track 44100 Hz, output 48000 Hz
06-19 17:37:10.494 7996 7996 I CarrierServices: [2] iln.onReceive: Processing an intent
06-19 17:37:10.494 10953 11327 I FontsContentProvider: Pulling font file for id = 67, cache size = 4
06-19 17:37:10.494 7996 7996 I CarrierServices: [2] iln.handleSimState: SIM state LOADED
06-19 17:37:10.496 8016 8065 D AudioTrack: Client defaulted notificationFrames to 590 for frameCount 1772
06-19 17:37:10.498 516 10877 D audio_hw_primary: start_output_stream: enter: stream(0xe3c71000)usecase(12: audio-ull-playback) devices(0x2)
06-19 17:37:10.498 516 10877 D audio_hw_primary: select_devices for use case (audio-ull-playback)
06-19 17:37:10.498 516 10877 D msm8916_platform: platform_get_output_snd_device: loopback init: 0
06-19 17:37:10.498 516 10877 D msm8916_platform: platform_get_output_snd_device: exit: snd_device(speaker)
06-19 17:37:10.499 516 10877 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: )
06-19 17:37:10.499 516 10877 I msm8916_platform: platform_check_and_set_codec_backend_cfg:becf: afe: bitwidth 16, samplerate 48000 channels 2, backend_idx 0 usecase = 12 device (speaker)
06-19 17:37:10.499 516 10877 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
06-19 17:37:10.499 516 10877 I msm8916_platform: platform_check_and_set_codec_backend_cfg: becf: new_snd_devices[0] is speaker
06-19 17:37:10.499 516 10877 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 current bit width: 16 sample rate: 48000 channels: 2 usecase 12 device (speaker)
06-19 17:37:10.499 516 10877 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: playback on codec device not supporting native playback set default Sample Rate(48k)
06-19 17:37:10.499 516 10877 D msm8916_platform: platform_check_codec_backend_cfg:becf: afe: only 48KHZ sample rate is supported Configure afe to default Sample Rate(48k)
06-19 17:37:10.499 516 10877 I msm8916_platform: platform_check_codec_backend_cfg:becf: afe: Codec selected backend: 0 updated bit width: 16 sample rate: 48000 channels: 2
06-19 17:37:10.499 516 10877 D audio_hw_primary: check_usecases_codec_backend:becf: force routing 0
06-19 17:37:10.499 516 10877 E msm8916_platform: platform_check_backends_match: Invalid snd_device =
06-19 17:37:10.499 516 10877 D audio_hw_primary: check_usecases_codec_backend:becf: (59) check_usecases curr device: speaker, usecase device: backends match 0
06-19 17:37:10.499 516 10877 D audio_hw_primary: check_usecases_codec_backend:becf: check_usecases num.of Usecases to switch 0
06-19 17:37:10.499 516 10877 D hardware_info: hw_info_append_hw_type : device_name = speaker
06-19 17:37:10.499 516 10877 E audio_hw_primary: start_dsm_feedback_process: pcm device id 41
06-19 17:37:10.505 7996 7996 I CarrierServices: [2] iln.handleSimState: SIM changed: false. current id: [7gC3cD0fjbGaMuqmLx0uQQ_ygks]; stored id: [7gC3cD0fjbGaMuqmLx0uQQ_ygks]; isFiDevice: false
06-19 17:37:10.506 7996 8021 I CarrierServices: [22368] ipe.e: Network Operator: 26006
06-19 17:37:10.512 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.512 516 10877 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
06-19 17:37:10.513 516 10877 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
06-19 17:37:10.513 516 10877 I soundtrigger: audio_extn_sound_trigger_update_device_status: device 0x2 of type 0 for Event 1, with Raise=0
06-19 17:37:10.515 516 10877 D soundtrigger: audio_extn_sound_trigger_update_stream_status: uc_id 12 of type 0 for Event 3, with Raise=0
06-19 17:37:10.515 516 10877 D audio_hw_utils: audio_extn_utils_send_app_type_cfg: usecase->out_snd_device speaker
06-19 17:37:10.515 516 10877 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(0) new_snd_devices(0)
06-19 17:37:10.515 516 10877 I audio_hw_utils: ULL doesnt need sending app type cfg, returning
06-19 17:37:10.515 516 10877 D msm8916_platform: platform_split_snd_device: snd_device(2) num devices(1) new_snd_devices(0)
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> send_audio_cal, acdb_id = 1058, path = 0, app id = 0x11131, sample rate = 48000
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> send_asm_topology
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TOPOLOGY_ID
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> send_adm_topology
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TOPOLOGY_ID
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> send_audtable
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE_SIZE
06-19 17:37:10.515 516 10877 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_COMMON_TABLE
06-19 17:37:10.515 516 10877 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> AUDIO_SET_AUDPROC_CAL
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> send_audvoltable
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_VOL_STEP_TABLE_SIZE
06-19 17:37:10.515 516 10877 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-19 17:37:10.515 7996 8080 W Bugle : canonicalizeMccMnc: invalid mccmnc:null ,null
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_GAIN_DEP_STEP_TABLE, vol index 0
06-19 17:37:10.515 516 10877 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> AUDIO_SET_VOL_CAL cal type = 12
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_SIZE
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> send_audstrmtable
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AUDPROC_STREAM_TABLE_V2
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> audstrm_cal->cal_type.cal_data.cal_size = 16
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> send_afe_topology
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_TOPOLOGY_ID
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> GET_AFE_TOPOLOGY_ID for adcd_id 1058, Topology Id 10001060
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> send_afe_cal
06-19 17:37:10.515 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE_SIZE
06-19 17:37:10.516 516 10877 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-19 17:37:10.516 516 10877 D ACDB-LOADER: ACDB -> ACDB_CMD_GET_AFE_COMMON_TABLE
06-19 17:37:10.516 516 10877 D : ACDBFILE_MGR:Read the devices count as zero, please check the acdb file
06-19 17:37:10.516 516 10877 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL 1052 1052
06-19 17:37:10.515 7996 8021 I CarrierServices: [22368] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.516 516 10877 D ACDB-LOADER: ACDB -> load_dsm_calib_data fp is null error[Permission denied]
06-19 17:37:10.516 516 10877 D ACDB-LOADER: ACDB -> AUDIO_SET_AFE_CAL
06-19 17:37:10.516 516 10877 D ACDB-LOADER: ACDB -> send_hw_delay : acdb_id = 1058 path = 0
06-19 17:37:10.516 516 10877 D ACDB-LOADER: ACDB -> ACDB_AVSYNC_INFO: ACDB_CMD_GET_DEVICE_PROPERTY
06-19 17:37:10.516 516 10877 D audio_hw_primary: enable_audio_route: apply mixer and update path: audio-ull-playback speaker,snd_device[2]
06-19 17:37:10.518 516 10877 D audio_hw_primary: select_devices: done
06-19 17:37:10.518 7996 8021 I CarrierServices: [22368] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.521 7996 8080 I Bugle : Carrier configs loaded: Bundle[{remove_modify_call_capability=false, carrier_volte_provisioned_bool=false, httpSocketTimeout=60000, carrier_wfc_supports_wifi_only_bool=false, operator_selection_expand_bool=true, disable_cdma_activation_code_bool=false, simplified_network_settings_bool=false, carrier_default_wfc_ims_roaming_enabled_bool=false, cdma_nonroaming_networks_string_array=null, aliasMinChars=2, wfc_data_spn_format_idx_int=0, hide_sim_lock_settings_bool=false, drop_video_call_when_answering_audio_call_bool=false, ci_action_on_sys_update_bool=false, smsUsesSimpleCharactersOnly=true, vvm_port_number_int=0, carrier_default_wfc_ims_enabled_bool=false, dial_string_replace_string_array=null, gsm_nonroaming_networks_string_array=null, hide_ims_apn_bool=false, vvm_destination_number_string=, dtmf_type_enabled_bool=false, config_ims_package_override_string=null, smsToMmsTextThreshold=-1, disable_severe_when_extreme_disabled_bool=true, force_home_network_bool=false, enableSMSDeliveryReports=true, auto_retry_enabled_bool=false, transmit_static_image=false, carrier_force_disable_etws_cmas_test_bool=false, allow_emergency_video_calls_bool=false, csp_enabled_bool=false, default_sim_call_manager_string=, call_forwarding_blocks_while_roaming_string_array=null, support_video_conference_call_bool=true, ims_dtmf_tone_delay_int=0, carrier_instant_lettering_escaped_chars_string=, carrier_default_wfc_ims_roaming_mode_int=2, editable_wfc_mode_bool=true, support_direct_fdn_dialing_bool=false, carrier_wifi_string_array=null, treat_downgraded_video_calls_as_video_calls_bool=false, vowifi_call_quality=false, wifi_calls_can_be_hd_audio=true, support_downgrade_vt_to_audio_bool=true, use_otasp_for_provisioning_bool=false, maxMessageTextSize=-1, duration_blocking_disabled_after_emergency_int=7200, carrier_metered_roaming_apn_types_strings=[Ljava.lang.String;@49fba5a, show_apn_setting_cdma_bool=true, carrier_instant_lettering_length_limit_int=64, smsEncodingChangeable=true, config_carrier_ims_call_deflect=false, carrier_instant_lettering_invalid_chars_string=, carrier_setup_app_string=, editable_wfc_roaming_mode_bool=false, supportMmsContentDisposition=true, carrier_rtt_downgrade_supported=false, allow_non_emergency_calls_in_ecm_bool=true, use_rcs_presence_bool=false, cdma_dtmf_tone_delay_int=100, editable_voicemail_number_bool=false, filtered_cnap_names_string_array=null, enabledTransID=false, aliasEnabled=false, vvm_disabled_capabilities_string_array=null, ims_conference_size_limit_int=5, supportHttpCharsetHeader=false, allow_video_call_in_low_battery=true, vvm_prefetch_bool=true, hide_enhanced_4g_lte_bool=false, display_hd_audio_property_bool=true, has_in_call_noise_suppression_bool=false, voicemail_notification_persistent_bool=false, carrier_default_actions_on_reset_string_array=[Ljava.lang.String;@e65f48b, world_phone_bool=true, ims_reasoninfo_mapping_string_array=null, default_vm_number_string=, data_limit_threshold_bytes_long=-1, allowAttachAudio=true, ci_action_on_sys_update_extra_string=, ignore_sim_network_locked_events_bool=false, notify_international_call_on_wfc_bool=false, carrier_instant_lettering_available_bool=false, cdma_cw_cf_enabled_bool=false, stk_disable_launch_browser_bool=false, carrier_use_ims_first_for_emergency_bool=true, carrier_vt_available_bool=false, smsToMmsTextLengthThreshold=-1, config_wifi_disable_in_ecbm=false, ci_action_on_sys_update_intent_string=, additional_call_setting_bool=true, carrier_app_no_wake_signal_config=null, sms_requires_destination_number_conversion_bool=false, carrier_default_actions_on_redirection_string_array=[Ljava.lang.String;@6da968, support_swap_after_merge_bool=true, recipientLimit=2147483647, groupChatDefaultsToMMS=false, notify_vt_handover_to_wifi_failure_bool=false, gsm_dtmf_tone_delay_int=0, carrier_rtt_upgrade_supported=false, show_onscreen_dial_button_bool=true, uaProfTagName=x-wap-profile, sim_network_unlock_allow_dismiss_bool=true, cdma_3waycall_flash_delay_int=0, carrier_default_wfc_ims_mode_int=2, force_imei_bool=false, carrier_wfc_ims_avail
06-19 17:37:10.528 8016 8065 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.msm8953.so from the current namespace instead.
06-19 17:37:10.528 7996 7996 I CarrierServices: [2] iln.handleSimState: Updated SIM info: currentSimId: [7gC3cD0fjbGaMuqmLx0uQQ_ygks]; imsi: [qQhRqHszWnOlmlFOWlkQCrdfTvA]; rawMsisdn: ; formattedMsisdn: ; mccmnc: [aO2gA2GduJ-Zzfhcqs7C3VsD4XA] isFiDevice: false;
06-19 17:37:10.528 7996 8073 W native : commandlineflags.cc:1511 Ignoring RegisterValidateFunction() for flag pointer 0x782b868d28: no flag found at that address
06-19 17:37:10.529 7996 7996 I CarrierServices: [2] iln.a: Broadcasting Intent { act=com.google.android.ims.SIM_LOADED (has extras) } (extras: Bundle[{SIM_CHANGED=false}])
06-19 17:37:10.530 7996 7996 I Bugle : SimChangeReceiver: SIM LOADED
06-19 17:37:10.532 516 10877 D msm8916_platform: platform_set_channel_map mixer_ctl_name:Playback Channel Map4
06-19 17:37:10.532 516 10877 D msm8916_platform: platform_set_channel_map: set mapping(1 2 0 0 0 0 0 0) for channel:2
06-19 17:37:10.533 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.533 516 10877 D audio_hw_primary: start_output_stream: exit
06-19 17:37:10.535 516 10877 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.535 516 10877 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.542 7996 8061 W Bugle : canonicalizeMccMnc: invalid mccmnc:null ,null
06-19 17:37:10.546 7996 8061 I Bugle : Carrier configs loaded: Bundle[{remove_modify_call_capability=false, carrier_volte_provisioned_bool=false, httpSocketTimeout=60000, carrier_wfc_supports_wifi_only_bool=false, operator_selection_expand_bool=true, disable_cdma_activation_code_bool=false, simplified_network_settings_bool=false, carrier_default_wfc_ims_roaming_enabled_bool=false, cdma_nonroaming_networks_string_array=null, aliasMinChars=2, wfc_data_spn_format_idx_int=0, hide_sim_lock_settings_bool=false, drop_video_call_when_answering_audio_call_bool=false, ci_action_on_sys_update_bool=false, smsUsesSimpleCharactersOnly=true, vvm_port_number_int=0, carrier_default_wfc_ims_enabled_bool=false, dial_string_replace_string_array=null, gsm_nonroaming_networks_string_array=null, hide_ims_apn_bool=false, vvm_destination_number_string=, dtmf_type_enabled_bool=false, config_ims_package_override_string=null, smsToMmsTextThreshold=-1, disable_severe_when_extreme_disabled_bool=true, force_home_network_bool=false, enableSMSDeliveryReports=true, auto_retry_enabled_bool=false, transmit_static_image=false, carrier_force_disable_etws_cmas_test_bool=false, allow_emergency_video_calls_bool=false, csp_enabled_bool=false, default_sim_call_manager_string=, call_forwarding_blocks_while_roaming_string_array=null, support_video_conference_call_bool=true, ims_dtmf_tone_delay_int=0, carrier_instant_lettering_escaped_chars_string=, carrier_default_wfc_ims_roaming_mode_int=2, editable_wfc_mode_bool=true, support_direct_fdn_dialing_bool=false, carrier_wifi_string_array=null, treat_downgraded_video_calls_as_video_calls_bool=false, vowifi_call_quality=false, wifi_calls_can_be_hd_audio=true, support_downgrade_vt_to_audio_bool=true, use_otasp_for_provisioning_bool=false, maxMessageTextSize=-1, duration_blocking_disabled_after_emergency_int=7200, carrier_metered_roaming_apn_types_strings=[Ljava.lang.String;@244a929, show_apn_setting_cdma_bool=true, carrier_instant_lettering_length_limit_int=64, smsEncodingChangeable=true, config_carrier_ims_call_deflect=false, carrier_instant_lettering_invalid_chars_string=, carrier_setup_app_string=, editable_wfc_roaming_mode_bool=false, supportMmsContentDisposition=true, carrier_rtt_downgrade_supported=false, allow_non_emergency_calls_in_ecm_bool=true, use_rcs_presence_bool=false, cdma_dtmf_tone_delay_int=100, editable_voicemail_number_bool=false, filtered_cnap_names_string_array=null, enabledTransID=false, aliasEnabled=false, vvm_disabled_capabilities_string_array=null, ims_conference_size_limit_int=5, supportHttpCharsetHeader=false, allow_video_call_in_low_battery=true, vvm_prefetch_bool=true, hide_enhanced_4g_lte_bool=false, display_hd_audio_property_bool=true, has_in_call_noise_suppression_bool=false, voicemail_notification_persistent_bool=false, carrier_default_actions_on_reset_string_array=[Ljava.lang.String;@6cedddc, world_phone_bool=true, ims_reasoninfo_mapping_string_array=null, default_vm_number_string=, data_limit_threshold_bytes_long=-1, allowAttachAudio=true, ci_action_on_sys_update_extra_string=, ignore_sim_network_locked_events_bool=false, notify_international_call_on_wfc_bool=false, carrier_instant_lettering_available_bool=false, cdma_cw_cf_enabled_bool=false, stk_disable_launch_browser_bool=false, carrier_use_ims_first_for_emergency_bool=true, carrier_vt_available_bool=false, smsToMmsTextLengthThreshold=-1, config_wifi_disable_in_ecbm=false, ci_action_on_sys_update_intent_string=, additional_call_setting_bool=true, carrier_app_no_wake_signal_config=null, sms_requires_destination_number_conversion_bool=false, carrier_default_actions_on_redirection_string_array=[Ljava.lang.String;@1d5aee5, support_swap_after_merge_bool=true, recipientLimit=2147483647, groupChatDefaultsToMMS=false, notify_vt_handover_to_wifi_failure_bool=false, gsm_dtmf_tone_delay_int=0, carrier_rtt_upgrade_supported=false, show_onscreen_dial_button_bool=true, uaProfTagName=x-wap-profile, sim_network_unlock_allow_dismiss_bool=true, cdma_3waycall_flash_delay_int=0, carrier_default_wfc_ims_mode_int=2, force_imei_bool=false, carrier_wfc_ims_avai
06-19 17:37:10.546 7996 8080 I Bugle : ApnsOta: OTA version -1
06-19 17:37:10.547 7996 8080 D Bugle : Register Phenotype flag override receiver
06-19 17:37:10.549 7996 8061 I BugleRcs: No minimum Cs.apk version is set, not checking Cs.apk version
06-19 17:37:10.552 7996 8061 I Bugle : MSIM Rcs disabled because ENABLE_RCS_MULTISIM_V0 flag is disabled
06-19 17:37:10.552 7996 8061 I BugleRcs: RcsAvailability updated: RCS is disabled because the device has multiple SIM slots
06-19 17:37:10.553 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.558 7996 7996 I Bugle : SimChangeReceiver: SIM LOADED
06-19 17:37:10.565 7996 8071 W Bugle : canonicalizeMccMnc: invalid mccmnc:null ,null
06-19 17:37:10.570 7996 8071 I Bugle : Carrier configs loaded: Bundle[{remove_modify_call_capability=false, carrier_volte_provisioned_bool=false, httpSocketTimeout=60000, carrier_wfc_supports_wifi_only_bool=false, operator_selection_expand_bool=true, disable_cdma_activation_code_bool=false, simplified_network_settings_bool=false, carrier_default_wfc_ims_roaming_enabled_bool=false, cdma_nonroaming_networks_string_array=null, aliasMinChars=2, wfc_data_spn_format_idx_int=0, hide_sim_lock_settings_bool=false, drop_video_call_when_answering_audio_call_bool=false, ci_action_on_sys_update_bool=false, smsUsesSimpleCharactersOnly=true, vvm_port_number_int=0, carrier_default_wfc_ims_enabled_bool=false, dial_string_replace_string_array=null, gsm_nonroaming_networks_string_array=null, hide_ims_apn_bool=false, vvm_destination_number_string=, dtmf_type_enabled_bool=false, config_ims_package_override_string=null, smsToMmsTextThreshold=-1, disable_severe_when_extreme_disabled_bool=true, force_home_network_bool=false, enableSMSDeliveryReports=true, auto_retry_enabled_bool=false, transmit_static_image=false, carrier_force_disable_etws_cmas_test_bool=false, allow_emergency_video_calls_bool=false, csp_enabled_bool=false, default_sim_call_manager_string=, call_forwarding_blocks_while_roaming_string_array=null, support_video_conference_call_bool=true, ims_dtmf_tone_delay_int=0, carrier_instant_lettering_escaped_chars_string=, carrier_default_wfc_ims_roaming_mode_int=2, editable_wfc_mode_bool=true, support_direct_fdn_dialing_bool=false, carrier_wifi_string_array=null, treat_downgraded_video_calls_as_video_calls_bool=false, vowifi_call_quality=false, wifi_calls_can_be_hd_audio=true, support_downgrade_vt_to_audio_bool=true, use_otasp_for_provisioning_bool=false, maxMessageTextSize=-1, duration_blocking_disabled_after_emergency_int=7200, carrier_metered_roaming_apn_types_strings=[Ljava.lang.String;@364220e, show_apn_setting_cdma_bool=true, carrier_instant_lettering_length_limit_int=64, smsEncodingChangeable=true, config_carrier_ims_call_deflect=false, carrier_instant_lettering_invalid_chars_string=, carrier_setup_app_string=, editable_wfc_roaming_mode_bool=false, supportMmsContentDisposition=true, carrier_rtt_downgrade_supported=false, allow_non_emergency_calls_in_ecm_bool=true, use_rcs_presence_bool=false, cdma_dtmf_tone_delay_int=100, editable_voicemail_number_bool=false, filtered_cnap_names_string_array=null, enabledTransID=false, aliasEnabled=false, vvm_disabled_capabilities_string_array=null, ims_conference_size_limit_int=5, supportHttpCharsetHeader=false, allow_video_call_in_low_battery=true, vvm_prefetch_bool=true, hide_enhanced_4g_lte_bool=false, display_hd_audio_property_bool=true, has_in_call_noise_suppression_bool=false, voicemail_notification_persistent_bool=false, carrier_default_actions_on_reset_string_array=[Ljava.lang.String;@8d6f42f, world_phone_bool=true, ims_reasoninfo_mapping_string_array=null, default_vm_number_string=, data_limit_threshold_bytes_long=-1, allowAttachAudio=true, ci_action_on_sys_update_extra_string=, ignore_sim_network_locked_events_bool=false, notify_international_call_on_wfc_bool=false, carrier_instant_lettering_available_bool=false, cdma_cw_cf_enabled_bool=false, stk_disable_launch_browser_bool=false, carrier_use_ims_first_for_emergency_bool=true, carrier_vt_available_bool=false, smsToMmsTextLengthThreshold=-1, config_wifi_disable_in_ecbm=false, ci_action_on_sys_update_intent_string=, additional_call_setting_bool=true, carrier_app_no_wake_signal_config=null, sms_requires_destination_number_conversion_bool=false, carrier_default_actions_on_redirection_string_array=[Ljava.lang.String;@d467a3c, support_swap_after_merge_bool=true, recipientLimit=2147483647, groupChatDefaultsToMMS=false, notify_vt_handover_to_wifi_failure_bool=false, gsm_dtmf_tone_delay_int=0, carrier_rtt_upgrade_supported=false, show_onscreen_dial_button_bool=true, uaProfTagName=x-wap-profile, sim_network_unlock_allow_dismiss_bool=true, cdma_3waycall_flash_delay_int=0, carrier_default_wfc_ims_mode_int=2, force_imei_bool=false, carrier_wfc_ims_avai
06-19 17:37:10.573 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.575 7996 7996 D Bugle : EmojiCompat initialized
06-19 17:37:10.576 2911 11539 I AsyncOpDispatcher: 51-GetConfigurationSnapshotOperationCall
06-19 17:37:10.576 7996 7996 I BugleRcs: Broadcast disable RCS for availability (11)
06-19 17:37:10.579 7996 7996 I CarrierServices: [2] ipe.e: Network Operator: 26006
06-19 17:37:10.580 7996 7996 I CarrierServices: [2] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.581 7996 7996 I CarrierServices: [2] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.583 7996 8021 D RcsProvisioning: Retrieving backup token
06-19 17:37:10.583 7996 7996 I BugleRcs: updating RCS availability
06-19 17:37:10.583 7996 8021 D RcsProvisioning: Exception while getting subscriber Id. Using default
06-19 17:37:10.583 7996 7996 I BugleRcs: RCS availability is already updating
06-19 17:37:10.583 7996 8080 I BugleRcs: No minimum Cs.apk version is set, not checking Cs.apk version
06-19 17:37:10.585 2911 23865 I AsyncOpDispatcher: 51-RegisterOperationCall
06-19 17:37:10.585 7996 8080 I Bugle : MSIM Rcs disabled because ENABLE_RCS_MULTISIM_V0 flag is disabled
06-19 17:37:10.586 7996 8080 V BugleRcs: RcsAvailability updated but unchanged: RCS is disabled because the device has multiple SIM slots
06-19 17:37:10.590 1525 2187 W ActivityManager: Background start not allowed: service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.ActionExecutorImpl$EmptyService } to com.google.android.apps.messaging/.shared.datamodel.action.ActionExecutorImpl$EmptyService from pid=7996 uid=10068 pkg=com.google.android.apps.messaging
06-19 17:37:10.590 7996 7996 W BugleDataModel: service started without protection. DataModel.startActionUnsafe is deprecated. class com.google.android.apps.messaging.shared.datamodel.action.CommitPhenotypeAction-CommitPhenotypeAction:1529422630429008
06-19 17:37:10.591 7996 7996 W BugleDataModel: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.google.android.apps.messaging/.shared.datamodel.action.ActionExecutorImpl$EmptyService }: app is in background uid UidRecord{b526d02 u0a68 SVC idle procs:1 seq(0,0,0)}
06-19 17:37:10.591 7996 7996 W BugleDataModel: at android.app.ContextImpl.startServiceCommon(ContextImpl.java:1505)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at android.app.ContextImpl.startService(ContextImpl.java:1461)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at android.content.ContextWrapper.startService(ContextWrapper.java:644)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.ActionExecutorImpl.a(SourceFile:25)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at ccf.a(SourceFile:92)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at ccf.a(SourceFile:51)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at ccf.a(SourceFile:77)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.Action.startActionForReceiver(SourceFile:53)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.Action.startActionForReceiver(SourceFile:47)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at com.google.android.apps.messaging.shared.datamodel.action.CommitPhenotypeAction.commitPhenotype(SourceFile:2)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at cst.a(SourceFile:18)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at csu.a(Unknown Source:2)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at fzn.handleMessage(Unknown Source:51)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at android.os.Handler.dispatchMessage(Handler.java:105)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at android.os.Looper.loop(Looper.java:172)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at android.app.ActivityThread.main(ActivityThread.java:6637)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at java.lang.reflect.Method.invoke(Native Method)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
06-19 17:37:10.591 7996 7996 W BugleDataModel: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
06-19 17:37:10.591 7996 8075 V Bugle : Committing bugle phenotype.
06-19 17:37:10.591 7996 8073 W native : commandlineflags.cc:1511 Ignoring RegisterValidateFunction() for flag pointer 0x782b04a3c8: no flag found at that address
06-19 17:37:10.592 2911 11539 I AsyncOpDispatcher: 51-GetConfigurationSnapshotOperationCall
06-19 17:37:10.593 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.594 2911 11539 I AsyncOpDispatcher: 51-CommitToConfigurationOperationCall
06-19 17:37:10.614 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.654 516 21246 I chatty : uid=1041(audioserver) writer identical 2 lines
06-19 17:37:10.674 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.684 7996 8021 D RcsProvisioning: No backup token found
06-19 17:37:10.695 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.695 8016 8065 W GLSurfaceView: Warning, !readyToDraw() but waiting for draw finished! Early reporting draw finished.
06-19 17:37:10.696 8016 8065 D : PlayerBase::pause() from IPlayer
06-19 17:37:10.715 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.718 30962 30962 I GoogleInputMethod: onFinishInput() : Dummy InputConnection bound
06-19 17:37:10.719 30962 30962 I GoogleInputMethod: onStartInput() : Dummy InputConnection bound
06-19 17:37:10.735 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.741 2911 11539 I AsyncOpDispatcher: 51-CommitToConfigurationOperationCall
06-19 17:37:10.755 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.762 7996 8073 W native : commandlineflags.cc:1511 Ignoring RegisterValidateFunction() for flag pointer 0x78299e7df8: no flag found at that address
06-19 17:37:10.765 7996 8073 I Bugle : P2pConversationSuggestionsUtil: reply suggestions enabled = false
06-19 17:37:10.765 7996 8073 I Bugle : P2pConversationSuggestionsUtil: continuation suggestions enabled = false
06-19 17:37:10.766 7996 8073 W Bugle : ChatContentDecoratorGrpc: Instance created but no relevant features are enabled
06-19 17:37:10.776 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.780 7996 8073 D NetworkSecurityConfig: No Network Security Config specified, using platform default
06-19 17:37:10.796 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.837 516 21246 I chatty : uid=1041(audioserver) writer identical 2 lines
06-19 17:37:10.857 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.857 1525 1661 I ActivityManager: Displayed games.kivano.ffy/org.godotengine.godot.Godot: +752ms
06-19 17:37:10.857 1525 1661 E ANDR-PERF-JNI: com_qualcomm_qtiperformance_native_perf_io_prefetch_start
06-19 17:37:10.857 1525 1661 E ANDR-PERF-JNI: gIOPHAl initialized
06-19 17:37:10.858 442 442 W /system/bin/hwservicemanager: getTransportFromManifest: Cannot find entry vendor.qti.hardware.iop@1.0::IIop in either framework or device manifest, using default transport.
06-19 17:37:10.859 1525 1661 E ANDR-PERF-JNI: gIOPHAl calling iopstart from default
06-19 17:37:10.860 538 538 E ANDR-IOP: IOP HAL: Received pkg_name = games.kivano.ffy pid = 8016
06-19 17:37:10.860 538 538 E ANDR-IOP: event data pool ran empty
06-19 17:37:10.878 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.897 7996 8083 D SharedPreferencesImpl: Time required to fsync /data/user/0/com.google.android.apps.messaging/shared_prefs/bugle.xml: [<1: 0, <2: 0, <4: 0, <8: 0, <16: 0, <32: 0, <64: 0, <128: 0, <256: 0, <512: 1, <1024: 0, <2048: 0, <4096: 0, <8192: 0, <16384: 0, >=16384: 0]
06-19 17:37:10.898 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.905 7996 8021 E CarrierServices: [22368] igm.getFile: File not found.: /data/user/0/com.google.android.apps.messaging/files/httpft_pending (No such file or directory)
06-19 17:37:10.905 7996 8021 E CarrierServices: java.io.FileInputStream.open0(Native Method)
06-19 17:37:10.905 7996 8021 E CarrierServices: java.io.FileInputStream.open(FileInputStream.java:200)
06-19 17:37:10.905 7996 8021 E CarrierServices: java.io.FileInputStream.(FileInputStream.java:150)
06-19 17:37:10.905 7996 8021 E CarrierServices: android.app.ContextImpl.openFileInput(ContextImpl.java:514)
06-19 17:37:10.905 7996 8021 E CarrierServices: android.content.ContextWrapper.openFileInput(ContextWrapper.java:189)
06-19 17:37:10.905 7996 8021 E CarrierServices: igm.getFile(SourceFile:20)
06-19 17:37:10.905 7996 8021 E CarrierServices: com.google.android.apps.messaging.rcsmigration.RcsStateProvider.buildRcsState(SourceFile:136)
06-19 17:37:10.905 7996 8021 E CarrierServices: com.google.android.apps.messaging.rcsmigration.RcsStateProvider.getRcsState(SourceFile:6)
06-19 17:37:10.905 7996 8021 E CarrierServices: com.google.android.ims.rcsmigration.IRcsStateProvider$Stub.dispatchTransaction(SourceFile:10)
06-19 17:37:10.905 7996 8021 E CarrierServices: com.google.android.aidl.BaseStub.onTransact(SourceFile:18)
06-19 17:37:10.905 7996 8021 E CarrierServices: android.os.Binder.execTransact(Binder.java:674)
06-19 17:37:10.910 31804 8102 I CarrierServices: [21120] awt.doInBackground: Saving RCS State
06-19 17:37:10.911 31804 8102 I CarrierServices: [21120] awt.doInBackground: Old operation mode: 2
06-19 17:37:10.912 31804 8102 I CarrierServices: [21120] awt.doInBackground: New operation mode: 2
06-19 17:37:10.918 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.920 31804 31804 I CarrierServices: [2] bmq.a: RCS provisioning stopped!!
06-19 17:37:10.922 31804 31804 I CarrierServices: [2] bmq.a: RCS provisioning stopped!!
06-19 17:37:10.922 1525 1617 D CompatibilityInfo: mCompatibilityFlags - 0
06-19 17:37:10.922 1525 1617 D CompatibilityInfo: applicationDensity - 480
06-19 17:37:10.922 1525 1617 D CompatibilityInfo: applicationScale - 1.0
06-19 17:37:10.923 7996 7996 I BugleAction: IncomingRcsEventReceiver: Provisioning status: (I) RCS provisioning stopped!!
06-19 17:37:10.925 7996 7996 I BugleRcs: updating RCS availability
06-19 17:37:10.925 7996 8021 I CarrierServices: [22368] RcsStateProvider.onMigrationComplete: Migration complete.
06-19 17:37:10.925 7996 7996 I BugleRcs: RCS availability is already updating
06-19 17:37:10.925 1525 2187 D CompatibilityInfo: mCompatibilityFlags - 0
06-19 17:37:10.925 1525 2187 D CompatibilityInfo: applicationDensity - 480
06-19 17:37:10.925 1525 2187 D CompatibilityInfo: applicationScale - 1.0
06-19 17:37:10.925 7996 8061 I BugleRcs: No minimum Cs.apk version is set, not checking Cs.apk version
06-19 17:37:10.926 7996 7996 I BugleAction: IncomingRcsEventReceiver: Provisioning status: (I) RCS provisioning stopped!!
06-19 17:37:10.927 7996 8061 I Bugle : MSIM Rcs disabled because ENABLE_RCS_MULTISIM_V0 flag is disabled
06-19 17:37:10.927 7996 8061 V BugleRcs: RcsAvailability updated but unchanged: RCS is disabled because the device has multiple SIM slots
06-19 17:37:10.929 7996 8021 I CarrierServices: [22368] ipe.shouldUseCarrierServicesApkForV1Apis: Checking if using CarrierServices.apk is possible. Enabled: true, isAtLeastM: true, runningInsideBugle: true
06-19 17:37:10.931 7996 8021 I CarrierServices: [22368] ipe.e: Network Operator: 26006
06-19 17:37:10.933 7996 8021 I CarrierServices: [22368] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.933 7996 8021 I CarrierServices: [22368] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.933 7996 8021 I CarrierServices: [22368] RcsStateProvider.onMigrationComplete: Rcs Engine should be running in cs.apk. Stopping JibeService.
06-19 17:37:10.938 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.940 1525 1617 D ActivityTrigger: ActivityTrigger activityStopTrigger
06-19 17:37:10.941 7996 8021 I CarrierServices: [22368] RcsStateProvider.onMigrationComplete: JibeService stopped: false
06-19 17:37:10.943 7996 8021 I CarrierServices: [22368] ipe.e: Network Operator: 26006
06-19 17:37:10.944 7996 8021 I CarrierServices: [22368] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.944 7996 8021 I CarrierServices: [22368] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.945 7996 8021 I CarrierServices: [22368] jua.connect: shouldUseCarrierServicesJibeService: true, CarrierServices rcs service found: true
06-19 17:37:10.945 7996 8021 I CarrierServices: [22368] jua.connect: Binding to JibeService in CarrierServices.
06-19 17:37:10.947 7996 7996 D RcsClientLib: Service com.google.android.rcs.client.chatsession.ChatSessionService connected. Will notify listeners: true
06-19 17:37:10.947 7996 7996 V BugleRcs: com.google.android.rcs.client.chatsession.ChatSessionService RCS service connected
06-19 17:37:10.948 7996 8021 I CarrierServices: [22368] ipe.e: Network Operator: 26006
06-19 17:37:10.949 7996 8021 I CarrierServices: [22368] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.950 7996 8021 I CarrierServices: [22368] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.951 7996 8021 I CarrierServices: [22368] jua.connect: shouldUseCarrierServicesJibeService: true, CarrierServices rcs service found: true
06-19 17:37:10.951 7996 8021 I CarrierServices: [22368] jua.connect: Binding to JibeService in CarrierServices.
06-19 17:37:10.954 7996 7996 D RcsClientLib: Service com.google.android.rcs.client.events.EventService connected. Will notify listeners: true
06-19 17:37:10.954 7996 7996 V BugleRcs: com.google.android.rcs.client.events.EventService RCS service connected
06-19 17:37:10.955 7996 8021 I CarrierServices: [22368] ipe.e: Network Operator: 26006
06-19 17:37:10.956 7996 8021 I CarrierServices: [22368] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.957 7996 8021 I CarrierServices: [22368] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.957 7996 8021 I CarrierServices: [22368] jua.connect: shouldUseCarrierServicesJibeService: true, CarrierServices rcs service found: true
06-19 17:37:10.958 7996 8021 I CarrierServices: [22368] jua.connect: Binding to JibeService in CarrierServices.
06-19 17:37:10.959 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.959 7996 7996 D RcsClientLib: Service com.google.android.rcs.client.contacts.ContactsService connected. Will notify listeners: true
06-19 17:37:10.959 7996 7996 V BugleRcs: com.google.android.rcs.client.contacts.ContactsService RCS service connected
06-19 17:37:10.961 7996 8021 I CarrierServices: [22368] ipe.e: Network Operator: 26006
06-19 17:37:10.962 7996 8021 I CarrierServices: [22368] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.962 7996 8021 I CarrierServices: [22368] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.963 7996 8021 I CarrierServices: [22368] jua.connect: shouldUseCarrierServicesJibeService: true, CarrierServices rcs service found: true
06-19 17:37:10.963 7996 8021 I CarrierServices: [22368] jua.connect: Binding to JibeService in CarrierServices.
06-19 17:37:10.964 7996 7996 D RcsClientLib: Service com.google.android.rcs.client.filetransfer.FileTransferService connected. Will notify listeners: true
06-19 17:37:10.964 7996 7996 V BugleRcs: com.google.android.rcs.client.filetransfer.FileTransferService RCS service connected
06-19 17:37:10.966 7996 8021 I CarrierServices: [22368] ipe.e: Network Operator: 26006
06-19 17:37:10.967 7996 8021 I CarrierServices: [22368] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.967 7996 8021 I CarrierServices: [22368] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.969 7996 8021 I CarrierServices: [22368] jua.connect: shouldUseCarrierServicesJibeService: true, CarrierServices rcs service found: true
06-19 17:37:10.969 7996 8021 I CarrierServices: [22368] jua.connect: Binding to JibeService in CarrierServices.
06-19 17:37:10.971 7996 7996 D RcsClientLib: Service com.google.android.rcs.client.locationsharing.LocationSharingService connected. Will notify listeners: true
06-19 17:37:10.972 7996 7996 V BugleRcs: com.google.android.rcs.client.locationsharing.LocationSharingService RCS service connected
06-19 17:37:10.973 7996 8021 I CarrierServices: [22368] ipe.e: Network Operator: 26006
06-19 17:37:10.975 7996 8021 I CarrierServices: [22368] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.975 7996 8021 I CarrierServices: [22368] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.976 7996 8021 I CarrierServices: [22368] jua.connect: shouldUseCarrierServicesJibeService: true, CarrierServices rcs service found: true
06-19 17:37:10.976 7996 8021 I CarrierServices: [22368] jua.connect: Binding to JibeService in CarrierServices.
06-19 17:37:10.977 7996 7996 D RcsClientLib: Service com.google.android.rcs.client.ims.ImsConnectionTrackerService connected. Will notify listeners: true
06-19 17:37:10.977 7996 7996 V BugleRcs: com.google.android.rcs.client.ims.ImsConnectionTrackerService RCS service connected
06-19 17:37:10.979 7996 8021 I CarrierServices: [22368] ipe.e: Network Operator: 26006
06-19 17:37:10.979 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:10.980 7996 7996 V BugleRcs: kicking off RCS sending/receiving
06-19 17:37:10.980 7996 8021 I CarrierServices: [22368] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.980 7996 7996 V BugleAction: no RCS because we're not registered
06-19 17:37:10.980 7996 8021 I CarrierServices: [22368] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.981 7996 8021 I CarrierServices: [22368] jua.connect: shouldUseCarrierServicesJibeService: true, CarrierServices rcs service found: true
06-19 17:37:10.981 7996 8021 I CarrierServices: [22368] jua.connect: Binding to JibeService in CarrierServices.
06-19 17:37:10.983 7996 7996 D RcsClientLib: Service com.google.android.rcs.client.profile.RcsProfileService connected. Will notify listeners: true
06-19 17:37:10.983 7996 7996 V BugleRcs: com.google.android.rcs.client.profile.RcsProfileService RCS service connected
06-19 17:37:10.983 7996 7996 V BugleRcs: kicking off RCS sending/receiving
06-19 17:37:10.984 7996 7996 V BugleAction: no RCS because we're not registered
06-19 17:37:10.984 7996 8021 I CarrierServices: [22368] ipe.e: Network Operator: 26006
06-19 17:37:10.985 31804 31818 W CarrierServices: [21008] bmc.a: No config URL. RCS will be disabled!
06-19 17:37:10.985 7996 7996 I BugleRcs: RcsAvailability ACS url: null
06-19 17:37:10.985 7996 8021 I CarrierServices: [22368] ipe.e: carrierWithOldEcApis: false
06-19 17:37:10.985 7996 8021 I CarrierServices: [22368] ipe.e: hasDialerThatSupportsNewEc: false
06-19 17:37:10.986 7996 8021 I CarrierServices: [22368] jua.connect: shouldUseCarrierServicesJibeService: true, CarrierServices rcs service found: true
06-19 17:37:10.986 7996 8021 I CarrierServices: [22368] jua.connect: Binding to JibeService in CarrierServices.
06-19 17:37:10.988 7996 7996 D RcsClientLib: Service com.google.android.rcs.client.businessinfo.BusinessInfoService connected. Will notify listeners: true
06-19 17:37:10.988 7996 7996 V BugleRcs: com.google.android.rcs.client.businessinfo.BusinessInfoService RCS service connected
06-19 17:37:10.989 7996 7996 V BugleRcs: kicking off RCS sending/receiving
06-19 17:37:10.989 7996 7996 V BugleAction: no RCS because we're not registered
06-19 17:37:10.990 31804 31818 W CarrierServices: [21008] bmc.a: No config URL. RCS will be disabled!
06-19 17:37:10.990 7996 7996 I BugleRcs: RcsAvailability ACS url: null
06-19 17:37:10.996 3084 4683 E SecUISvc: Error initializing local socket: -1
06-19 17:37:10.998 7996 8021 D RcsProvisioning: Clearing backup token
06-19 17:37:10.998 7996 8021 D RcsProvisioning: Exception while getting subscriber Id. Using default
06-19 17:37:10.999 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.019 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.028 7996 8021 I CarrierServices: [22368] RcsStateProvider.onMigrationComplete: Deleted transfers file: false
06-19 17:37:11.040 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.046 31804 31804 I CarrierServices: [2] aww.a: Unbinding RcsMigrationService
06-19 17:37:11.048 1525 2187 I ActivityManager: Killing 7482:com.dropbox.android:crashes/u0a96 (adj 906): empty #17
06-19 17:37:11.051 7351 7351 I StreamRenderer: cleanUpRendererScope(nowcards-5944952416396330951)
06-19 17:37:11.056 7351 7406 I PBSessionCacheImpl: Deleted sessionId[9773459922541] from persistence.
06-19 17:37:11.060 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.061 7351 7351 W SearchServiceCore: Abort, client detached.
06-19 17:37:11.062 7351 7351 I StreamController: cleanUpControllerScope(nowcards-5944952416396330951)
06-19 17:37:11.073 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:11.073 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:11.073 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:11.073 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:11.074 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.074 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.074 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:11.074 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:11.074 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:11.074 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:11.074 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.074 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.075 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:11.075 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:11.075 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:11.075 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:11.075 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.075 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.080 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:11.080 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.080 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:11.080 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:11.080 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:11.100 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.283 516 21246 I chatty : uid=1041(audioserver) writer identical 9 lines
06-19 17:37:11.304 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.316 10953 4254 I Icing : Indexing 5922FBF4ECFD9DE82CAF571306475213EF83BF9F from com.google.android.gms
06-19 17:37:11.324 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.344 516 21246 I chatty : uid=1041(audioserver) writer identical 1 line
06-19 17:37:11.364 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.376 10953 4254 I Icing : Indexing done 5922FBF4ECFD9DE82CAF571306475213EF83BF9F
06-19 17:37:11.376 10953 4254 I Icing : Indexing A2A97F7DD22111FCC0F85E513C72852ABCE38438 from com.google.android.gms
06-19 17:37:11.385 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.385 10953 4254 I Icing : Indexing F8C6106A02F6369C9FECCDAD60418E6266CCB5F2 from com.google.android.gms
06-19 17:37:11.394 10953 4254 I Icing : Indexing 24B68B69E24DAD12D6E0A1EED8B3BEF652EBF9FC from com.google.android.gms
06-19 17:37:11.401 10953 4254 I Icing : Indexing CC730B2C6C4B7D9A7C6BA42EA00CD919D4335FDD from com.google.android.gms
06-19 17:37:11.405 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.408 10953 4254 I Icing : Indexing 51C055D81C65CC64B434BBF433E255E6FA475D07 from com.google.android.gms
06-19 17:37:11.417 10953 4254 I Icing : Indexing done A2A97F7DD22111FCC0F85E513C72852ABCE38438
06-19 17:37:11.420 10953 4254 I Icing : Indexing done F8C6106A02F6369C9FECCDAD60418E6266CCB5F2
06-19 17:37:11.423 10953 4254 I Icing : Indexing done 24B68B69E24DAD12D6E0A1EED8B3BEF652EBF9FC
06-19 17:37:11.425 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.426 10953 4254 I Icing : Indexing done CC730B2C6C4B7D9A7C6BA42EA00CD919D4335FDD
06-19 17:37:11.430 10953 4254 I Icing : Indexing done 51C055D81C65CC64B434BBF433E255E6FA475D07
06-19 17:37:11.439 30962 30962 I IcingNotification: Received intent: Intent { act=com.google.android.gms.icing.IME_NOTIFICATION flg=0x10 pkg=com.google.android.inputmethod.latin (has extras) }
06-19 17:37:11.442 30962 30962 I chatty : uid=10067(u0_a67) com.google.android.inputmethod.latin identical 3 lines
06-19 17:37:11.444 30962 30962 I IcingNotification: Received intent: Intent { act=com.google.android.gms.icing.IME_NOTIFICATION flg=0x10 pkg=com.google.android.inputmethod.latin (has extras) }
06-19 17:37:11.445 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.447 30962 30962 I IcingNotification: Received intent: Intent { act=com.google.android.gms.icing.IME_NOTIFICATION flg=0x10 pkg=com.google.android.inputmethod.latin (has extras) }
06-19 17:37:11.464 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:11.464 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:11.464 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:11.464 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:11.464 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.464 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.465 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:11.465 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:11.465 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:11.465 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:11.465 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.465 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.465 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:11.465 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:11.465 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:11.465 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:11.465 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.465 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.466 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.471 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:11.471 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:11.471 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:11.471 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:11.486 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.810 516 21246 I chatty : uid=1041(audioserver) writer identical 16 lines
06-19 17:37:11.830 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.842 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:11.843 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:11.843 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:11.843 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:11.843 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.843 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.843 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:11.843 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:11.843 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:11.843 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:11.843 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.843 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.844 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:11.844 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:11.844 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:11.844 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:11.844 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.844 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:11.849 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:11.849 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:11.849 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:11.849 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:11.851 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.972 516 21246 I chatty : uid=1041(audioserver) writer identical 6 lines
06-19 17:37:11.992 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:11.998 3084 4683 E SecUISvc: Error initializing local socket: -1
06-19 17:37:12.013 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:12.195 516 21246 I chatty : uid=1041(audioserver) writer identical 9 lines
06-19 17:37:12.215 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:12.226 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:12.226 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:12.226 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:12.226 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:12.227 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.227 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.227 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:12.227 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:12.227 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:12.227 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:12.227 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.227 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.227 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:12.227 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:12.227 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:12.227 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:12.227 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.227 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.232 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:12.233 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:12.233 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:12.233 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:12.235 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:12.560 516 21246 I chatty : uid=1041(audioserver) writer identical 16 lines
06-19 17:37:12.580 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:12.597 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:12.597 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:12.597 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:12.597 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:12.598 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.598 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.598 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:12.598 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:12.598 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:12.598 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:12.598 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.598 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.598 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:12.598 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:12.598 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:12.598 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:12.598 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.598 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.600 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:12.603 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:12.603 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:12.603 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:12.603 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:12.621 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:12.946 516 21246 I chatty : uid=1041(audioserver) writer identical 16 lines
06-19 17:37:12.966 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:12.980 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:12.981 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:12.981 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:12.981 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:12.981 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.981 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.981 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:12.981 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:12.981 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:12.981 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:12.981 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.981 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.982 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:12.982 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:12.982 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:12.982 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:12.982 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.982 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:12.986 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:12.987 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:12.987 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:12.987 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:12.987 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:13.002 3084 4683 E SecUISvc: Error initializing local socket: -1
06-19 17:37:13.009 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:13.354 516 21246 I chatty : uid=1041(audioserver) writer identical 17 lines
06-19 17:37:13.374 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:13.381 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:13.381 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:13.381 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:13.381 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:13.382 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.382 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.382 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:13.382 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:13.382 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:13.382 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:13.382 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.382 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.382 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:13.382 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:13.382 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:13.382 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:13.382 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.382 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.388 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:13.388 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:13.388 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:13.388 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:13.395 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:13.476 516 21246 I chatty : uid=1041(audioserver) writer identical 4 lines
06-19 17:37:13.496 516 21246 W StreamHAL: Error from HAL stream in function get_presentation_position: Operation not permitted
06-19 17:37:13.779 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:13.779 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:13.779 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:13.779 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:13.780 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.780 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.780 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:13.780 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:13.780 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:13.780 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:13.780 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.780 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.781 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:13.781 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:13.781 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:13.781 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:13.781 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.781 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:13.786 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:13.786 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:13.786 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:13.786 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:14.004 3084 4683 E SecUISvc: Error initializing local socket: -1
06-19 17:37:14.243 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:14.243 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:14.243 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:14.243 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:14.243 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.243 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.243 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:14.243 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:14.243 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:14.243 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:14.243 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.244 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.244 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:14.244 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:14.244 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:14.244 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:14.244 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.244 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.249 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:14.249 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:14.249 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:14.249 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:14.649 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:14.649 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:14.649 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:14.649 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:14.649 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.649 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.650 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:14.650 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:14.650 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:14.650 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:14.650 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.650 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.650 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:14.650 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:14.650 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:14.650 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:14.650 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.650 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:14.656 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:14.656 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:14.656 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:14.656 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:15.007 3084 4683 E SecUISvc: Error initializing local socket: -1
06-19 17:37:15.113 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:15.113 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin
06-19 17:37:15.113 8016 8065 E godot : ERROR: Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:15.113 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:772:load_byte_code() - Method/Function Failed, returning: ERR_COMPILATION_FAILED
06-19 17:37:15.113 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:15.113 8016 8065 E godot : At: modules/gdscript/gdscript.cpp:1860:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:15.113 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.gdc
06-19 17:37:15.113 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:15.113 8016 8065 E godot : ERROR: res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:15.113 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/LevelGenerator/LevelGenerator.tscn:3 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.gd
06-19 17:37:15.113 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:15.113 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:15.114 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:15.114 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:15.114 8016 8065 E godot : ERROR: res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:15.114 8016 8065 E godot : At: scene/resources/scene_format_text.cpp:439:poll() - res://gameplay/Level/Level.tscn:8 - Parse Error: [ext_resource] referenced nonexistent resource at: res://gameplay/LevelGenerator/LevelGenerator.tscn
06-19 17:37:15.114 8016 8065 E godot : ERROR: Condition ' err != OK ' is true. returned: RES()
06-19 17:37:15.114 8016 8065 E godot : At: core/io/resource_loader.cpp:149:load() - Condition ' err != OK ' is true. returned: RES()
06-19 17:37:15.120 8016 8065 E godot : ERROR: Failed loading resource: res://gameplay/Level/Level.tscn
06-19 17:37:15.120 8016 8065 E godot : At: core/io/resource_loader.cpp:186:_load() - Method/Function Failed, returning: RES()
06-19 17:37:15.120 8016 8065 E godot : ERROR: Failed loading scene: res://gameplay/Level/Level.tscn
06-19 17:37:15.120 8016 8065 E godot : At: main/main.cpp:1679:start() - Condition ' !scene ' is true. returned: false
06-19 17:37:15.278 7996 8043 I zygote64: Waiting for a blocking GC ProfileSaver
06-19 17:37:15.410 1525 8733 I ActivityManager: Process com.google.android.gms.learning (pid 7808) has died: cch+4CEM
06-19 17:37:15.449 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.471 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.485 8048 8063 I zygote : Waiting for a blocking GC ProfileSaver
06-19 17:37:15.489 1525 3149 I ActivityManager: Process com.sygic.aura (pid 7754) has died: cch+4CEM
06-19 17:37:15.493 555 555 E lowmemorykiller: Error opening /proc/7235/oom_score_adj; errno=2
06-19 17:37:15.493 1525 5754 I ActivityManager: Process pl.otomoto (pid 7235) has died: cch+6CEM
06-19 17:37:15.509 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.513 1525 5754 I ActivityManager: Process com.instagram.android (pid 5704) has died: cch+4CEM
06-19 17:37:15.530 1525 8733 I ActivityManager: Process com.android.vending:instant_app_installer (pid 7865) has died: cch+4CEM
06-19 17:37:15.533 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.543 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.548 2911 2911 I WearableService: Wearable Services stopping
06-19 17:37:15.563 7996 8043 I zygote64: WaitForGcToComplete blocked for 287.447ms for cause ProfileSaver
06-19 17:37:15.566 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.573 1525 5713 I ActivityManager: Process com.joybits.doodlegod_hd_humblebundle (pid 7283) has died: cch+6CEM
06-19 17:37:15.584 1525 5754 I ActivityManager: Process com.android.documentsui (pid 7913) has died: cch+4CEM
06-19 17:37:15.594 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.599 3052 3052 D TriggerApplication: onTrimMemory
06-19 17:37:15.615 1525 5713 I ActivityManager: Process android.process.media (pid 7936) has died: cch+6CEM
06-19 17:37:15.617 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.639 8048 8063 I zygote : WaitForGcToComplete blocked for 156.206ms for cause ProfileSaver
06-19 17:37:15.645 1525 3149 I ActivityManager: Process com.android.keychain (pid 7843) has died: cch+6CEM
06-19 17:37:15.693 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.717 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.745 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.747 1525 5713 I ActivityManager: Process com.android.defcontainer (pid 4854) has died: cch+4CEM
06-19 17:37:15.766 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.771 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.778 1525 5713 I ActivityManager: Process com.android.musicfx (pid 4905) has died: cch+6CEM
06-19 17:37:15.784 3052 3052 D TriggerApplication: onTrimMemory
06-19 17:37:15.794 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.798 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.800 7996 8071 V Bugle : Reclaiming memory.
06-19 17:37:15.802 24360 24360 I Finsky : [2] com.google.android.finsky.cc.a.onTrimMemory(7): Memory trim requested to level 5
06-19 17:37:15.805 1525 5713 I ActivityManager: Process com.android.printspooler (pid 4953) has died: cch+6CEM
06-19 17:37:15.820 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.824 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.846 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.850 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.872 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.877 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.878 24360 24360 I Finsky : [2] com.google.android.finsky.cc.a.onTrimMemory(7): Memory trim requested to level 10
06-19 17:37:15.899 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.903 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.909 1525 16373 I ActivityManager: Process com.humblebundle.library (pid 5111) has died: cch+4CEM
06-19 17:37:15.917 24360 24360 I Finsky : [2] com.google.android.finsky.cc.a.onTrimMemory(7): Memory trim requested to level 15
06-19 17:37:15.919 3052 3052 D TriggerApplication: onTrimMemory
06-19 17:37:15.927 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.931 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.946 1525 16373 I ActivityManager: Process com.ketchapp.spacefrontier2 (pid 8048) has died: cch+2CEM
06-19 17:37:15.954 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.958 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:15.981 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:15.985 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.007 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.009 3084 4683 E SecUISvc: Error initializing local socket: -1
06-19 17:37:16.011 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.033 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.037 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.059 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.064 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.086 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.091 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.112 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.117 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.139 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.143 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.150 7351 7351 I MemoryTrimmer: Trimming objects from memory, since app is in the background.
06-19 17:37:16.166 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.171 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.193 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.198 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.220 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.224 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.247 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.251 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.273 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.278 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.300 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.304 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.325 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.330 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.352 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.356 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.378 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.383 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.406 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.410 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.432 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.437 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.460 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.465 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.487 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.491 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.513 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.518 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.540 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.139 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.143 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.150 7351 7351 I MemoryTrimmer: Trimming objects from memory, since app is in the background.
06-19 17:37:16.166 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.171 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.193 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.198 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.220 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.224 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.247 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.251 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.273 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.278 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.300 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.304 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.325 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.330 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.352 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.356 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.378 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.383 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.406 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.410 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.432 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.437 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.460 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.465 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.487 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.491 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.513 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
06-19 17:37:16.518 8016 8065 W Adreno-GSL: <sharedmem_gpuobj_alloc:2318>: sharedmem_gpumem_alloc: mmap failed errno 12 Out of memory
06-19 17:37:16.540 8016 8065 E Adreno-GSL: <gsl_memory_alloc_pure:2198>: GSL MEM ERROR: kgsl_sharedmem_alloc ioctl failed.
(...)

There are

06-19 17:37:11.073  8016  8065 E godot   : **SCRIPT ERROR**: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:11.073  8016  8065 E godot   :    At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin

but I was totally unable to find them. Not sure if there is something we can do to make those kind of errors be easier to debug? Especially that I imagine in the future there will be more scenarios in which some node might be inaccessible in release builds.

Steps to reproduce:

  1. Create main scene of the project with a script
  2. Add such code in script ready function:
editorPlugin = EditorPlugin.new();
add_child(editorPlugin);
  1. Try to export the game and run it
@vnen
Copy link
Member

vnen commented Jun 19, 2018

BTW, you can filter the adb output to get only Godot messages: adb logcat *:S Godot:V (meaning everything is silent, Godot is verbose).

@kubecz3k
Copy link
Contributor Author

kubecz3k commented Jun 19, 2018

@vnen thanks! I was looking for something like that when I was debugging this, but unfortunately it's not so simple, for example, above way of logging for this situation would give only such very short log:

Installing into device (please wait..): Xiaomi Mi A1
Success
Starting: Intent { act=android.intent.action.MAIN cmp=games.kivano.ffy/org.godotengine.godot.Godot }

@vnen
Copy link
Member

vnen commented Jun 19, 2018

Maybe it's case sensitive and needs to be godot in lower-case, like it's shown in the log (I haven't done this in a while).

@akien-mga
Copy link
Member

It's not really related to EditorPlugin though, the same would happen with any call to an API that doesn't exist. Android logs are more verbose but the godot : logs do mention the error:

06-19 17:37:11.073 8016 8065 E godot : SCRIPT ERROR: Compile Error: Identifier not found: EditorPlugin
06-19 17:37:11.073 8016 8065 E godot : At: res://gameplay/LevelGenerator/LevelGenerator.gdc:36:GDScript::load_byte_code() - Compile Error: Identifier not found: EditorPlugin

On desktop it would only show those errors as it wouldn't be mixed with a dump of all related process logs.

As such, I'm not sure what's the exact topic this issue should address:

  • EditorPlugin can't be used in non-tools builds, so there should be a runtime error in the editor when running a game using it
  • Game crashes if EditorPlugin is used: that's normal, back to previous point (using EditorPlugin or other editor-only APIs should not be allowed in game code)
  • Android logs are hard to read:

@kubecz3k
Copy link
Contributor Author

@vnen you are right, with godot with small letter seems to work fine!
@akien-mga I had quite a problem when I was opening the issue, for the reasons you mentioned. I will close this one and open new more direct one about the fact that EditorPlugin should cause runtime error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants