View Issue Details

IDProjectCategoryLast Update
0019377AI War 2Crash/ExceptionJan 31, 2018 12:18 pm
ReporterChris_McElligottPark Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Product Version0.702 Activating Mk1 Grinding Machine 
Fixed in Version0.703 
Summary0019377: Broken on OSX?
DescriptionBadger:

I do note that now when I try to start the game on OSX I see a bunch of TypeLoadExceptions and the game gets stuck at the main screen (it just shows the big ship, no buttons). Here's the player.log:

I've tried 2 different OSX laptops, and did a complete reinstall on one of them.
TagsNo tags attached.

Relationships

related to 0019387 resolvedChris_McElligottPark Launching on Macbook Pro Immediately Crashes 

Activities

Chris_McElligottPark

Jan 26, 2018 1:49 pm

administrator   ~0046745

Last edited: Jan 26, 2018 1:51 pm

Relevant snips:

Initialize engine version: 2017.3.0p1 (4596dd67072f)
GfxDevice: creating device client; threaded=1
Renderer: AMD Radeon R9 M370X OpenGL Engine
Vendor: ATI Technologies Inc.
Version: 4.1 ATI-1.51.8
GLES: 0
 GL_ARB_blend_func_extended GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_ES2_compatibility GL_ARB_explicit_attrib_location GL_ARB_gpu_shader_fp64 GL_ARB_gpu_shader5 GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_occlusion_query2 GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_separate_shader_objects GL_ARB_shader_bit_encoding GL_ARB_shader_subroutine GL_ARB_shading_language_include GL_ARB_tessellation_shader GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_cube_map_array GL_ARB_texture_gather GL_ARB_texture_query_lod GL_ARB_texture_rgb10_a2ui GL_ARB_texture_storage GL_ARB_texture_swizzle GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_vertex_attrib_64bit GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_depth_bounds_test GL_EXT_texture_compression_s3tc GL_EXT_texture_filter_anisotropic GL_EXT_texture_mirror_clamp GL_EXT_texture_sRGB_decode GL_APPLE_client_storage GL_APPLE_container_object_shareable G
L_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_texture_range GL_ATI_texture_mirror_once GL_NV_texture_barrier
OPENGL LOG: Creating OpenGL 4.1 graphics device ; Context level <OpenGL 4.1> ; Context handle 84427776
Begin MonoManager ReloadAssembly
- Completed reload, in 0.063 seconds
TypeLoadException: Could not load type 'UnityEngine.XR.Tango.CoordinateFrame' from assembly 'UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

 
(Filename: Line: -1)

TypeLoadException: Could not load type 'UnityEngine.Pose' from assembly 'UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

(Filename: Line: -1)

WARNING: Shader Unsupported: 'Hidden/BlitToDepth' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/BlitToDepth' - Setting to default shader.
WARNING: Shader Unsupported: 'Hidden/BlitToDepth_MSAA' - Pass '' has no vertex shader
WARNING: Shader Unsupported: 'Hidden/BlitToDepth_MSAA' - Setting to default shader.
TypeLoadException: Could not load type 'Arcen.Universal.ArcenPoint' from assembly 'ArcenUniversal, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

 
(Filename: Line: -1)

WARNING: 210691424 format is not supported, decompressing texture
WARNING: 210691360 format is not supported, decompressing texture
WARNING: 210691424 format is not supported, decompressing texture
Setting up 4 worker threads for Enlighten.
  Thread -> id: 7000023b0000 -> priority: 1
  Thread -> id: 700002433000 -> priority: 1
  Thread -> id: 7000024b6000 -> priority: 1
  Thread -> id: 700002539000 -> priority: 1
UnloadTime: 1.968278 ms
MissingFieldException: Field 'Arcen.AIW2.Core.Engine_AIW2.Instance' not found.

 
(Filename: Line: -1)

TypeLoadException: A type load exception has occurred.

 
(Filename: Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.Core.CameraLogicWrapper.TryToInitIfNeeded () [0x0001b] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Core\src\Presentation\CameraLogicWrapper.cs:31
  at Arcen.AIW2.Core.CameraLogicWrapper.Update () [0x00017] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Core\src\Presentation\CameraLogicWrapper.cs:46
 
(Filename: C Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at SelectionManager.get_ExternalLogic () [0x00018] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Visualization\src\SelectionManager\SelectionManager.cs:44
  at SelectionManager.Update () [0x00002] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Visualization\src\SelectionManager\SelectionManager.cs:59
 
(Filename: C Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.Core.CameraLogicWrapper.TryToInitIfNeeded () [0x0000c] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Core\src\Presentation\CameraLogicWrapper.cs:31
  at Arcen.AIW2.Core.CameraLogicWrapper.Update () [0x00017] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Core\src\Presentation\CameraLogicWrapper.cs:46
 
(Filename: C Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at ArcenMainGameVisuals.get_BattlefieldHandler () [0x00018] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Visualization\src\ShipDisplayCode\ArcenMainGameVisuals.cs:32
  at ArcenMainGameVisuals.Update () [0x0010a] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Visualization\src\ShipDisplayCode\ArcenMainGameVisuals.cs:77
 
(Filename: C Line: 0)

TypeLoadException: Could not load type 'PresentationLayer_AIW2' from assembly 'ArcenAIW2Visualization, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

 
(Filename: Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.Core.CameraLogicWrapper.TryToInitIfNeeded () [0x0001b] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Core\src\Presentation\CameraLogicWrapper.cs:31
  at Arcen.AIW2.Core.CameraLogicWrapper.Update () [0x00017] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Core\src\Presentation\CameraLogicWrapper.cs:46
 
(Filename: C Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at SelectionManager.get_ExternalLogic () [0x00018] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Visualization\src\SelectionManager\SelectionManager.cs:44
  at SelectionManager.Update () [0x00002] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Visualization\src\SelectionManager\SelectionManager.cs:59
 
(Filename: C Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at Arcen.AIW2.Core.CameraLogicWrapper.TryToInitIfNeeded () [0x0000c] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Core\src\Presentation\CameraLogicWrapper.cs:31
  at Arcen.AIW2.Core.CameraLogicWrapper.Update () [0x00017] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Core\src\Presentation\CameraLogicWrapper.cs:46
 
(Filename: C Line: 0)

NullReferenceException: Object reference not set to an instance of an object
  at ArcenMainGameVisuals.get_BattlefieldHandler () [0x00018] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Visualization\src\ShipDisplayCode\ArcenMainGameVisuals.cs:32
  at ArcenMainGameVisuals.Update () [0x0010a] in C:\vcprojs\arcengames_aiw_ultra\ArcenAIW2Visualization\src\ShipDisplayCode\ArcenMainGameVisuals.cs:77
 
(Filename: C Line: 0)

TypeLoadException: Could not load type 'PresentationLayer_AIW2' from assembly 'ArcenAIW2Visualization, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.

NullReferenceException: Object reference not set to an instance of an object
  at Arcen.Universal.Engine_Universal.OnPreQuit () [0x00054] in C:\vcprojs\arcengames_aiw_ultra\ArcenUniversal\src\Engine_Universal.cs:1321
  at ArcenGameController.OnApplicationQuit () [0x00001] in C:\vcprojs\arcengames_aiw_ultra\AIW2Unity\Assets\ArcenCode\ArcenGameController.cs:50
 
(Filename: C Line: 0)

##utp:{"type":"MemoryLeaks","allocatedMemory":25441317,"memoryLabels":[{"Default":920},{"NewDelete":6549310},{"Thread":16},{"Manager":824},{"FMOD":664},{"Serialization":11328},{"BaseObject":560},{"Terrain":176},{"String":2503},{"DynamicArray":592},{"HashMap":18874368},{"PoolAlloc":-176},{"SceneManager":232}]}
The class UnityEngine.Pose could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.XR.Tango.CoordinateFrame could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.Pose could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.Pose could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.Pose could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.Pose could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.XR.Tango.CoordinateFrame could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.Pose could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.Pose could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.Pose could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.Pose could not be loaded, used in UnityEngine, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class UnityEngine.SpatialTracking.TrackedPoseDriver could not be loaded, used in UnityEngine.SpatialTracking, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class Arcen.Universal.ArcenPoint could not be loaded, used in ArcenUniversal, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
Missing field ZeroZeroPoint in class Arcen.Universal.ArcenPoint (type token 16777236)
The class Arcen.Universal.ArcenPoint could not be loaded, used in ArcenUniversal, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class Arcen.Universal.ArcenPoint could not be loaded, used in ArcenUniversal, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class PresentationLayer_AIW2 could not be loaded, used in ArcenAIW2Visualization, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class PresentationLayer_AIW2 could not be loaded, used in ArcenAIW2Visualization, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
The class PresentationLayer_AIW2 could not be loaded, used in ArcenAIW2Visualization, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null

Issue History

Date Modified Username Field Change
Jan 26, 2018 1:48 pm Chris_McElligottPark New Issue
Jan 26, 2018 1:48 pm Chris_McElligottPark Status new => assigned
Jan 26, 2018 1:48 pm Chris_McElligottPark Assigned To => Chris_McElligottPark
Jan 26, 2018 1:49 pm Chris_McElligottPark Note Added: 0046745
Jan 26, 2018 1:51 pm Chris_McElligottPark Note Edited: 0046745
Jan 28, 2018 6:29 pm BadgerBadger Relationship added related to 0019387
Jan 31, 2018 12:18 pm Chris_McElligottPark Status assigned => resolved
Jan 31, 2018 12:18 pm Chris_McElligottPark Resolution open => fixed
Jan 31, 2018 12:18 pm Chris_McElligottPark Fixed in Version => 0.703