We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OverflowException: Arithmetic operation resulted in an overflow. System.ParseNumbers.StringToLong (System.String value, System.Int32 fromBase, System.Int32 flags, System.Int32* parsePos) (at <9577ac7a62ef43179789031239ba8798>:0) System.ParseNumbers.StringToLong (System.String value, System.Int32 fromBase, System.Int32 flags) (at <9577ac7a62ef43179789031239ba8798>:0) System.Convert.ToUInt64 (System.String value, System.Int32 fromBase) (at <9577ac7a62ef43179789031239ba8798>:0) OpenIGTLinkConnect.Start () (at Assets/Scripts/OpenIGTLinkConnect.cs:51)
The text was updated successfully, but these errors were encountered:
Hi, Chemaly. I met the same question. Have you solved this question? Thanks a lot!
Ang
Sorry, something went wrong.
I found the CRC is 65bit. It led to OverflowException. Thanks!
Hi! I have the exact same error. How did you solve this? And did you run steamVR in Legaxy or Open XR? Thanks for your help!
No branches or pull requests
OverflowException: Arithmetic operation resulted in an overflow.
System.ParseNumbers.StringToLong (System.String value, System.Int32 fromBase, System.Int32 flags, System.Int32* parsePos) (at <9577ac7a62ef43179789031239ba8798>:0)
System.ParseNumbers.StringToLong (System.String value, System.Int32 fromBase, System.Int32 flags) (at <9577ac7a62ef43179789031239ba8798>:0)
System.Convert.ToUInt64 (System.String value, System.Int32 fromBase) (at <9577ac7a62ef43179789031239ba8798>:0)
OpenIGTLinkConnect.Start () (at Assets/Scripts/OpenIGTLinkConnect.cs:51)
The text was updated successfully, but these errors were encountered: