Hello,
I reported a problem starting Unity earlier using the bug report tool; the Console gives these messages:
Initialize mono
2006-04-04 20:18:53.159 Unity[1131] Could not connect the action CloseScene: to target of class NSApplication
2006-04-04 20:18:53.159 Unity[1131] Could not connect the action SaveAsSceneToDisk: to target of class NSApplication
2006-04-04 20:18:53.159 Unity[1131] Could not connect the action LoadSceneFromDisk: to target of class NSApplication
2006-04-04 20:18:53.160 Unity[1131] Could not connect the action CompileScene: to target of class NSApplication
2006-04-04 20:18:53.161 Unity[1131] Could not connect the action SaveAssets: to target of class NSApplication
2006-04-04 20:18:53.162 Unity[1131] Could not connect the action NewProject: to target of class NSApplication
2006-04-04 20:18:53.162 Unity[1131] Could not connect the action OpenProject: to target of class NSApplication
2006-04-04 20:18:53.162 Unity[1131] Could not connect the action CompileSceneAutomatic: to target of class NSApplication
2006-04-04 20:18:53.579 Unity[1131] MakeGuiBlock
2006-04-04 20:18:53.617 Unity[1131] *** -[NSApplication applicationDidFinishLaunching:]: selector not recognized [self = 0xd1d1a0]
2006-04-04 20:18:53.618 Unity[1131] Exception raised during posting of notification. Ignored. exception: *** -[NSApplication applicationDidFinishLaunching:]: selector not recognized [self = 0xd1d1a0]
2006-04-04 20:19:04.126 Unity[1131] *** -[NSApplication applicationDidResignActive:]: selector not recognized [self = 0xd1d1a0]
2006-04-04 20:19:04.127 Unity[1131] Exception raised during posting of notification. Ignored. exception: *** -[NSApplication applicationDidResignActive:]: selector not recognized [self = 0xd1d1a0]
I’m writing here with an update, since I don’t know how to send updates to the report sent earlier =)
I figured out what causes the problem, it seems that Unity is severely alergic to Codetek Virtual Desktop. If I close that, the application will start and display its main window. However, the main window still seems broken - it opens a default project (and I can ask it to open others, like in the screenshot) but very little is displayed. I don’t see any Console messages displayed that look bad anymore, though it does now spew a LOT of them on startup.
Any ideas? I was really psyched to start learning this too =)
I’m on a Dual G5 2GHz, running 10.4.6 with a Radeon X850 AGP card.