Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. InvalidOperationException: Non-public member cannot be used with full dll compilation: MMOPacketCommon.PacketClasses.RegisterResponse..ctor
  2. ProtoBuf.Compiler.CompilerContext.CheckAccessibility (System.Reflection.MemberInfo member)
  3. ProtoBuf.Compiler.CompilerContext.EmitCtor (System.Reflection.ConstructorInfo ctor)
  4. ProtoBuf.Compiler.CompilerContext.EmitCtor (System.Type type, System.Type[] parameterTypes)
  5. ProtoBuf.Compiler.CompilerContext.EmitCtor (System.Type type)
  6. ProtoBuf.Serializers.TypeSerializer.ProtoBuf.Serializers.IProtoTypeSerializer.EmitCreateInstance (ProtoBuf.Compiler.CompilerContext ctx)
  7. ProtoBuf.Serializers.TypeSerializer.EmitCreateIfNull (ProtoBuf.Compiler.CompilerContext ctx, ProtoBuf.Compiler.Local storage)
  8. ProtoBuf.Serializers.TypeSerializer.WriteFieldHandler (ProtoBuf.Compiler.CompilerContext ctx, System.Type expected, ProtoBuf.Compiler.Local loc, CodeLabel handler, CodeLabel continue, IProtoSerializer serializer)
  9. ProtoBuf.Serializers.TypeSerializer.ProtoBuf.Serializers.IProtoSerializer.EmitRead (ProtoBuf.Compiler.CompilerContext ctx, ProtoBuf.Compiler.Local valueFrom)
  10. ProtoBuf.Serializers.CompiledSerializer.ProtoBuf.Serializers.IProtoSerializer.EmitRead (ProtoBuf.Compiler.CompilerContext ctx, ProtoBuf.Compiler.Local valueFrom)
  11. ProtoBuf.Meta.RuntimeTypeModel.WriteSerializers (ProtoBuf.Meta.CompilerOptions options, System.String assemblyName, System.Reflection.Emit.TypeBuilder type, System.Int32& index, System.Boolean& hasInheritance, .SerializerPair[]& methodPairs, ProtoBuf.Compiler.ILVersion& ilVersion)
  12. ProtoBuf.Meta.RuntimeTypeModel.Compile (ProtoBuf.Meta.CompilerOptions options)
  13. ProtoBuf.Meta.RuntimeTypeModel.Compile (System.String name, System.String path)
  14. ProtoBuf.Meta.RuntimeTypeModel.Compile ()
  15. FullInspector.ProtoBufNetSerializer..cctor () (at Assets/FullInspector2/Serializers/protobuf-net/ProtoBufNetSerializer.cs:35)
  16. Rethrow as TypeInitializationException: An exception was thrown by the type initializer for FullInspector.ProtoBufNetSerializer
  17. System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:513)
  18. Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
  19. System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:519)
  20. System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:528)
  21. System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Reflection/ConstructorInfo.cs:77)
  22. System.Activator.CreateInstance (System.Type type, Boolean nonPublic) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/Activator.cs:372)
  23. System.Activator.CreateInstance (System.Type type) (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/Activator.cs:254)
  24. System.Activator.CreateInstance[ProtoBufNetSerializer] () (at /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System/Activator.cs:248)
  25. FullInspector.Internal.SingletonCache.Get[ProtoBufNetSerializer] () (at Assets/FullInspector2/Core/SingletonCache.cs:25)
  26. FullInspector.Internal.BehaviorSerializationHelpers.RestoreState[ProtoBufNetSerializer] (ISerializedObject obj, ISerializationOperator serializationOperator) (at Assets/FullInspector2/Core/BehaviorSerializationHelpers.cs:137)
  27. FullInspector.BaseBehavior`1[TSerializer].RestoreState () (at Assets/FullInspector2/Core/BaseBehavior.cs:51)
  28. FullInspector.FullInspectorCommonSerializedObjectEditor.EnsureRestored (ISerializedObject obj) (at Assets/FullInspector2/Core/Editor/FullInspectorCommonSerializedObjectEditor.cs:90)
  29. FullInspector.FullInspectorCommonSerializedObjectEditor.OnInspectorGUI () (at Assets/FullInspector2/Core/Editor/FullInspectorCommonSerializedObjectEditor.cs:162)
  30. UnityEditor.InspectorWindow.DrawEditor (UnityEditor.Editor editor, Int32 editorIndex, Boolean forceDirty, System.Boolean& showImportedObjectBarNext, UnityEngine.Rect& importedObjectBarRect, Boolean eyeDropperDirty) (at C:/BuildAgent/work/aeedb04a1292f85a/Editor/Mono/Inspector/InspectorWindow.cs:1124)
  31. UnityEditor.DockArea:OnGUI()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement