-
-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResolveVariables() error #122
Comments
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 ***@***.*** 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
<#122>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAwA1AA0i9g7ABcjZfWBfS4_HOKcYSnoks5vEYc4gaJpZM4aHcyc>
.
|
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? |
You can download and import the patch file |
Fixed in 1.5.6 |
@Voresh, 1.5.6 is now live |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: