Search Unity

Moving DOTS to 2020.1

Discussion in 'Entity Component System' started by simons_unity, Jun 12, 2020.

Thread Status:
Not open for further replies.
  1. CPlusSharp22

    CPlusSharp22

    Joined:
    Dec 1, 2012
    Posts:
    111
    Glad to see this thread bumped because, I gotta say, this has been one of the worst Unity decisions that has impacted my dev flow significantly.

    In order to "properly" use Entities and keep up to date, you have to sacrifice all stability across Unity (and LTS support) for a preview package and workflow. Unity has basically forced an "all or nothing" approach to preview packages with this move. It's a serious struggle and blocker for devs who want to ship something production ready for everything non-entities.

    There were so many fixes and improvements going into Entities 0.12 through 0.15 that do not have dependencies on Unity 2020. So everyone who invested time into Unity 2019 LTS is left drowning in outstanding issues with no support. Everything from corrupted heaps and broken APIs to huge performance issues. I've forked my own version of 0.11 and I'm manually integrating over fixes from Unity in later versions, such a bizarre thing to make us do.

    If there was any indication of this happening earlier, rather than so abruptly, would have never invested time into Entities at all.
     
  2. alexandre-fiset

    alexandre-fiset

    Joined:
    Mar 19, 2012
    Posts:
    715


    The thing is this ^.

    When we adopted ECS in various areas of our game prototype (full game scheduled for late 2021), never had we thought that Unity would push it back two LTS versions ahead.

    It is abandonned for 2019 cycle, and most likely out of 2020 scope as well.

    There's lack of committment in supporting these packages and I fear this will have a lot of consequences on Unity developers.

    Starting a project in 2020 for 2023, what developers should use? Is using DOTS safe or not?

    The current answer to these is "only time will tell" and for a business planning ahead, that's bad.
     
    Opeth001, Rewaken, Ghosthowl and 8 others like this.
  3. CPlusSharp22

    CPlusSharp22

    Joined:
    Dec 1, 2012
    Posts:
    111
    "The current answer to these is "only time will tell" and for a business planning ahead, that's bad."

    Exactly. Any project that intends to ship in the next year or more should actively avoid any Entities usage. It's nuts. This wasn't what was discussed a year ago at all. I get that things change and timelines/priorities drift, but to actively go and block out those developers and leave them stranded is unacceptable.

    The whole LTS dev cycle promise is completely ruined if you have anything that touches these preview packages. Every part of your game, ECS or not, is at risk which undermines the whole point of packages which was marketed to me/us.

    The more I've given this thought, the more frustrated I get that we accepted the risk and gambled a bit but was mislead to believing what was being gambled until now.

    And the "time will tell" thing is even worse because there were lots of things over a year ago that was said to be "yes its in development" or "we're working on it" when asked when something is coming out, and here we are now still asking the same questions and getting the same non-answers. Unity needs more deadlines and be held accountable to them, or alternatively, don't market things to devs that you can't promise will come out within a year. Don't mention them, don't show it off, don't even discuss them openly because it's all incredibly misleading even if you say "don't expect this to come out soon". More often then not, this whole debacle proves that it's more often the likelyhood it either never comes out or only comes out 2+ years later. They did this with multiplayer, FPS Sample, and now DOTS and DOTS Shooter.

    The work being done is great. I think these "ideas", I won't even call them features anymore, are excellent. But when I said I was going to ship soon, I meant it and to be told that going Entities was a good option when talking directly with Unity was super misleading.
     
    Last edited: Aug 25, 2020
  4. alexandre-fiset

    alexandre-fiset

    Joined:
    Mar 19, 2012
    Posts:
    715
    Even Mathematics is not included in 2020 LTS planned packages :rolleyes:
     
    CPlusSharp22 likes this.
  5. CPlusSharp22

    CPlusSharp22

    Joined:
    Dec 1, 2012
    Posts:
    111
    Is there a place to take a look at what is planned?
     
  6. alexandre-fiset

    alexandre-fiset

    Joined:
    Mar 19, 2012
    Posts:
    715
    Well their blog post is pretty vague about it, and their roadmap page as well (no DOTS or entities there).

    ...but at least we know these things are not planned for 2020 LTS:

    com.ptc.vuforia.engine
    com.unity.2d.entities
    com.unity.ai.planner
    com.unity.aovrecorder
    com.unity.assetbundlebrowser
    com.unity.assetgraph
    com.unity.barracuda
    com.unity.barracuda.burst
    com.unity.build-report-inspector
    com.unity.cloud.userreporting
    com.unity.collections
    com.unity.connect.share
    com.unity.dots.editor
    com.unity.entities
    com.unity.film-tv.toolbox
    com.unity.google.resonance.audio
    com.unity.immediate-window
    com.unity.mathematics
    com.unity.meshsync
    com.unity.multiplayer-hlapi
    com.unity.package-manager-doctools
    com.unity.package-manager-ui
    com.unity.package-validation-suite
    com.unity.physics
    com.unity.platforms
    com.unity.platforms.android
    com.unity.platforms.linux
    com.unity.platforms.macos
    com.unity.platforms.web
    com.unity.platforms.windows
    com.unity.playablegraph-visualizer
    com.unity.render-pipelines.lightweight
    com.unity.rendering.hybrid
    com.unity.renderstreaming
    com.unity.scene-template
    com.unity.simulation.client
    com.unity.simulation.core
    com.unity.simulation.capture
    com.unity.simulation.games
    com.unity.standardevents
    com.unity.streaming-image-sequence
    com.unity.test-framework.performance
    com.unity.tiny.all
    com.unity.transport
    com.unity.upm.develop
    com.unity.vectorgraphics
    com.unity.webrtc
    com.unity.xr.googlevr.android
    com.unity.xr.googlevr.ios
    com.unity.xr.legacyinputhelpers
    com.unity.xr.oculus.android
    com.unity.xr.oculus.standalone
    com.unity.xr.openvr.standalone
    com.unity.xr.arsubsystems
    com.unity.xr.interactionsubsystems
    com.unity.xr.windowsmr.metro
     
    nicolasgramlich and CPlusSharp22 like this.
  7. nicolasgramlich

    nicolasgramlich

    Joined:
    Sep 21, 2017
    Posts:
    231
    So I took the dive and jumped on 2020.1 and I did indeed run into an error. I can't build due to this:


    Code (CSharp):
    1. > Task :unityLibrary:BuildIl2CppTask FAILED
    2. Running il2cpp.exe in workstation GC mode.
    3. il2cpp.exe didn't catch exception: System.InvalidOperationException: Sequence contains no matching element
    4.  at System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00011] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
    5.  at Unity.Options.OptionsParser.ParseEnumValue (System.Type type, System.String value) [0x00024] in <7ba99c4b386f49249f563198b86bf734>:0
    6.  at Unity.Options.OptionsParser.ParseValue (System.Type type, System.String value, System.Func`3[T1,T2,TResult] customValueParser) [0x00019] in <7ba99c4b386f49249f563198b86bf734>:0
    7.  at Unity.Options.OptionsParser.SetBasicType (System.Reflection.FieldInfo field, System.String v, System.Func`3[T1,T2,TResult] customValueParser, System.Object instance) [0x00008] in <7ba99c4b386f49249f563198b86bf734>:0
    8.  at Unity.Options.OptionsParser+<>c__DisplayClass35_0.<ActionFor>b__5 (System.String v) [0x00000] in <7ba99c4b386f49249f563198b86bf734>:0
    9.  at NDesk.Options.OptionSet+<>c__DisplayClass14_0.<Add>b__0 (NDesk.Options.OptionValueCollection v) [0x0000d] in <7ba99c4b386f49249f563198b86bf734>:0
    10.  at NDesk.Options.OptionSet+ActionOption.OnParseComplete (NDesk.Options.OptionContext c) [0x0000c] in <7ba99c4b386f49249f563198b86bf734>:0
    11.  at NDesk.Options.Option.Invoke (NDesk.Options.OptionContext c) [0x00000] in <7ba99c4b386f49249f563198b86bf734>:0
    12.  at NDesk.Options.OptionSet.ParseValue (System.String option, NDesk.Options.OptionContext c) [0x00089] in <7ba99c4b386f49249f563198b86bf734>:0
    13.  at NDesk.Options.OptionSet.Parse (System.String argument, NDesk.Options.OptionContext context) [0x0007c] in <7ba99c4b386f49249f563198b86bf734>:0
    14.  at NDesk.Options.OptionSet.Parse (System.Collections.Generic.IEnumerable`1[T] arguments, System.String currentDirectory) [0x00171] in <7ba99c4b386f49249f563198b86bf734>:0
    15.  at Unity.Options.OptionsParser.Parse (System.Collections.Generic.IEnumerable`1[T] commandLine, System.Func`3[T1,T2,TResult] customValueParser, System.String currentDirectory, System.Object[] instances) [0x00009] in <7ba99c4b386f49249f563198b86bf734>:0
    16.  at Unity.Options.OptionsParser.Prepare (System.String[] commandLine, System.Type[] types, System.Func`3[T1,T2,TResult] customValueParser, System.String currentDirectory, System.Object[] instances) [0x00021] in <7ba99c4b386f49249f563198b86bf734>:0
    17.  at Unity.Options.OptionsParser.Prepare (System.String[] commandLine, System.Type[] types, System.Func`3[T1,T2,TResult] customValueParser, System.String currentDirectory) [0x00000] in <7ba99c4b386f49249f563198b86bf734>:0
    18.  at il2cpp.Il2CppOptionParser.ParseArguments (System.String[] args, System.Boolean& continueToRun, System.Int32& exitCode, Unity.IL2CPP.Common.RuntimePlatform& platform, Unity.IL2CPP.Building.BuildingOptions& buildingOptions, System.String& profilerOutput) [0x0005d] in <3be9f628f5fa469389bd6a91a579ba8a>:0
    19.  at il2cpp.Program.Run (System.String[] args, System.Boolean setInvariantCulture) [0x00040] in <3be9f628f5fa469389bd6a91a579ba8a>:0
    20.  at il2cpp.Program.Main (System.String[] args) [0x00000] in <3be9f628f5fa469389bd6a91a579ba8a>:0
    21. > Task :launcher:javaPreCompileRelease
    22. 67 actionable tasks: 4 executed, 63 up-to-date
    23. Unhandled Exception:
    24. System.InvalidOperationException: Sequence contains no matching element
    25.  at System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00011] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
    26.  at Unity.Options.OptionsParser.ParseEnumValue (System.Type type, System.String value) [0x00024] in <7ba99c4b386f49249f563198b86bf734>:0
    27.  at Unity.Options.OptionsParser.ParseValue (System.Type type, System.String value, System.Func`3[T1,T2,TResult] customValueParser) [0x00019] in <7ba99c4b386f49249f563198b86bf734>:0
    28.  at Unity.Options.OptionsParser.SetBasicType (System.Reflection.FieldInfo field, System.String v, System.Func`3[T1,T2,TResult] customValueParser, System.Object instance) [0x00008] in <7ba99c4b386f49249f563198b86bf734>:0
    29.  at Unity.Options.OptionsParser+<>c__DisplayClass35_0.<ActionFor>b__5 (System.String v) [0x00000] in <7ba99c4b386f49249f563198b86bf734>:0
    30.  at NDesk.Options.OptionSet+<>c__DisplayClass14_0.<Add>b__0 (NDesk.Options.OptionValueCollection v) [0x0000d] in <7ba99c4b386f49249f563198b86bf734>:0
    31.  at NDesk.Options.OptionSet+ActionOption.OnParseComplete (NDesk.Options.OptionContext c) [0x0000c] in <7ba99c4b386f49249f563198b86bf734>:0
    32.  at NDesk.Options.Option.Invoke (NDesk.Options.OptionContext c) [0x00000] in <7ba99c4b386f49249f563198b86bf734>:0
    33.  at NDesk.Options.OptionSet.ParseValue (System.String option, NDesk.Options.OptionContext c) [0x00089] in <7ba99c4b386f49249f563198b86bf734>:0
    34.  at NDesk.Options.OptionSet.Parse (System.String argument, NDesk.Options.OptionContext context) [0x0007c] in <7ba99c4b386f49249f563198b86bf734>:0
    35.  at NDesk.Options.OptionSet.Parse (System.Collections.Generic.IEnumerable`1[T] arguments, System.String currentDirectory) [0x00171] in <7ba99c4b386f49249f563198b86bf734>:0
    36.  at Unity.Options.OptionsParser.Parse (System.Collections.Generic.IEnumerable`1[T] commandLine, System.Func`3[T1,T2,TResult] customValueParser, System.String currentDirectory, System.Object[] instances) [0x00009] in <7ba99c4b386f49249f563198b86bf734>:0
    37.  at Unity.Options.OptionsParser.Prepare (System.String[] commandLine, System.Type[] types, System.Func`3[T1,T2,TResult] customValueParser, System.String currentDirectory, System.Object[] instances) [0x00021] in <7ba99c4b386f49249f563198b86bf734>:0
    38.  at Unity.Options.OptionsParser.Prepare (System.String[] commandLine, System.Type[] types, System.Func`3[T1,T2,TResult] customValueParser, System.String currentDirectory) [0x00000] in <7ba99c4b386f49249f563198b86bf734>:0
    39.  at il2cpp.Il2CppOptionParser.ParseArguments (System.String[] args, System.Boolean& continueToRun, System.Int32& exitCode, Unity.IL2CPP.Common.RuntimePlatform& platform, Unity.IL2CPP.Building.BuildingOptions& buildingOptions, System.String& profilerOutput) [0x0005d] in <3be9f628f5fa469389bd6a91a579ba8a>:0
    40.  at il2cpp.Program.Run (System.String[] args, System.Boolean setInvariantCulture) [0x00040] in <3be9f628f5fa469389bd6a91a579ba8a>:0
    41.  at il2cpp.Program.Main (System.String[] args) [0x00038] in <3be9f628f5fa469389bd6a91a579ba8a>:0
    42. [ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidOperationException: Sequence contains no matching element
    43.  at System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] predicate) [0x00011] in <351e49e2a5bf4fd6beabb458ce2255f3>:0
    44.  at Unity.Options.OptionsParser.ParseEnumValue (System.Type type, System.String value) [0x00024] in <7ba99c4b386f49249f563198b86bf734>:0
    45.  at Unity.Options.OptionsParser.ParseValue (System.Type type, System.String value, System.Func`3[T1,T2,TResult] customValueParser) [0x00019] in <7ba99c4b386f49249f563198b86bf734>:0
    46.  at Unity.Options.OptionsParser.SetBasicType (System.Reflection.FieldInfo field, System.String v, System.Func`3[T1,T2,TResult] customValueParser, System.Object instance) [0x00008] in <7ba99c4b386f49249f563198b86bf734>:0
    47.  at Unity.Options.OptionsParser+<>c__DisplayClass35_0.<ActionFor>b__5 (System.String v) [0x00000] in <7ba99c4b386f49249f563198b86bf734>:0
    48.  at NDesk.Options.OptionSet+<>c__DisplayClass14_0.<Add>b__0 (NDesk.Options.OptionValueCollection v) [0x0000d] in <7ba99c4b386f49249f563198b86bf734>:0
    49.  at NDesk.Options.OptionSet+ActionOption.OnParseComplete (NDesk.Options.OptionContext c) [0x0000c] in <7ba99c4b386f49249f563198b86bf734>:0
    50.  at NDesk.Options.Option.Invoke (NDesk.Options.OptionContext c) [0x00000] in <7ba99c4b386f49249f563198b86bf734>:0
    51.  at NDesk.Options.OptionSet.ParseValue (System.String option, NDesk.Options.OptionContext c) [0x00089] in <7ba99c4b386f49249f563198b86bf734>:0
    52.  at NDesk.Options.OptionSet.Parse (System.String argument, NDesk.Options.OptionContext context) [0x0007c] in <7ba99c4b386f49249f563198b86bf734>:0
    53.  at NDesk.Options.OptionSet.Parse (System.Collections.Generic.IEnumerable`1[T] arguments, System.String currentDirectory) [0x00171] in <7ba99c4b386f49249f563198b86bf734>:0
    54.  at Unity.Options.OptionsParser.Parse (System.Collections.Generic.IEnumerable`1[T] commandLine, System.Func`3[T1,T2,TResult] customValueParser, System.String currentDirectory, System.Object[] instances) [0x00009] in <7ba99c4b386f49249f563198b86bf734>:0
    55.  at Unity.Options.OptionsParser.Prepare (System.String[] commandLine, System.Type[] types, System.Func`3[T1,T2,TResult] customValueParser, System.String currentDirectory, System.Object[] instances) [0x00021] in <7ba99c4b386f49249f563198b86bf734>:0
    56.  at Unity.Options.OptionsParser.Prepare (System.String[] commandLine, System.Type[] types, System.Func`3[T1,T2,TResult] customValueParser, System.String currentDirectory) [0x00000] in <7ba99c4b386f49249f563198b86bf734>:0
    57.  at il2cpp.Il2CppOptionParser.ParseArguments (System.String[] args, System.Boolean& continueToRun, System.Int32& exitCode, Unity.IL2CPP.Common.RuntimePlatform& platform, Unity.IL2CPP.Building.BuildingOptions& buildingOptions, System.String& profilerOutput) [0x0005d] in <3be9f628f5fa469389bd6a91a579ba8a>:0
    58.  at il2cpp.Program.Run (System.String[] args, System.Boolean setInvariantCulture) [0x00040] in <3be9f628f5fa469389bd6a91a579ba8a>:0
    59.  at il2cpp.Program.Main (System.String[] args) [0x00038] in <3be9f628f5fa469389bd6a91a579ba8a>:0
    60. FAILURE: Build failed with an exception.
    61. * Where:
    62. Build file '/Users/ngramlic/Games/LegionCommander/Temp/Android Master/gradleOut/unityLibrary/build.gradle' line: 161
    63. * What went wrong:
    64. Execution failed for task ':unityLibrary:BuildIl2CppTask'.
    65. > Process 'command '/Applications/Unity/Hub/Editor/2020.1.3f1/Unity.app/Contents/MonoBleedingEdge/bin/mono'' finished with non-zero exit value 1
    66. * Try:
    67. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    68. * Get more help at https://help.gradle.org
    69. BUILD FAILED in 3s
    Where this is the gradle file it's trying to execute:
    Code (CSharp):
    1. def BuildIl2Cpp(String workingDir, String targetDirectory, String architecture, String abi, String configuration) {
    2.     exec {
    3.         commandLine("/Applications/Unity/Hub/Editor/2020.1.3f1/Unity.app/Contents/MonoBleedingEdge/bin/mono",
    4.             workingDir + "/src/main/Il2CppOutputProject/IL2CPP/build/deploy/net471/il2cpp.exe",
    5.             "--compile-cpp",
    6.             "--libil2cpp-static",
    7.             "--platform=Android",
    8.             "--architecture=" + architecture,
    9.             "--configuration=" + configuration,
    10.             "--outputpath=" + workingDir + targetDirectory + abi + "/libil2cpp.so",
    11.             "--cachedirectory=" + workingDir + "/build/il2cpp_"+ abi + "_" + configuration + "/il2cpp_cache",
    12.             "--additional-include-directories=" + workingDir + "/src/main/Il2CppOutputProject/IL2CPP/external/bdwgc/include",
    13.             "--additional-include-directories=" + workingDir + "/src/main/Il2CppOutputProject/IL2CPP/libil2cpp/include",
    14.             "--tool-chain-path=" + android.ndkDirectory,
    15.             "--map-file-parser=" + workingDir + "/src/main/Il2CppOutputProject/IL2CPP/MapFileParser/MapFileParser.exe",
    16.             "--generatedcppdir=" + workingDir + "/src/main/Il2CppOutputProject/Source/il2cppOutput",
    17.             "--baselib-directory=" + workingDir + "/src/main/jniStaticLibs/" + abi,
    18.             "--dotnetprofile=unityaot")
    19.         environment "ANDROID_SDK_ROOT", getSdkDir()
    20.     }
    21.     delete workingDir + targetDirectory + abi + "/libil2cpp.sym.so"
    22.     ant.move(file: workingDir + targetDirectory + abi + "/libil2cpp.dbg.so", tofile: workingDir + "/symbols/" + abi + "/libil2cpp.so")
    23. }
    24.  
    25. android {
    26.     task BuildIl2CppTask {
    27.         doLast {
    28.               BuildIl2Cpp(projectDir.toString().replaceAll('\\\\', '/'), '/src/main/jniLibs/', 'ARMv7', 'armeabi-v7a', 'Master');
    29.               BuildIl2Cpp(projectDir.toString().replaceAll('\\\\', '/'), '/src/main/jniLibs/', 'ARM64', 'arm64-v8a', 'Master');
    30.         }
    31.     }
    32.     afterEvaluate {
    33.         if (project(':unityLibrary').tasks.findByName('mergeDebugJniLibFolders'))
    34.             project(':unityLibrary').mergeDebugJniLibFolders.dependsOn BuildIl2CppTask
    35.         if (project(':unityLibrary').tasks.findByName('mergeReleaseJniLibFolders'))
    36.             project(':unityLibrary').mergeReleaseJniLibFolders.dependsOn BuildIl2CppTask
    37.     }
    38.     sourceSets {
    39.         main {
    40.             jni.srcDirs = ["src/main/Il2CppOutputProject"]
    41.         }
    42.     }
    43. }
    Unfortunately I can't modify the generated gradle file was enough in order to print out what it's trying to execute... :confused:

    It appears that maybe IL2CPP isn't invoked properly and fails to parse some options that are being passed in?

    @lclemens Did you get a similar error or did you make it further?
     
    Last edited: Aug 28, 2020
  8. lclemens

    lclemens

    Joined:
    Feb 15, 2020
    Posts:
    761
    Using the Mono scripting backend + disabled multithreaded rendering was the only combination that "worked" (I use quotes because it runs extremely slow with MTR disabled).

    As for IL2CPP - I did not encounter your particular error and I was able to get passed the compiler step. I started a brand new blank URP project, deleted the sample assets+gameobjects, updated the packages, added the ENABLE_HYBRID_RENDERER_V2 flag, and changed changed the backend scripting to IL2CPP. It built and copied the apk over to the device, and started running. However, when it ran, the phone's screen showed the unity logo, went black for a couple of seconds, and then crashed, (I pasted the logcat output in the spoilers below). For Configuration 1 I used 2020.1.2f1, platforms 0.8.0-p4, burst 1.3.2, hybrid renderer 0.8.0-p4, and URP 9.0.0-p55. For Configuration 2 I used 2020.1.2f1, platforms 0.8.0-p7, burst 1.3.2, hybrid renderer 0.8.0-p18, and URP 9.0.0-p55.

    The way I see it... If a blank empty project crashes, my game, which is far more complex, doesn't stand a chance.

    0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of main
    2020/08/29 11:10:09.337 20037 20037 Error ltCompany.Bugg Not starting debugger since process cannot load the jdwp agent.
    2020/08/29 11:10:12.040 20037 20037 Info IL2CPP JNI_OnLoad
    2020/08/29 11:10:12.096 20037 20037 Debug OpenGLRenderer Skia GL Pipeline
    2020/08/29 11:10:12.409 20037 20037 Debug vndksupport Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
    2020/08/29 11:10:12.435 20037 20037 Debug vndksupport Loading /vendor/lib/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:10:13.348 20037 20090 Info Unity SystemInfo CPU = ARM64 FP ASIMD AES, Cores = 8, Memory = 2746mb
    2020/08/29 11:10:13.348 20037 20090 Info Unity SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf), 4 little (mask: 0xf0)
    2020/08/29 11:10:13.350 20037 20090 Info Unity ApplicationInfo com.DefaultCompany.Buggy version 0.1 build 945f576b-fcac-448a-be5c-67c50aaa034c
    2020/08/29 11:10:13.350 20037 20090 Info Unity Built from '2020.1/staging' branch, Version '2020.1.2f1 (7b32bc54ba47)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a', Stripping 'Enabled'
    0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of system
    2020/08/29 11:10:13.790 20037 20090 Error SchedPolicy set_timerslack_ns write failed: Operation not permitted
    2020/08/29 11:10:13.863 20037 20090 Debug vndksupport Loading /vendor/lib/hw/vulkan.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:10:13.888 20037 20090 Debug vulkan searching for layers in '/data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm'
    2020/08/29 11:10:13.889 20037 20090 Debug vulkan searching for layers in '/data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/base.apk!/lib/armeabi-v7a'
    2020/08/29 11:10:13.893 20037 20090 Debug vndksupport Loading /vendor/lib/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:10:13.897 20037 20090 Info Adreno QUALCOMM build : 12b5963, I6fd668c4d3
    2020/08/29 11:10:13.897 20037 20090 Info Adreno Build Date : 10/04/18
    2020/08/29 11:10:13.897 20037 20090 Info Adreno Shader Compiler Version : EV031.25.03.01
    2020/08/29 11:10:13.897 20037 20090 Info Adreno Local Branch :
    2020/08/29 11:10:13.897 20037 20090 Info Adreno Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.7.2.R1.09.00.00.442.049
    2020/08/29 11:10:13.897 20037 20090 Info Adreno Remote Branch : NONE
    2020/08/29 11:10:13.897 20037 20090 Info Adreno Reconstruct Branch : NOTHING
    2020/08/29 11:10:13.897 20037 20090 Info Adreno Build Config : S L 6.0.7 AArch32
    2020/08/29 11:10:13.899 20037 20090 Debug vndksupport Loading /vendor/lib/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:10:13.907 20037 20090 Debug vndksupport Loading /vendor/lib/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:10:13.909 20037 20090 Info Adreno QUALCOMM build : 12b5963, I6fd668c4d3
    2020/08/29 11:10:13.909 20037 20090 Info Adreno Build Date : 10/04/18
    2020/08/29 11:10:13.909 20037 20090 Info Adreno Shader Compiler Version : EV031.25.03.01
    2020/08/29 11:10:13.909 20037 20090 Info Adreno Local Branch :
    2020/08/29 11:10:13.909 20037 20090 Info Adreno Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.7.2.R1.09.00.00.442.049
    2020/08/29 11:10:13.909 20037 20090 Info Adreno Remote Branch : NONE
    2020/08/29 11:10:13.909 20037 20090 Info Adreno Reconstruct Branch : NOTHING
    2020/08/29 11:10:13.909 20037 20090 Info Adreno Build Config : S L 6.0.7 AArch32
    2020/08/29 11:10:13.910 20037 20090 Debug vndksupport Loading /vendor/lib/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:10:13.940 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
    2020/08/29 11:10:14.008 20037 20090 Info chatty uid=10243(com.DefaultCompany.Buggy) UnityMain identical 2 lines
    2020/08/29 11:10:14.009 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
    2020/08/29 11:10:14.045 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:10:14.047 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:10:14.069 20037 20090 Info SwappyCommon Swappy version 1.3
    2020/08/29 11:10:14.069 20037 20090 Info SwappyCommon SDK version = 28
    2020/08/29 11:10:14.151 20037 20090 Info ChoreographerThread Using NDK Choreographer
    2020/08/29 11:10:14.164 20037 20132 Info ChoreographerThread Swappy found 8 CPUs [ Qualcomm Technologies, Inc SDM630].
    2020/08/29 11:10:14.165 20037 20132 Info ChoreographerThread Setting 'SwappyChoreographer' thread [20132-0x4ea4] affinity mask to 0xf0.
    2020/08/29 11:10:14.186 20037 20133 Info SwappyDisplayManager Starting looper thread
    2020/08/29 11:10:14.194 20037 20090 Info SwappyCommon Initialized Swappy with vsyncPeriod=16666666, appOffset=1000000, sfOffset=1000000
    2020/08/29 11:10:14.194 20037 20090 Verbose SwappyVk SwappyVk initialized for VkDevice 0xc51139e0 using VK_GOOGLE_display_timing on Android
    2020/08/29 11:10:14.194 20037 20090 Info SwappyVk Returning refresh duration of 16666666 nsec (approx 60.000002 Hz)
    2020/08/29 11:10:14.241 20037 20090 Verbose MediaRouter Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
    2020/08/29 11:10:13.791 20037 20090 Info chatty uid=10243(com.DefaultCompany.Buggy) UnityMain identical 14 lines
    2020/08/29 11:10:13.791 20037 20090 Error SchedPolicy set_timerslack_ns write failed: Operation not permitted
    2020/08/29 11:10:14.286 20037 20090 Verbose MediaRouter Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
    2020/08/29 11:10:14.461 20037 20136 Warn AudioTrack Use of stream types is deprecated for operations other than volume control
    2020/08/29 11:10:14.461 20037 20136 Warn AudioTrack See the documentation of AudioTrack() for what to use instead with android.media.AudioAttributes to qualify your playback use case
    2020/08/29 11:10:14.488 20037 20037 Verbose MediaRouter onRestoreRoute() : route=RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
    2020/08/29 11:10:14.488 20037 20037 Verbose MediaRouter Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
    2020/08/29 11:10:14.858 20037 20090 Info ChoreographerThread Destroying NDKChoreographerThread
    2020/08/29 11:10:14.859 20037 20132 Info ChoreographerThread Terminating Looper thread
    2020/08/29 11:10:14.860 20037 20133 Info SwappyDisplayManager Terminating looper thread
    2020/08/29 11:10:14.863 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:10:14.864 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:10:14.881 20037 20090 Info SwappyCommon Swappy version 1.3
    2020/08/29 11:10:14.881 20037 20090 Info SwappyCommon SDK version = 28
    2020/08/29 11:10:14.884 20037 20090 Info ChoreographerThread Using NDK Choreographer
    2020/08/29 11:10:14.890 20037 20142 Info ChoreographerThread Swappy found 8 CPUs [ Qualcomm Technologies, Inc SDM630].
    2020/08/29 11:10:14.890 20037 20142 Info ChoreographerThread Setting 'SwappyChoreographer' thread [20142-0x4eae] affinity mask to 0xf0.
    2020/08/29 11:10:14.894 20037 20143 Info SwappyDisplayManager Starting looper thread
    2020/08/29 11:10:14.894 20037 20090 Info SwappyCommon Initialized Swappy with vsyncPeriod=16666666, appOffset=1000000, sfOffset=1000000
    2020/08/29 11:10:14.895 20037 20090 Verbose SwappyVk SwappyVk initialized for VkDevice 0xc51139e0 using VK_GOOGLE_display_timing on Android
    2020/08/29 11:10:14.895 20037 20090 Info SwappyVk Returning refresh duration of 16666666 nsec (approx 60.000002 Hz)
    2020/08/29 11:10:17.084 20037 20090 Info IL2CPP Locale en-US
    2020/08/29 11:10:18.506 20037 20090 Error Unity Unable to find lib_burst_0_0
    2020/08/29 11:10:18.507 20037 20090 Error Unity Unable to find _burst_0_0
    2020/08/29 11:10:18.953 20037 20090 Info ChoreographerThread Destroying NDKChoreographerThread
    2020/08/29 11:10:18.954 20037 20142 Info ChoreographerThread Terminating Looper thread
    2020/08/29 11:10:18.956 20037 20143 Info SwappyDisplayManager Terminating looper thread
    2020/08/29 11:10:18.961 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:10:18.962 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:10:19.011 20037 20090 Info SwappyCommon Swappy version 1.3
    2020/08/29 11:10:19.011 20037 20090 Info SwappyCommon SDK version = 28
    2020/08/29 11:10:19.021 20037 20090 Info ChoreographerThread Using NDK Choreographer
    2020/08/29 11:10:19.026 20037 20157 Info ChoreographerThread Swappy found 8 CPUs [ Qualcomm Technologies, Inc SDM630].
    2020/08/29 11:10:19.027 20037 20157 Info ChoreographerThread Setting 'SwappyChoreographer' thread [20157-0x4ebd] affinity mask to 0xf0.
    2020/08/29 11:10:19.059 20037 20159 Info SwappyDisplayManager Starting looper thread
    2020/08/29 11:10:19.060 20037 20090 Info SwappyCommon Initialized Swappy with vsyncPeriod=16666666, appOffset=1000000, sfOffset=1000000
    2020/08/29 11:10:19.060 20037 20090 Verbose SwappyVk SwappyVk initialized for VkDevice 0xc51139e0 using VK_GOOGLE_display_timing on Android
    2020/08/29 11:10:19.060 20037 20090 Info SwappyVk Returning refresh duration of 16666666 nsec (approx 60.000002 Hz)
    2020/08/29 11:10:19.154 20037 20090 Info ChoreographerThread Destroying NDKChoreographerThread
    2020/08/29 11:10:19.155 20037 20157 Info ChoreographerThread Terminating Looper thread
    2020/08/29 11:10:19.165 20037 20159 Info SwappyDisplayManager Terminating looper thread
    2020/08/29 11:10:19.168 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:10:19.169 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:10:19.188 20037 20090 Info SwappyCommon Swappy version 1.3
    2020/08/29 11:10:19.188 20037 20090 Info SwappyCommon SDK version = 28
    2020/08/29 11:10:19.192 20037 20090 Info ChoreographerThread Using NDK Choreographer
    2020/08/29 11:10:19.197 20037 20164 Info ChoreographerThread Swappy found 8 CPUs [ Qualcomm Technologies, Inc SDM630].
    2020/08/29 11:10:19.197 20037 20164 Info ChoreographerThread Setting 'SwappyChoreographer' thread [20164-0x4ec4] affinity mask to 0xf0.
    2020/08/29 11:10:19.203 20037 20165 Info SwappyDisplayManager Starting looper thread
    2020/08/29 11:10:19.203 20037 20090 Info SwappyCommon Initialized Swappy with vsyncPeriod=16666666, appOffset=1000000, sfOffset=1000000
    2020/08/29 11:10:19.204 20037 20090 Verbose SwappyVk SwappyVk initialized for VkDevice 0xc51139e0 using VK_GOOGLE_display_timing on Android
    2020/08/29 11:10:19.204 20037 20090 Info SwappyVk Returning refresh duration of 16666666 nsec (approx 60.000002 Hz)
    2020/08/29 11:10:19.333 20037 20090 Info ChoreographerThread Destroying NDKChoreographerThread
    2020/08/29 11:10:19.337 20037 20164 Info ChoreographerThread Terminating Looper thread
    2020/08/29 11:10:19.339 20037 20165 Info SwappyDisplayManager Terminating looper thread
    2020/08/29 11:10:19.346 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:10:19.348 20037 20090 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:10:19.378 20037 20090 Info SwappyCommon Swappy version 1.3
    2020/08/29 11:10:19.378 20037 20090 Info SwappyCommon SDK version = 28
    2020/08/29 11:10:19.386 20037 20090 Info ChoreographerThread Using NDK Choreographer
    2020/08/29 11:10:19.392 20037 20169 Info ChoreographerThread Swappy found 8 CPUs [ Qualcomm Technologies, Inc SDM630].
    2020/08/29 11:10:19.392 20037 20169 Info ChoreographerThread Setting 'SwappyChoreographer' thread [20169-0x4ec9] affinity mask to 0xf0.
    2020/08/29 11:10:19.397 20037 20170 Info SwappyDisplayManager Starting looper thread
    2020/08/29 11:10:19.398 20037 20090 Info SwappyCommon Initialized Swappy with vsyncPeriod=16666666, appOffset=1000000, sfOffset=1000000
    2020/08/29 11:10:19.398 20037 20090 Verbose SwappyVk SwappyVk initialized for VkDevice 0xc51139e0 using VK_GOOGLE_display_timing on Android
    2020/08/29 11:10:19.398 20037 20090 Info SwappyVk Returning refresh duration of 16666666 nsec (approx 60.000002 Hz)
    2020/08/29 11:10:19.971 20037 20090 Info Unity Hybrid Renderer V2 active, MaterialProperty component type count 18 / 128
    2020/08/29 11:10:19.971 20037 20090 Info Unity UnityEngine.Logger:Log(LogType, Object)
    2020/08/29 11:10:19.971 20037 20090 Info Unity Unity.Rendering.HybridRendererSystem:OnFirstFrame()
    2020/08/29 11:10:19.971 20037 20090 Info Unity Unity.Rendering.HybridRendererSystem:UpdateHybridV2Batches(JobHandle)
    2020/08/29 11:10:19.971 20037 20090 Info Unity Unity.Rendering.HybridRendererSystem:OnUpdate(JobHandle)
    2020/08/29 11:10:19.971 20037 20090 Info Unity Unity.Entities.JobComponentSystem:Update()
    2020/08/29 11:10:19.971 20037 20090 Info Unity Unity.Entities.ComponentSystemGroup:UpdateAllSystems()
    2020/08/29 11:10:19.971 20037 20090 Info Unity Unity.Entities.ComponentSystem:Update()
    2020/08/29 11:10:19.971 20037 20090 Info Unity UnityEngine.LowLevel.UpdateFunction:Invoke()
    2020/08/29 11:10:19.971 20037 20090 Info Unity
    2020/08/29 11:10:19.971 20037 20090 Info Unity (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
    2020/08/29 11:10:19.971 20037 20090 Info Unity
    2020/08/29 11:10:19.986 20037 20090 Error CRASH *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    2020/08/29 11:10:19.986 20037 20090 Error CRASH Version '2020.1.2f1 (7b32bc54ba47)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
    2020/08/29 11:10:19.986 20037 20090 Error CRASH Build fingerprint: 'motorola/payton_fi/payton_sprout:9/PPWS29.69-39-6-10/469787:user/release-keys'
    2020/08/29 11:10:19.986 20037 20090 Error CRASH Revision: 'p4'
    2020/08/29 11:10:19.986 20037 20090 Error CRASH ABI: 'arm'
    2020/08/29 11:10:19.987 20037 20090 Error CRASH Timestamp: 2020-08-29 11:10:19-0600
    2020/08/29 11:10:19.987 20037 20090 Error CRASH pid: 20037, tid: 20090, name: UnityMain >>> com.DefaultCompany.Buggy <<<
    2020/08/29 11:10:19.987 20037 20090 Error CRASH uid: 10243
    2020/08/29 11:10:19.987 20037 20090 Error CRASH signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x4
    2020/08/29 11:10:19.987 20037 20090 Error CRASH Cause: null pointer dereference
    2020/08/29 11:10:19.987 20037 20090 Error CRASH r0 c80fb5b8 r1 00000000 r2 c82f6964 r3 c5555000
    2020/08/29 11:10:19.987 20037 20090 Error CRASH r4 00000000 r5 c96a6a50 r6 00000000 r7 00000001
    2020/08/29 11:10:19.987 20037 20090 Error CRASH r8 c19b2540 r9 c80ff530 r10 00000000 r11 c80fb5c8
    2020/08/29 11:10:19.987 20037 20090 Error CRASH ip c96a5a2c sp c80fb598 lr c82f6a50 pc c850b5e8
    2020/08/29 11:10:19.987 20037 20090 Error CRASH
    2020/08/29 11:10:19.987 20037 20090 Error CRASH backtrace:
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #00 pc 0040a5e8 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #01 pc 008bcfe4 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #02 pc 008bbba4 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #03 pc 008ce6e4 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #04 pc 008cdde8 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #05 pc 008ceb48 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #06 pc 009219c0 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #07 pc 0069aadc /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #08 pc 00697484 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #09 pc 011b7188 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.987 20037 20090 Error CRASH #10 pc 0023e570 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.988 20037 20090 Error CRASH #11 pc 001f8984 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:19.988 20037 20090 Error CRASH #12 pc 001d8301 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so CameraRaycastHelper_CUSTOM_RaycastTry2D_Injected(ScriptingBackendNativeObjectPtrOpaque*, Ray const&, float, int) at ??:?
    2020/08/29 11:10:19.988 20037 20090 Error CRASH #13 pc 001e1b8d /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so ParticleSystem_SubEmittersModule_CUSTOM_GetSubEmitterProperties_Injected(SubEmittersModule__*, int) at ??:?
    2020/08/29 11:10:19.988 20037 20090 Error CRASH #14 pc 0016a567 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so VFXExpressionNoiseFunctions::Cellular::Generate(Vector3f const&, float, int, float, float) at ??:?
    2020/08/29 11:10:19.988 20037 20090 Error CRASH #15 pc 0016a535 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so VFXExpressionNoiseFunctions::Cellular::Generate(Vector3f const&, float, int, float, float) at ??:?
    2020/08/29 11:10:19.988 20037 20090 Error CRASH #16 pc 0016a6c7 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so VFXExpressionNoiseFunctions::Cellular::Generate(Vector3f const&, float, int, float, float) at ??:?
    2020/08/29 11:10:19.988 20037 20090 Error CRASH #17 pc 002295cb /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so AndroidVideoMedia<AndroidMediaJNI::Traits>::DecodeAudio(ScopedJNI&, AndroidVideoMedia<AndroidMediaJNI::Traits>::AudioDecoders&) at ??:?
    2020/08/29 11:10:19.988 20037 20090 Error CRASH #18 pc 00236f95 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so GfxDeviceClient::InsertPluginTextureUpdateCallback(void (*)(int, void*), UnityRenderingExtTextureUpdateParamsInternal&) at ??:?
    2020/08/29 11:10:19.988 20037 20090 Error CRASH #19 pc 00003b63 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/oat/arm/base.odex
    2020/08/29 11:10:21.607 20037 20090 Error CRASH Tombstone written to: /storage/emulated/0/Android/data/com.DefaultCompany.Buggy/files/tombstone_02
    0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of crash
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime FATAL EXCEPTION: UnityMain
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime Process: com.DefaultCompany.Buggy, PID: 20037
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime Version '2020.1.2f1 (7b32bc54ba47)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime Build fingerprint: 'motorola/payton_fi/payton_sprout:9/PPWS29.69-39-6-10/469787:user/release-keys'
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime Revision: 'p4'
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime ABI: 'arm'
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime Timestamp: 2020-08-29 11:10:19-0600
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime pid: 20037, tid: 20090, name: UnityMain >>> com.DefaultCompany.Buggy <<<
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime uid: 10243
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x4
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime Cause: null pointer dereference
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime r0 c80fb5b8 r1 00000000 r2 c82f6964 r3 c5555000
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime r4 00000000 r5 c96a6a50 r6 00000000 r7 00000001
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime r8 c19b2540 r9 c80ff530 r10 00000000 r11 c80fb5c8
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime ip c96a5a2c sp c80fb598 lr c82f6a50 pc c850b5e8
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime backtrace:
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #00 pc 0040a5e8 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #01 pc 008bcfe4 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #02 pc 008bbba4 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #03 pc 008ce6e4 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #04 pc 008cdde8 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #05 pc 008ceb48 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #06 pc 009219c0 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #07 pc 0069aadc /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #08 pc 00697484 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #09 pc 011b7188 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #10 pc 0023e570 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #11 pc 001f8984 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libil2cpp.so (BuildId: a23c9d8d1cc4f803e6309a027b2595aa47cc938f)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #12 pc 001d8301 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #13 pc 001e1b8d /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #14 pc 0016a567 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #15 pc 0016a535 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #16 pc 0016a6c7 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #17 pc 002295cb /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #18 pc 00236f95 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime #19 pc 00003b63 /data/app/com.DefaultCompany.Buggy-K1aiDD0jssGakjnK_nWDNA==/oat/arm/base.odex
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime at libil2cpp.0x40a5e8(Native Method)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime at libil2cpp.0x8bcfe4(Native Method)
    2020/08/29 11:10:21.627 20037 20090 Error AndroidRuntime at libil2cpp.0x8bbba4(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libil2cpp.0x8ce6e4(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libil2cpp.0x8cdde8(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libil2cpp.0x8ceb48(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libil2cpp.0x9219c0(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libil2cpp.0x69aadc(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libil2cpp.0x697484(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libil2cpp.0x11b7188(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libil2cpp.0x23e570(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libil2cpp.0x1f8984(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libunity.0x1d8301(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libunity.0x1e1b8d(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libunity.0x16a567(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libunity.0x16a535(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libunity.0x16a6c7(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libunity.0x2295cb(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at libunity.0x236f95(Native Method)
    2020/08/29 11:10:21.628 20037 20090 Error AndroidRuntime at base.0x3b63(Native Method)
    2020/08/29 11:10:21.746 20037 20090 Info Process Sending signal. PID: 20037 SIG: 9

    0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of main
    2020/08/29 11:20:32.410 23131 23131 Error ltCompany.Bugg Not starting debugger since process cannot load the jdwp agent.
    2020/08/29 11:20:33.186 23131 23131 Info IL2CPP JNI_OnLoad
    2020/08/29 11:20:33.198 23131 23131 Debug OpenGLRenderer Skia GL Pipeline
    2020/08/29 11:20:33.413 23131 23131 Debug vndksupport Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from current namespace instead of sphal namespace.
    2020/08/29 11:20:33.551 23131 23131 Debug vndksupport Loading /vendor/lib/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:20:34.817 23131 23149 Info Unity SystemInfo CPU = ARM64 FP ASIMD AES, Cores = 8, Memory = 2746mb
    2020/08/29 11:20:34.817 23131 23149 Info Unity SystemInfo ARM big.LITTLE configuration: 4 big (mask: 0xf), 4 little (mask: 0xf0)
    2020/08/29 11:20:34.818 23131 23149 Info Unity ApplicationInfo com.DefaultCompany.Buggy version 0.1 build 89bfeef8-e862-457c-b17b-6c0304861775
    2020/08/29 11:20:34.818 23131 23149 Info Unity Built from '2020.1/staging' branch, Version '2020.1.2f1 (7b32bc54ba47)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a', Stripping 'Enabled'
    0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of system
    2020/08/29 11:20:36.652 23131 23149 Error SchedPolicy set_timerslack_ns write failed: Operation not permitted
    2020/08/29 11:20:36.652 23131 23149 Info chatty uid=10243(com.DefaultCompany.Buggy) UnityMain identical 14 lines
    2020/08/29 11:20:36.652 23131 23149 Error SchedPolicy set_timerslack_ns write failed: Operation not permitted
    2020/08/29 11:20:36.736 23131 23149 Debug vndksupport Loading /vendor/lib/hw/vulkan.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:20:36.796 23131 23149 Debug vulkan searching for layers in '/data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm'
    2020/08/29 11:20:36.797 23131 23149 Debug vulkan searching for layers in '/data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/base.apk!/lib/armeabi-v7a'
    2020/08/29 11:20:36.802 23131 23149 Debug vndksupport Loading /vendor/lib/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:20:36.804 23131 23149 Info Adreno QUALCOMM build : 12b5963, I6fd668c4d3
    2020/08/29 11:20:36.804 23131 23149 Info Adreno Build Date : 10/04/18
    2020/08/29 11:20:36.804 23131 23149 Info Adreno Shader Compiler Version : EV031.25.03.01
    2020/08/29 11:20:36.804 23131 23149 Info Adreno Local Branch :
    2020/08/29 11:20:36.804 23131 23149 Info Adreno Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.7.2.R1.09.00.00.442.049
    2020/08/29 11:20:36.804 23131 23149 Info Adreno Remote Branch : NONE
    2020/08/29 11:20:36.804 23131 23149 Info Adreno Reconstruct Branch : NOTHING
    2020/08/29 11:20:36.804 23131 23149 Info Adreno Build Config : S L 6.0.7 AArch32
    2020/08/29 11:20:36.805 23131 23149 Debug vndksupport Loading /vendor/lib/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:20:36.810 23131 23149 Debug vndksupport Loading /vendor/lib/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:20:36.812 23131 23149 Info Adreno QUALCOMM build : 12b5963, I6fd668c4d3
    2020/08/29 11:20:36.812 23131 23149 Info Adreno Build Date : 10/04/18
    2020/08/29 11:20:36.812 23131 23149 Info Adreno Shader Compiler Version : EV031.25.03.01
    2020/08/29 11:20:36.812 23131 23149 Info Adreno Local Branch :
    2020/08/29 11:20:36.812 23131 23149 Info Adreno Remote Branch : refs/tags/AU_LINUX_ANDROID_LA.UM.7.2.R1.09.00.00.442.049
    2020/08/29 11:20:36.812 23131 23149 Info Adreno Remote Branch : NONE
    2020/08/29 11:20:36.812 23131 23149 Info Adreno Reconstruct Branch : NOTHING
    2020/08/29 11:20:36.812 23131 23149 Info Adreno Build Config : S L 6.0.7 AArch32
    2020/08/29 11:20:36.814 23131 23149 Debug vndksupport Loading /vendor/lib/hw/gralloc.sdm660.so from current namespace instead of sphal namespace.
    2020/08/29 11:20:36.828 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
    2020/08/29 11:20:36.828 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
    2020/08/29 11:20:36.841 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
    2020/08/29 11:20:36.842 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasHDRDisplay retrieved: 0
    2020/08/29 11:20:37.172 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:20:37.174 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:20:37.219 23131 23149 Info SwappyCommon Swappy version 1.3
    2020/08/29 11:20:37.219 23131 23149 Info SwappyCommon SDK version = 28
    2020/08/29 11:20:37.226 23131 23149 Info ChoreographerThread Using NDK Choreographer
    2020/08/29 11:20:37.237 23131 23202 Info ChoreographerThread Swappy found 8 CPUs [ Qualcomm Technologies, Inc SDM630].
    2020/08/29 11:20:37.237 23131 23202 Info ChoreographerThread Setting 'SwappyChoreographer' thread [23202-0x5aa2] affinity mask to 0xf0.
    2020/08/29 11:20:37.245 23131 23203 Info SwappyDisplayManager Starting looper thread
    2020/08/29 11:20:37.246 23131 23149 Info SwappyCommon Initialized Swappy with vsyncPeriod=16666666, appOffset=1000000, sfOffset=1000000
    2020/08/29 11:20:37.247 23131 23149 Verbose SwappyVk SwappyVk initialized for VkDevice 0xc53df080 using VK_GOOGLE_display_timing on Android
    2020/08/29 11:20:37.248 23131 23149 Info SwappyVk Returning refresh duration of 16666666 nsec (approx 60.000002 Hz)
    2020/08/29 11:20:37.272 23131 23149 Verbose MediaRouter Adding route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
    2020/08/29 11:20:37.296 23131 23149 Verbose MediaRouter Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
    2020/08/29 11:20:37.628 23131 23205 Warn AudioTrack Use of stream types is deprecated for operations other than volume control
    2020/08/29 11:20:37.628 23131 23205 Warn AudioTrack See the documentation of AudioTrack() for what to use instead with android.media.AudioAttributes to qualify your playback use case
    2020/08/29 11:20:38.040 23131 23149 Info ChoreographerThread Destroying NDKChoreographerThread
    2020/08/29 11:20:38.040 23131 23202 Info ChoreographerThread Terminating Looper thread
    2020/08/29 11:20:38.042 23131 23203 Info SwappyDisplayManager Terminating looper thread
    2020/08/29 11:20:38.047 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:20:38.048 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:20:38.072 23131 23149 Info SwappyCommon Swappy version 1.3
    2020/08/29 11:20:38.072 23131 23149 Info SwappyCommon SDK version = 28
    2020/08/29 11:20:38.077 23131 23149 Info ChoreographerThread Using NDK Choreographer
    2020/08/29 11:20:38.084 23131 23211 Info ChoreographerThread Swappy found 8 CPUs [ Qualcomm Technologies, Inc SDM630].
    2020/08/29 11:20:38.084 23131 23211 Info ChoreographerThread Setting 'SwappyChoreographer' thread [23211-0x5aab] affinity mask to 0xf0.
    2020/08/29 11:20:38.089 23131 23212 Info SwappyDisplayManager Starting looper thread
    2020/08/29 11:20:38.089 23131 23149 Info SwappyCommon Initialized Swappy with vsyncPeriod=16666666, appOffset=1000000, sfOffset=1000000
    2020/08/29 11:20:38.090 23131 23149 Verbose SwappyVk SwappyVk initialized for VkDevice 0xc53df080 using VK_GOOGLE_display_timing on Android
    2020/08/29 11:20:38.090 23131 23149 Info SwappyVk Returning refresh duration of 16666666 nsec (approx 60.000002 Hz)
    2020/08/29 11:20:38.106 23131 23131 Verbose MediaRouter onRestoreRoute() : route=RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
    2020/08/29 11:20:38.106 23131 23131 Verbose MediaRouter Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
    2020/08/29 11:20:40.273 23131 23149 Info IL2CPP Locale en-US
    2020/08/29 11:20:41.694 23131 23149 Error Unity Unable to find lib_burst_0_0
    2020/08/29 11:20:41.696 23131 23149 Error Unity Unable to find _burst_0_0
    2020/08/29 11:20:42.050 23131 23149 Info ChoreographerThread Destroying NDKChoreographerThread
    2020/08/29 11:20:42.051 23131 23211 Info ChoreographerThread Terminating Looper thread
    2020/08/29 11:20:42.052 23131 23212 Info SwappyDisplayManager Terminating looper thread
    2020/08/29 11:20:42.056 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:20:42.057 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:20:42.089 23131 23149 Info SwappyCommon Swappy version 1.3
    2020/08/29 11:20:42.089 23131 23149 Info SwappyCommon SDK version = 28
    2020/08/29 11:20:42.092 23131 23149 Info ChoreographerThread Using NDK Choreographer
    2020/08/29 11:20:42.098 23131 23227 Info ChoreographerThread Swappy found 8 CPUs [ Qualcomm Technologies, Inc SDM630].
    2020/08/29 11:20:42.098 23131 23227 Info ChoreographerThread Setting 'SwappyChoreographer' thread [23227-0x5abb] affinity mask to 0xf0.
    2020/08/29 11:20:42.102 23131 23228 Info SwappyDisplayManager Starting looper thread
    2020/08/29 11:20:42.103 23131 23149 Info SwappyCommon Initialized Swappy with vsyncPeriod=16666666, appOffset=1000000, sfOffset=1000000
    2020/08/29 11:20:42.103 23131 23149 Verbose SwappyVk SwappyVk initialized for VkDevice 0xc53df080 using VK_GOOGLE_display_timing on Android
    2020/08/29 11:20:42.103 23131 23149 Info SwappyVk Returning refresh duration of 16666666 nsec (approx 60.000002 Hz)
    2020/08/29 11:20:42.170 23131 23149 Info ChoreographerThread Destroying NDKChoreographerThread
    2020/08/29 11:20:42.187 23131 23227 Info ChoreographerThread Terminating Looper thread
    2020/08/29 11:20:42.191 23131 23228 Info SwappyDisplayManager Terminating looper thread
    2020/08/29 11:20:42.196 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:20:42.199 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:20:42.216 23131 23149 Info SwappyCommon Swappy version 1.3
    2020/08/29 11:20:42.216 23131 23149 Info SwappyCommon SDK version = 28
    2020/08/29 11:20:42.219 23131 23149 Info ChoreographerThread Using NDK Choreographer
    2020/08/29 11:20:42.223 23131 23233 Info ChoreographerThread Swappy found 8 CPUs [ Qualcomm Technologies, Inc SDM630].
    2020/08/29 11:20:42.223 23131 23233 Info ChoreographerThread Setting 'SwappyChoreographer' thread [23233-0x5ac1] affinity mask to 0xf0.
    2020/08/29 11:20:42.226 23131 23234 Info SwappyDisplayManager Starting looper thread
    2020/08/29 11:20:42.227 23131 23149 Info SwappyCommon Initialized Swappy with vsyncPeriod=16666666, appOffset=1000000, sfOffset=1000000
    2020/08/29 11:20:42.227 23131 23149 Verbose SwappyVk SwappyVk initialized for VkDevice 0xc53df080 using VK_GOOGLE_display_timing on Android
    2020/08/29 11:20:42.227 23131 23149 Info SwappyVk Returning refresh duration of 16666666 nsec (approx 60.000002 Hz)
    2020/08/29 11:20:42.342 23131 23149 Info ChoreographerThread Destroying NDKChoreographerThread
    2020/08/29 11:20:42.343 23131 23233 Info ChoreographerThread Terminating Looper thread
    2020/08/29 11:20:42.346 23131 23234 Info SwappyDisplayManager Terminating looper thread
    2020/08/29 11:20:42.352 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:20:42.356 23131 23149 Info ConfigStore android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
    2020/08/29 11:20:42.379 23131 23149 Info SwappyCommon Swappy version 1.3
    2020/08/29 11:20:42.380 23131 23149 Info SwappyCommon SDK version = 28
    2020/08/29 11:20:42.384 23131 23149 Info ChoreographerThread Using NDK Choreographer
    2020/08/29 11:20:42.392 23131 23238 Info ChoreographerThread Swappy found 8 CPUs [ Qualcomm Technologies, Inc SDM630].
    2020/08/29 11:20:42.392 23131 23238 Info ChoreographerThread Setting 'SwappyChoreographer' thread [23238-0x5ac6] affinity mask to 0xf0.
    2020/08/29 11:20:42.398 23131 23239 Info SwappyDisplayManager Starting looper thread
    2020/08/29 11:20:42.399 23131 23149 Info SwappyCommon Initialized Swappy with vsyncPeriod=16666666, appOffset=1000000, sfOffset=1000000
    2020/08/29 11:20:42.399 23131 23149 Verbose SwappyVk SwappyVk initialized for VkDevice 0xc53df080 using VK_GOOGLE_display_timing on Android
    2020/08/29 11:20:42.399 23131 23149 Info SwappyVk Returning refresh duration of 16666666 nsec (approx 60.000002 Hz)
    2020/08/29 11:20:42.875 23131 23149 Info Unity Hybrid Renderer V2 active, MaterialProperty component type count 18 / 128
    2020/08/29 11:20:42.875 23131 23149 Info Unity UnityEngine.Logger:Log(LogType, Object)
    2020/08/29 11:20:42.875 23131 23149 Info Unity Unity.Rendering.HybridRendererSystem:OnFirstFrame()
    2020/08/29 11:20:42.875 23131 23149 Info Unity Unity.Rendering.HybridRendererSystem:UpdateHybridV2Batches(JobHandle)
    2020/08/29 11:20:42.875 23131 23149 Info Unity Unity.Rendering.HybridRendererSystem:OnUpdate(JobHandle)
    2020/08/29 11:20:42.875 23131 23149 Info Unity Unity.Entities.JobComponentSystem:Update()
    2020/08/29 11:20:42.875 23131 23149 Info Unity Unity.Entities.ComponentSystemGroup:UpdateAllSystems()
    2020/08/29 11:20:42.875 23131 23149 Info Unity Unity.Entities.ComponentSystem:Update()
    2020/08/29 11:20:42.875 23131 23149 Info Unity UnityEngine.LowLevel.UpdateFunction:Invoke()
    2020/08/29 11:20:42.875 23131 23149 Info Unity
    2020/08/29 11:20:42.875 23131 23149 Info Unity (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 35)
    2020/08/29 11:20:42.875 23131 23149 Info Unity
    2020/08/29 11:20:42.882 23131 23149 Error CRASH *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    2020/08/29 11:20:42.882 23131 23149 Error CRASH Version '2020.1.2f1 (7b32bc54ba47)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
    2020/08/29 11:20:42.882 23131 23149 Error CRASH Build fingerprint: 'motorola/payton_fi/payton_sprout:9/PPWS29.69-39-6-10/469787:user/release-keys'
    2020/08/29 11:20:42.882 23131 23149 Error CRASH Revision: 'p4'
    2020/08/29 11:20:42.882 23131 23149 Error CRASH ABI: 'arm'
    2020/08/29 11:20:42.883 23131 23149 Error CRASH Timestamp: 2020-08-29 11:20:42-0600
    2020/08/29 11:20:42.883 23131 23149 Error CRASH pid: 23131, tid: 23149, name: UnityMain >>> com.DefaultCompany.Buggy <<<
    2020/08/29 11:20:42.883 23131 23149 Error CRASH uid: 10243
    2020/08/29 11:20:42.883 23131 23149 Error CRASH signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x4
    2020/08/29 11:20:42.883 23131 23149 Error CRASH Cause: null pointer dereference
    2020/08/29 11:20:42.883 23131 23149 Error CRASH r0 c81fc5b8 r1 00000000 r2 c854d71c r3 c56d5000
    2020/08/29 11:20:42.883 23131 23149 Error CRASH r4 00000000 r5 c97a81a7 r6 00000000 r7 00000001
    2020/08/29 11:20:42.883 23131 23149 Error CRASH r8 c21b9540 r9 c8200530 r10 00000000 r11 c81fc5c8
    2020/08/29 11:20:42.883 23131 23149 Error CRASH ip c97a6a28 sp c81fc598 lr c854d808 pc c86dd7e4
    2020/08/29 11:20:42.883 23131 23149 Error CRASH
    2020/08/29 11:20:42.883 23131 23149 Error CRASH backtrace:
    2020/08/29 11:20:42.883 23131 23149 Error CRASH #00 pc 004db7e4 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.883 23131 23149 Error CRASH #01 pc 0042789c /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.883 23131 23149 Error CRASH #02 pc 0042645c /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.883 23131 23149 Error CRASH #03 pc 00438f9c /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.883 23131 23149 Error CRASH #04 pc 004386a0 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.883 23131 23149 Error CRASH #05 pc 00439400 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.883 23131 23149 Error CRASH #06 pc 004c19c4 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.883 23131 23149 Error CRASH #07 pc 00a5040c /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #08 pc 00a4cdb4 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #09 pc 0117ffa8 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #10 pc 001a3aa8 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #11 pc 0034e73c /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #12 pc 001d8301 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so CameraRaycastHelper_CUSTOM_RaycastTry2D_Injected(ScriptingBackendNativeObjectPtrOpaque*, Ray const&, float, int) at ??:?
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #13 pc 001e1b8d /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so ParticleSystem_SubEmittersModule_CUSTOM_GetSubEmitterProperties_Injected(SubEmittersModule__*, int) at ??:?
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #14 pc 0016a567 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so VFXExpressionNoiseFunctions::Cellular::Generate(Vector3f const&, float, int, float, float) at ??:?
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #15 pc 0016a535 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so VFXExpressionNoiseFunctions::Cellular::Generate(Vector3f const&, float, int, float, float) at ??:?
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #16 pc 0016a6c7 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so VFXExpressionNoiseFunctions::Cellular::Generate(Vector3f const&, float, int, float, float) at ??:?
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #17 pc 002295cb /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so AndroidVideoMedia<AndroidMediaJNI::Traits>::DecodeAudio(ScopedJNI&, AndroidVideoMedia<AndroidMediaJNI::Traits>::AudioDecoders&) at ??:?
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #18 pc 00236f95 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so GfxDeviceClient::InsertPluginTextureUpdateCallback(void (*)(int, void*), UnityRenderingExtTextureUpdateParamsInternal&) at ??:?
    2020/08/29 11:20:42.884 23131 23149 Error CRASH #19 pc 00003b63 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/oat/arm/base.odex
    2020/08/29 11:20:43.971 23131 23149 Error CRASH Tombstone written to: /storage/emulated/0/Android/data/com.DefaultCompany.Buggy/files/tombstone_00
    0001/01/01 00:00:00.000 -1 -1 Info --------- beginning of crash
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime FATAL EXCEPTION: UnityMain
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime Process: com.DefaultCompany.Buggy, PID: 23131
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime java.lang.Error: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime Version '2020.1.2f1 (7b32bc54ba47)', Build type 'Release', Scripting Backend 'il2cpp', CPU 'armeabi-v7a'
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime Build fingerprint: 'motorola/payton_fi/payton_sprout:9/PPWS29.69-39-6-10/469787:user/release-keys'
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime Revision: 'p4'
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime ABI: 'arm'
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime Timestamp: 2020-08-29 11:20:42-0600
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime pid: 23131, tid: 23149, name: UnityMain >>> com.DefaultCompany.Buggy <<<
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime uid: 10243
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x4
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime Cause: null pointer dereference
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime r0 c81fc5b8 r1 00000000 r2 c854d71c r3 c56d5000
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime r4 00000000 r5 c97a81a7 r6 00000000 r7 00000001
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime r8 c21b9540 r9 c8200530 r10 00000000 r11 c81fc5c8
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime ip c97a6a28 sp c81fc598 lr c854d808 pc c86dd7e4
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime backtrace:
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #00 pc 004db7e4 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #01 pc 0042789c /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #02 pc 0042645c /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #03 pc 00438f9c /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #04 pc 004386a0 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #05 pc 00439400 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #06 pc 004c19c4 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #07 pc 00a5040c /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #08 pc 00a4cdb4 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #09 pc 0117ffa8 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #10 pc 001a3aa8 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #11 pc 0034e73c /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libil2cpp.so (BuildId: a62d36668e6074d5124bbfef4290c429001caf05)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #12 pc 001d8301 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #13 pc 001e1b8d /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #14 pc 0016a567 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #15 pc 0016a535 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #16 pc 0016a6c7 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #17 pc 002295cb /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #18 pc 00236f95 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/lib/arm/libunity.so (BuildId: 03d3a3ccdba1e29293f8aab9c0ef57bea917af59)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime #19 pc 00003b63 /data/app/com.DefaultCompany.Buggy-skivvJ4kcLYf8gDT25wyNA==/oat/arm/base.odex
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0x4db7e4(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0x42789c(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0x42645c(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0x438f9c(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0x4386a0(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0x439400(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0x4c19c4(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0xa5040c(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0xa4cdb4(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0x117ffa8(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0x1a3aa8(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libil2cpp.0x34e73c(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libunity.0x1d8301(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libunity.0x1e1b8d(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libunity.0x16a567(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libunity.0x16a535(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libunity.0x16a6c7(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libunity.0x2295cb(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at libunity.0x236f95(Native Method)
    2020/08/29 11:20:44.003 23131 23149 Error AndroidRuntime at base.0x3b63(Native Method)
    2020/08/29 11:20:44.079 23131 23149 Info Process Sending signal. PID: 23131 SIG: 9
     
    nicolasgramlich likes this.
  9. nicolasgramlich

    nicolasgramlich

    Joined:
    Sep 21, 2017
    Posts:
    231
    Repro'd it in an empty URP project in 2020.1.3f1 with this package config:

    {
    "dependencies": {
    "com.unity.collab-proxy": "1.3.8",
    "com.unity.ide.rider": "1.2.1",
    "com.unity.ide.visualstudio": "2.0.2",
    "com.unity.ide.vscode": "1.2.1",
    "com.unity.platforms.android": "0.8.0-preview.7",
    "com.unity.render-pipelines.universal": "8.2.0",
    "com.unity.test-framework": "1.1.16",
    "com.unity.textmeshpro": "3.0.1",
    "com.unity.timeline": "1.3.4",
    "com.unity.ugui": "1.0.0",
    "com.unity.modules.ai": "1.0.0",
    "com.unity.modules.androidjni": "1.0.0",
    "com.unity.modules.animation": "1.0.0",
    "com.unity.modules.assetbundle": "1.0.0",
    "com.unity.modules.audio": "1.0.0",
    "com.unity.modules.cloth": "1.0.0",
    "com.unity.modules.director": "1.0.0",
    "com.unity.modules.imageconversion": "1.0.0",
    "com.unity.modules.imgui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.modules.particlesystem": "1.0.0",
    "com.unity.modules.physics": "1.0.0",
    "com.unity.modules.physics2d": "1.0.0",
    "com.unity.modules.screencapture": "1.0.0",
    "com.unity.modules.terrain": "1.0.0",
    "com.unity.modules.terrainphysics": "1.0.0",
    "com.unity.modules.tilemap": "1.0.0",
    "com.unity.modules.ui": "1.0.0",
    "com.unity.modules.uielements": "1.0.0",
    "com.unity.modules.umbra": "1.0.0",
    "com.unity.modules.unityanalytics": "1.0.0",
    "com.unity.modules.unitywebrequest": "1.0.0",
    "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    "com.unity.modules.unitywebrequestaudio": "1.0.0",
    "com.unity.modules.unitywebrequesttexture": "1.0.0",
    "com.unity.modules.unitywebrequestwww": "1.0.0",
    "com.unity.modules.vehicles": "1.0.0",
    "com.unity.modules.video": "1.0.0",
    "com.unity.modules.vr": "1.0.0",
    "com.unity.modules.wind": "1.0.0",
    "com.unity.modules.xr": "1.0.0"
    }
    }

    upload_2020-8-29_13-55-31.png

    Bug ID: https://fogbugz.unity3d.com/default.asp?1273917_bmoc1968lnp7kc3c
     
    Last edited: Aug 29, 2020
    lclemens likes this.
  10. lclemens

    lclemens

    Joined:
    Feb 15, 2020
    Posts:
    761
    Fascinating... so I wasn't using platforms.android at all... The closest thing I had was "com.unity.platforms": "0.8.0-preview.7". And you didn't have com.unity.platforms. Is platforms.android something that automatically got added when you built the project, or is it something that got added later? I haven't ever seen that one before. Maybe they are the same thing?

    Here's my manifest for comparison (the blank URP project one):

    "dependencies": {
    "com.unity.ide.visualstudio": "2.0.2",
    "com.unity.ide.vscode": "1.2.1",
    "com.unity.mobile.android-logcat": "1.1.1",
    "com.unity.platforms": "0.8.0-preview.7",
    "com.unity.render-pipelines.universal": "9.0.0-preview.55",
    "com.unity.rendering.hybrid": "0.8.0-preview.18",
    "com.unity.test-framework": "1.1.16",
    "com.unity.textmeshpro": "3.0.1",
    "com.unity.timeline": "1.4.2",
    "com.unity.ugui": "1.0.0",
    "com.unity.modules.ai": "1.0.0",
    "com.unity.modules.androidjni": "1.0.0",
    "com.unity.modules.animation": "1.0.0",
    "com.unity.modules.assetbundle": "1.0.0",
    "com.unity.modules.audio": "1.0.0",
    "com.unity.modules.cloth": "1.0.0",
    "com.unity.modules.director": "1.0.0",
    "com.unity.modules.imageconversion": "1.0.0",
    "com.unity.modules.imgui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.modules.particlesystem": "1.0.0",
    "com.unity.modules.physics": "1.0.0",
    "com.unity.modules.physics2d": "1.0.0",
    "com.unity.modules.screencapture": "1.0.0",
    "com.unity.modules.terrain": "1.0.0",
    "com.unity.modules.terrainphysics": "1.0.0",
    "com.unity.modules.tilemap": "1.0.0",
    "com.unity.modules.ui": "1.0.0",
    "com.unity.modules.uielements": "1.0.0",
    "com.unity.modules.umbra": "1.0.0",
    "com.unity.modules.unityanalytics": "1.0.0",
    "com.unity.modules.unitywebrequest": "1.0.0",
    "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    "com.unity.modules.unitywebrequestaudio": "1.0.0",
    "com.unity.modules.unitywebrequesttexture": "1.0.0",
    "com.unity.modules.unitywebrequestwww": "1.0.0",
    "com.unity.modules.vehicles": "1.0.0",
    "com.unity.modules.video": "1.0.0",
    "com.unity.modules.vr": "1.0.0",
    "com.unity.modules.wind": "1.0.0",
    "com.unity.modules.xr": "1.0.0"

    So just for the heck of it... I took the platforms.android line from your manifest and put it in mine (so now it has both platforms and platforms.android). A new warning came up - .android\repositories.cfg could not be loaded, so it may not be working. When i built for android with il2cpp, it's the same as before - it builds the APK but crashes immediately when it runs. Maybe you could add "com.unity.platforms": "0.8.0-preview.7", and see if that will make it build?
     
  11. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,761
    If you are using subscenes, you need to use your platform specific platforms and create a build configuration for it (rather than using the classic build window). If you're not using subscenes though, it should make no difference.
     
    Last edited: Aug 30, 2020
    lclemens likes this.
  12. nicolasgramlich

    nicolasgramlich

    Joined:
    Sep 21, 2017
    Posts:
    231
    When using "com.unity.platforms.android": "0.8.0-preview.7", then "com.unity.platforms": "0.8.0-preview.7" gets added implicitly. And indeed it's an issue with the platforms package(s). When I downgrade a test project to "com.unity.platforms": "0.4.0-preview.10?", then I can build for Android. Unfortunately some entities package post 0.11 requires at least "com.unity.platforms": "0.7.0-preview.?", which seems to have the issue.

    So it sounds like some simple incompatibility/bug in the platforms package.
     
    lclemens likes this.
  13. tbg10101_

    tbg10101_

    Joined:
    Mar 13, 2011
    Posts:
    192
    Does this move to 2020.1 mean that the Entities will start to depend on the newer versions of Burst and Mathematics?
     
  14. Kamyker

    Kamyker

    Joined:
    May 14, 2013
    Posts:
    1,091
    Newest urp requires 2020.2, I guess soon it will be the case for Hybrid Renderer and the rest of Entities.


    Packages were supposed to make everyone's life easier but we ended up in dependencies spaghetti.

    Well I'm a bit lucky as recently upgraded from 2019.4 to 2020.1 and overall editor is more stable. Project uses il2cpp, windows, net standard 2.0.
     
  15. FakeByte

    FakeByte

    Joined:
    Dec 8, 2015
    Posts:
    147
    Actually as unity mentioned some of those packages are verified in the 2020 release cycle, but they are only packages that other packages depend on and that you only should use yourself if you really know what you do and are for that reason removed from the package manager.
     
  16. lclemens

    lclemens

    Joined:
    Feb 15, 2020
    Posts:
    761
    Has anyone tried 2020.2 with Hybrid Renderer v2 and Android? I just updated to 2020.1.6f1 with Hybrid Renderer v0.8.0-preview.19 and Platforms 0.8.0-preview.7 and can confirm that Android builds are still completely busted.
     
    Opeth001 and nicolasgramlich like this.
  17. nicolasgramlich

    nicolasgramlich

    Joined:
    Sep 21, 2017
    Posts:
    231
    I'm planning to giving it another shot once I see an update to the Platforms package itself, which appears to have been the culprit for me. Not looking forward to wasting another half day or so though :confused:

    I also did not get a response to the bug I filed ( https://fogbugz.unity3d.com/default...812.1704985795.1600282537-34665671.1578270347 ).
     
    lclemens likes this.
  18. nixarn_

    nixarn_

    Joined:
    Jul 25, 2015
    Posts:
    42
    I've tried the hybrid renderer v2 on Android and it works. Just the latest of everything, not sure even what "Platforms 0.8.0-preview.7", that's how much of an Android noob I am.
     
Thread Status:
Not open for further replies.