Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1>------ Build started: Project: papyrusNetTest, Configuration: Debug Any CPU ------
- 1> papyrusNetTest -> c:\users\mpaul\documents\visual studio 2015\Projects\papyrusNetTest\papyrusNetTest\bin\Debug\papyrusNetTest.dll
- 1>
- 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.
- 1> Parameter name: x
- 1> Actual value was 2.
- 1> at PapyrusDotNet.Common.ConsoleExLib.ConsoleEx.Move(Int32 x, Int32 y)
- 1> at PapyrusDotNet.Common.ConsoleExLib.ConsoleEx.DrawRectangle(BorderStyle style, Int32 x, Int32 y, Int32 cx, Int32 cy, Boolean fill)
- 1> at PapyrusDotNet.Common.Utilities.AdvancedConsoleUserInterface.DrawInterface(String message)
- 1> at PapyrusDotNet.Converters.Papyrus2Clr.Implementations.PascalCaseNameResolver..ctor(IUserInterface userInterface, PascalCaseNameResolverSettings settings)
- 1> --- End of inner exception stack trace ---
- 1> at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
- 1> at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
- 1> at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
- 1> at PapyrusDotNet.Common.IoCContainer.CreateInstanceOf(Type type)
- 1> at PapyrusDotNet.Common.IoCContainer.Resolve(Type type)
- 1> at PapyrusDotNet.Common.IoCContainer.Resolve[T]()
- 1> at PapyrusDotNet.ContainerConfiguration.Resolve[T]()
- 1> at PapyrusDotNet.Program.Main(String[] args)
- 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.
- ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement