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

Asserts triggering in modified version of flecs when running with high uptime #245

Closed
MoombaDS opened this issue Jan 18, 2022 · 3 comments
Closed

Comments

@MoombaDS
Copy link

When running the engine with a high uptime (16:21:53:13 in this instance) on a Windows 10 machine, these asserts in the modified version of flecs are triggered:

assert(sec < UINT32_MAX);
assert((now_us - sec * 1000000) < UINT32_MAX);

This issue doesn't seem to be present in the vanilla version of flecs and values returned for sec at low uptimes seem to be correct in both versions.

@wolfgangfengel
Copy link
Contributor

We are going to look into this! Thanks for providing the issue.

@wolfgangfengel
Copy link
Contributor

Should be resolved.

@wolfgangfengel
Copy link
Contributor

Should be resolved.

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