ooCONTAGIONoo / D3Editor

DIII.SaveEdit.zip has been moved to releases. Click on release or the provided url to download.
https://github.com/ooCONTAGIONoo/D3Editor/releases
5 stars 1 forks source link

I keep getting an error when trying to open a save from a Nintendo Switch #1

Open ahusking opened 4 years ago

ahusking commented 4 years ago

I get the following error in the logs:

------ LOG DATA 7/25/2020 06:03:58 PM ------ [CRITICAL] Method=MarshaledInvoke Line=0 Message= 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 D3.Application.FrmMain.AddAccount(String selectedpath) at D3.Application.FrmMain.backgroundWorker_DoWork(Object sender, DoWorkEventArgs e)

Any advice?

ooCONTAGIONoo commented 4 years ago

Is the editor itself crashing, or is it just logging an error?

On Jul 25, 2020, at 4:13 AM, Andrew Husking notifications@github.com wrote:

 I get the following error in the logs:

------ LOG DATA 7/25/2020 06:03:58 PM ------ [CRITICAL] Method=MarshaledInvoke Line=0 Message= 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 D3.Application.FrmMain.AddAccount(String selectedpath) at D3.Application.FrmMain.backgroundWorker_DoWork(Object sender, DoWorkEventArgs e)

Any advice?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ahusking commented 4 years ago

So when i open the app, and try to open my account.dat i get the following error:

See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.

** Exception Text ** System.NullReferenceException: Object reference not set to an instance of an object. at D3.Application.FrmMain.backgroundWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)

Give me the option to continue (which just returns to the app, but doesn't open the file) or quit.