Drizzle icon indicating copy to clipboard operation
Drizzle copied to clipboard

Application fails to render anything

Open Topnott opened this issue 2 years ago • 4 comments

whenever I attempt to render a level, It spits out this error immediately:

[23:16:25 ERR] Exception while rendering! Drizzle.Logic.Rendering.RenderCameraException: Exception on camera 1 ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at CallSite.Target(Closure, CallSite, Object, Object) at Drizzle.Ported.MovieScript.setuplayer(Object layer) in /home/runner/work/Drizzle/Drizzle/Drizzle.Ported/Translated/Movie.levelRendering.cs:line 348 at Drizzle.Logic.Rendering.LevelRenderer.RenderLayers() in /home/runner/work/Drizzle/Drizzle/Drizzle.Logic/Rendering/LevelRenderer.RenderCore.cs:line 160 at Drizzle.Logic.Rendering.LevelRenderer.DoRender() in /home/runner/work/Drizzle/Drizzle/Drizzle.Logic/Rendering/LevelRenderer.RenderCore.cs:line 50 --- End of inner exception stack trace --- at Drizzle.Logic.Rendering.LevelRenderer.DoRender() in /home/runner/work/Drizzle/Drizzle/Drizzle.Logic/Rendering/LevelRenderer.RenderCore.cs:line 85 at Drizzle.Editor.ViewModels.Render.RenderViewModel.RenderThread() in /home/runner/work/Drizzle/Drizzle/Drizzle.Editor/ViewModels/Render/RenderViewModel.cs:line 241

Topnott avatar Apr 01 '23 22:04 Topnott

What level are you trying to render? Also you're not trying to render any projects from 1.9 (Downpour) right?

PJB3005 avatar Apr 02 '23 10:04 PJB3005

It doesn't support Downpour content yet, right?

HenryMarkle avatar Jul 28 '23 09:07 HenryMarkle

I'm facing the same exception. I believe that's the reason. here's my level that I'm trying to render.

SU2_A07.txt SU2_A07

HenryMarkle avatar Jul 28 '23 09:07 HenryMarkle

Yeah it doesn't support DP/Community stuff. I think Slime has a branch for it here, but i don't know the status of that: https://github.com/SlimeCubed/Drizzle

PJB3005 avatar Aug 05 '23 12:08 PJB3005