Search Unity

[5.5] Particle System crashes the entire game

Discussion in 'Editor & General Support' started by Zephus, Dec 16, 2016.

  1. Zephus

    Zephus

    Joined:
    May 25, 2015
    Posts:
    356
    I really don't know why but when I build my game and I come to a scene that includes a very specific particle system the entire game crashes. This does not happen in the editor and also not in development builds.

    Instead of trying to explain forever I just uploaded a build and a project that includes only the particle system prefab and nothing else. The build should make an error dump on loading the first scene.

    This only happened after updating to 5.5. My build from 5.4 I made yesterday that had zero code changes still works. And since it also crashes with just the particle system that doesn't matter anyway.

    Download:
    http://www60.zippyshare.com/v/RswqO2vH/file.html
     
  2. SaraCecilia

    SaraCecilia

    Joined:
    Jul 9, 2014
    Posts:
    675
    Hey! Could you send us a bug report and include your project in there? That way we can get our developers to have a look :)
     
  3. Zephus

    Zephus

    Joined:
    May 25, 2015
    Posts:
    356
    Sure. I just found out how to fix it and I'll post the workaround here and then fill out a bug report.

    It's extremely weird, but the crash occurs when 'Emission/Rate Over Time' is around 8.5. I can't explain why. 8 works, 9 works, 8.5 and numbers around that don't. Also can't be the floating point - 7.5 works fine as well. This is really... strange.
     
    SaraCecilia likes this.
  4. SaraCecilia

    SaraCecilia

    Joined:
    Jul 9, 2014
    Posts:
    675
    Thanks for the added info!
     
  5. Sam-DreamsMaker

    Sam-DreamsMaker

    Joined:
    May 2, 2015
    Posts:
    13
    I have a MMO game and since I updated Unity 5.5 or 5.5p2 often particle systems crash Unity and Built.
    This particle system is inside battle animations, I have hundreds prefabs with that.

    Factors:
    When the gameobject with particles is destroyed, the crash appear often.
    When particles hit between them, the crash appear often (use much particles (emission) and i'm sure your app will crash).
    But always if the parent transform have a component Particle system and the child too.

    I will try to compare and to know what's the parameter can crash Unity Editor and Built.
     
    Last edited: Dec 19, 2016
  6. Sam-DreamsMaker

    Sam-DreamsMaker

    Joined:
    May 2, 2015
    Posts:
    13
    I move my particle system in the parent in a new child and it solved the probem.

    For example:
    With bug
    - Fog
    ----Snow

    Without bug
    - Empty
    ---- Fog
    ---- Snow
     
  7. Nabren

    Nabren

    Joined:
    Mar 7, 2014
    Posts:
    61
    Also seeing this, although I tried to reproduce using the 100% repro steps from Nemo-Novus and couldn't. We are still digging and if I can find a case that can reproduce 100% I will definitely file a bug report. The actual crash isn't 100% for us either so it may be a threading issue or race condition that can't be reproduced 100% of the time except in certain situations that have somewhat predictable timing in a multithreaded situation.
     
  8. Nabren

    Nabren

    Joined:
    Mar 7, 2014
    Posts:
    61
    Our case appears to have been caused by TrailRenderer. Once we removed TrailRenderer component off the GameObjects that were crashing the game, it fixed the issue.
     
  9. 5argon

    5argon

    Joined:
    Jun 10, 2013
    Posts:
    1,555
    Hello, I have the same exact issue. In my case, only certain android device crash on particle. (Xperia M, Zenfone 2 Laser but not Nexus 5). iOS does not have this issue at all.

    In my title screen, I have 3 particle systems. Each with 1.8, 1.8, 8 emission rate. All of them exist from before I upgraded to 5.5.0p2. The game crash ("Unfortunately, ....") on that screen before any script can be executed (I put Debug.Log on all Start() and Awake() and all of them does not get called when I adb logcat it. And the logcat is not useful what is the root cause.)

    I fixed the issue by changing the one with 8s emission rate to 8.5. Everything worked fine from that point, but it is really painful to find in the first place that this Particle System is the root of the problem. I have to gradually remove game objects and Build and Run until the error disappears, then I know that is the culprit. When I change the rate back to 8, the problem will be reproduced. (haven't try any other whole number)

    Maybe the issue is because the emission rate is a whole number, since all other particles in my game all are floating points.

    And when I turned on Development Mode, this problem does not occur at all.

    I have made an almost empty project and successfully reproduced this. Unfortunately when I create a new Particle System from scratch and assign it 8 sec. emission rate it does not reproduce the error. I can reproduce an error only when I copied a particle prefab from my main game. Which means other settings in the Particle System other than 8 sec. emission rate is required to produce error. Your game might contain those unidentified other factors in your particle system.

    If you want to see the particle that crash Xperia M on non-development mode, please see Particle Crash.zip. Changing emission rate to 8.5 and rebuild the APK will fix the crash. I already submitted the bug report.
     

    Attached Files:

    Last edited: Dec 21, 2016
  10. 5argon

    5argon

    Joined:
    Jun 10, 2013
    Posts:
    1,555
    For other ppl that might came across this thread they replied to my crash report that this is fixed in 5.6.0b3 and 5.5.0p3 so you should definitely try that instead of changing emission rate around.

     
    richardkettlewell likes this.
  11. ClosingTime

    ClosingTime

    Joined:
    Nov 23, 2016
    Posts:
    241
    I had an issue where I try to duplicate my particle system from within my particle system.
    It made my entire system freeze, but that should have happened since I entered an infinity recursion of generating particle systems.
    You should realize memory limitations, infinity loops, infinity recursion could still make your game crash and unity can't prevent you from doing those things.
     
  12. Yury_K

    Yury_K

    Joined:
    Jan 18, 2017
    Posts:
    3
    Particle system crashing on Windows with Runtime Build. Version 5.5.0f3_38b4efef76f0
    It's obviously a runtime fault in Unity:
    caused an Access Violation (0xc0000005)
    Read from location ffffffff caused an access violation.

    Not willing to send a dump file at the moment, I reduced the particle system emission rate (thanks for the workaround) to get it working in runtime builds. Can't test on other platforms at the moment so my confidence in the product is low. Will get the fix if it does indeed exists when it's out of beta, in the meantime good luck with that:

    Read from location ffffffff caused an access violation.
    Context:
    RDI: 0x0390d1a8 RSI: 0x0379c050 RAX: 0x0000003d
    RBX: 0x00000036 RCX: 0xbedd299a RDX: 0xbe509f25
    RIP: 0xb04b37c2 RBP: 0xb1013700 SegCs: 0x00000033
    EFlags: 0x00010206 RSP: 0x00afe330 SegSs: 0x0000002b
    R8: 0x0000001e R9: 0x0379c050 R10: 0x00000036
    R11: 0x0390d1a8 R12: 0x00000000 R13: 0x00000000
    R14: 0x00000000 R15: 0x03915120
    Bytes at CS:EIP:
    48 89 4a 18 48 89 51 10 48 8b cb 48 c1 e1 05 49
    Stack:
    0x00afe330: 3f800000 00000000 00000000 00000000 ...?............
    0x00afe340: ffffff70 ffffffff b0a7b907 00007ff7 p...............
    0x00afe350: 0390d018 00000000 b04b4045 00007ff7 ........E@K.....
    0x00afe360: 00000002 00000000 afc95bec 00007ff7 .........[......
    0x00afe370: 00000000 00000000 00000000 00000000 ................
    0x00afe380: 0390d050 00000000 afc918ba 00007ff7 P...............
    0x00afe390: b1013700 00007ff7 007e2e20 00000000 .7...... .~.....
    0x00afe3a0: 00000001 00000000 00000010 00000000 ................
    0x00afe3b0: 00000530 00000000 afc903f1 00007ff7 0...............
    0x00afe3c0: b1013700 00007ff7 0298ac70 00000000 .7......p.......
    0x00afe3d0: 00000001 00000000 000000a6 00000000 ................
    0x00afe3e0: b1013860 00007ff7 afc90497 00007ff7 `8..............
    0x00afe3f0: 00000010 00000000 b1013700 00007ff7 .........7......
    0x00afe400: 000003c0 00000000 afc93c60 00007ff7 ........`<......
    0x00afe410: b1011330 00007ff7 afc93313 00007ff7 0........3......
    0x00afe420: 00000032 00000000 000003c0 00000000 2...............
    0x00afe430: 00000010 00000000 b0ce9a20 00007ff7 ........ .......
    0x00afe440: fffffffe ffffffff b0ce9a20 00007ff7 ........ .......
    0x00afe450: 00001000 00000000 b01ea835 00007ff7 ........5.......
    0x00afe460: 00afe600 00000000 00afe6e0 00000000 ................
    0x00afe470: 02e72280 00000000 00afe6e0 00000000 ."..............
    0x00afe480: b0ce9a20 00007ff7 0000004b 00000000 .......K.......
    0x00afe490: 00000032 00000000 afc9375a 00007ff7 2.......Z7......
    0x00afe4a0: 00000032 00000000 000003c0 00000000 2...............
    0x00afe4b0: b1011330 00007ff7 00000008 00000000 0...............
    0x00afe4c0: 00000000 00000000 b0ce9a20 00007ff7 ........ .......
    0x00afe4d0: 000001d0 00000000 02e71660 00000000 ........`.......
    0x00afe4e0: 02e71660 00000000 00afe6e0 00000000 `...............
    0x00afe4f0: 02e71660 00000000 afc94fbf 00007ff7 `........O......
    0x00afe500: 38d1b717 00000000 00000000 00000000 ...8............
    0x00afe510: 00000000 00000000 03915290 00000000 .........R......
    0x00afe520: 03915120 00000000 00000008 00000000 Q..............
    0x00afe530: 000003c0 00000000 afc93d1b 00007ff7 .........=......
    0x00afe540: 00afe6e0 00000000 00000000 00000000 ................
    0x00afe550: 000003c0 00000000 00000000 00000000 ................
    0x00afe560: 00000032 00000000 00000000 00000000 2...............
    0x00afe570: b0ce9a20 00007ff7 000001d0 00007ff7 ...............
    0x00afe580: 03915290 00000000 afd47976 00007ff7 .R......vy......
    0x00afe590: 00000000 00000000 00afe659 00000000 ........Y.......
    0x00afe5a0: 00000018 00000000 0385bf50 00000000 ........P.......
    0x00afe5b0: 00000000 00000000 b0ce9a20 00007ff7 ........ .......
    0x00afe5c0: 000001d0 00000000 02e988f0 00000000 ................
    0x00afe5d0: 00000018 00000000 b01eb307 00007ff7 ................
    0x00afe5e0: 029fb9d0 00000000 03915200 00000000 .........R......
    0x00afe5f0: b0cff0b0 00007ff7 00000000 00000000 ................
    0x00afe600: 03182ced 00000000 00000018 00000000 .,..............
    0x00afe610: 0d37aa48 00000000 b01e5714 00007ff7 H.7......W......
    0x00afe620: 00000000 00000000 00000000 00000000 ................
    0x00afe630: 00afe728 00000000 b01ebcd8 00007ff7 (...............
    0x00afe640: 00000000 00000000 00000004 00007ff7 ................
    0x00afe650: b0cff0b0 00007ff7 00000000 00000000 ................
    0x00afe660: 03182ced 00000000 00000000 00000000 .,..............
    0x00afe670: 00afe810 00000000 00000000 00000000 ................
    0x00afe680: 03915120 00000000 03915248 00000000 Q......HR......
    0x00afe690: 03915200 00000000 03915268 00000000 .R......hR......
    0x00afe6a0: 00afe830 00000000 b01e62c6 00007ff7 0........b......
    0x00afe6b0: 029661d0 00000000 00afe6e0 00000000 .a..............
    0x00afe6c0: 03915200 00000000 03915200 00000000 .R.......R......
    0x00afe6d0: 03915248 00000000 03915268 00000000 HR......hR......
    0x00afe6e0: 00000000 00000000 00000000 00000000 ................
    0x00afe6f0: 00000101 00000000 b0ce9a20 00007ff7 ........ .......
    0x00afe700: ffffffff 00007ff7 b0ce9a20 00007ff7 ........ .......
    0x00afe710: 00000000 00000000 00000001 00000000 ................
    0x00afe720: 00000000 00000000 b0ce9a20 00007ff7 ........ .......
    0x00afe730: ffffffff 00007ff7 b0ce9a20 00007ff7 ........ .......
    0x00afe740: 00000000 00000000 00000000 00000000 ................
    0x00afe750: 00000000 00000000 02e71c80 00000000 ................
    0x00afe760: 00001000 00000000 00000018 00000000 ................
    0x00afe770: 00000333 00000000 00000800 00000000 3...............
    0x00afe780: 02e42700 00000000 00000000 00000000 .'..............
    0x00afe790: 00afe810 00000000 00000000 00000000 ................
    0x00afe7a0: 03915200 00000000 b01e7554 00007ff7 .R......Tu......
    0x00afe7b0: 03915200 00000000 00afe830 00000000 .R......0.......
    0x00afe7c0: 00000000 00000000 00000000 00000000 ................
    0x00afe7d0: 03913df0 00000000 b01e7812 00007ff7 .=.......x......
    0x00afe7e0: 00afe8b0 00000000 00000000 00000000 ................
    0x00afe7f0: 039138b0 00000000 b01e7686 00007ff7 .8.......v......
    0x00afe800: b1011330 00007ff7 3f1cc471 40cd9249 0.......q..?I..@
    0x00afe810: 00afe930 00000000 02e427c0 00000000 0........'......
    0x00afe820: 00000000 00000000 afcd9fd9 00007ff7 ................
    0x00afe830: 00000000 00000000 00000000 00000000 ................
    0x00afe840: 00000000 00000000 00000000 00000000 ................
    0x00afe850: afcd45c0 00007ff7 0d37e5a0 00000000 .E........7.....
    0x00afe860: 03916a40 00000000 00000000 00000000 @j..............
    0x00afe870: 0d378f00 00000000 0d378f20 00000000 ..7..... .7.....
    0x00afe880: 02963d50 00000000 b01e7b79 00007ff7 P=......y{......
    0x00afe890: 03915201 00000000 03915200 00000000 .R.......R......
    0x00afe8a0: 00000005 00000000 00000000 00000000 ................
    0x00afe8b0: 0d378f20 00000000 afcb3a2b 00007ff7 .7.....+:......
    0x00afe8c0: 0d378f38 00000000 afcb45a2 00007ff7 8.7......E......
    0x00afe8d0: 037a8e70 00000000 00000080 00000000 p.z.............
    0x00afe8e0: 00aff368 00000000 00000016 00000000 h...............
    0x00afe8f0: 029a44d0 00000000 afda397e 00007ff7 .D......~9......
    0x00afe900: 000000a0 00000000 00000001 00000000 ................
    0x00afe910: 0379e5f0 00000000 03916a40 00000000 ..y.....@j......
    0x00afe920: 00000000 00000000 00000000 00000000 ................
    0x00afe930: 00000000 00000000 00000001 00007ff7 ................
    0x00afe940: 00000005 00000000 afd10f4b 00007ff7 ........K.......
    0x00afe950: 00afed30 00000000 0d37e5a0 00000000 0.........7.....
    0x00afe960: 00afec80 00000000 afe49436 00007ff7 ........6.......
    0x00afe970: 00afeca0 00000000 afeadfbe 00007ff7 ................
    0x00afe980: 00aff1e0 00000000 b1024df8 00007ff7 .........M......
    0x00afe990: b10253f8 00007ff7 00000000 00000000 .S..............
    0x00afe9a0: 00afed30 00000000 afcd9355 00007ff7 0.......U.......
    0x00afe9b0: 00afec80 00000000 00afed10 00000000 ................
    0x00afe9c0: 00afec80 00000000 0d37e5a0 00000000 ..........7.....
    0x00afe9d0: 02e427c0 00000000 00000000 00000000 .'..............
    0x00afe9e0: 00000000 00000000 00aff368 00000000 ........h.......
    0x00afe9f0: 02e427c0 00000000 afcd3ac1 00007ff7 .'.......:......
    0x00afea00: 00afec80 00000000 00afebf0 00000000 ................
    0x00afea10: 00000000 00000000 0d37e5a0 00000000 ..........7.....
    0x00afea20: 000004b2 00000000 00000000 00000000 ................
    0x00afea30: 00000000 00000000 00000000 00000000 ................
    0x00afea40: 053c6d28 00000000 ffffff00 00000000 (m<.............
    0x00afea50: 00000000 00000000 00000000 00000000 ................
    0x00afea60: 00000000 00000000 00000000 00000000 ................
    0x00afea70: 00000000 00000000 00000000 00000000 ................
    0x00afea80: 00000000 00000000 00000000 00000000 ................
    0x00afea90: 04b18ed0 00000000 00000000 00000000 ................
    0x00afeaa0: 00000000 00000000 00000000 00000000 ................
    0x00afeab0: 00000000 00000000 00000000 00000000 ................
    0x00afeac0: 04b11ed0 00000000 00000000 00000000 ................
    0x00afead0: 00000000 00000000 00000000 00000000 ................
    0x00afeae0: 00000000 00000000 00000000 00000000 ................
    0x00afeaf0: 00000000 00000000 00000000 00000000 ................
    0x00afeb00: 00000000 00000000 00000000 00000000 ................
    0x00afeb10: 00000000 00000000 00000000 00000000 ................
    0x00afeb20: 00000005 00000000 00000000 00000000 ................
    0x00afeb30: 00000000 00000000 00000001 00000000 ................
    0x00afeb40: afc80000 00007ff7 00000000 00000000 ................
    0x00afeb50: 00000001 00000000 053c6d28 00000000 ........(m<.....
    0x00afeb60: ffffff00 00000000 00000000 00000000 ................
    0x00afeb70: 00000000 00000000 00000000 00000000 ................
    0x00afeb80: 00000000 00000000 00000000 00000000 ................
    0x00afeb90: 00000000 00000000 00000101 7f800000 ................
    0x00afeba0: 00000000 00000000 0d37e5a0 00000000 ..........7.....
    0x00afebb0: 037a61f0 00000000 00000000 00000000 .az.............
    0x00afebc0: 029aedf0 00000000 afcd56a8 00007ff7 .........V......
    0x00afebd0: 00000000 00000000 0379e5f0 00000000 ..........y.....
    0x00afebe0: 00000000 00000000 afd2c36c 00007ff7 ........l.......
    0x00afebf0: 0d37e5a0 00000000 00000000 00000000 ..7.............
    0x00afec00: ffffffff 00000000 00000006 00000000 ................
    0x00afec10: 00000000 00000000 00000000 ffffffff ................
    0x00afec20: 0d37e5a0 00000000 afd1358d 00007ff7 ..7......5......
    0x00afec30: 029aedf0 00000000 029aedf0 00000000 ................
    0x00afec40: 00000000 00000000 afd10749 00007ff7 ........I.......
    0x00afec50: 00afefc8 00000000 00afeed0 00000000 ................
    0x00afec60: 00afee90 00000000 aff90f7b 00007ff7 ........{.......
    0x00afec70: 00aff620 00000000 afd133f9 00007ff7 ........3......
    0x00afec80: 00000000 00000000 00000000 00000000 ................
    0x00afec90: 00000000 00000000 00000454 00000000 ........T.......
    0x00afeca0: 02e42750 00000000 00000000 00000000 P'..............
    0x00afecb0: 02e42680 00000000 00000016 00000016 .&..............
    0x00afecc0: 02e426f0 00000000 00000000 00000000 .&..............
    0x00afecd0: 02e42710 00000000 00000000 00000000 .'..............
    0x00afece0: 02e42730 00000000 00000000 00000000 0'..............
    0x00afecf0: 05409200 00000000 00000000 00000000 ..@.............
    0x00afed00: 03dc2f90 00000000 00000216 00000000 ./..............
    0x00afed10: 00000000 00000000 00000002 00000000 ................
    0x00afed20: 00000000 00000000 00000000 00000000 ................
    0x00afed30: 00000000 00000000 00000002 00000000 ................
    0x00afed40: 00000000 00000000 00000000 00000000 ................
    0x00afed50: 00000000 00000000 00000002 00000000 ................
    0x00afed60: 00000000 00000000 00000000 00000000 ................
    0x00afed70: 00000000 00000000 00000002 00000000 ................
    0x00afed80: 00000000 00000000 00000000 00000000 ................
    0x00afed90: 00000000 00000000 00000002 00000000 ................
    0x00afeda0: 00000000 00000000 00000000 00000000 ................
    0x00afedb0: 00000000 00000000 00000002 00000000 ................
    0x00afedc0: 00000000 00000000 00000000 00000000 ................
    0x00afedd0: 00000000 00000000 00000002 00000000 ................
    0x00afede0: 00000000 00000000 00000000 00000000 ................
    0x00afedf0: 00000000 00000000 00000002 00000000 ................
    0x00afee00: 00000000 00000000 00000000 00000000 ................
    0x00afee10: 02e447b0 00000000 00000002 00000000 .G..............
    0x00afee20: 00000001 00000000 00000001 00000000 ................
    0x00afee30: 00000000 00000000 00000002 00000000 ................
    0x00afee40: 00000000 00000000 00000000 00000000 ................
    0x00afee50: 00000000 00000000 00000002 00000000 ................
    0x00afee60: 00000000 00000000 00000000 00000000 ................
    0x00afee70: 02e440b0 00000000 00000002 00000000 .@..............
    0x00afee80: 00000001 00000000 00000001 00000000 ................
    0x00afee90: 00afef01 00000000 00000001 00000000 ................
    0x00afeea0: 00000000 00000000 00000000 00000000 ................
    0x00afeeb0: 00000000 00000000 00000000 00000000 ................
    0x00afeec0: 00000001 00000000 02e44190 00000000 .........A......
    0x00afeed0: 00000002 00000000 00000001 00000000 ................
    0x00afeee0: 00000001 00000000 d99e83f9 00000000 ................
    0x00afeef0: 00000001 c0000000 4088cccd c0a00000 ...........@....
    0x00afef00: 42700000 40000000 00000708 3f3504f3 ..pB...@......5?
    0x00afef10: 00000000 bf3504f4 3fb79504 bf3504f3 ......5....?..5.
    0x00afef20: 00000000 3f3504f4 40b5a8f9 3eb504f4 ......5?...@...>
    0x00afef30: 3f5db3d8 3eb504f1 3f45ca12 beb504f4 ..]?...>..E?....
    0x00afef40: bf5db3d8 beb504f1 404e8d7c 3f1cc472 ..].....|.N@r..?
    0x00afef50: befffffe 3f1cc471 40ad9248 bf1cc472 ....q..?H..@r...
    0x00afef60: 3efffffe bf1cc471 410936dc 7fffffff ...>q....6.A....
    0x00afef70: 3f800000 00000000 00000000 00000000 ...?............
    0x00afef80: 00000000 3f800000 b4000000 00000000 .......?........
    0x00afef90: 00000000 34000001 3f7ffffe 00000000 .......4...?....
    0x00afefa0: 3f800000 3f800000 3f800000 00000006 ...?...?...?....
    0x00afefb0: ffffffff 410936dc 410936dc 410936dc .....6.A.6.A.6.A
    0x00afefc0: 410936dc 410936dc 410936dc 410936dc .6.A.6.A.6.A.6.A
    0x00afefd0: 410936dc 410936dc 410936dc 410936dc .6.A.6.A.6.A.6.A
    0x00afefe0: 410936dc 410936dc 410936dc 410936dc .6.A.6.A.6.A.6.A
    0x00afeff0: 410936dc 410936dc 410936dc 410936dc .6.A.6.A.6.A.6.A
    0x00aff000: 410936dc 410936dc 410936dc 410936dc .6.A.6.A.6.A.6.A
    0x00aff010: 410936dc 410936dc 410936dc 410936dc .6.A.6.A.6.A.6.A
    0x00aff020: 410936dc 410936dc 410936dc 410936dc .6.A.6.A.6.A.6.A
    0x00aff030: 410936dc 00000001 00000000 00000000 .6.A............
    0x00aff040: 00000000 00000000 00000000 00000000 ................
    0x00aff050: 3f3504f3 bf3504f3 3eb504f4 beb504f4 ..5?..5....>....
    0x00aff060: 00000000 00000000 3f5db3d8 bf5db3d8 ..........]?..].
    0x00aff070: bf3504f4 3f3504f4 3eb504f1 beb504f1 ..5...5?...>....
    0x00aff080: 3fb79504 40b5a8f9 3f45ca12 404e8d7c ...?...@..E?|.N@
    0x00aff090: 3f1cc472 bf1cc472 bf1cc472 bf1cc472 r..?r...r...r...
    0x00aff0a0: befffffe 3efffffe 3efffffe 3efffffe .......>...>...>
    0x00aff0b0: 3f1cc471 bf1cc471 bf1cc471 bf1cc471 q..?q...q...q...
    0x00aff0c0: 40ad9248 410936dc 410936dc 410936dc H..@.6.A.6.A.6.A
    0x00aff0d0: 3d920ca0 3f272d0e b04a62de 00007ff7 ...=.-'?.bJ.....
    0x00aff0e0: 00000000 00000000 00000000 00000000 ................
    0x00aff0f0: 00aff130 00000000 afe12a07 00007ff7 0........*......
    0x00aff100: 03914e40 00000000 0379e5f0 00000000 @N........y.....
    0x00aff110: 3e4ba590 3e3504f4 3db329a6 00000000 ..K>..5>.).=....
    0x00aff120: 00000000 3eddb3d8 bd924924 00000000 .......>$I......
    0x00aff130: be4ba591 3e3504f1 3db329a5 00000000 ..K...5>.).=....
    0x00aff140: bf18bc2e bf1d1af7 be6687dc 3f800000 ..........f....?
    0x00aff150: c0000000 4088cccd c0a00000 00000000 .......@........
    0x00aff160: 3eb8c152 00000000 ba498db4 bf2e7201 R..>......I..r..
    0x00aff170: 3f3b5cd5 ba4267ba 0e82a296 00007ffd .\;?.gB.........
    0x00aff180: 02973f80 00000000 00aff219 00000000 .?..............
    0x00aff190: ffffffb0 00000000 0000030d 00000000 ................
    0x00aff1a0: 0000169d 00000000 0e827e53 00007ffd ........S~......
    0x00aff1b0: 00000001 00000000 afda8e98 00007ff7 ................
    0x00aff1c0: 00000000 00000000 003e6034 00000000 ........4`>.....
    0x00aff1d0: 037a4d60 00000000 0d37e5a0 00000000 `Mz.......7.....
    0x00aff1e0: 038fc700 00000000 038fbed0 00000000 ................
    0x00aff1f0: 00000000 00000000 038fc700 00000000 ................
    0x00aff200: 038fbed0 00000000 00000016 00000000 ................
    0x00aff210: 00000000 00000000 00000000 00000000 ................
    0x00aff220: 00000000 00000000 00000000 00000000 ................
    0x00aff230: 00000000 00000000 00000000 00000000 ................
    0x00aff240: 00000000 00000000 00000000 00000000 ................
    0x00aff250: 00000000 00000000 02e42770 00000000 ........p'......
    0x00aff260: 00000101 00000001 00000000 00000001 ................
    0x00aff270: 00afeca0 00000000 00000000 00000000 ................
    0x00aff280: 00000000 00000000 00000000 00000000 ................
    0x00aff290: 00000000 00000000 00000000 00000000 ................
    0x00aff2a0: 00000000 00000000 00000000 00000000 ................
    0x00aff2b0: 02e42770 00000000 00000002 00000000 p'..............
    0x00aff2c0: 00000002 00000000 00000002 00000000 ................
    0x00aff2d0: 00000000 00000000 00000002 00000000 ................
    0x00aff2e0: 00000000 00000000 00000000 00000000 ................
    0x00aff2f0: 00000000 00000000 00000002 00007ffd ................
    0x00aff300: 00000000 00000000 00000000 00000000 ................
    0x00aff310: 02e427c0 00000000 00000000 00000000 .'..............
    0x00aff320: 00000000 00000000 00000000 00000000 ................
    0x00aff330: 00000002 00000000 00000000 00000000 ................
    0x00aff340: 00000000 00000000 00000000 00000000 ................
    0x00aff350: 00000002 00000000 00000000 00000000 ................
    0x00aff360: 00000000 00000000 00000000 00000000 ................
    0x00aff370: ffffffff 00000000 ffffff00 00000000 ................
    0x00aff380: 00000000 00000000 b04a4e88 00007ff7 .........NJ.....
    0x00aff390: 00000001 00000000 afc80000 00007ff7 ................
    0x00aff3a0: 00000000 00000000 00000000 00000000 ................
    0x00aff3b0: 00aff620 00000000 afe733b2 00007ff7 ........3......
    0x00aff3c0: 00000000 00000000 00000000 00000000 ................
    0x00aff3d0: 00000000 00000000 00000000 00000000 ................
    0x00aff3e0: 00000000 00007ff7 00000000 00000000 ................
    0x00aff3f0: 00000000 00000000 afe7346d 00007ff7 ........m4......
    0x00aff400: 0000073c 00000000 0000073c 00000000 <.......<.......
    0x00aff410: 00af0000 00000000 00000084 00000000 ................
    0x00aff420: 00aff620 00000000 afe74ea1 00007ff7 ........N......
    0x00aff430: 0000073c 00000000 00000000 00000000 <...............
    0x00aff440: 00aff620 00000000 00000000 00000000 ...............
    0x00aff450: 0000073c 00000000 00000000 00000000 <...............
    0x00aff460: 00000001 00000000 0e09e3a3 00007ffd ................
    0x00aff470: 00aff4e0 00000000 b043e777 00007ff7 ........w.C.....
    0x00aff480: 00000000 00000000 00000000 00000000 ................
    0x00aff490: 00000001 00000000 00000001 00000000 ................
    0x00aff4a0: 00000000 00000000 b043e94a 00007ff7 ........J.C.....
    0x00aff4b0: 0000073c 00000000 00aff620 00000000 <....... .......
    0x00aff4c0: 00000000 00000000 00000000 00000000 ................
    0x00aff4d0: 00000001 00000000 00000008 00000000 ................
    0x00aff4e0: 00050c0e 00000000 00000200 00000000 ................
    0x00aff4f0: 00000000 00000000 001f0c00 00000000 ................
    0x00aff500: 0711220f 00000c00 0000001f 00000000 ."..............
    0x00aff510: 00000000 00000000 b0442478 00007ff7 ........x$D.....
    0x00aff520: 00000004 00000000 00aff620 00000000 ........ .......
    0x00aff530: 00000000 00000000 00000000 00000000 ................
    0x00aff540: 00000000 00000000 00000000 00007ff7 ................
    0x00aff550: 0000001d 00000000 b0541067 00007ff7 ........g.T.....
    0x00aff560: 00000000 00007ff7 65646900 646e6957 .........ideWind
    0x00aff570: 6c00776f 0000006c 00000000 00000000 ow.ll...........
    0x00aff580: 0000000f 00000000 1c004121 01c0003f ........!A..?...
    0x00aff590: 65726170 5748746e 1c00444e 01c0003f parentHWND..?...
    0x00aff5a0: 0000000a 00000000 0000000f 00000000 ................
    0x00aff5b0: 000001ff 00000000 00ff4cc0 00000000 .........L......
    0x00aff5c0: 00000000 00000000 0e860800 00007ffd ................
    0x00aff5d0: 00000000 00000000 0000000f 00000000 ................
    0x00aff5e0: 007e0840 00000000 00ff4d30 00000000 @.~.....0M......
    0x00aff5f0: 02966070 00000000 b05533ed 00007ff7 p`.......3U.....
    0x00aff600: 00000019 00000000 0000001f 00000000 ................
    0x00aff610: b0e55d70 00007ff7 029639e0 00000000 p].......9......
    0x00aff620: 02963a30 00000000 02963a30 00000000 0:......0:......
    0x00aff630: 6e755258 676e696e 02974400 00000000 XRunning.D......
    0x00aff640: 00000004 00000000 00000028 00000000 ........(.......
    0x00aff650: 0000002f 00000000 756e6547 49656e69 /.......GenuineI
    0x00aff660: 02974310 00000000 00000000 00000000 .C..............
    0x00aff670: 00000027 00000000 0000002f 00000000 '......./.......
    0x00aff680: 00000000 00000000 02974340 00000000 ........@C......
    0x00aff690: 00000000 00000000 00000022 00000000 ........".......
    0x00aff6a0: 0000002f 00000000 b0563d70 00007ff7 /.......p=V.....
    0x00aff6b0: 00ff4cc0 00000000 00ff4cc0 00000000 .L.......L......
    0x00aff6c0: b0ce9540 01100800 b0a89e89 bfebfbff @...............
    0x00aff6d0: b0fde8d0 00007ff7 007e1ec0 00000000 ..........~.....
    0x00aff6e0: 007e0840 00000000 00000000 00000000 @.~.............
    0x00aff6f0: 00000000 00000000 00000000 00000000 ................
    0x00aff700: 0000000f 00000000 00000000 00000000 ................
    0x00aff710: 00000000 00000000 00000000 00000000 ................
    0x00aff720: 00000000 00000000 b0547dd0 00007ff7 .........}T.....
    0x00aff730: 00000000 00000000 00000000 00000000 ................
    0x00aff740: afc80000 00007ff7 00000000 00000000 ................
    0x00aff750: 00000000 00000000 00000000 00000000 ................
    0x00aff760: 00000068 00000000 00b225d4 00000000 h........%......
    0x00aff770: 00b225b4 00000000 00b22582 00000000 .%.......%......
    0x00aff780: 00000000 00000000 00000000 00000000 ................
    0x00aff790: 00000000 00000000 00000000 00000401 ................
    0x00aff7a0: 00000001 00000000 00000000 00000000 ................
    0x00aff7b0: 00000000 00000000 00010001 00000000 ................
    0x00aff7c0: 00000000 00000000 00000000 00000000 ................
    0x00aff7d0: 00000000 00000000 0e428364 00007ffd ........d.B.....
    0x00aff7e0: 00000000 00000000 00000000 00000000 ................
    0x00aff7f0: 00000000 00000000 00000000 00000000 ................
    0x00aff800: 00000000 00000000 0e8670d1 00007ffd .........p......
    0x00aff810: 00000000 00000000 00000000 00000000 ................
    0x00aff820: 00000000 00000000 00000000 00000000 ................
    0x00aff830: 00000000 00000000 0adb5e50 00007ffd ........P^......
    0x00aff840: 00afd490 00000000 00afd490 00000000 ................
    0x00aff850: 00000000 00000000 00000000 00000000 ................
    0x00aff860: 00000000 00000000 00000000 00000000 ................
    0x00aff870: 00000000 00000000 00000000 00000000 ................
    0x00aff880: 00000000 00000000 00000000 00000000 ................
    0x00aff890: 00000000 00000000 00000000 00000000 ................
    0x00aff8a0: 00000000 00000000 00000000 00000000 ................
    0x00aff8b0: 00000000 00000000 00000000 00000000 ................
    0x00aff8c0: 00000000 00000000 00000000 00000000 ................
    0x00aff8d0: 00000000 00000000 00000000 00000000 ................
    0x00aff8e0: 00000000 00000000 00000000 00000000 ................
    0x00aff8f0: 00000000 00000000 00000000 00000000 ................
    0x00aff900: 00000000 00000000 00000000 00000000 ................
    0x00aff910: 00000000 00000000 00000000 00000000 ................
    0x00aff920: 00000000 00000000 00000000 00000000 ................
    0x00aff930: 00000000 00000000 00000000 00000000 ................
    0x00aff940: 00000000 00000000 00000000 00000000 ................
    0x00aff950: 00000000 00000000 00000000 00000000 ................
    0x00aff960: 00000000 00000000 00000000 00000000 ................
    0x00aff970: 00000000 00000000 00000000 00000000 ................
    0x00aff980: 00000000 00000000 00000000 00000000 ................
    0x00aff990: 00000000 00000000 00000000 00000000 ................
    0x00aff9a0: 00000000 00000000 00000000 00000000 ................
    0x00aff9b0: 00000000 00000000 00000000 00000000 ................
    0x00aff9c0: 00000000 00000000 00000000 00000000 ................
    0x00aff9d0: 00000000 00000000 00000000 00000000 ................
    0x00aff9e0: 00000000 00000000 00000000 00000000 ................
    0x00aff9f0: 00000000 00000000 00000000 00000000 ................
    0x00affa00: 00000000 00000000 00000000 00000000 ................
    0x00affa10: 00000000 00000000 00000000 00000000 ................
    0x00affa20: 00000000 00000000 00000000 00000000 ................
    0x00affa30: 00000000 00000000 00000000 00000000 ................
    0x00affa40: 00000000 00000000 00000000 00000000 ................
    0x00affa50: 00000000 00000000 00000000 00000000 ................
    0x00affa60: 00000000 00000000 00000000 00000000 ................
    0x00affa70: 00000000 00000000 00000000 00000000 ................
    0x00affa80: 00000000 00000000 00000000 00000000 ................
    0x00affa90: 00000000 00000000 00000000 00000000 ................
    0x00affaa0: 00000000 00000000 00000000 00000000 ................
    0x00affab0: 00000000 00000000 00000000 00000000 ................
    0x00affac0: 00000000 00000000 00000000 00000000 ................
    0x00affad0: 00000000 00000000 00000000 00000000 ................
    0x00affae0: 00000000 00000000 00000000 00000000 ................
    0x00affaf0: 00000000 00000000 00000000 00000000 ................
    0x00affb00: 00000000 00000000 00000000 00000000 ................
    0x00affb10: 00000000 00000000 00000000 00000000 ................
    0x00affb20: 00000000 00000000 00000000 00000000 ................
    0x00affb30: 00000000 00000000 00000000 00000000 ................
    0x00affb40: 00000000 00000000 00000000 00000000 ................
    0x00affb50: 00000000 00000000 00000000 00000000 ................
    0x00affb60: 00000000 00000000 00000000 00000000 ................
    0x00affb70: 00000000 00000000 00000000 00000000 ................
    0x00affb80: 00000000 00000000 00000000 00000000 ................
    0x00affb90: 00000000 00000000 00000000 00000000 ................
    0x00affba0: 00000000 00000000 00000000 00000000 ................
    0x00affbb0: 00000000 00000000 00000000 00000000 ................
    0x00affbc0: 00000000 00000000 00000000 00000000 ................
    0x00affbd0: 00000000 00000000 00000000 00000000 ................
    0x00affbe0: 00000000 00000000 00000000 00000000 ................
    0x00affbf0: 00000000 00000000 00000000 00000000 ................
    0x00affc00: 00000000 00000000 00000000 00000000 ................
    0x00affc10: 00000000 00000000 00000000 00000000 ................
    0x00affc20: 00000000 00000000 00000000 00000000 ................
    0x00affc30: 00000000 00000000 00000000 00000000 ................
    0x00affc40: 00000000 00000000 00000000 00000000 ................
    0x00affc50: 00000000 00000000 00000000 00000000 ................
    0x00affc60: 00000000 00000000 00000000 00000000 ................
    0x00affc70: 00000000 00000000 00000000 00000000 ................
    0x00affc80: 00000000 00000000 00000000 00000000 ................
    0x00affc90: 00000000 00000000 00000000 00000000 ................
    0x00affca0: 00000000 00000000 00000000 00000000 ................
    0x00affcb0: 00000000 00000000 00000000 00000000 ................
    0x00affcc0: 00000000 00000000 00000000 00000000 ................
    0x00affcd0: 00000000 00000000 00000000 00000000 ................
    0x00affce0: 00000000 00000000 00000000 00000000 ................
    0x00affcf0: 00000000 00000000 00000000 00000000 ................
    0x00affd00: 00000000 00000000 00000000 00000000 ................
    0x00affd10: 00000000 00000000 00000000 00000000 ................
    0x00affd20: 00000000 00000000 00000000 00000000 ................
    0x00affd30: 00000000 00000000 00000000 00000000 ................
    0x00affd40: 00000000 00000000 00000000 00000000 ................
    0x00affd50: 00000000 00000000 00000000 00000000 ................
    0x00affd60: 00000000 00000000 00000000 00000000 ................
    0x00affd70: 00000000 00000000 00000000 00000000 ................
    0x00affd80: 00000000 00000000 00000000 00000000 ................
    0x00affd90: 00000000 00000000 00000000 00000000 ................
    0x00affda0: 00000000 00000000 00000000 00000000 ................
    0x00affdb0: 00000000 00000000 00000000 00000000 ................
    0x00affdc0: 00000000 00000000 00000000 00000000 ................
    0x00affdd0: 00000000 00000000 00000000 00000000 ................
    0x00affde0: 00000000 00000000 00000000 00000000 ................
    0x00affdf0: 00000000 00000000 00000000 00000000 ................
    0x00affe00: 00000000 00000000 00000000 00000000 ................
    0x00affe10: 00000000 00000000 00000000 00000000 ................
    0x00affe20: 00000000 00000000 00000000 00000000 ................
    0x00affe30: 00000000 00000000 00000000 00000000 ................
    0x00affe40: 00000000 00000000 00000000 00000000 ................
    0x00affe50: 00000000 00000000 00000000 00000000 ................
    0x00affe60: 00000000 00000000 00000000 00000000 ................
    0x00affe70: 00000000 00000000 00000000 00000000 ................
    0x00affe80: 00000000 00000000 00000000 00000000 ................
    0x00affe90: 00000000 00000000 00000000 00000000 ................
    0x00affea0: 00000000 00000000 00000000 00000000 ................
    0x00affeb0: 00000000 00000000 00000000 00000000 ................
    0x00affec0: 00000000 00000000 00000000 00000000 ................
    0x00affed0: 00000000 00000000 00000000 00000000 ................
    0x00affee0: 00000000 00000000 00000000 00000000 ................
    0x00affef0: 00000000 00000000 00000000 00000000 ................
    0x00afff00: 00000000 00000000 00000000 00000000 ................
    0x00afff10: 00000000 00000000 00000000 00000000 ................
    0x00afff20: 00000000 00000000 00000000 00000000 ................
    0x00afff30: 00000000 00000000 00000000 00000000 ................
    0x00afff40: 00000000 00000000 00000000 00000000 ................
    0x00afff50: 00000000 00000000 00000000 00000000 ................
    0x00afff60: 00000000 00000000 00000000 00000000 ................
    0x00afff70: 00000000 00000000 00000000 00000000 ................
    0x00afff80: 00000000 00000000 00000000 00000000 ................
    0x00afff90: 00000000 00000000 00000000 00000000 ................
    0x00afffa0: 00000000 00000000 00000000 00000000 ................
    0x00afffb0: 00000000 00000000 00000000 00000000 ................
    0x00afffc0: 00000000 00000000 00000000 00000000 ................
    0x00afffd0: 00000000 00000000 00000000 00000000 ................
    0x00afffe0: 00000000 00000000 00000000 00000000 ................
    0x00affff0: 00000000 00000000 00000000 00000000 ................
     
    Last edited: Jan 18, 2017
  13. Yury_K

    Yury_K

    Joined:
    Jan 18, 2017
    Posts:
    3
    5.5.0p4 patch is fu*king 2 GB and did fix the issue on Windows Runtimes. So yeah... waste your time/bandwidth at your own discretion.
     
  14. ajaxlex

    ajaxlex

    Joined:
    Jul 15, 2016
    Posts:
    38
    Huh. I appear to be seeing particle related crashes still in 5.5.2f1

    Removed all particle systems from the scene, and was able to run standalone.


    0x00007FF788A60564 (Barricado_0.5) [c:\buildslave\unity\build\runtime\geometry\computionalgeometry.cpp:26] TriangleArea3D
    0x00007FF788D9D335 (Barricado_0.5) [c:\buildslave\unity\build\runtime\particlesystem\modules\shapemodule.cpp:316] BuildMeshAreaTable
    0x00007FF788DA77A6 (Barricado_0.5) [c:\buildslave\unity\build\runtime\particlesystem\modules\shapemodule.cpp:974] ShapeModule::DidModifyMeshData
    0x00007FF788DA7BE7 (Barricado_0.5) [c:\buildslave\unity\build\runtime\particlesystem\modules\shapemodule.cpp:821] ShapeModule::AwakeFromLoad
    0x00007FF788D31AFD (Barricado_0.5) [c:\buildslave\unity\build\runtime\particlesystem\particlesystem.cpp:493] ParticleSystem::AwakeFromLoad
    0x00007FF788CA3273 (Barricado_0.5) [c:\buildslave\unity\build\runtime\serialize\awakefromloadqueue.cpp:140] AwakeFromLoadQueue::persistentManagerAwakeFromLoad
    0x00007FF788BB0588 (Barricado_0.5) [c:\buildslave\unity\build\runtime\preloadmanager\loadsceneoperation.cpp:549] LoadSceneOperation::CompleteAwakeSequence
    0x00007FF788BB144D (Barricado_0.5) [c:\buildslave\unity\build\runtime\preloadmanager\loadsceneoperation.cpp:475] LoadSceneOperation::playerLoadSceneFromThread
    0x00007FF788BB16AC (Barricado_0.5) [c:\buildslave\unity\build\runtime\preloadmanager\loadsceneoperation.cpp:270] LoadSceneOperation::IntegrateMainThread
    0x00007FF788BB24B7 (Barricado_0.5) [c:\buildslave\unity\build\runtime\preloadmanager\preloadmanager.cpp:478] PreloadManager::UpdatePreloadingSingleStep
    0x00007FF788BB25FA (Barricado_0.5) [c:\buildslave\unity\build\runtime\preloadmanager\preloadmanager.cpp:559] PreloadManager::WaitForAllAsyncOperationsToComplete
    0x00007FF788BB45FE (Barricado_0.5) [c:\buildslave\unity\build\runtime\scenemanager\scenemanager.cpp:72] RuntimeSceneManager::LoadScene
    0x00007FF788B79B59 (Barricado_0.5) [c:\buildslave\unity\build\runtime\misc\player.cpp:419] PlayerStartFirstScene
    0x00007FF788B79C67 (Barricado_0.5) [c:\buildslave\unity\build\runtime\misc\player.cpp:473] PlayerLoadFirstScene
    0x00007FF789148CB0 (Barricado_0.5) [c:\buildslave\unity\build\platformdependent\winplayer\winmain.cpp:1039] PlayerWinMain
    0x00007FF78924FC50 (Barricado_0.5) [f:\dd\vctools\crt_bld\self_64_amd64\crt\src\crt0.c:275] __tmainCRTStartup
    0x00007FFB98438364 (KERNEL32) BaseThreadInitThunk
    0x00007FFB988770D1 (ntdll) RtlUserThreadStart
     
  15. richardkettlewell

    richardkettlewell

    Unity Technologies

    Joined:
    Sep 9, 2015
    Posts:
    2,285
    have you tried latest 5.5.3?
     
  16. EpsilonQoppa

    EpsilonQoppa

    Joined:
    Sep 7, 2016
    Posts:
    6
    Well, I can confirm that certain particle systems are indeed still crashing on the android platform with version 5.6.1f1

    I was smashing my head against the wall all day, pouring through log cat read offs and nothing I seemed to do code wise effected it. So when this happens I get to the point where I say screw it, I'm going to tear it down and rebuild it.

    Turns out the cause of my crashes were the particle system's settings were set to both receive and cast shadows.

    I'm not sure if this is a memory issue or a rendering issue, but with those two features disabled, it has been smooth sailing and I've been one happy camper.

    Hope this helps, you guys make great software.
     
  17. jack_ftw

    jack_ftw

    Joined:
    Jul 2, 2014
    Posts:
    1
    I just had this issue in version 5.5. I have to keep on that build for reasons of compatibility with third party scripts.

    What fixed it for me was changing the particle image location. The error log showed a Nvidia null reference exception. I was using a standard asset particle, and I think some of the asset store packs has done weird things to my assets folder.

    Anyway, moving the render particle source to a different folder outside of the Standard Assets path did it for me.
     
  18. Nodragem

    Nodragem

    Joined:
    May 20, 2017
    Posts:
    5
    Hello, I know this is an old thread, but I get exactly the same issue in Unity 2019.1.2f1 !

    I made a scene where I could start my particle system by pressing "L", and each time I start the particle system on Windows builds, it crashes.

    @jack_ftw your solution sounds interesting, is there a way to refresh the metadata of the particle image or something? so that I don't need to move it.

    EDIT: I found what was causing the crash: if you use a Gravity Modifier that is not constant, the particle system will crash on windows builds.
     
    Last edited: May 30, 2019
  19. richardkettlewell

    richardkettlewell

    Unity Technologies

    Joined:
    Sep 9, 2015
    Posts:
    2,285
    Please submit a bug report so we can fix the problem for everyone, thanks!
     
  20. furkan59

    furkan59

    Joined:
    Apr 18, 2017
    Posts:
    7
    I used mobile/particles/alpha blended for my particle material and Issue was solved.
     
  21. Durium

    Durium

    Joined:
    Feb 1, 2020
    Posts:
    37
    Issue still occurs in 2022.2.1f1