Home › Forums › Graphics / Blender › App Hanging at 60% and 100%
- This topic has 8 replies, 3 voices, and was last updated 3 years, 2 months ago by jdhutchinson.
-
AuthorPosts
-
2021-08-26 at 4:55 am #44009jdhutchinsonCustomer
I get 4/5 second pauses at both 60% and 100%. This also incluydes in the puzzles editor, loading the viewport phase. My hunch is 60% is regarding textures, but the delay at 100% seems odd (and would be less misleading for users to not delay, and rather show a truer sense of loading completion?)
2021-08-26 at 5:36 am #44014Avier3DCustomerare you using LZMA compression? If that is setup, but not activated in puzzles, you could get those freezes during load.
2021-08-26 at 11:26 pm #44024xeonCustomerHey there…you may want to print to the console window and find out what its really hanging on. It might be timing out on something.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2021-08-27 at 6:08 pm #44042jdhutchinsonCustomerThanks both for replying.
FWIW, I followed the v3D preloader tutorial, where they explain using puzzles to show 100% loading.
I have compressed assets ticked in puzzles, and enable LZMA compression in the blender file. Is this enough?
See attached. I have an annoying method for the startup puzzle which I have to use as a workaround for animate param not being available in the init tab. I did report this as a question too separately somewhere.
Attachments:
You must be logged in to view attached files.2021-09-01 at 5:52 pm #44180jdhutchinsonCustomerI looked at the scooter app and that had some nuances for what is happening at each part. I don’t know if those steps it mentiones (eg compiling shaders) are accurate.
2021-09-02 at 4:57 am #44197xeonCustomerHey there… my last app was hanging for 30 seconds… it was rediculous … no reported errors. So while I was nooding a solution..i kept coding. Moved all my camera controls to a procedure.
And for what ever reason…all my lag disappeared.Give it a shot…makes no sense why that would work but who knows.
Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2021-09-02 at 11:13 am #44229jdhutchinsonCustomerWhat camera controls were they? Yeah so I’m wondering if it means my puzzles file is too big too. SO I started writing a procedure so that I could shrink the amount of normal puzzles… and only call procedures. But no idea if it’s a waste of time or not. Puzzles does take a few moments to load for sure.
I don’t know if it means it’s just better to host somewhere else. WIll that see much of a performance boost?
2021-09-02 at 9:00 pm #44241xeonCustomerI would have to see your puzzles to tell you.
But any puzzles that are specific to the camera just work better not in the main puzzle flow but in a Procedure. But the following camera controls were affecting my project:
SetActiveCamera, TweenCamera and ZoomCamera are the three that affected my delay times.Xeon
Route 66 Digital
Interactive Solutions - https://www.r66d.com
Tutorials - https://www.xeons3dlab.com2021-09-03 at 12:41 pm #44263jdhutchinsonCustomerI think I should be alright. I have a kind of ‘init’ procedure which is my first puzzle in main.
Unless anyone from Soft8Soft can advise something, it’s hard to guess isn’t it.
-
AuthorPosts
- You must be logged in to reply to this topic.