ACT.Hojoring icon indicating copy to clipboard operation
ACT.Hojoring copied to clipboard

Fatal Error - Unhandled Exception

Open Krojack opened this issue 3 years ago • 0 comments

Describe the bug ACT.SpecialSpellTimer.dll still crashes ACT when loading.

To Reproduce Steps to reproduce the behavior: Load ACT.SpecialSpellTimer.dll into ACT and activate.

Environment

  • ACT.Hojoring Version: 9.3.6
  • FFXIV_ACT_Plugin Version: 2.2.1.6
  • OS: Windows 10 Pro v2009, build 19042
  • .NET Framework v4.8.04084, release 528372
  • ACT.SpecialSpellTimer.Core, Version=2.12.0.0, Culture=neutral, PublicKeyToken=null start.
  • ACT.Hojoring.Activator, Version=1.1.0.2, Culture=neutral, PublicKeyToken=a90fa5bb6d544c25

Additional context I can still use ACT if I leave the error dialog open and drag the window out of the way. If I close the error dialog then ACT will close.

The error dialog pops up right after the plugin is finished checking for updates.

The following is the crash dialog popup text.

---------------------------
Fatal Error - Unhandled Exception
---------------------------
An unhandled exception has occurred.  ACT may close.
Press Ctrl-C to copy this MessageBox.

System.AggregateException - One or more errors occurred.
   at System.Threading.Tasks.Task.WaitAll(Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken)

   at FFXIV.Framework.XIVHelper.XIVApi.Load()

   at FFXIV.Framework.Common.CommonHelper.<InvokeTasks>d__13.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 FFXIV.Framework.XIVHelper.XIVPluginHelper.<Start>d__48.MoveNext()

--- End of stack trace from previous location where exception was thrown ---

   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

   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.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()

   at System.Threading.ThreadPoolWorkQueue.Dispatch()

System.Threading.Tasks.Task, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
---------------------------
OK   
---------------------------

Here is the log data from the plugin: https://pastebin.com/qXtdrsPm

Krojack avatar Nov 06 '21 20:11 Krojack