Alpha: Not running on OS X 10.8.5 [SOLVED]

Since I can’t find any logs or anything (I looked in the package contents for anything), there’s no real details to give. I downloaded the alpha and ran it: the app icon bounced a couple times and closed itself before it could display a window.

After following the tip to install mono before running it, it still crashes. I know nothing about mono, but I tried running cocostudio.exe with it and received this stack trace:

2014-07-07 03:21:34,755 [ERROR] [Thrd:1] CocoStudio.Basic.CSLogger.Error(:0) - System.TypeInitializationException: An exception was thrown by the type initializer for Gtk.Container ---> System.DllNotFoundException: gtksharpglue-2
  at (wrapper managed-to-native) Gtk.Container:gtksharp_gtk_container_get_focus_child_offset ()
  at Gtk.Container..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Gtk.Bin..ctor (IntPtr raw) [0x00000] in <filename unknown>:0
  at Gtk.Window..ctor (WindowType type) [0x00000] in <filename unknown>:0
  at CocoStudio.Core.AbstractMainWindow..ctor () [0x00000] in <filename unknown>:0
  at CocoStudio.Core.MainWindow..ctor (System.String title, CocoStudio.Core.View.AbstractPadFactory padFactory) [0x00000] in <filename unknown>:0
  at CocoStudio.UI.UIBootstrapper.CreateShell () [0x00000] in <filename unknown>:0
System.DllNotFoundException: glibsharpglue-2
  at (wrapper managed-to-native) GLib.ObjectManager:gtksharp_get_type_id (intptr)
  at GLib.ObjectManager.GetTypeOrParent (IntPtr obj) [0x00000] in <filename unknown>:0
  at GLib.ObjectManager.CreateObject (IntPtr raw) [0x00000] in <filename unknown>:0
  at GLib.Object.GetObject (IntPtr o, Boolean owned_ref) [0x00000] in <filename unknown>:0
  at GLib.Object.GetObject (IntPtr o) [0x00000] in <filename unknown>:0
  at Gdk.Screen.get_Default () [0x00000] in <filename unknown>:0
  at CocoStudio.UserStatistics.LocalInfo.init () [0x00000] in <filename unknown>:0
  at CocoStudio.UserStatistics.LocalInfo..ctor () [0x00000] in <filename unknown>:0

and that’s when it hangs.

Feeling adventurous, I ran the CocoStudio shell script, since I’m sure it does work to provide the .exe with its dependencies, and received this:

(CocoStudio:14518): GLib-GObject-WARNING **: value "20.000000" of type `gfloat' is invalid or out of range for property `xalign' of type `gfloat'
-:4: error: unexpected character `=', expected character `:'
-:1: error: invalid string constant "CocoStudio.ToolKit.PropertyGr", expected valid string constant
2014-07-07 03:23:41,896 [ERROR] [Thrd:1] CocoStudio.Basic.CSLogger.Error(:0) - init view failed, view name UI_UIAnimation
System.ComponentModel.Composition.CompositionException: The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information.

1) CocoStudioEngineAdapter.dylib

Resulting in: An exception was thrown by the type initializer for SWIGExceptionHelper

Resulting in: An exception was thrown by the type initializer for CocoStudio.EngineAdapterWrap.CocoStudioEngineAdapterPINVOKE

Resulting in: An exception occurred while trying to create an instance of type 'Modules.Animation.AnimationUC'.

Resulting in: Cannot activate part 'Modules.Animation.AnimationUC'.
Element: Modules.Animation.AnimationUC -->  Modules.Animation.AnimationUC -->  AssemblyCatalog (Assembly="Modules.Animation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null")

Resulting in: Cannot get export 'Modules.Animation.AnimationUC (ContractName="System.Object")' from part 'Modules.Animation.AnimationUC'.
Element: Modules.Animation.AnimationUC (ContractName="System.Object") -->  Modules.Animation.AnimationUC -->  AssemblyCatalog (Assembly="Modules.Animation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null")

  at System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart (System.ComponentModel.Composition.Hosting.ImportEngine engine, System.ComponentModel.Composition.Primitives.ComposablePart part, System.ComponentModel.Composition.Primitives.ExportDefinition definition) [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportedValue (System.ComponentModel.Composition.Hosting.CatalogPart part, System.ComponentModel.Composition.Primitives.ExportDefinition export, Boolean isSharedPart) [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.Hosting.CatalogExportProvider+CatalogExport.GetExportedValueCore () [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.Primitives.Export.get_Value () [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.ExportServices.GetCastedExportedValue[Object] (System.ComponentModel.Composition.Primitives.Export export) [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.ExportServices+<CreateStronglyTypedLazyOfTM>c__AnonStoreyB`2[System.Object,EditorCommon.Behaviors.IViewRegionRegistration].<>m__6 () [0x00000] in <filename unknown>:0
  at System.Lazy`1[System.Object].InitValue () [0x00000] in <filename unknown>:0
  at System.Lazy`1[System.Object].get_Value () [0x00000] in <filename unknown>:0
  at CocoStudio.Core.LayoutManager.InitAllView () [0x00000] in <filename unknown>:0
INFO [2014-07-07 03:23:41Z]: Did not find previous version from which to migrate data

Unhandled Exception:
System.ComponentModel.Composition.CompositionException: The composition produced a single composition error, with 2 root causes. The root causes are provided below. Review the CompositionException.Errors property for more detailed information.

1) Could not finishing composing object of type 'Modules.Animation.AnimationUC'. The import '
	ContractName	CocoStudio.Lib.Prism.IEventAggregator
	RequiredTypeIdentity	CocoStudio.Lib.Prism.IEventAggregator' was not satisfied.

Resulting in: Cannot get export 'Modules.Animation.AnimationUC (ContractName="System.Object")' from part 'Modules.Animation.AnimationUC'.
Element: Modules.Animation.AnimationUC (ContractName="System.Object") -->  Modules.Animation.AnimationUC -->  AssemblyCatalog (Assembly="Modules.Animation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null")

2) Could not finishing composing object of type 'Modules.Animation.AnimationUC'. The import '
	ContractName	EditorCommon.Interface.ObjectContextMenu.IObjectContextMenuWPF
	RequiredTypeIdentity	EditorCommon.Interface.ObjectContextMenu.IObjectContextMenuWPF' was not satisfied.

Resulting in: Cannot get export 'Modules.Animation.AnimationUC (ContractName="System.Object")' from part 'Modules.Animation.AnimationUC'.
Element: Modules.Animation.AnimationUC (ContractName="System.Object") -->  Modules.Animation.AnimationUC -->  AssemblyCatalog (Assembly="Modules.Animation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null")

  at System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart (System.ComponentModel.Composition.Hosting.ImportEngine engine, System.ComponentModel.Composition.Primitives.ComposablePart part, System.ComponentModel.Composition.Primitives.ExportDefinition definition) [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportedValue (System.ComponentModel.Composition.Hosting.CatalogPart part, System.ComponentModel.Composition.Primitives.ExportDefinition export, Boolean isSharedPart) [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.Hosting.CatalogExportProvider+CatalogExport.GetExportedValueCore () [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.Primitives.Export.get_Value () [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.ExportServices.GetCastedExportedValue[Object] (System.ComponentModel.Composition.Primitives.Export export) [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.ExportServices+<CreateStronglyTypedLazyOfTM>c__AnonStoreyB`2[System.Object,EditorCommon.Behaviors.IViewRegionRegistration].<>m__6 () [0x00000] in <filename unknown>:0
  at System.Lazy`1[System.Object].InitValue () [0x00000] in <filename unknown>:0
  at System.Lazy`1[System.Object].get_Value () [0x00000] in <filename unknown>:0
  at EditorCommon.Behaviors.AutoPopulateExportedViewsBehavior.GetRegionView (System.String regionName) [0x00000] in <filename unknown>:0
  at CocoStudio.Core.LayoutManager.GetViewPart (System.String regionName) [0x00000] in <filename unknown>:0
  at CocoStudio.Core.View.AbstractPadFactory.GetViewPart (System.String regionName) [0x00000] in <filename unknown>:0
  at CocoStudio.Core.View.AbstractPadFactory.AddPad (System.String regionID, System.String lable, System.String placement, Boolean isShow) [0x00000] in <filename unknown>:0
  at CocoStudio.UI.UIPadFactory.InitializeMudulesPads () [0x00000] in <filename unknown>:0
  at CocoStudio.Core.View.AbstractPadFactory.InitializePads () [0x00000] in <filename unknown>:0
  at CocoStudio.Core.MainWindow.InitializeLayout () [0x00000] in <filename unknown>:0
  at CocoStudio.Core.MainWindow.Initialize () [0x00000] in <filename unknown>:0
  at CocoStudio.UI.UIBootstrapper.InitializeShell () [0x00000] in <filename unknown>:0
  at CocoStudio.Lib.Prism.MefExtensions.MefBootstrapper.Run (Boolean runWithDefaultConfiguration) [0x00000] in <filename unknown>:0
  at CocoStudio.Lib.Prism.Bootstrapper.Run () [0x00000] in <filename unknown>:0
  at CocoStudio.UI.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.ComponentModel.Composition.CompositionException: The composition produced a single composition error, with 2 root causes. The root causes are provided below. Review the CompositionException.Errors property for more detailed information.

1) Could not finishing composing object of type 'Modules.Animation.AnimationUC'. The import '
	ContractName	CocoStudio.Lib.Prism.IEventAggregator
	RequiredTypeIdentity	CocoStudio.Lib.Prism.IEventAggregator' was not satisfied.

Resulting in: Cannot get export 'Modules.Animation.AnimationUC (ContractName="System.Object")' from part 'Modules.Animation.AnimationUC'.
Element: Modules.Animation.AnimationUC (ContractName="System.Object") -->  Modules.Animation.AnimationUC -->  AssemblyCatalog (Assembly="Modules.Animation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null")

2) Could not finishing composing object of type 'Modules.Animation.AnimationUC'. The import '
	ContractName	EditorCommon.Interface.ObjectContextMenu.IObjectContextMenuWPF
	RequiredTypeIdentity	EditorCommon.Interface.ObjectContextMenu.IObjectContextMenuWPF' was not satisfied.

Resulting in: Cannot get export 'Modules.Animation.AnimationUC (ContractName="System.Object")' from part 'Modules.Animation.AnimationUC'.
Element: Modules.Animation.AnimationUC (ContractName="System.Object") -->  Modules.Animation.AnimationUC -->  AssemblyCatalog (Assembly="Modules.Animation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null")

  at System.ComponentModel.Composition.Hosting.CompositionServices.GetExportedValueFromComposedPart (System.ComponentModel.Composition.Hosting.ImportEngine engine, System.ComponentModel.Composition.Primitives.ComposablePart part, System.ComponentModel.Composition.Primitives.ExportDefinition definition) [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.Hosting.CatalogExportProvider.GetExportedValue (System.ComponentModel.Composition.Hosting.CatalogPart part, System.ComponentModel.Composition.Primitives.ExportDefinition export, Boolean isSharedPart) [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.Hosting.CatalogExportProvider+CatalogExport.GetExportedValueCore () [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.Primitives.Export.get_Value () [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.ExportServices.GetCastedExportedValue[Object] (System.ComponentModel.Composition.Primitives.Export export) [0x00000] in <filename unknown>:0
  at System.ComponentModel.Composition.ExportServices+<CreateStronglyTypedLazyOfTM>c__AnonStoreyB`2[System.Object,EditorCommon.Behaviors.IViewRegionRegistration].<>m__6 () [0x00000] in <filename unknown>:0
  at System.Lazy`1[System.Object].InitValue () [0x00000] in <filename unknown>:0
  at System.Lazy`1[System.Object].get_Value () [0x00000] in <filename unknown>:0
  at EditorCommon.Behaviors.AutoPopulateExportedViewsBehavior.GetRegionView (System.String regionName) [0x00000] in <filename unknown>:0
  at CocoStudio.Core.LayoutManager.GetViewPart (System.String regionName) [0x00000] in <filename unknown>:0
  at CocoStudio.Core.View.AbstractPadFactory.GetViewPart (System.String regionName) [0x00000] in <filename unknown>:0
  at CocoStudio.Core.View.AbstractPadFactory.AddPad (System.String regionID, System.String lable, System.String placement, Boolean isShow) [0x00000] in <filename unknown>:0
  at CocoStudio.UI.UIPadFactory.InitializeMudulesPads () [0x00000] in <filename unknown>:0
  at CocoStudio.Core.View.AbstractPadFactory.InitializePads () [0x00000] in <filename unknown>:0
  at CocoStudio.Core.MainWindow.InitializeLayout () [0x00000] in <filename unknown>:0
  at CocoStudio.Core.MainWindow.Initialize () [0x00000] in <filename unknown>:0
  at CocoStudio.UI.UIBootstrapper.InitializeShell () [0x00000] in <filename unknown>:0
  at CocoStudio.Lib.Prism.MefExtensions.MefBootstrapper.Run (Boolean runWithDefaultConfiguration) [0x00000] in <filename unknown>:0
  at CocoStudio.Lib.Prism.Bootstrapper.Run () [0x00000] in <filename unknown>:0
  at CocoStudio.UI.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0

The new version (beta) is working for me.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.