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

(ItemData Generaror from) Dat Приведение строки "" к типу "Integer" является недопустимым. #21

Open
adastmin1 opened this issue Feb 7, 2020 · 4 comments
Labels
documentation Improvements or additions to documentation question Further information is requested refactoring Code refactoring request wontfix This will not be worked on

Comments

@adastmin1
Copy link

image

************* Текст исключения **************
System.InvalidCastException: Приведение строки "" к типу "Integer" является недопустимым. ---> System.FormatException: Входная строка имела неверный формат.
в Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
в Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
--- Конец трассировки внутреннего стека исключений ---
в Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
в L2ScriptMaker.ItemDataGenerator.StartButton_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.Control.ControlNativeWindow.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@adastmin1 adastmin1 added the need triage Waiting for diagnose issue label Feb 7, 2020
@adastmin1
Copy link
Author

@adastmin1 adastmin1 changed the title Приведение строки "" к типу "Integer" является недопустимым. (ItemData Generaror from) Dat Приведение строки "" к типу "Integer" является недопустимым. Feb 7, 2020
@dmitryvhf dmitryvhf added the question Further information is requested label Feb 7, 2020
@dmitryvhf dmitryvhf added this to Needs triage in User feedback via automation Feb 7, 2020
@dmitryvhf dmitryvhf added documentation Improvements or additions to documentation refactoring Code refactoring request labels Feb 7, 2020
@dmitryvhf dmitryvhf removed the need triage Waiting for diagnose issue label Feb 7, 2020
@dmitryvhf
Copy link
Owner

Problem found.
This generator waiting itemdata-e.txt with cnt0 value inside. This use for armor sets collector. But... only CT25 itemdata-e.txt have it.
I cant do universal generator for all chronicles yet. Now, i need update documentation; show information about chronicles script version.

@dmitryvhf dmitryvhf added the wontfix This will not be worked on label Feb 7, 2020
@dmitryvhf dmitryvhf moved this from Needs triage to Confirmed, hard fix in User feedback Feb 7, 2020
@drdeft
Copy link

drdeft commented Feb 12, 2020

Yes, we too have this problem. What can we do for you to fix it as fast as possible, dmitryvhf?

@dmitryvhf
Copy link
Owner

dmitryvhf commented Feb 12, 2020

Yes, we too have this problem. What can we do for you to fix it as fast as possible, dmitryvhf?

I need fully recode this module. I need to do it more universal. Now this support CT15 chronicles only and with "fixed" dat file scructure.
I'll plan this to refactor with high priority level.

@dmitryvhf dmitryvhf moved this from Confirmed. Very low priority to High priority in User feedback Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation question Further information is requested refactoring Code refactoring request wontfix This will not be worked on
Projects
User feedback
  
High priority
Development

No branches or pull requests

3 participants