-
Notifications
You must be signed in to change notification settings - Fork 29
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
possible issue with latest version #44
Comments
Odd.. I tested this in 1.5.4 on linux and it works fine. My compatriot that's having the problem is on windows. |
Hm, probably a compiler issue, yea. Can you post or email me the .dlg? |
User downloaded pre-compiled binaries from the release page. I asked him to download 1.4.2 (the same version I'm using) and it did error out on that file anymore. EDIT: He must have downloaded 1.4.1 because I tested that version and it still failed as above. |
Verified this on my wife's computer. says it's out of range (-2.1 billion to 2.1 billion) but typically DWORD values are unsigned ints, according to most references I've seen. |
Further testing: This works with windows i386 on version 1.4.1 but fails in 1.4.2 (and up). |
Worked like a charm. Thanks! |
Seeing a failure in the latest version that works fine on an older version (1.4.2)
possibly this:
Either that value is out of whack, or maybe that needs to be an unsigned int?
The text was updated successfully, but these errors were encountered: