Welcome, Guest

Author Topic: [FIXED] Collision not make fragment.  (Read 4117 times)

WitheHole18

  • *****
  • Posts: 657
  • Nothing is created, nothing is destroyed.
[FIXED] Collision not make fragment.
« on: August 24, 2014, 03:13:24 AM »
When I run a simulation of a collision, for example the Earth against the moon, form only a red glow and disappears without forming fragments.
Here's how to reveal the bug step by step:
1) Crush home menu
2)Crush '' collide ''
3) Start any collision simulation (I revealed the bug ground against the moon)
5) The collision did not form fragments.
here my file log:
« Last Edit: September 07, 2014, 03:10:14 PM by C7 »

WitheHole18

  • *****
  • Posts: 657
  • Nothing is created, nothing is destroyed.
Re: Collision not make fragment.
« Reply #1 on: August 24, 2014, 10:39:02 AM »
To whom does this happen?

C7

  • Development Team
  • *****
  • Posts: 544
Re: Collision not make fragment.
« Reply #2 on: August 24, 2014, 11:01:28 AM »
Looks like you're having a null ref. I've got it reported here, and we'll look into it.

WitheHole18

  • *****
  • Posts: 657
  • Nothing is created, nothing is destroyed.
Re: Collision not make fragment.
« Reply #3 on: August 24, 2014, 11:15:11 AM »
what is ref?

C7

  • Development Team
  • *****
  • Posts: 544
Re: Collision not make fragment.
« Reply #4 on: August 24, 2014, 11:18:15 AM »
what is ref?

Ref, is short for reference. It's a common abbreviation in c#, since you can flag a method argument as ref, to signify that a reference to an object is passed, instead of a copy.

http://msdn.microsoft.com/en-us/library/14akc2c7.aspx

In this case, a null reference happens when you try to access something that is either not there, null, or previously destroyed.

WitheHole18

  • *****
  • Posts: 657
  • Nothing is created, nothing is destroyed.
Re: Collision not make fragment.
« Reply #5 on: August 24, 2014, 11:51:26 AM »
what is ref?

Ref, is short for reference. It's a common abbreviation in c#, since you can flag a method argument as ref, to signify that a reference to an object is passed, instead of a copy.

http://msdn.microsoft.com/en-us/library/14akc2c7.aspx

In this case, a null reference happens when you try to access something that is either not there, null, or previously destroyed.
ok,thanks for info

WitheHole18

  • *****
  • Posts: 657
  • Nothing is created, nothing is destroyed.
Re: [RETEST] Collision not make fragment.
« Reply #6 on: August 29, 2014, 01:46:59 AM »
In alpha 10.1 is resolve the problem collision. Thanks  :)

C7

  • Development Team
  • *****
  • Posts: 544
Re: [FIXED] Collision not make fragment.
« Reply #7 on: September 07, 2014, 03:10:24 PM »
Glad to hear it's working now.