Advertisement
Gilbrilthor

PapyrusDotNet Post Build Error

Jun 5th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. 1>------ Build started: Project: papyrusNetTest, Configuration: Debug Any CPU ------
  2. 1> papyrusNetTest -> c:\users\mpaul\documents\visual studio 2015\Projects\papyrusNetTest\papyrusNetTest\bin\Debug\papyrusNetTest.dll
  3. 1>
  4. 1> Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentOutOfRangeException: The co-ordinates specified must be within the dimensions of the window.
  5. 1> Parameter name: x
  6. 1> Actual value was 2.
  7. 1> at PapyrusDotNet.Common.ConsoleExLib.ConsoleEx.Move(Int32 x, Int32 y)
  8. 1> at PapyrusDotNet.Common.ConsoleExLib.ConsoleEx.DrawRectangle(BorderStyle style, Int32 x, Int32 y, Int32 cx, Int32 cy, Boolean fill)
  9. 1> at PapyrusDotNet.Common.Utilities.AdvancedConsoleUserInterface.DrawInterface(String message)
  10. 1> at PapyrusDotNet.Converters.Papyrus2Clr.Implementations.PascalCaseNameResolver..ctor(IUserInterface userInterface, PascalCaseNameResolverSettings settings)
  11. 1> --- End of inner exception stack trace ---
  12. 1> at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
  13. 1> at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
  14. 1> at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
  15. 1> at PapyrusDotNet.Common.IoCContainer.CreateInstanceOf(Type type)
  16. 1> at PapyrusDotNet.Common.IoCContainer.Resolve(Type type)
  17. 1> at PapyrusDotNet.Common.IoCContainer.Resolve[T]()
  18. 1> at PapyrusDotNet.ContainerConfiguration.Resolve[T]()
  19. 1> at PapyrusDotNet.Program.Main(String[] args)
  20. 1>C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets(4713,5): error MSB3073: The command ""C:\Users\mpaul\Downloads\PapyrusDotNet-master\Binaries\PapyrusDotNet.exe" -i "c:\users\mpaul\documents\visual studio 2015\Projects\papyrusNetTest\papyrusNetTest\bin\Debug\papyrusNetTest.dll" -o "c:\users\mpaul\documents\visual studio 2015\Projects\papyrusNetTest\papyrusNetTest\bin\Debug\Papyrus\"" exited with code -532462766.
  21. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement