Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.1.1f1
Issue ID
953589
Regression
No
Unity crashes in ARTrackableAppearance::load2DTrackerImage when opening ARToolKit 6 demo scene that's missing some resources
Steps to reproduce:
1. Create an empty Unity project
2. Import ARToolkit 6 package
3. Delete the images from Assets/StreamingAssets/ARToolKIt/Images folder
4. Open any demo scene included in the package
Results:
Unity 2017.1:
Unity throws a Fatal error (Pressing "Quit" freezes Unity)
Out of memory!
ARNativePlugin:arwAddMarker(String)
PluginFunctions:arwAddMarker(String) (at Assets/ARToolKit6-Unity/Scripts/System/PluginFunctions.cs:324)
ARTrackable:Load() (at Assets/ARToolKit6-Unity/Scripts/ARTrackable.cs:399)
ARController:InitializeAR() (at Assets/ARToolKit6-Unity/Scripts/ARController.cs:435)
ARController:OnEnable() (at Assets/ARToolKit6-Unity/Scripts/ARController.cs:413)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
Unity 2017.2 and later:
Crash in #0 0x0000012480caff in ARTrackableAppearance::load2DTrackerImage(std::__1::shared_ptr<unsigned char*>, float, float, float, float)
Reproduced on: 2017.1.1p3, 2017.2.0b9, 2017.3.0b1
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
- Point Cache Bake Tool window does not have minimum size bounds to display essential features
- [iOS] "Button.onClick" logs an action when system gestures (second swipe) are performed with "Defer system gestures on edges" enabled
- Baked shadows are missing when loading a scene additively and lighting was baked in 2022.3
- Canvas masking is not updated when destroying the Canvas Component with an 'overrideSorting'
- Canvas UI is invisible in camera with output from Graphics Compositor with a texture sublayer when a separate camera renders to that texture as a Target Texture
Resolution Note (2017.3.0f3):
Unity believes this is a bug with Daqri.