Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got Unexpected error. How can I fix it. #205

Open
k2210000 opened this issue Sep 2, 2024 · 0 comments
Open

I got Unexpected error. How can I fix it. #205

k2210000 opened this issue Sep 2, 2024 · 0 comments

Comments

@k2210000
Copy link

k2210000 commented Sep 2, 2024

Here is the error.
23:53:47.405 | ERR | [SomethingNeedDoing] Unexpected error
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at SomethingNeedDoing.Grammar.Commands.ClickCommand.Parse(String text) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/Commands/ClickCommand.cs:line 37
at SomethingNeedDoing.Grammar.MacroParser.ParseLine(String line) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/MacroParser.cs:line 58
at SomethingNeedDoing.Grammar.MacroParser.Parse(String macroText)+MoveNext() in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/MacroParser.cs:line 34
at System.Collections.Generic.List1..ctor(IEnumerable1 collection)
at SomethingNeedDoing.Misc.ActiveMacro..ctor(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Misc/ActiveMacro.cs:line 37
at SomethingNeedDoing.Managers.MacroManager.EnqueueMacro(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Managers/MacroManager.cs:line 205
at SomethingNeedDoing.Interface.MacroWindow.RunMacro(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Interface/MacroWindow.cs:line 566
23:53:50.217 | ERR | [SomethingNeedDoing] Unexpected error
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at SomethingNeedDoing.Grammar.Commands.ClickCommand.Parse(String text) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/Commands/ClickCommand.cs:line 37
at SomethingNeedDoing.Grammar.MacroParser.ParseLine(String line) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/MacroParser.cs:line 58
at SomethingNeedDoing.Grammar.MacroParser.Parse(String macroText)+MoveNext() in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/MacroParser.cs:line 34
at System.Collections.Generic.List1..ctor(IEnumerable1 collection)
at SomethingNeedDoing.Misc.ActiveMacro..ctor(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Misc/ActiveMacro.cs:line 37
at SomethingNeedDoing.Managers.MacroManager.EnqueueMacro(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Managers/MacroManager.cs:line 205
at SomethingNeedDoing.Interface.MacroWindow.RunMacro(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Interface/MacroWindow.cs:line 566
23:53:51.132 | ERR | [SomethingNeedDoing] Unexpected error
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at SomethingNeedDoing.Grammar.Commands.ClickCommand.Parse(String text) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/Commands/ClickCommand.cs:line 37
at SomethingNeedDoing.Grammar.MacroParser.ParseLine(String line) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/MacroParser.cs:line 58
at SomethingNeedDoing.Grammar.MacroParser.Parse(String macroText)+MoveNext() in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/MacroParser.cs:line 34
at System.Collections.Generic.List1..ctor(IEnumerable1 collection)
at SomethingNeedDoing.Misc.ActiveMacro..ctor(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Misc/ActiveMacro.cs:line 37
at SomethingNeedDoing.Managers.MacroManager.EnqueueMacro(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Managers/MacroManager.cs:line 205
at SomethingNeedDoing.Interface.MacroWindow.RunMacro(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Interface/MacroWindow.cs:line 566
23:54:21.661 | ERR | [SomethingNeedDoing] Unexpected error
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at SomethingNeedDoing.Grammar.Commands.ClickCommand.Parse(String text) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/Commands/ClickCommand.cs:line 37
at SomethingNeedDoing.Grammar.MacroParser.ParseLine(String line) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/MacroParser.cs:line 58
at SomethingNeedDoing.Grammar.MacroParser.Parse(String macroText)+MoveNext() in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/MacroParser.cs:line 34
at System.Collections.Generic.List1..ctor(IEnumerable1 collection)
at SomethingNeedDoing.Misc.ActiveMacro..ctor(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Misc/ActiveMacro.cs:line 37
at SomethingNeedDoing.Managers.MacroManager.EnqueueMacro(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Managers/MacroManager.cs:line 205
at SomethingNeedDoing.Interface.MacroWindow.RunMacro(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Interface/MacroWindow.cs:line 566
23:54:22.297 | ERR | [SomethingNeedDoing] Unexpected error
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at SomethingNeedDoing.Grammar.Commands.ClickCommand.Parse(String text) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/Commands/ClickCommand.cs:line 37
at SomethingNeedDoing.Grammar.MacroParser.ParseLine(String line) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/MacroParser.cs:line 58
at SomethingNeedDoing.Grammar.MacroParser.Parse(String macroText)+MoveNext() in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Grammar/MacroParser.cs:line 34
at System.Collections.Generic.List1..ctor(IEnumerable1 collection)
at SomethingNeedDoing.Misc.ActiveMacro..ctor(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Misc/ActiveMacro.cs:line 37
at SomethingNeedDoing.Managers.MacroManager.EnqueueMacro(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Managers/MacroManager.cs:line 205
at SomethingNeedDoing.Interface.MacroWindow.RunMacro(MacroNode node) in /home/runner/work/SomethingNeedDoing/SomethingNeedDoing/SomethingNeedDoing/Interface/MacroWindow.cs:line 566

My macro is

/target グリッグ
/send Numpad0
/waitaddon JournalDetail
/click journal_detail_accept
/wait 1
/send Escape
/click select_string4
/wait 1
/target アルダイルン
/wait 0.5
/send Numpad0
/wait 1
/send Numpad0
/wait 3
/loop 19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant