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

Unhandled exception while extract dino values #1335

Open
OxxxHayFay opened this issue Dec 24, 2023 · 1 comment
Open

Unhandled exception while extract dino values #1335

OxxxHayFay opened this issue Dec 24, 2023 · 1 comment
Labels

Comments

@OxxxHayFay
Copy link

I read Shadowmane values via OCR, they read succesfully. But when I click extract, I get unhandled exception:
(Maybe it happens, becouse shadowmane does not have oxigen param)

System.ArgumentOutOfRangeException: Индекс за пределами диапазона. Индекс должен быть положительным числом, а его размер не должен превышать размер коллекции.
Имя параметра: index
в System.ThrowHelper.ThrowArgumentOutOfRangeException(ExceptionArgument argument, ExceptionResource resource)
в ARKBreedingStats.Form1.ExtractLevels(Boolean autoExtraction, Boolean statInputsHighPrecision, Boolean showLevelsInOverlay, Creature existingCreature, Boolean possiblyMutagenApplied)
в ARKBreedingStats.Form1.buttonExtract_Click(Object sender, EventArgs e)
в System.Windows.Forms.Control.OnClick(EventArgs e)
в System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
в System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
в System.Windows.Forms.Control.WndProc(Message& m)
в System.Windows.Forms.ButtonBase.WndProc(Message& m)
в System.Windows.Forms.Button.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@cadon
Copy link
Owner

cadon commented Feb 17, 2024

Hi, does this exception still happen with the latest version? There were some issues with the ocr label locations, maybe it was related to that?

@cadon cadon added the bug label Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants