SpaceMadness / lunar-unity-console

High-performance Unity iOS/Android logger built with native platform UI
https://www.assetstore.unity3d.com/en/#!/content/43800
Other
839 stars 114 forks source link

ResolveVariables() error #122

Closed Voresh closed 5 years ago

Voresh commented 5 years ago

Scripting Backend: IL2CPP Android version: 8.0.0 Device model: Samsung galaxy s8 plus Unity version: 2018.3 Host OS version: Windows 10

Got this error on my device: [Lunar Mobile Console] Unable to list types System.Configuration.ConfigurationCollectionAttribute::.ctor at System.Configuration.ConfigurationCollectionAttribute..ctor (System.Type itemType) [0x00000] in <00000000000000000000000000000000>:0 at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) [0x00000] in <00000000000000000000000000000000>:0 at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit) [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePluginInternal.ReflectionUtils+<>c__DisplayClass11_0.b__0 (System.Type type) [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePluginInternal.ReflectionUtils.FindTypes (System.Reflection.Assembly assembly, LunarConsolePluginInternal.ReflectionTypeFilter filter) [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePluginInternal.ReflectionUtils.FindAttributeTypes (System.Reflection.Assembly assembly, System.Type attributeType) [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePlugin.LunarConsole.ResolveVariables () [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePlugin.LunarConsole.InitPlatform (System.Int32 capacity, System.Int32 trim, LunarConsolePlugin.LunarConsoleSettings settings) [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePlugin.LunarConsole.EnablePlatform () [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePlugin.LunarConsole.OnEnable () [0x00000] in <00000000000000000000000000000000>:0

stripping is disabled last free version from asset store

weeeBox commented 5 years ago

I have already submitted the fix to this issue to the asset store. Update pending. This should not affect free version.

On Fri, Jan 18, 2019, 12:35 AM Voresh <notifications@github.com wrote:

Scripting Backend: IL2CPP Android version: 8.0.0 Device model: Samsung galaxy s8 plus Unity version: 2018.3 Host OS version: Windows 10

Got this error on my device: [Lunar Mobile Console] Unable to list types System.Configuration.ConfigurationCollectionAttribute::.ctor at System.Configuration.ConfigurationCollectionAttribute..ctor (System.Type itemType) [0x00000] in <00000000000000000000000000000000>:0 at System.MonoCustomAttrs.GetCustomAttributesBase (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inheritedOnly) [0x00000] in

<00000000000000000000000000000000>:0 at System.MonoCustomAttrs.GetCustomAttributes (System.Reflection.ICustomAttributeProvider obj, System.Type attributeType, System.Boolean inherit) [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePluginInternal.ReflectionUtils+<>c__DisplayClass11_0.b__0 (System.Type type) [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePluginInternal.ReflectionUtils.FindTypes (System.Reflection.Assembly assembly, LunarConsolePluginInternal.ReflectionTypeFilter filter) [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePluginInternal.ReflectionUtils.FindAttributeTypes (System.Reflection.Assembly assembly, System.Type attributeType) [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePlugin.LunarConsole.ResolveVariables () [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePlugin.LunarConsole.InitPlatform (System.Int32 capacity, System.Int32 trim, LunarConsolePlugin.LunarConsoleSettings settings) [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePlugin.LunarConsole.EnablePlatform () [0x00000] in <00000000000000000000000000000000>:0 at LunarConsolePlugin.LunarConsole.OnEnable () [0x00000] in <00000000000000000000000000000000>:0 stripping is disabled last free version from asset store — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub , or mute the thread .
Voresh commented 5 years ago

Thank you for your answer. I know that variables are only for pro version. But I really downloaded free once. What can be wrong and what should I do?

weeeBox commented 5 years ago

You can download and import the patch file

weeeBox commented 5 years ago

Fixed in 1.5.6

weeeBox commented 5 years ago

@Voresh, 1.5.6 is now live