CharacterEditor icon indicating copy to clipboard operation
CharacterEditor copied to clipboard

Unhandled Exception when character level is over 32767

Open Dave-Morton opened this issue 8 years ago • 0 comments

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.

Dave-Morton avatar May 29 '17 15:05 Dave-Morton