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

.hbjson too large for 32-bit reader #41

Open
rangisutton opened this issue Feb 27, 2023 · 5 comments
Open

.hbjson too large for 32-bit reader #41

rangisutton opened this issue Feb 27, 2023 · 5 comments

Comments

@rangisutton
Copy link

Doing stress tests for a show and I'm hitting limits on the numbers/length of the cache I'm importing ( not a real time project.)

On import it fails with this message:

LogStreaming: Error: File 'XXXX.hbjson' is too large for 32-bit reader (50484506577), use TArray64.

Saw another user with same issue on the sidefx forum.

I can supply an example cache but I'm sure anything large enough will trigger this message.

UE5.1.1, win 10

Thanks!

@felixschuch
Copy link

felixschuch commented Mar 10, 2023

I am having the same Issue with large caches.
Also noticed that writing .hbjsons in Houdini gets really slow with increasing particle counts. Any chance this could work with sequences? Which would also solve the problem with large files.

@b0oing
Copy link

b0oing commented Apr 1, 2023

having the same issue on my end. i did try to import the .hbjson on 5.0.3 and it worked. there has to be something wrong with the importing method on the current version of 5.1.1.
the best i would suggest would be to create your scene in an older version of UE and reimport the niagara files directly. let's hope it gets fixed soon.

@ktk-ring
Copy link

ktk-ring commented Jun 8, 2024

Have you found a solution to this problem? I have same issue on my project. I have imported large hbjson file, but the Output Log says "File XXX.hbjson is too large for 32-bit reader, use TArray64"

I also did try to import it on 5.0.3 but it didn't work either. Why this plugin import particle caches into 32-bit array? I cannot understand why...

@rangisutton
Copy link
Author

We never found a solve that allowed us to use niagra caches. We went with a different approach using PCG in 5.3 that worked for our use case ( large animated set of instanced geo ).

@wildparky
Copy link

We never found a solve that allowed us to use niagra caches. We went with a different approach using PCG in 5.3 that worked for our use case ( large animated set of instanced geo ).

Can you explain your use case in more detail?

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

5 participants