Jump to content

pearsth

New Member
  • Posts

    1
  • Joined

  • Last visited

Everything posted by pearsth

  1. Hello - I am trying to do a background mod to Explorers of Sky. To make it simple, I only changed the Nintendo logo screen with a very minor change so I could walk through the tutorial. I cannot seem to get it to build. I attached a picture of the new background for what it's worth. Here is the error trace, looks like it needs a directory that is not there (path 2). I went back through the tutorial a few times and didn't see anything where I should have set a directory that I didn't. I grabbed the latest build that was out there today (12/31/2018). I did notice that it states "Sky Editor Beta 1.0.0.0" in the window title. I am assuming that is the right one. I am also confused regarding the stack trace. What is up with the directories staring with "C:\BuildAgent...." I don't have such a directory with the installation instructions. Did I miss something? Thanks! System.ArgumentNullException: Value cannot be null. Parameter name: path2 at System.IO.Path.Combine(String path1, String path2) at SkyEditor.Core.IO.PhysicalIOProvider.WriteAllBytes(String filename, Byte[] data) at SkyEditor.Core.IO.GenericFile.<Save>d__84.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at SkyEditor.ROMEditor.MysteryDungeon.Explorers.CompressedFile.VB$StateMachine_10_Save.MoveNext() in C:\BuildAgent\work\c4ac4fe3838706c2\SkyEditor.ROMEditor.Windows\MysteryDungeon\Explorers\CompressedFile.vb:line 35 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at SkyEditor.ROMEditor.MysteryDungeon.Explorers.Projects.SkyBackModProject.VB$StateMachine_4_Build.MoveNext() in C:\BuildAgent\work\c4ac4fe3838706c2\SkyEditor.ROMEditor.Windows\MysteryDungeon\Explorers\Projects\SkyBackModProject.vb:line 86 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at SkyEditor.Core.Projects.Solution.<BuildProjects>d__39.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at SkyEditor.Core.Projects.Solution.<Build>d__38.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at SkyEditor.Core.Projects.Solution.<Build>d__37.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at SkyEditor.ROMEditor.DSModSolution.VB$StateMachine_5_Build.MoveNext() in C:\BuildAgent\work\c4ac4fe3838706c2\SkyEditor.ROMEditor.Windows\DSModSolution.vb:line 60 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at SkyEditor.Core.ApplicationViewModel.TaskProgressReporterWrapper.<Start>d__32.MoveNext()
×
×
  • Create New...