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

OMJSON "Unknown Error" when reading 2D array #18

Open
sclaiborne opened this issue Oct 2, 2024 · 0 comments
Open

OMJSON "Unknown Error" when reading 2D array #18

sclaiborne opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@sclaiborne
Copy link
Member

Behavior

When I attempt to read a 2D array with OMJSON I get and error, 14714 "Unknown error.". Screenshot below. After further investigation I found that this occurs when attempting to read a 2D array such as (screenshot below):

double[3][3] myArray;

Expected

I expect that the variable would either read fine or the error would be helpful. Currently this breaks comms between OMJSON and LoupeUX as long as the 2D is read.

Supporting Evidence

AS Help

Error Info

Variable in question

@sclaiborne sclaiborne added the bug Something isn't working label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant