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

parse_pos_info failed. #10

Open
yyc12345 opened this issue Mar 22, 2023 · 0 comments
Open

parse_pos_info failed. #10

yyc12345 opened this issue Mar 22, 2023 · 0 comments

Comments

@yyc12345
Copy link
Member

After the fix of #3 . I immediately migrate this project into Virtools 5 platform and try to decode a script called vt2obj.
However it throw a runtime error at parse_pos_info in Parser.cpp.
The assert assert(p <= end && end - p <= 3 * 4); failed and reason is that end - p is 0x10, not 3 * 4.

It seems that this is a new issue and not related to #3 . So I open a new issue here.

Reproduce steps: Decompress the zip I attached and use VSDTest5.cmo to load VSDTest5.1.cmo to get this error.
VSDTest.zip

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

1 participant