Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3
2018.3.0a2
Issue ID
1049563
Regression
Yes
Crash in WriteParticleMeshIndices<unsigned short,unsigned short>
Repro steps:
1. Open the attached ReproScene.unity into Unity.
2. Press play
3. Let it play for ~ 10 sec.
4. Observe the Assertion failed on expression: 'task.rasterData.vertexBuffer == NULL' console error
To repro the crash open the 18_LightsModule scene from the [Particles] FTP project and press play.
Stack trace:
========== OUTPUTTING STACK TRACE ==================
0x00000001403006B0 (Unity) WriteParticleMeshIndices<unsigned short,unsigned short>
0x00000001402D52C1 (Unity) DrawMeshParticles<1,2>
0x0000000140307506 (Unity) ParticleSystemGeometryJob::RenderJobCommon
0x00000001403070C0 (Unity) ParticleSystemGeometryJob::RenderJob
0x000000014088806D (Unity) JobQueue::Exec
0x000000014088833C (Unity) JobQueue::ExecuteJobFromHighPriorityStack
0x00000001408887C2 (Unity) JobQueue::ProcessJobs
0x000000014088A439 (Unity) JobQueue::WorkLoop
0x0000000140A4B048 (Unity) Thread::RunThreadWrapper
0x00007FF832173034 (KERNEL32) BaseThreadInitThunk
0x00007FF8340E1431 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========
Notes:
- Doesn't repro on 2018.2, assuming it was introduced in 2018.3
Comments (8)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some VFX Window Panels close on entering Play mode
- VFX Graph using Redo action for Move and Connect node results in an unknown input value
- VFX Parameters are missing the documentation links
- Node name gets cut off in the Visual Effect Graph when the name is long
- Custom Particle System names textboxes are not correctly wrapped in the VFX Control panel
wey
Jun 22, 2021 04:16
same issue in 2019.4.22f1
dimitris_baud
Jan 15, 2019 00:23
Possible duplicate of this:
https://issuetracker.unity3d.com/issues/vr-particle-systems-cause-task-dot-rasterdata-dot-indexbuffer-equals-equals-null-error-and-lead-to-graphical-glitches
dimitris_baud
Jan 15, 2019 00:23
Possible duplicate of this:
https://issuetracker.unity3d.com/issues/vr-particle-systems-cause-task-dot-rasterdata-dot-indexbuffer-equals-equals-null-error-and-lead-to-graphical-glitches
RWeijermars
Jan 05, 2019 23:03
This still occurs I believe.
ogtracy
Dec 23, 2018 03:54
I'm encountering this issue in 2018.3.0f2
SJAM
Oct 27, 2018 16:15
Sorry, I try without any "PARTICLE"
SJAM
Oct 27, 2018 16:03
Hello, Same Issue on 2018.3.0b7 with particles...
I try without any decal, no problem !