Search Unity

il2cpp::icalls::mscorlib::System::Array::FastCopy crash

Discussion in 'Editor & General Support' started by RakNet, May 23, 2020.

  1. RakNet

    RakNet

    Joined:
    Oct 9, 2013
    Posts:
    315
    I'm getting an issue where when I make a build using IL2CPP the build crashes without any useful information. This is even when I revert Perforce back to where I used to be able to make builds that ran OK, using the same Unity version that was previously successful. Last night I deleted the library directory, reimported all, reinstalled Unity, reinstalled Visual Studio, but the issue still happens. I can build and run a simple scene with only a sphere in it, but my actual game crashes. Any idea?

    Unity 209.3.11f1


    Manifest.json
    {
    "dependencies": {
    "com.unity.2d.sprite": "1.0.0",
    "com.unity.2d.tilemap": "1.0.0",
    "com.unity.analytics": "3.3.5",
    "com.unity.ide.vscode": "1.1.4",
    "com.unity.postprocessing": "2.2.2",
    "com.unity.textmeshpro": "2.0.1",
    "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"
    }
    }

    Crash when I run the build I made:

    upload_2020-5-23_13-12-16.png