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

Crashes in release mode #1

Open
kodo-simio opened this issue Mar 31, 2023 · 2 comments
Open

Crashes in release mode #1

kodo-simio opened this issue Mar 31, 2023 · 2 comments

Comments

@kodo-simio
Copy link

When in release mode OpenSimplex2S.cpp crashes at line 1257 with a memory access violation.

((LatticePoint4D *)v.data)[j] = *(latticePoints[((int *)lookup4DPregen[i].data)[j]]);

I don't have the time to hunt down what's going on, which is a shame because this is otherwise nicely written procedural code.

@MarcoCiaramella
Copy link
Owner

thanks for reporting. How can I reproduce this error? I'm planning to investigate it asap

@kodo-simio
Copy link
Author

kodo-simio commented Apr 7, 2023 via email

Repository owner deleted a comment Jan 25, 2024
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

3 participants
@MarcoCiaramella @kodo-simio and others