Coder Social home page Coder Social logo

Comments (8)

KotegawaYui-Chan avatar KotegawaYui-Chan commented on July 1, 2024 1

After some testing, it appears that the error happens only for some story related Miximax.

❌ Means error when opening the save file.
✔️ Means no problems when opening the save file.

Vanilla (with all Auras and nobody recruited)

  • ❌ Shindou (Ricciardo) MM Nobunaga Oda's Aura
  • ✔️ Kirino (Gabi) MM Jeanne d'Arc's Aura
  • ❌ Amemiya (Sol) MM Zhuge Liang's Aura
  • ❌ Shinsuke (JP) MM Liu Bei's Aura
  • ✔️ Nishiki (Ryoma) MM Sakamoto Ryoma's Aura
  • ✔️ Tsurugi (Victor) MM Soji Okita's Aura
  • ✔️ Torb (Sor) MM Tochan's Aura
  • ✔️ Fei MM Tyranausorus/Big's Aura
  • ❌ Kinako (Goldie) MM Master Dragon's Aura
  • ❌ Tenma (Arion) MM King Arthur's Aura
  • ✔️ Zanark MM Zeta's Aura

With Oda Nobunaga recruited (and his Aura discarded)

  • ✔️ Shindou (Ricciardo) MM Nobunaga Oda's Aura
  • ❌ Kirino (Gabi) MM Jeanne d'Arc's Aura
  • ❌ Amemiya (Sol) MM Zhuge Liang's Aura
  • ❌ Shinsuke (JP) MM Liu Bei's Aura
  • ❌ Nishiki (Ryoma) MM Sakamoto Ryoma's Aura
  • ✔️ Tsurugi (Victor) MM Soji Okita's Aura
  • ❌ Torb (Sor) MM Tochan's Aura
  • ✔️ Fei MM Tyranausorus/Big's Aura
  • ❌ Kinako (Goldie) MM Master Dragon's Aura
  • ❌ Tenma (Arion) MM King Arthur's Aura
  • ❌ Zanark MM Zeta's Aura

I have only tested these scenarios for the moment but I can already imagine the result with the other characters.

Therefore, if you wish to use the editor, you have two solutions, either you modify your save file before the match against Imagawa Kemari (Chapter 4) or you modify your save file after beating The Lagoon (Chapter 10) and having the possibility to remove MixiMax from story players.

I don't know how it happens and I don't know why. I don't have the knowledge to fix it. Tiniifan says it's impossible to fix and he has the knowledge so it's probably true, but I will try to learn a little more on my side to see if there is not a solution. I have very little time so don't expect too much though.
Our best hope is still for Tiniifan to take another look, since he knows a lot about it he'll maybe he can come up with something.

from inazumaelevensaveeditor.

GioShot avatar GioShot commented on July 1, 2024

*************** Exception text **************
System.Collections.Generic.KeyNotFoundException: The specified key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item(key TKey)
in InazumaElevenSaveEditor.Formats.Games.CS.NewMixiMax(Player player, UInt32 playerAura, Int32 mixiMaxMove1, Int32 mixiMaxMove2)
in InazumaElevenSaveEditor.Formats.Games.CS.Open()
at NoFarmForMeOpenSource.Welcome.LoadFile(String filePath)
at NoFarmForMeOpenSource.Welcome.OpenToolStripMenuItem1_Click(item sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons, Int32 click)
at System.Windows.Forms.Control.WndProc(Message&m)
at System.Windows.Forms.ScrollableControl.WndProc(Message&m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message&m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

from inazumaelevensaveeditor.

Tiniifan avatar Tiniifan commented on July 1, 2024

Known bug, the program can't read your inventory. No solution

from inazumaelevensaveeditor.

GioShot avatar GioShot commented on July 1, 2024

so i can't edit any save file at all? no luck even with ones i found online

from inazumaelevensaveeditor.

GioShot avatar GioShot commented on July 1, 2024

i've seen the issue comes around right after the Match in japan Oda vs Imagawa, could this be fixable?

from inazumaelevensaveeditor.

Tiniifan avatar Tiniifan commented on July 1, 2024

No

from inazumaelevensaveeditor.

Tiniifan avatar Tiniifan commented on July 1, 2024

Wow I'm really surprised that someone has done some research about this bug. Congratulations KotegawaYui-Chan!

The bug comes from the inventory editor, when you load your save, Inazuma Eleven Save Editor reads all your inventory (to get your equipments, your miximax) but the game reorganize strangely the inventory sometimes and Inazuma Eleven Save Editor is not perfectly programmed so the slightest error makes it crash and it will refuse to continue to load the save.

There is no real solution to fix this except to try to get new items in the save to force the game to reorganize the inventory.
The other solution would be to improve Inazuma Eleven Save Editor but personally I gave up, so if someone is ready to continue the project let's go!

from inazumaelevensaveeditor.

Tiniifan avatar Tiniifan commented on July 1, 2024

Thank you for your research the problem has been fixed, a new version will be available soon

from inazumaelevensaveeditor.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.