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

[BUG] OpenModel.LoadFromXmlFile results in StackOverflowException #195

Closed
khameeteman opened this issue Sep 19, 2022 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@khameeteman
Copy link

Describe the bug
I have written a small application which creates an OpenModel from an XML file, which works fine with IDEA v21.0.4.0859. The installation .dll files are referred to using probing as described here: idea-statica/iom-examples#75 (comment)

This does not work for v21.1.5.1536:

image

To Reproduce
Steps to reproduce the behavior:

OpenModel openModel = OpenModel.LoadFromXmlFile(@xmlFilePath);

XML File: _inputTest.zip

Desktop (please complete the following information):

  • OS: Windows 10 Home
  • IOM Version 21.1.5.1536
  • IdeaStatiCa Version 21.1.5.1536

Additional context
Add any other context about the problem here.

@khameeteman khameeteman added the bug Something isn't working label Sep 19, 2022
@nathanlukeIDEA nathanlukeIDEA transferred this issue from idea-statica/iom Oct 5, 2022
@nathanlukeIDEA
Copy link
Contributor

Hi khameeteman,

Sorry for the problems. I have replicated the issue with the version you are describing.

I have tested and the issue should now be resolved in the newest version. 22.0.5.683.

I would be interested to know where the original XML file is coming from as it seems to be an older version type.

Regards
Nathan

@khameeteman
Copy link
Author

Hi @nathanlukeIDEA

Some of our clients are using v21, so it is not always up to us to switch to v22. Will this also be fixed in v21?

We developed a Python binding which generates an OpenModel XML. The original XML file is based on an XML we received from you back in 2018. I think this was still for IOM v10.

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

2 participants