zhouzhui / simbl

Automatically exported from code.google.com/p/simbl
0 stars 0 forks source link

SIMBL Agent throws "unrecognized selector" exception #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install 0.9.6c
2. Load TerminalColours.bundle in ~/Library/Application Support/SIMBL/Plugins
3. Start Terminal.app

What is the expected output? What do you see instead?
Custom colors are available to themes (e.g. IR_Black)

What version of the product are you using? On what operating system?
0.9.6c, Snow Leopard 10.6, Late 2008 Mac Pro

Please provide any additional information below.
The same process produces expected results and no log errors on a macbook 2009 
(the only ones without firewire)

system.log entry occurs on every restart of Terminal.app
Sep 21 20:15:49 james SIMBL Agent[2882]: initialized
Sep 21 20:16:11 james login[2724]: DEAD_PROCESS: 2724 ttys000
Sep 21 20:16:16 james SIMBL Agent[2882]: received {\n    
NSApplicationBundleIdentifier = "com.apple.Terminal";\n    NSApplicationName = 
Terminal;\n    
NSApplicationPath = "/Applications/Utilities/Terminal.app";\n    
NSApplicationProcessIdentifier = 2892;\n    
NSApplicationProcessSerialNumberHigh = 0;\n    
NSApplicationProcessSerialNumberLow = 737460;\n    NSWorkspaceApplicationKey = 
<NSRunningApplication: 0x103c01ef0 (com.apple.Terminal - 2892)>;\n}
Sep 21 20:16:16 james SIMBL Agent[2882]: +[NSAlert errorAlert:withDetails:]: 
unrecognized selector sent to class 0x7fff70a8d970
Sep 21 20:16:17: --- last message repeated 1 time ---

I'm uncertain from the output if this is a SIMBL Agent problem or if the source 
of the issue is in the SIMBL plugin.

Original issue reported on code.google.com by kru...@gmail.com on 22 Sep 2009 at 3:23

GoogleCodeExporter commented 8 years ago
It's from the Agent. Looks like there should have been a link error, but the 
application was built anyway.

This is fixed in 0.9.7.

Original comment by ms...@gmail.com on 22 Sep 2009 at 6:33

GoogleCodeExporter commented 8 years ago
Should I just check out the hg trunk and run with that?

And thank you for the quick response.

Original comment by kru...@gmail.com on 22 Sep 2009 at 2:44

GoogleCodeExporter commented 8 years ago
Sure, if you want to. However, the fact that you keep getting into a situation 
that requires an error message is 
much more of an issue.

Original comment by ms...@gmail.com on 23 Sep 2009 at 1:10

GoogleCodeExporter commented 8 years ago

Original comment by ms...@gmail.com on 5 Oct 2009 at 2:28