CW3 won't start on Mac OSX 10.9

Started by KoalaBearWithMe, December 17, 2013, 01:26:15 AM

Previous topic - Next topic

KoalaBearWithMe

I have a slightly different problem, but I thought I'd join the mac thread. 

The problem is the game doesn't start.  When I double click the icon, I see the quick outline of a box that opens as any other file that is about to open, but nothing happens.

I have a MacBook Air running OS X 10.9.

Grauniad

#1
It would be referable if you had started your own thread, since the problem is different.

There should be a log file that might give us some insight, but I forgot where it's stored on Macs. Maybe some9one else can chime in.
A goodnight to all and to all a good night - Goodnight Moon

knucracker

Immediately after trying to run the game look here:
~/Library/Logs/Unity/Player.log

That log file may contain some useful info.


KoalaBearWithMe

My folders only go up to ~/Library/Logs/ ...

There's stuff in there, but no Unity folder.

Am I missing some software to have the Unity folder?  I've played a Unity web game before and have the plugin... do I need more than that?

knucracker

That folder should get created whenever you run a desktop unity based game.  Here is how Unity documents the locations:
http://docs.unity3d.com/Documentation/Manual/LogFiles.html

What is interesting is that you should have a webplayer.log file as well if you have played a unity web game.  That might be a hint...
You might try searching to see if the log files are landing in some other place, or if there are permission problems based on who you are logged in as and the permissions granted on varios folders.

Take a look at this topic for some help when it comes to permissions.
http://knucklecracker.com/forums/index.php?topic=14206.0

The location the game needs to write to is:
/Users/[mycomputer]/.config/CreeperWorld3/

In the above thread, the user had permissions issues for some reason.

KoalaBearWithMe

#5
Progress! I do have a webplayer.log file and a player.log file.  It turns out I have two "/Library/Logs/...": one in Macintosh HD/... and another in Users/[mycomputer]/...  Oops.

The path /Users/[mycomputer]/Library/Logs/Unity/ does exist (for those interested, I found it by running console.app from the Spotlight app and noticing in the log list that I have a Player.log and WebPlayer.log, right clicking that lets you reveal it in Finder).

I have tried the solution in the thread you posted, but I have no problem creating directories with the Terminal.  I did try mkdir /Users/[mycomputer]/.config/CreeperWorld3 and didn't get an error message, without using sudo at the beginning.  I can't actually see the directory in Finder, but I can see it in Terminal.  (Maybe some hidden folder business I never got around to figuring out).  Bottom line is it still doesn't launch.

Back to the logs I've now found, player.log only seems to me to only contain stuff related to the last Unity game I played - I'll paste it in here anyway as a shoutout to Quill18 who turned me onto CreeperWorld 3 with his Let's Play.

Spoiler
Mono path[0] = '/Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Resources'
Mono path[1] = '/Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3Mono3.x.x-i386.bundle/Contents/Resources'
Mono config path = '/Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3Mono3.x.x-i386.bundle/Contents/Resources/etc'
Initialize engine version: 4.3.1f1 (cebd4d9b5122)
GfxDevice: creating device client; threaded=0
OpenGL:
    Version:  OpenGL 2.1 [2.1 INTEL-8.18.27]
    Renderer: Intel HD Graphics 3000 OpenGL Engine
    Vendor:   Intel Inc.
    VRAM:     451 MB
    Extensions: GL_ARB_color_buffer_float GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_draw_buffers GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_instanced_arrays GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_provoking_vertex GL_ARB_seamless_cube_map GL_ARB_shader_objects GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shadow GL_ARB_sync GL_ARB_texture_border_clamp GL_ARB_texture_compression GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_mirrored_repeat GL_ARB_texture_non_power_of_two GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_transpose_matrix GL_ARB_vertex_array_bgra GL_ARB_vertex_blend GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_window_pos GL_EXT_abgr GL_EXT_bgra GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_clip_volume_hint GL_EXT_debug_label GL_EXT_debug_marker GL_EXT_draw_buffers2 GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_specular_color GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_s3tc GL_EXT_texture_env_add GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod_bias GL_EXT_texture_rectangle GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_timer_query GL_EXT_transform_feedback GL_EXT_vertex_array_bgra GL_APPLE_aux_depth_stencil GL_APPLE_client_storage GL_APPLE_element_array GL_APPLE_fence GL_APPLE_float_pixels GL_APPLE_flush_buffer_range GL_APPLE_flush_render GL_APPLE_object_purgeable GL_APPLE_packed_pixels GL_APPLE_pixel_buffer GL_APPLE_rgb_422 GL_APPLE_row_bytes GL_APPLE_specular_vector GL_APPLE_texture_range GL_APPLE_transform_hint GL_APPLE_vertex_array_object GL_APPLE_vertex_array_range GL_APPLE_vertex_point_size GL_APPLE_vertex_program_evaluators GL_APPLE_ycbcr_422 GL_ATI_separate_stencil GL_ATI_texture_env_combine3 GL_ATI_texture_float GL_ATI_texture_mirror_once GL_IBM_rasterpos_clip GL_NV_blend_square GL_NV_conditional_render GL_NV_depth_clamp GL_NV_fog_distance GL_NV_light_max_exponent GL_NV_texgen_reflection GL_NV_texture_barrier GL_SGIS_generate_mipmap GL_SGIS_texture_edge_clamp GL_SGIS_texture_lod
Loading webdata version: 4.3.1f1
Begin MonoManager ReloadAssembly
Platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Resources/UnityEngine.dll (this message is harmless)
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-CSharp-firstpass.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-CSharp-firstpass.dll into Unity Child Domain
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-CSharp.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-CSharp.dll into Unity Child Domain
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-UnityScript-firstpass.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-UnityScript-firstpass.dll into Unity Child Domain
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/ProBuilderCore.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/ProBuilderCore.dll into Unity Child Domain
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/SixBySeven.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/SixBySeven.dll into Unity Child Domain
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Boo.Lang.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Boo.Lang.dll into Unity Child Domain
- Completed reload, in  0.156 seconds
createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

Platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3Mono3.x.x-i386.bundle/Contents/Resources/System.Core.dll (this message is harmless)
Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

You forgot to save quality info!!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Loading webdata version: 4.3.1f1
Begin MonoManager ReloadAssembly
Platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Resources/UnityEngine.dll (this message is harmless)
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-CSharp-firstpass.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-CSharp-firstpass.dll into Unity Child Domain
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-CSharp.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-CSharp.dll into Unity Child Domain
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-UnityScript-firstpass.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Assembly-UnityScript-firstpass.dll into Unity Child Domain
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/ProBuilderCore.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/ProBuilderCore.dll into Unity Child Domain
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/SixBySeven.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/SixBySeven.dll into Unity Child Domain
Non platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Boo.Lang.dll (this message is harmless)
Loading /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3UnityPlayer3.x.x-i386.bundle/Contents/Boo.Lang.dll into Unity Child Domain
- Completed reload, in  0.063 seconds
createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

Platform assembly: /Library/Internet Plug-Ins/Unity Web Player.plugin/Contents/Frameworks/Release-4.3Mono3.x.x-i386.bundle/Contents/Resources/System.Core.dll (this message is harmless)
OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Respawning in 3 seconds.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Respawning now!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Respawning in 3 seconds.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Respawning now!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

Spider Attack!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Spider Attack!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

Spawned FX: ParticleFX_1(Clone)

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Spider Attack!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Spawned FX: ParticleFX_3(Clone)

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Respawning in 3 seconds.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at KeyPickup.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at KeyPickup.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at KeyPickup.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at KeyPickup.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

NullReferenceException: Object reference not set to an instance of an object
  at ClickImpulse.Update () [0x00000] in <filename unknown>:0

(Filename:  Line: -1)

Respawning now!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Respawning in 3 seconds.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Respawning now!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

createHull: convex hull computation failed!

(Filename: /Applications/buildAgent/work/3d1e9e6e6eefaa7f/SDKs/compiler/xcodeosx/../../Cooking/Src/ConvexMeshBuilder.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Sparking flint.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Lighter is lit!.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

FlameOn

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerEnter: PressurePlate

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Got null audio source.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

OnTriggerLeave

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

TakeDamage

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Trying to play zero clips!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Respawning in 3 seconds.

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

Respawning now!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

You forgot to save quality info!!

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/WebPlayerGenerated/UnityEngineDebug.cpp Line: 53)

[close]

Perhaps more useful to solving this problem is what shows up in the "All Messages" window of the System Log (in console.app) the moment I run CW3:

Quote17-Dec-2013 7:43:39.580 PM com.apple.launchd.peruser.501[154]: (unity.Knuckle Cracker LLC.Creeper World 3.51424[584]) Job failed to exec(3) for weird reason: 13
17-Dec-2013 7:43:39.582 PM SystemUIServer[165]: 8837325: Attempting to SIGCONT to pid #584 failed, with errno=#3, or the process failed to actually start
17-Dec-2013 7:43:39.586 PM Dock[163]: no information back from LS about running process LSASN:{hi=0x0;lo=0x38038}
17-Dec-2013 7:43:39.593 PM SystemUIServer[165]: 8837325: Attempting to SIGCONT to pid #584 failed, with errno=#3, or the process failed to actually start
17-Dec-2013 7:43:39.603 PM SystemUIServer[165]: 8837325: Attempting to SIGCONT to pid #584 failed, with errno=#3, or the process failed to actually start
17-Dec-2013 7:43:39.613 PM SystemUIServer[165]: 8837325: Attempting to SIGCONT to pid #584 failed, with errno=#3, or the process failed to actually start
17-Dec-2013 7:43:39.625 PM SystemUIServer[165]: 8837325: Attempting to SIGCONT to pid #584 failed, with errno=#3, or the process failed to actually start
17-Dec-2013 7:43:39.636 PM SystemUIServer[165]: 8837325: Attempting to SIGCONT to pid #584 failed, with errno=#3, or the process failed to actually start
17-Dec-2013 7:43:39.647 PM SystemUIServer[165]: 8837325: Attempting to SIGCONT to pid #584 failed, with errno=#3, or the process failed to actually start

(and so on...)

Any ideas?

Grauniad

QuoteJob failed to exec(3) for weird reason: 13

Guess what? That's a permission denied message.
A goodnight to all and to all a good night - Goodnight Moon

knucracker

#7
Yeah, unity keeps one log file and overwrites it each time any game is started.  So you have to make sure no unity games are running, then start CW3, then copy the log file off to some other place.  Then take a look to see what it says.

Interestingly, that "weird reason" error points to this:
http://superuser.com/questions/478768/running-app-on-macosx-mountain-lion-job-failed-to-exec3-for-weird-reason-13

I might try chmod'ing the application dir or extracting it again using the archive (as the second message mentions).

Grauniad

It also works *much* better for us if you attach the file rather than copy/paste it in to the message body.

To attach, expand the "Additional Options" below where you create a response.
A goodnight to all and to all a good night - Goodnight Moon

KoalaBearWithMe

Bit more progress I suppose, but still won't launch.  I used Archive Utility and got a different error message now and different log result when I try to start it.

The error message is "CW3 can't be opened because it is from an unidentified developer."

Here's the log result - sorry about this Grauniad, but I actually can't find the log file this is writing to (it's not the player.log, which remains unaffected by my trying to launch it):

Quote17-Dec-2013 8:49:29.035 PM CoreServicesUIAgent[834]: Saving rejection record:
Rejected URL=file:///Applications/CW3.app/
App URL=file:///Applications/CW3.app/
17-Dec-2013 8:49:29.036 PM CoreServicesUIAgent[834]: App URL discarded

I'm pretty confused by what chmod'ing is so I don't think I want to try that.  I did just check to see the setting on CW3 by using
Quotels -lg cw3.app
in the Terminal and I got
Quotetotal 0
drwxr-xr-x@ 8 staff  272 12 Nov 12:17 Contents



KoalaBearWithMe

Huzzzzzzah!  Oh, the Theme Music!  It's glorious!

Thanks for your help.

So in conclusion, the solution was to use Archive Utility to unzip (not Keka or 7zip or whatever) and to ctrl-click the CW3 file and select "open".

knucracker

I'm making this topic sticky since it has helped out two folks in the same day....

cclloyd9785

So that didn't help me and with the most recent version I downloaded it doesn't even open up to the KC logo.

Karsten75