Thread: New Log Errors
View Single Post
  #1  
Old 05-04-2012, 10:11 AM
Rebel Rebel is offline
Registered User
 
Join Date: Jun 2010
Posts: 20
New Log Errors

Historically when I backup I have no errors (nothing in red), although I don't check the log often.

I have been getting errors lately when I forget to disable anti-virus first (which I recently installed).
But today I checked the log, and found a bunch of repeated errors, and Google didn't help, neither did a forum search.

This is only a few of them:
06:33:02 AM | Error | LOGGED EXCEPTION: NSAccessibilityException, reason: "AXSubrole" attribute unsupported by: <NSTextView: 0x573530>
Frame = {{0.00, 16.00}, {1903.00, 1536.00}}, Bounds = {{0.00, 0.00}, {1903.00, 1536.00}}
Horizontally resizable: NO, Vertically resizable: YES
MinSize = {1903.00, 1107.00}, MaxSize = {1918.00, 10000000.00}
, userInfo: {
NSAccessibilityErrorCodeExceptionInfo = -25205;
}
| 06:33:02 AM | Error | LOGGED EXCEPTION: NSAccessibilityException, reason: "AXParent" attribute unsupported by: <NSApplication: 0x5404c0>, userInfo: {
NSAccessibilityErrorCodeExceptionInfo = -25205;
}
| 06:33:06 AM | Error | LOGGED EXCEPTION: NSAccessibilityException, reason: "AXSubrole" attribute unsupported by: <NSTextView: 0x573530>
Frame = {{0.00, 16.00}, {1903.00, 1656.00}}, Bounds = {{0.00, 0.00}, {1903.00, 1656.00}}
Horizontally resizable: NO, Vertically resizable: YES
MinSize = {1903.00, 1107.00}, MaxSize = {1918.00, 10000000.00}
, userInfo: {
NSAccessibilityErrorCodeExceptionInfo = -25205;
}
| 06:33:07 AM | Error | LOGGED EXCEPTION: NSAccessibilityException, reason: "AXParent" attribute unsupported by: <NSApplication: 0x5404c0>, userInfo: {
NSAccessibilityErrorCodeExceptionInfo = -25205;
}
| 06:33:10 AM | Error | LOGGED EXCEPTION: NSAccessibilityException, reason: "AXSubrole" attribute unsupported by: <NSTextView: 0x573530>
Frame = {{0.00, 16.00}, {1903.00, 1776.00}}, Bounds = {{0.00, 0.00}, {1903.00, 1776.00}}
Horizontally resizable: NO, Vertically resizable: YES
MinSize = {1903.00, 1107.00}, MaxSize = {1918.00, 10000000.00}
, userInfo: {
NSAccessibilityErrorCodeExceptionInfo = -25205;
}
| 06:33:10 AM | Error | LOGGED EXCEPTION: NSAccessibilityException, reason: "AXParent" attribute unsupported by: <NSApplication: 0x5404c0>, userInfo: {
NSAccessibilityErrorCodeExceptionInfo = -25205;
}
| 06:33:12 AM | Error | LOGGED EXCEPTION: NSAccessibilityException, reason: "AXSubrole" attribute unsupported by: <NSTextView: 0x573530>
Frame = {{0.00, 16.00}, {1903.00, 1896.00}}, Bounds = {{0.00, 0.00}, {1903.00, 1896.00}}
Horizontally resizable: NO, Vertically resizable: YES
MinSize = {1903.00, 1107.00}, MaxSize = {1918.00, 10000000.00}
, userInfo: {
NSAccessibilityErrorCodeExceptionInfo = -25205;
}
| 06:33:12 AM | Error | LOGGED EXCEPTION: NSAccessibilityException, reason: "AXParent" attribute unsupported by: <NSApplication: 0x5404c0>, userInfo: {
NSAccessibilityErrorCodeExceptionInfo = -25205;





I find it EXTREMELY annoying that it's nearly impossible to copy specific lines from the log, because when you click anywhere in it, it autmatically scrolls back to the top, making it nearly impossible to copy anything that's not on the first page. This forces you to copy the entire page, then go edit it to get what only what you really want.
Reply With Quote