Search Unity

how to avoid reflection.emit error in I18N.CJK.dll? (GetManifestResourceInfoInternal)

Discussion in 'iOS and tvOS' started by foranie, Jun 4, 2015.

  1. foranie

    foranie

    Joined:
    Jun 4, 2015
    Posts:
    6
    Using Version : 4.6.5f1(latest)
    OS : YOSEMITY
    ------------------------------------------------
    hi.
    I tried building 64bit iOS and get this error.

    "
    NotSupportedException: /Users/builduser/buildslave/unity/build/Tools/il2cpp/il2cpp/libil2cpp/icalls/mscorlib/System.Reflection/Assembly.cpp(362) : Unsupported internal call for IL2CPP:Assembly::GetManifestResourceInfoInternal - "This icall is not supported by il2cpp."
    at System.Reflection.Assembly.GetManifestResourceInfoInternal (System.String name, System.Reflection.ManifestResourceInfo info) [0x00000] in <filename unknown>:0
    at System.Reflection.Assembly.GetManifestResourceInfo (System.String resourceName) [0x00000] in <filename unknown>:0
    at System.Reflection.Emit.ILGenerator.MarkLabel (Label loc) [0x00000] in <filename unknown>:0
    at System.Reflection.Assembly.GetManifestResourceStream (System.String name) [0x00000] in <filename unknown>:0
    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0
    at I18N.CJK.CodeTable..ctor (System.String name) [0x00000] in <filename unknown>:0
    at I18N.CJK.DbcsConvert..ctor (System.String fileName) [0x00000] in <filename unknown>:0
    at I18N.CJK.DbcsConvert..cctor () [0x00000] in <filename unknown>:0
    at System.Array+InternalEnumerator`1[System.UInt32].get_Current () [0x00000] in <filename unknown>:0
    at I18N.CJK.KoreanEncoding.GetConvert () [0x00000] in <filename unknown>:0
    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0
    at I18N.CJK.KoreanEncoding.GetDecoder () [0x00000] in <filename unknown>:0
    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0
    at I18N.CJK.KoreanEncoding.GetCharCount (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0
    "

    I18N.CJK.CodeTable..ctor (System.String name)->
    PrivateImplementationDetails()->
    GetManifestResourceStream()


    I think GetManifestResourceStream() functions called reflection.emit....
    If removing this Dll files, may be never using chainase, japanse,korean languages. (I use cp949)




    --------------------------------------------------------------------------------------------------------------------
    Full logs

    NotSupportedException: /Users/builduser/buildslave/unity/build/Tools/il2cpp/il2cpp/libil2cpp/icalls/mscorlib/System.Reflection/Assembly.cpp(362) : Unsupported internal call for IL2CPP:Assembly::GetManifestResourceInfoInternal - "This icall is not supported by il2cpp."
    at System.Reflection.Assembly.GetManifestResourceInfoInternal (System.String name, System.Reflection.ManifestResourceInfo info) [0x00000] in <filename unknown>:0
    at System.Reflection.Assembly.GetManifestResourceInfo (System.String resourceName) [0x00000] in <filename unknown>:0
    at System.Reflection.Emit.ILGenerator.MarkLabel (Label loc) [0x00000] in <filename unknown>:0
    at System.Reflection.Assembly.GetManifestResourceStream (System.String name) [0x00000] in <filename unknown>:0
    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0
    at I18N.CJK.CodeTable..ctor (System.String name) [0x00000] in <filename unknown>:0
    at I18N.CJK.DbcsConvert..ctor (System.String fileName) [0x00000] in <filename unknown>:0
    at I18N.CJK.DbcsConvert..cctor () [0x00000] in <filename unknown>:0
    at System.Array+InternalEnumerator`1[System.UInt32].get_Current () [0x00000] in <filename unknown>:0
    at I18N.CJK.KoreanEncoding.GetConvert () [0x00000] in <filename unknown>:0
    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0
    at I18N.CJK.KoreanEncoding.GetDecoder () [0x00000] in <filename unknown>:0
    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0
    at I18N.CJK.KoreanEncoding.GetCharCount (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0

    at Updated+<wwwNetState>c__Iterator0.Reset () [0x00000] in <filename unknown>:0
    at System.Text.Encoding.GetChars (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0
    at System.Data.SqlTypes.SqlTruncateException.System.Runtime.Serialization.ISerializable.GetObjectData (System.Runtime.Serialization.SerializationInfo si, StreamingContext context) [0x00000] in <filename unknown>:0
    at System.Text.Encoding.GetString (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0
    at pStruct+stPlayerAbil..ctor () [0x00000] in <filename unknown>:0
    at Stream.ReadBytesToString (Int32 length, Boolean bAutoTrim) [0x00000] in <filename unknown>:0
    at Net.OnReceive () [0x00000] in <filename unknown>:0
    at CSocket+_delegateReceive.Invoke () [0x00000] in <filename unknown>:0
    at Updated+<wwwNetState>c__Iterator0.Reset () [0x00000] in <filename unknown>:0
    at CSocket.OnReceive (System.Byte[] abyData) [0x00000] in <filename unknown>:0
    at pStruct+stPlayerAbil..ctor () [0x00000] in <filename unknown>:0
    at CSocket.DispatchRecv () [0x00000] in <filename unknown>:0
    at Updated+<wwwNetState>c__Iterator0.Reset () [0x00000] in <filename unknown>:0
    at CSocketManager.Check () [0x00000] in <filename unknown>:0
    at Net.Check () [0x00000] in <filename unknown>:0
    at Intro_Patch.Update () [0x00000] in <filename unknown>:0
    at System.Array+InternalEnumerator`1[System.UInt32].get_Current () [0x00000] in <filename unknown>:0
    Rethrow as TypeInitializationException: The type initializer for 'I18N.CJK.DbcsConvert' threw an exception.
    at I18N.CJK.KoreanEncoding.GetConvert () [0x00000] in <filename unknown>:0
    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0
    at I18N.CJK.KoreanEncoding.GetDecoder () [0x00000] in <filename unknown>:0
    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0
    at I18N.CJK.KoreanEncoding.GetCharCount (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0
    at Updated+<wwwNetState>c__Iterator0.Reset () [0x00000] in <filename unknown>:0
    at System.Text.Encoding.GetChars (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0
    at System.Data.SqlTypes.SqlTruncateException.System.Runtime.Serialization.ISerializable.GetObjectData (System.Runtime.Serialization.SerializationInfo si, StreamingContext context) [0x00000] in <filename unknown>:0
    at System.Text.Encoding.GetString (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0
    at pStruct+stPlayerAbil..ctor () [0x00000] in <filename unknown>:0
    at Stream.ReadBytesToString (Int32 length, Boolean bAutoTrim) [0x00000] in <filename unknown>:0
    at Net.OnReceive () [0x00000] in <filename unknown>:0
    at CSocket+_delegateReceive.Invoke () [0x00000] in <filename unknown>:0
    at Updated+<wwwNetState>c__Iterator0.Reset () [0x00000] in <filename unknown>:0
    at CSocket.OnReceive (System.Byte[] abyData) [0x00000] in <filename unknown>:0
    at pStruct+stPlayerAbil..ctor () [0x00000] in <filename unknown>:0
    at CSocket.DispatchRecv () [0x00000] in <filename unknown>:0
    at Updated+<wwwNetState>c__Iterator0.Reset () [0x00000] in <filename unknown>:0
    at CSocketManager.Check () [0x00000] in <filename unknown>:0
    at Net.Check () [0x00000] in <filename unknown>:0
    at Intro_Patch.Update () [0x00000] in <filename unknown>:0
    at System.Array+InternalEnumerator`1[System.UInt32].get_Current () [0x00000] in <filename unknown>:0
    System.InternalEnumerator`1:get_Current()
     
  2. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,926
    Thanks for reporting this. The 4.6.6f1 version should be released today, it has a correction for this problem. You can also try the latest patch release version, 4.6.5p4 (available now), where this is also corrected.
     
  3. foranie

    foranie

    Joined:
    Jun 4, 2015
    Posts:
    6
    thx >_<
     
  4. foranie

    foranie

    Joined:
    Jun 4, 2015
    Posts:
    6
    Not a solution. Still have errors;
    I try this,
    1. patching 4.6.5p4
    2. change unity 4.6.5p4 to 4.6.6f1
    3. patching 4.6.6p1
    4. replacing ALL I18N.*.dll files.

    What can I do? Can I fix it?? It's my fault???? or engine problem????
    I have a only a weeks..............
    -------------------------------------------------------------------------------
    full logs

    NotSupportedException: This encoding is not supported. Code table is missing.

    at I18N.CJK.CP932.GetBytesImpl (System.Char* chars, Int32 charCount, System.Byte* bytes, Int32 byteCount) [0x00000] in <filename unknown>:0

    at I18N.CJK.CodeTable..ctor (System.String name) [0x00000] in <filename unknown>:0

    at I18N.CJK.DbcsConvert..ctor (System.String fileName) [0x00000] in <filename unknown>:0

    at I18N.CJK.DbcsConvert..cctor () [0x00000] in <filename unknown>:0

    at System.Collections.Generic.GenericEqualityComparer`1[System.String].Equals (System.String x, System.String y) [0x00000] in <filename unknown>:0

    at I18N.CJK.KoreanEncoding.GetConvert () [0x00000] in <filename unknown>:0

    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0

    at I18N.CJK.KoreanEncoding.GetDecoder () [0x00000] in <filename unknown>:0

    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0

    at I18N.CJK.KoreanEncoding.GetCharCount (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0

    at AppUpdated+<wwwNetworkState>c__Iterator0.Reset () [0x00000] in <filename unknown>:0

    at System.Text.Encoding.GetChars (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0

    at System.Data.ColumnTypeConverter.CanConvertTo (ITypeDescriptorContext context, System.Type destinationType) [0x00000] in <filename unknown>:0

    at System.Text.Encoding.GetString (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0

    at System.Collections.Queue.ToArray () [0x00000] in <filename unknown>:0

    at BitStream.ReadBytesToString (Int32 length, Boolean bAutoTrim) [0x00000] in <filename unknown>:0

    at PatchNet.OnReceive () [0x00000] in <filename unknown>:0

    at ClientSocket+_delegateReceive.Invoke () [0x00000] in <filename unknown>:0

    at System.Collections.Queue.ToArray () [0x00000] in <filename unknown>:0

    at ClientSocket.OnReceive (System.Byte[] abyData) [0x00000] in <filename unknown>:0

    at PacketStruct+stPlayerAbil..ctor () [0x00000] in <filename unknown>:0

    at ClientSocket.DispatchReceive () [0x00000] in <filename unknown>:0

    at System.Collections.Queue.ToArray () [0x00000] in <filename unknown>:0

    at ClientSocketManager.Check () [0x00000] in <filename unknown>:0

    at PatchNet.Check () [0x00000] in <filename unknown>:0

    at Intro_Patch.Update () [0x00000] in <filename unknown>:0

    at System.Collections.Generic.GenericEqualityComparer`1[System.String].Equals (System.String x, System.String y) [0x00000] in <filename unknown>:0

    Rethrow as TypeInitializationException: The type initializer for 'I18N.CJK.DbcsConvert' threw an exception.

    at I18N.CJK.KoreanEncoding.GetConvert () [0x00000] in <filename unknown>:0

    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0

    at I18N.CJK.KoreanEncoding.GetDecoder () [0x00000] in <filename unknown>:0

    at <PrivateImplementationDetails>..ctor () [0x00000] in <filename unknown>:0

    at I18N.CJK.KoreanEncoding.GetCharCount (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0

    at AppUpdated+<wwwNetworkState>c__Iterator0.Reset () [0x00000] in <filename unknown>:0

    at System.Text.Encoding.GetChars (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0

    at System.Data.ColumnTypeConverter.CanConvertTo (ITypeDescriptorContext context, System.Type destinationType) [0x00000] in <filename unknown>:0

    at System.Text.Encoding.GetString (System.Byte[] bytes, Int32 index, Int32 count) [0x00000] in <filename unknown>:0

    at System.Collections.Queue.ToArray () [0x00000] in <filename unknown>:0

    at BitStream.ReadBytesToString (Int32 length, Boolean bAutoTrim) [0x00000] in <filename unknown>:0

    at PatchNet.OnReceive () [0x00000] in <filename unknown>:0

    at ClientSocket+_delegateReceive.Invoke () [0x00000] in <filename unknown>:0

    at System.Collections.Queue.ToArray () [0x00000] in <filename unknown>:0

    at ClientSocket.OnReceive (System.Byte[] abyData) [0x00000] in <filename unknown>:0

    at PacketStruct+stPlayerAbil..ctor () [0x00000] in <filename unknown>:0

    at ClientSocket.DispatchReceive () [0x00000] in <filename unknown>:0

    at System.Collections.Queue.ToArray () [0x00000] in <filename unknown>:0

    at ClientSocketManager.Check () [0x00000] in <filename unknown>:0

    at PatchNet.Check () [0x00000] in <filename unknown>:0

    at Intro_Patch.Update () [0x00000] in <filename unknown>:0

    at System.Collections.Generic.GenericEqualityComparer`1[System.String].Equals (System.String x, System.String y) [0x00000] in <filename unknown>:0

    System.Collections.Generic.GenericEqualityComparer`1:Equals(String, String)
     
    Last edited: Jun 11, 2015
  5. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,926
    @foranie

    This looks like a different, but related, issue. Previously, the problem had this error:

    Unsupported internal call for IL2CPP:Assembly::GetManifestResourceInfoInternal - "This icall is not supported by il2cpp."

    Which indicates that the IL2CPP runtime code was missing an implementation for embedded resources. That implementation does exist in 4.6.6f1, so now it looks like the embedded resources for localization are being loaded correctly. However, something is still missing. Does this project work if you use the Mono scripting backend (without changing anything else)? That will help us know if this is a problem specific to IL2CPP, or something more general. Thanks.
     
  6. foranie

    foranie

    Joined:
    Jun 4, 2015
    Posts:
    6
    Nothing. Only changing mono2x to IL2CPP... Mono2x work very well..
    what can I do now? Should I check again from the beginning?

    If this is backend problem, I can request deadline extension. But it's my code or setting problem, I can't. (Because already spent a couple of months for android to ios project..) Can you give an answer about this?

    Thanks.:D
     
  7. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,926
    @foranie

    Since this work with the Mono scripting backend, then it is a Unity problem that we need to investigate. Can you submit a bug report and include this project (or a similar one that reproduces this issue)? I suspect that we will need the project to track this down. Thanks.
     
  8. foranie

    foranie

    Joined:
    Jun 4, 2015
    Posts:
    6
    Sample project is too big. If you need full project files, get this;
    https://drive.google.com/file/d/0ByKPO4ZkolKLUnp5RU5CcGpGYlk/view?usp=sharing
    Plugins, sample script, mono2x-xcode project and il2cpp-xcode project are included.

    Most simply, my code is,

    stringsUTF8 = "아하하하하하";//AHHAHAHAHAHAHA
    byte[] btBuffer = newbyte[sUTF8.Length];
    Debug.Log("sutf8 : " + sUTF8);
    btBuffer = Encoding.GetEncoding(949).GetBytes(sUTF8);

    ...And include I18.CJK.DLL to plugins folder.

    -------------------------------------
    Full LOGS
    /*mono2x : success
    2015-06-1215:11:31.945hahaha[11198:2040118] -> registeredmonomodules0x1ac5ba0
    -> applicationDidFinishLaunching()
    Monopath[0] = '/private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed'
    Monoconfigpath = '/private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed'
    -> applicationDidBecomeActive()
    RequestingResolution: 1536x2048
    Renderer: PowerVRSGX554
    Vendor: ImaginationTechnologies
    Version: OpenGLES2.0IMGSGX554-113.3
    GL_OES_depth_textureGL_OES_depth24GL_OES_element_index_uintGL_OES_fbo_render_mipmapGL_OES_mapbufferGL_OES_packed_depth_stencilGL_OES_rgb8_rgba8GL_OES_standard_derivativesGL_OES_texture_floatGL_OES_texture_half_floatGL_OES_texture_half_float_linearGL_OES_vertex_array_objectGL_EXT_blend_minmaxGL_EXT_color_buffer_half_floatGL_EXT_debug_labelGL_EXT_debug_markerGL_EXT_discard_framebufferGL_EXT_draw_instancedGL_EXT_instanced_arraysGL_EXT_map_buffer_rangeGL_EXT_occlusion_query_booleanGL_EXT_pvrtc_sRGBGL_EXT_read_format_bgraGL_EXT_separate_shader_objectsGL_EXT_shader_framebuffer_fetchGL_EXT_shader_texture_lodGL_EXT_shadow_samplersGL_EXT_sRGBGL_EXT_texture_filter_anisotropicGL_EXT_texture_rgGL_EXT_texture_storageGL_APPLE_clip_distanceGL_APPLE_color_buffer_packed_floatGL_APPLE_copy_texture_levelsGL_APPLE_framebuffer_multisampleGL_APPLE_rgb_422GL_APPLE_syncGL_APPLE_texture_format_BGRA8888GL_APPLE_texture_max_levelGL_APPLE_texture_packed_floatGL_IMG_read_formatGL_IMG_texture_comp
    ression_pvrtc
    CreatingOpenGLES2.0graphicsdevice
    Initializeengineversion: 4.6.6p1 (b426f41dfb0d)
    BeginMonoManagerReloadAssembly
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/UnityEngine.dll (thismessageisharmless)
    Loading /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/UnityEngine.dllintoUnityChildDomain
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/System.dll (thismessageisharmless)
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/Mono.Security.dll (thismessageisharmless)
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/System.Configuration.dll (thismessageisharmless)
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/System.Xml.dll (thismessageisharmless)
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/System.Security.dll (thismessageisharmless)
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/Assembly-CSharp.dll (thismessageisharmless)
    Loading /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/Assembly-CSharp.dllintoUnityChildDomain
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/UnityEngine.UI.dll (thismessageisharmless)
    Loading /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/UnityEngine.UI.dllintoUnityChildDomain
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/System.Core.dll (thismessageisharmless)
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/Mono.Posix.dll (thismessageisharmless)
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.dll (thismessageisharmless)
    Loading /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.dllintoUnityChildDomain
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.MidEast.dll (thismessageisharmless)
    Loading /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.MidEast.dllintoUnityChildDomain
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.Other.dll (thismessageisharmless)
    Loading /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.Other.dllintoUnityChildDomain
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.Rare.dll (thismessageisharmless)
    Loading /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.Rare.dllintoUnityChildDomain
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.West.dll (thismessageisharmless)
    Loading /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.West.dllintoUnityChildDomain
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/System.Data.dll (thismessageisharmless)
    Loading /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/System.Data.dllintoUnityChildDomain
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/Mono.Data.Tds.dll (thismessageisharmless)
    Platformassembly: /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.CJK.dll (thismessageisharmless)
    Loading /private/var/mobile/Containers/Bundle/Application/C64E494E-B843-4C8D-AA13-0080EBC2FB4E/hahaha.app/Data/Managed/I18N.CJK.dllintoUnityChildDomain
    - Completedreload, in0.129seconds
    sutf8 : 아하하하하하

    (Filename: /Users/builduser/buildslave/unity/build/artifacts/iPhonePlayer-armv7Generated/UnityEngineDebug.cppLine: 56)

    Buffer2 : 949[190][198][199][207][199][207][199][207][199][207][199][207]

    (Filename: /Users/builduser/buildslave/unity/build/artifacts/iPhonePlayer-armv7Generated/UnityEngineDebug.cppLine: 56)









    *Il2CPP : fail

    2015-06-1215:17:38.595hahaha[11236:2041572] -> registeredmonomodules0x11afda0
    -> applicationDidFinishLaunching()
    -> applicationDidBecomeActive()
    RequestingResolution: 1536x2048
    Renderer: PowerVRSGX554
    Vendor: ImaginationTechnologies
    Version: OpenGLES2.0IMGSGX554-113.3
    GL_OES_depth_textureGL_OES_depth24GL_OES_element_index_uintGL_OES_fbo_render_mipmapGL_OES_mapbufferGL_OES_packed_depth_stencilGL_OES_rgb8_rgba8GL_OES_standard_derivativesGL_OES_texture_floatGL_OES_texture_half_floatGL_OES_texture_half_float_linearGL_OES_vertex_array_objectGL_EXT_blend_minmaxGL_EXT_color_buffer_half_floatGL_EXT_debug_labelGL_EXT_debug_markerGL_EXT_discard_framebufferGL_EXT_draw_instancedGL_EXT_instanced_arraysGL_EXT_map_buffer_rangeGL_EXT_occlusion_query_booleanGL_EXT_pvrtc_sRGBGL_EXT_read_format_bgraGL_EXT_separate_shader_objectsGL_EXT_shader_framebuffer_fetchGL_EXT_shader_texture_lodGL_EXT_shadow_samplersGL_EXT_sRGBGL_EXT_texture_filter_anisotropicGL_EXT_texture_rgGL_EXT_texture_storageGL_APPLE_clip_distanceGL_APPLE_color_buffer_packed_floatGL_APPLE_copy_texture_levelsGL_APPLE_framebuffer_multisampleGL_APPLE_rgb_422GL_APPLE_syncGL_APPLE_texture_format_BGRA8888GL_APPLE_texture_max_levelGL_APPLE_texture_packed_floatGL_IMG_read_formatGL_IMG_texture_comp
    ression_pvrtc
    CreatingOpenGLES2.0graphicsdevice
    Initializeengineversion: 4.6.6p1 (b426f41dfb0d)
    sutf8 : 아하하하하하
    System.InternalEnumerator`1:get_Current()
    UnityEngine.Debug:Internal_Log(Int32, String, Object)
    UnityEngine.Debug:Log(Object)
    Sample:Start()
    System.InternalEnumerator`1:get_Current()

    (Filename: /Users/builduser/buildslave/unity/build/artifacts/iPhonePlayer-armv7-il2cppGenerated/UnityEngineDebug.cppLine: 56)

    NotSupportedException: Thisencodingisnotsupported. Codetableismissing.
    atI18N.CJK.CP932.GetBytesImpl (System.Char* chars, Int32charCount, System.Byte* bytes, Int32byteCount) [0x00000] in <filenameunknown>:0
    atI18N.CJK.CodeTable..ctor (System.Stringname) [0x00000] in <filenameunknown>:0
    atI18N.CJK.DbcsConvert..ctor (System.StringfileName) [0x00000] in <filenameunknown>:0
    atI18N.CJK.DbcsConvert..cctor () [0x00000] in <filenameunknown>:0
    atSystem.Collections.Generic.GenericEqualityComparer`1[System.String].Equals (System.Stringx, System.Stringy) [0x00000] in <filenameunknown>:0
    atI18N.CJK.KoreanEncoding.GetConvert () [0x00000] in <filenameunknown>:0
    at <PrivateImplementationDetails>..ctor () [0x00000] in <filenameunknown>:0
    atI18N.CJK.KoreanEncoding.GetByteCountImpl (System.Char* chars, Int32count) [0x00000] in <filenameunknown>:0
    atI18N.Common.Strings..ctor () [0x00000] in <filenameunknown>:0
    atI18N.Common.MonoEncoding.GetByteCount (System.Char* chars, Int32count) [0x00000] in <filenameunknown>:0
    atI18N.Common.Strings..ctor () [0x00000] in <filenameunknown>:0
    atSystem.Text.Encoding.GetByteCount (System.Strings) [0x00000] in <filenameunknown>:0
    atSystem.Data.Common.DBDataPermission.Union (IPermissiontarget) [0x00000] in <filenameunknown>:0
    atSystem.Text.Encoding.GetBytes (System.Strings) [0x00000] in <filenameunknown>:0
    atSample.Start () [0x00000] in <filenameunknown>:0
    atSample.Start () [0x00000] in <filenameunknown>:0
    atSystem.Collections.Generic.GenericEqualityComparer`1[System.String].Equals (System.Stringx, System.Stringy) [0x00000] in <filenameunknown>:0
    RethrowasTypeInitializationException: Thetypeinitializerfor'I18N.CJK.DbcsConvert'threwanexception.
    atI18N.CJK.KoreanEncoding.GetConvert () [0x00000] in <filenameunknown>:0
    at <PrivateImplementationDetails>..ctor () [0x00000] in <filenameunknown>:0
    atI18N.CJK.KoreanEncoding.GetByteCountImpl (System.Char* chars, Int32count) [0x00000] in <filenameunknown>:0
    atI18N.Common.Strings..ctor () [0x00000] in <filenameunknown>:0
    atI18N.Common.MonoEncoding.GetByteCount (System.Char* chars, Int32count) [0x00000] in <filenameunknown>:0
    atI18N.Common.Strings..ctor () [0x00000] in <filenameunknown>:0
    atSystem.Text.Encoding.GetByteCount (System.Strings) [0x00000] in <filenameunknown>:0
    atSystem.Data.Common.DBDataPermission.Union (IPermissiontarget) [0x00000] in <filenameunknown>:0
    atSystem.Text.Encoding.GetBytes (System.Strings) [0x00000] in <filenameunknown>:0
    atSample.Start () [0x00000] in <filenameunknown>:0
    atSample.Start () [0x00000] in <filenameunknown>:0
    atSystem.Collections.Generic.GenericEqualityComparer`1[System.String].Equals (System.Stringx, System.Stringy) [0x00000] in <filenameunknown>:0
    System.Collections.Generic.GenericEqualityComparer`1:Equals(String, String)

    (Filename: currentlynotavailableonil2cppLine: -1)

    -> applicationWillResignActive()
    -> applicationDidEnterBackground()
    `


    */
     
  9. JoshPeterson

    JoshPeterson

    Unity Technologies

    Joined:
    Jul 21, 2014
    Posts:
    6,926
    @foranie

    Can you submit a bug report via the Help -> Report a Bug menu in the Unity editor? That will allow our QA team to process this, and we can properly feedback to you with the bug is corrected. Please let me know the the bug report number when you submit the bug, and I'll make sure the project is associated correctly with the bug. Thanks.