Jump to content

Apollo ChaoZ

New Member
  • Posts

    20
  • Joined

  • Last visited

Posts posted by Apollo ChaoZ

  1. In my Ultra Moon ROM hack, I decided to edit a few of the in-game trades to give different Pokemon (Aerodactyl-Cherrim), and for some reason the gift text is still "You received Aerodactyl!" Wouldn't be a problem except there's no reference of the 'You received ___' message within both the Story Text and Game Text editors. I'm totally stumped since it seems like there's no way to edit that specific text for some reason. If anyone knows how to edit this please let me know.

  2. Exception Details:
    System.ArgumentOutOfRangeException: InvalidArgument=Value of '65535' is not valid for 'SelectedIndex'.
    Parameter name: SelectedIndex
       at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
       at pk3DS.SMTE.PopulateFieldsTD7(TrainerData7 tr) in D:\a\1\s\pk3DS\Subforms\Gen7\SMTE.cs:line 416
       at pk3DS.SMTE.LoadEntry() in D:\a\1\s\pk3DS\Subforms\Gen7\SMTE.cs:line 328
       at pk3DS.SMTE.ChangeTrainerIndex(Object sender, EventArgs e) in D:\a\1\s\pk3DS\Subforms\Gen7\SMTE.cs:line 298
       at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
       at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
       at System.Windows.Forms.ComboBox.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Loaded Assemblies:
    --------------------
    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll

    pk3DS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\Steve\Desktop\pk3DS\pk3DS.exe

    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

    System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

    pk3DS.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\Steve\Desktop\pk3DS\pk3DS.Core.dll

    Accessibility, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\Accessibility\v4.0_4.0.0.0__b03f5f7f11d50a3a\Accessibility.dll

    --------------------
    User Message:
    An unhandled exception has occurred.
    You can continue running the program (albeit with potential side-effects), but please report this error.

    When I select different trainers in the trainer editor, it gives this message but what I can tell it's not affecting anything

  3. Exception Details:
    System.IndexOutOfRangeException: Index was outside the bounds of the array.
       at pk3DS.SMTE.UpdateStats(Object sender, EventArgs e) in D:\a\1\s\pk3DS\Subforms\Gen7\SMTE.cs:line 518
       at System.Windows.Forms.Control.OnTextChanged(EventArgs e)
       at System.Windows.Forms.MaskedTextBox.OnTextChanged(EventArgs e)
       at System.Windows.Forms.MaskedTextBox.SetWindowText(String text, Boolean raiseTextChangedEvent, Boolean preserveCaret)
       at System.Windows.Forms.MaskedTextBox.Delete(Keys keyCode, Int32 startPosition, Int32 selectionLen)
       at System.Windows.Forms.MaskedTextBox.OnKeyDown(KeyEventArgs e)
       at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
       at System.Windows.Forms.MaskedTextBox.ProcessKeyMessage(Message& m)
       at System.Windows.Forms.Control.WmKeyChar(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.MaskedTextBox.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Loaded Assemblies:
    --------------------
    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll

    pk3DS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\Steve\Desktop\pk3DS\pk3DS.exe

    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

    System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

    pk3DS.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\Steve\Desktop\pk3DS\pk3DS.Core.dll

    --------------------
    User Message:
    An unhandled exception has occurred.
    You can continue running the program (albeit with potential side-effects), but please report this error.

     

     

    I'm pretty sure this only happened because I tried to delete an ev when there was nothing in the box but I'll still post this to be sure

  4. On 3/23/2023 at 4:01 PM, yongkitan said:
    I need some help. I used PK3ds to edit the rival pokemon. If I choose froakie, shauna will choose chespin not fennekin. But how to change the text to show that shauna take chespin not fennekin? Thank you

    It should be in the story text editor, to find the text file it's in, make it into a txt file and search for the part where she mentions what starter she picked. It might be a lot of work though since you will need to fix every mention of the starter pokemon in the editor. I'm not sure if this will work but you could try changing the order of the starter pokemon in the gift mon editor.

  5. Just a simple question here: What order of Ai bits make it harder?

    You can make lots of combinations of them, like you can have 'strong' and 'basic' checked, or all three of them checked and I'm just wondering if it just uses whatever the highest level checked is. And if that's the case why are they in random combinations in the editor?

    image.png.f7d049bc0d124fd8733f9c14baf08a5c.png    -   Screenshot so you know what I'm talking about

    Thanks in advance

  6. Exception Details:
    System.ArgumentOutOfRangeException: InvalidArgument=Value of '256' is not valid for 'SelectedIndex'.
    Parameter name: SelectedIndex
       at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
       at pk3DS.StaticEncounterEditor7.GetTrade() in D:\a\1\s\pk3DS\Subforms\Gen7\StaticEncounterEditor7.cs:line 407
       at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
       at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
       at System.Windows.Forms.ListBox.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    Loaded Assemblies:
    --------------------
    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll

    pk3DS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\Steve\Desktop\pk3DS\pk3DS.exe

    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

    System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

    pk3DS.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\Steve\Desktop\pk3DS\pk3DS.Core.dll

    --------------------
    User Message:
    An unhandled exception has occurred.
    You can continue running the program (albeit with potential side-effects), but please report this error.

    Got this error when trying to open a specific in game trade that I edited on Ultra moon.

     

    There is no option to edit the fossils that the konikoni stone shop sells in pokemon ultra moon, you can only edit the evolution stone vendor

  7. On 11/13/2022 at 12:50 PM, Icestorm1369 said:

    I know this place is probs gone quite but been getting this issue that been for black dsi version any help would be great since its a pain to make a brand new thread for this.

    Using DraStic ds emulator if you need files just ask ill send it through email.

    Screenshot_20221113-163847.jpg

    Not very knowledgeable on this topic but the error to me seems like your permissions aren't turned on for this program?

  8. 11 hours ago, KingDeebs said:

    message that came with it is:

     

    System.TypeInitializationException: An exception was thrown by the type initializer for PKHeX.WinForms.Main ---> System.TypeInitializationException: An exception was thrown by the type initializer for PKHeX.Core.GameInfo ---> System.TypeInitializationException: An exception was thrown by the type initializer for PKHeX.Core.FakeSaveFile ---> System.MissingMethodException: Method not found: 'System.Array.Empty'.
      at PKHeX.Core.FakeSaveFile..ctor () [0x00000] in <filename unknown>:0 
      at PKHeX.Core.FakeSaveFile..cctor () [0x00000] in <filename unknown>:0 
      --- End of inner exception stack trace ---
      --- End of inner exception stack trace ---
      --- End of inner exception stack trace ---
      at PKHeX.WinForms.Program.Main () [0x00000] in <filename unknown>:0 
    System.MissingMethodException: Method not found: 'System.Array.Empty'.
      at PKHeX.WinForms.WinFormsTranslator.GetTranslationFile (System.String lang) [0x00000] in <filename unknown>:0 
      at PKHeX.WinForms.WinFormsTranslator.GetContext (System.String lang) [0x00000] in <filename unknown>:0 
      at PKHeX.WinForms.WinFormsTranslator.TranslateInterface (System.Windows.Forms.Control form, System.String lang) [0x00000] in <filename unknown>:0 
      at PKHeX.WinForms.WinFormsUtil.TranslateInterface (System.Windows.Forms.Control form, System.String lang) [0x00000] in <filename unknown>:0 
      at PKHeX.WinForms.ErrorWindow..ctor (System.String lang) [0x00000] in <filename unknown>:0 
      at (wrapper remoting-invoke-with-check) PKHeX.WinForms.ErrorWindow:.ctor (string)
      at PKHeX.WinForms.ErrorWindow.ShowErrorDialog (System.String friendlyMessage, System.Exception ex, Boolean allowContinue) [0x00000] in <filename unknown>:0 
      at PKHeX.WinForms.Program.CurrentDomain_UnhandledException (System.Object sender, System.UnhandledExceptionEventArgs e) [0x00000] in <filename unknown>:0  

     

    please help, the "fatal error" is really stressing me, I'm not sure if something is gonna happen to my computer

     

    for future reference bro, fatal error isnt as bad as it sounds

  9. Exception Details:
    System.ArgumentOutOfRangeException: InvalidArgument=Value of '65535' is not valid for 'SelectedIndex'.
    Parameter name: SelectedIndex
       at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
       at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
       at pk3DS.Main.<B_Personal_Click>b__43_0() in D:\a\1\s\pk3DS\Main.cs:line 767
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()

    Loaded Assemblies:
    --------------------
    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll

    pk3DS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\Steve\Desktop\pk3DS\pk3DS.exe

    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

    System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

    pk3DS.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\Steve\Desktop\pk3DS\pk3DS.Core.dll

    --------------------
    User Message:
    An unhandled exception has occurred.
    The program must now close.

    Whenever I click on the Personal stats bit it gives me this error and doesnt open please help

     

    And also it started saying that i need to have less unnecessary folders which it never said before

     

    Exception Details:
    System.ArgumentException: Bad IVFC Header
       at pk3DS.Core.CTR.RomFS.GetIVFCInfoFromBytes(Byte[] headerBytes)
       at pk3DS.Core.CTR.RomFS.ExtractRomFS(String outputDirectory, RichTextBox TB_Progress, ProgressBar PB_Show)
       at pk3DS.Core.CTR.NCCH.ExtractRomFS(String NCCH_PATH, String outputDirectory, RichTextBox TB_Progress, ProgressBar PB_Show)
       at pk3DS.Core.CTR.NCSD.ExtractFilesFromNCSD(String NCSD_PATH, String outputDirectory, RichTextBox TB_Progress, ProgressBar PB_Show)
       at pk3DS.Main.<>c__DisplayClass27_0.<ExtractNCSD>b__0() in D:\a\1\s\pk3DS\Main.cs:line 425
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()

    Loaded Assemblies:
    --------------------
    mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll

    pk3DS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\Steve\Desktop\pk3DS\pk3DS.exe

    System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll

    System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll

    System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll

    System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll

    System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll

    System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
    C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll

    pk3DS.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
    C:\Users\Steve\Desktop\pk3DS\pk3DS.Core.dll

    --------------------
    User Message:
    An unhandled exception has occurred.
    The program must now close.

    for some reason my romfs are left in .bin and not put into a folder like my exefs but its not a big deal as I already have an uncompiled version

×
×
  • Create New...