Search Issue Tracker

Fixed in 2018.3.X

Votes

13

Found in

5.6.0b10

Issue ID

887128

Regression

No

[WSA] XMLSerializerException thrown when running the IL2CPP build

Steps to reproduce:
1. Open the attached project (XMLTest.zip)
2. Open the Assets/Game.unity scene
3. Switch platform to Windows Store
4. Build for WSA Universal 10 SDK (IL2CPP backend), Build type - XAML
5. Open Visual Studio solution
6. Deploy on local machine (Debug or Release)
7. Observe the errors in the Output console

Expected result: Errors should not appear in the Output console
Actual result: Errors appear in the Output console

Note:
Not reproducible with Master mode

Reproduced with: 5.6.0b10, 5.6.0b11, 2017.1.0a2
Not reproduced with: 5.4.5f1, 5.5.2p2

Fixed in: 2018.3.0a11 (on .NET Standard 2.0 Api Compatibility Level)

Comments (15)

  1. shubhamswaraj2021

    Aug 18, 2020 11:30

    good one <a href="https://www.lyricsauto.com">lyricsauto</a>

  2. JPoenisch

    May 14, 2019 07:48

    Apparently this Bug still exists in Unity 2018.3.14 ... still the only thing working is switching to compatibility level ".Net Standard 2.0" ... exception is thrown for

    ```
    var serializer = new XmlSerializer(typeof(SomeType));
    ```

    exception:

    System.ArgumentException: 'CP1252' is not supported encoding name.

  3. Fiedel

    May 14, 2019 07:45

    This issue appears to persist in Unity 2018.3.14

  4. YoloJero

    Mar 25, 2019 15:37

    Still had this issue in 2018.3.4f1 with Api Compatibility Level .Net 4.x
    Switching to .Net Standard 2.0 (still throws an exception but) worked for me.

  5. nilsubimax

    Oct 29, 2018 15:40

    Seems to be still open for 2018.3.0b6 with .NET 4.6 enabled. I think this should not only be fixed for a specific framework, but for all available frameworks. Could you please reopen this issue so that we can cast votes again?

  6. Arctous

    Sep 13, 2018 20:53

    @JOSHPETERSON
    I see that 2018.3b was released for beta. However, this issue is not mentioned in the release notes. Is this fixed?

  7. Mgravitus

    Aug 06, 2018 15:02

    So which version of Unity is this fixed for IL2CPP?

  8. Arctous

    Jul 26, 2018 23:52

    Just upgraded to 2018.2.1f1. I confirmed that the System.XML.Serialization issue is fixed under 2018.2.1f1 under the ".NET Standard 2.0" selection in the "API Compatibility Level" setting.

  9. Arctous

    Jul 26, 2018 22:20

    @joshpeterson - I am currently using 2018.1. Is there a release date for the 2018.3 beta? I am also using System.Xml.Serialization and have the same output as @cruelbob. I am unable to run on iOS and release to my testers because of this error.

  10. cruelbob

    Jul 04, 2018 13:06

    Caught this error on Unity 2018.1.6f1 using .Net Standard 2.0:
    NotSupportedException: /Users/builduser/buildslave/unity/build/External/il2cpp/il2cpp/libil2cpp/icalls/mscorlib/System.Reflection.Emit/AssemblyBuilder.cpp(20) : Unsupported internal call for IL2CPP:AssemblyBuilder::basic_init - System.Reflection.Emit is not supported.
    System.Reflection.Emit.AssemblyBuilder..ctor (System.Reflection.AssemblyName n, System.String directory, System.Reflection.Emit.AssemblyBuilderAccess access, System.Boolean corlib_internal) (at <00000000000000000000000000000000>:0)
    System.AppDomain.DefineDynamicAssembly (System.Reflection.AssemblyName name, System.Reflection.Emit.AssemblyBuilderAccess access, System.String dir, System.Security.Policy.Evidence evidence, System.Security.PermissionSet requiredPermissions, System.Security.PermissionSet optionalPermissions, System.Security.PermissionSet refusedPermissions, System.Boolean isSynchronized) (at <00000000000000000000000000000000>:0)
    System.AppDomain.DefineDynamicAssembly (System.Reflection.AssemblyName name, System.Reflection.Emit.AssemblyBuilderAccess access) (at <00000000000000000000000000000000>:0)
    System.Xml.Serialization.TempAssembly.GenerateRefEmitAssembly (System.Xml.Serialization.XmlMapping[] xmlMappings, System.Type[] types, System.String defaultNamespace, System.Security.Policy.Evidence evidence) (at <00000000000000000000000000000000>:0)
    System.Xml.Serialization.TempAssembly..ctor (System.Xml.Serialization.XmlMapping[] xmlMappings, System.Type[] types, System.String defaultNamespace, System.String location, System.Security.Policy.Evidence evidence) (at <00000000000000000000000000000000>:0)
    System.Xml.Serialization.XmlSerializer.GenerateTempAssembly (System.Xml.Serialization.XmlMapping xmlMapping, System.Type type, System.String defaultNamespace) (at <00000000000000000000000000000000>:0)
    System.Xml.Serialization.XmlSerializer..ctor (System.Type type, System.String defaultNamespace) (at <00000000000000000000000000000000>:0)

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.