Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Just bought obi. Unity shuts down during import
#15
(04-02-2019, 08:50 AM)josemendez Wrote: Hi there,

We're open to refunds, but fact is the stack trace you provided does not contain a single reference to Obi. So I'm 100% positive Obi is not causing the crash.
The stack trace looks like this, bottom to top:

- UnityEngine.GUIUtilityProcessEvent() (Unity starts processing UI events)
- UnityEngine.Experimental.UIElements.IMGUIContainer:HandleIMGUIEvent (Handles an immediate mode UI event)
- UnityEditor.GameView:OnGUI (Performs OnGUI() for the game view)
- UnityEditor.GameViewDoToolbarGUI  (Does the game view toolbar)
- UnityEditor.GameViewDoZoomSlider (Does the slider)
- single:ToString (converts a single-precision floating point number to a string)
- System.BitConverterDoubleToInt64Bits (converts a double to a 64 bit integer)
- System.BitConverter:GetBytes (converts something to a byte representation)
- mono_array_new_specific (creates a new array)
- GC_malloc_atomic (tries to atomically allocate memory)
- crash.

As you can see Obi is not involved in any of these steps, this all happens inside of Unity. If you can describe the specific things you need to do in Obi in order to trigger the crash we'd be more than glad to try and hunt down any potential issues. Judging from what other users say the Unity bug report page, this seems to be somehow related to using NET 4.6 in the build settings, can you check which version you're using?

Also, the replacement files I sent you were simply the physics lib, but compiled with a different SIMD instruction set since your CPU didn't support the ones used by the retail version: Core i5 2400 only supports SSE and AVX, not AVX2. (I mean, the original library is not defective in any way, we just adapted it to your specific CPU).

kind regards,
My build settings is set to .NET 3.5 Equivalent
Reply


Messages In This Thread
RE: Just bought obi. Unity shuts down during import - by Bilic - 09-02-2019, 03:31 AM