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 when character level is over 32767 #17

Open
Dave-Morton opened this issue May 29, 2017 · 0 comments
Open

Unhandled Exception when character level is over 32767 #17

Dave-Morton opened this issue May 29, 2017 · 0 comments

Comments

@Dave-Morton
Copy link

I realize that this program is rather old in the overall scheme of things, but I thought I would let you know that it's still being used, and that I found a bit of a problem with it. :)

I'm getting the following error message when I try to load a character that has exceeded level 32767:

Unhandled exception has occurred in your application...

Value of -32768 is not valid for "Value". "Value" should be between "Minimum" and "Maximum". Parameter name: "Value"

System specs:
OS: Windows 10 Pro, 64bit
Editor version: 0.4b

I'm guessing that "Value", in addition to being the var name for the character's level, is a 16 bit signed integer, but since the game allows for characters with levels higher than 32767 (I have one that's level 32800 right now), I think it would be great if the INT variables could be set to 32 bit signed. If I were experienced in C# I would just see about taking care of this myself (and I still might, at some point, just to see if I can figure out how), but VB is the language I'm familiar with, so it's a bit outside my skillset to attempt it. I see several references to a version 0.4c, but cannot find the actual download, so I'm wondering if this issue might have already been addressed in the current version, and if so, if there's a place where it might be available for download.

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