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 have an OverflowException error in Start #1

Open
tchemaly opened this issue Oct 24, 2020 · 3 comments
Open

I have an OverflowException error in Start #1

tchemaly opened this issue Oct 24, 2020 · 3 comments

Comments

@tchemaly
Copy link

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)

@ANG0-0GNA
Copy link

Hi, Chemaly.
I met the same question. Have you solved this question? Thanks a lot!

Ang

@ANG0-0GNA
Copy link

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)

I found the CRC is 65bit. It led to OverflowException. Thanks!

@JaspervanderZee
Copy link

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!

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

3 participants