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

possible issue with latest version #44

Closed
ELadner opened this issue Feb 8, 2022 · 7 comments
Closed

possible issue with latest version #44

ELadner opened this issue Feb 8, 2022 · 7 comments

Comments

@ELadner
Copy link

ELadner commented Feb 8, 2022

Seeing a failure in the latest version that works fine on an older version (1.4.2)

Error: Could not convert C:\Users\xxxx\Documents\Neverwinter
... Nights\modules\Arabel\acb_room_name.dlg: fatal.nim(53)
... sysFatal
... Error: unhandled exception: value out of range: 4294967295 notin
... -2147483648 .. 2147483647 [RangeDefect]

possibly this:

        "Delay": {
          "type": "dword",
          "value": 4294967295
        },

Either that value is out of whack, or maybe that needs to be an unsigned int?

@ELadner
Copy link
Author

ELadner commented Feb 8, 2022

Odd.. I tested this in 1.5.4 on linux and it works fine. My compatriot that's having the problem is on windows.

@niv
Copy link
Owner

niv commented Feb 10, 2022

Hm, probably a compiler issue, yea. Can you post or email me the .dlg?

@ELadner
Copy link
Author

ELadner commented Feb 10, 2022

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.

file.zip

@ELadner
Copy link
Author

ELadner commented Feb 10, 2022

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.

@ELadner
Copy link
Author

ELadner commented Feb 10, 2022

Further testing:

This works with windows i386 on version 1.4.1 but fails in 1.4.2 (and up).
This is specific to the x86 version. The 64-bit versions above 1.4.1 work as expected.

@niv niv closed this as completed in 5e61b10 Feb 11, 2022
@niv
Copy link
Owner

niv commented Feb 11, 2022

@ELadner
Copy link
Author

ELadner commented Feb 14, 2022

Worked like a charm. Thanks!

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

2 participants