-
Notifications
You must be signed in to change notification settings - Fork 5
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
Silicate crashes on files with many layers #5
Comments
The crash can be reproduced with any procreate file that has many layers, even an otherwise empty one. I've attached one, just rename the extension back to |
I'll check it out sometime, thanks for the details! |
@wilywyrm It doesn't crash on my system. Can I know what kind of GPU you are using? Every layer is currently loaded into GPU memory at the moment, so if you don't have enough GPU memory it will crash. |
I'm running a RX 6800 XT which has 16GB mem, so it was surprising to see an error about running out of vram. I can try it again on my machine when I get back next week if you'd like. |
Try with the latest master version if you can. |
Just tried the binary from this build with the test_layers file I mentioned, and it still crashes with the earlier error.
|
Very cool project! I'm trying to use your compositor to automate exports of layer groups for my weird workflow, and finding that it crashes for the largest of my files (~1GB, 102 layers at 2732 x 2048px each) with the following error:
I'm running the exe from the latest master build for windows with RUST_BACKTRACE=full. It sounds like the canvas data is being loaded into vmem and the representation used is punching through the available memory. Am new to rust but happy to dig into it if you've got pointers where to start.
The text was updated successfully, but these errors were encountered: