Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Bug Fatal Error in FPS Microgame

Discussion in 'Editor & General Support' started by jasonasaad2, Dec 29, 2020.

  1. jasonasaad2

    jasonasaad2

    Joined:
    Nov 30, 2020
    Posts:
    51
    "PlatformNotSupportedException: Operation is not supported on this platform.
    Unity.ThrowStub.ThrowNotSupportedException () (at <605501e7af404a5ca13b0c2775a28b94>:0)
    System.Configuration.ConfigurationManager.GetSection (System.String sectionName) (at <605501e7af404a5ca13b0c2775a28b94>:0)
    System.Net.ServicePointManager..cctor () (at <ef151b6abb5d474cb2c1cb8906a8b5a4>:0)
    Rethrow as TypeInitializationException: The type initializer for 'System.Net.ServicePointManager' threw an exception.
    UnityEditor.CrashReporting.CrashReporting.GetUsymUploadAuthToken () (at <7d90b28560b644ce87b8263efcc36eed>:0)
    UnityEditor.WindowsStandalone.WindowsDesktopStandalonePostProcessor.ProcessSymbolFiles (UnityEditor.Modules.BuildPostProcessArgs args) (at <dd3e4685117645eb87b4fbc1a26fcb16>:0)
    DesktopStandalonePostProcessor.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args) (at <7d90b28560b644ce87b8263efcc36eed>:0)
    Rethrow as BuildFailedException: Exception of type 'UnityEditor.Build.BuildFailedException' was thrown.
    DesktopStandalonePostProcessor.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args) (at <7d90b28560b644ce87b8263efcc36eed>:0)
    UnityEditor.Modules.DefaultBuildPostprocessor.PostProcess (UnityEditor.Modules.BuildPostProcessArgs args, UnityEditor.BuildProperties& outProperties) (at <7d90b28560b644ce87b8263efcc36eed>:0)
    UnityEditor.PostprocessBuildPlayer.Postprocess (UnityEditor.BuildTargetGroup targetGroup, UnityEditor.BuildTarget target, System.String installPath, System.String companyName, System.String productName, System.Int32 width, System.Int32 height, UnityEditor.BuildOptions options, UnityEditor.RuntimeClassRegistry usedClassRegistry, UnityEditor.Build.Reporting.BuildReport report) (at <7d90b28560b644ce87b8263efcc36eed>:0)
    UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()" On PC Mac Linux Standalone
     
    Aelcyx likes this.
  2. jasonasaad2

    jasonasaad2

    Joined:
    Nov 30, 2020
    Posts:
    51
    If there is a file I need to delete or edit, let me know, I have trouble finding file names in big text
     
  3. Aelcyx

    Aelcyx

    Joined:
    Jun 13, 2014
    Posts:
    12
    I'm having the exact same issue. Did you find a resolution?