bug - can't open file
I have a file that I can't open because it produces this bug:
10/18/09 12:40:40 PM RapidWeaver[20179] NSExceptionHandler has
recorded the following exception:
NSUncaughtSystemExceptionException -- Uncaught system exception:
signal 10
Stack trace: 0x93ebb378 0x97c499bb 0xffffffff 0x51795a 0x91fd6e54
0x91fd6982 0x624fe 0x73707 0x735ac 0x96eed07d 0x96eecc21 0x96eec9d9
0x96eeaee7 0x9700770e 0x96ce072e 0x96ce05e1 0x96ce02d2 0x96ce01be
0x96ce0171 0x96ce00d7 0x96ce001b 0x96cd471d 0x9480b149 0x9480a410
0x9482caa1 0x94858f5b 0x9487dc3c 0x9487dbf1 0x9487daf3 0x9484d30d
0x9484caa4 0x9484c8c2 0x96ccdc5c 0x96ca28ce 0x96ca1b92 0x96c63d0d
0x96c5bda9 0x309e 0x2e06 0x2
10/18/09 12:40:40 PM RapidWeaver[20179] HIToolbox: ignoring
exception 'Uncaught system exception: signal 10' that raised inside
Carbon event dispatch
(
0 CoreFoundation 0x9202f40a __raiseError + 410
1 libobjc.A.dylib 0x991d0509 objc_exception_throw + 56
2 CoreFoundation 0x92079a21 -[NSException raise] + 17
3 ExceptionHandling 0x93ebc4c5 -[NSExceptionHandler _handleException:mask:] + 1877
4 ExceptionHandling 0x93ebb378 NSExceptionHandlerUncaughtSignalHandler + 65
5 libSystem.B.dylib 0x97c499bb _sigtramp + 43
6 ??? 0xffffffff 0x0 + 4294967295
7 RMKit 0x0051795a -[RMMessage forwardInvocation:] + 570
8 CoreFoundation 0x91fd6e54 ___forwarding___ + 1108
9 CoreFoundation 0x91fd6982 _CF_forwarding_prep_0 + 50
10 RapidWeaver 0x000624fe 0x0 + 402686
11 RapidWeaver 0x00073707 0x0 + 472839
12 RapidWeaver 0x000735ac 0x0 + 472492
13 AppKit 0x96eed07d -[NSDocument initWithContentsOfURL:ofType:error:] + 311
14 AppKit 0x96eecc21 -[NSDocumentController makeDocumentWithContentsOfURL:ofType:error:] + 383
15 AppKit 0x96eec9d9 -[NSDocumentController openDocumentWithContentsOfURL:display:error:] + 886
16 AppKit 0x96eeaee7 -[NSDocumentController _openDocumentsWithContentsOfURLs:display:presentErrors:] + 169
17 AppKit 0x9700770e -[NSDocumentController(NSPrivate) _openRecentDocument:] + 410
18 AppKit 0x96ce072e -[NSApplication sendAction:to:from:] + 112
19 AppKit 0x96ce05e1 -[NSMenuItem _corePerformAction] + 435
20 AppKit 0x96ce02d2 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 174
21 AppKit 0x96ce01be -[NSMenu performActionForItemAtIndex:] + 65
22 AppKit 0x96ce0171 -[NSMenu _internalPerformActionForItemAtIndex:] + 50
23 AppKit 0x96ce00d7 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 97
24 AppKit 0x96ce001b -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 336
25 AppKit 0x96cd471d NSSLMMenuEventHandler + 404
26 HIToolbox 0x9480b149 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1567
27 HIToolbox 0x9480a410 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 411
28 HIToolbox 0x9482caa1 SendEventToEventTarget + 52
29 HIToolbox 0x94858f5b _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueEventRef + 448
30 HIToolbox 0x9487dc3c SendMenuCommandWithContextAndModifiers + 66
31 HIToolbox 0x9487dbf1 SendMenuItemSelectedEvent + 121
32 HIToolbox 0x9487daf3 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 152
33 HIToolbox 0x9484d30d _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 440
34 HIToolbox 0x9484caa4 _HandleMenuSelection2 + 465
35 HIToolbox 0x9484c8c2 _HandleMenuSelection + 53
36 AppKit 0x96ccdc5c _NSHandleCarbonMenuEvent + 285
37 AppKit 0x96ca28ce _DPSNextEvent + 2304
38 AppKit 0x96ca1b92 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
39 AppKit 0x96c63d0d -[NSApplication run] + 821
40 AppKit 0x96c5bda9 NSApplicationMain + 574
41 RapidWeaver 0x0000309e 0x0 + 12446
42 RapidWeaver 0x00002e06 0x0 + 11782
43 ??? 0x00000002 0x0 + 2
)
Comments are currently closed for this discussion. You can start a new one.
Support Staff 2 Posted by Luke Hefson on 19 Oct, 2009 09:10 AM
Hi there,
Thanks for the message. I'm sorry to hear that you are having issues with RapidWeaver, I understand what an inconvenience this may be for you.
To help us further investigate your issue, we'd appreciate it if you could quickly run though the steps in the following link and let us know if you are still encountering problems:
http://www.realmacsoftware.com/support/rapidweaver-common-cures/
Kind regards,
Luke
-- Luke Hefson
Support & QA, Realmac Software
Our support team are in the office between 9am and 5pm UK time, Monday to Friday, and we aim to answer all requests within one business day.
3 Posted by simsong on 19 Oct, 2009 09:55 PM
Thanks for the suggestion. I moved to the most recent versions of the plugins but that didn't help. If you look at the stacktrace the problem is clearly in the RW base code.
4 Posted by simsong on 20 Oct, 2009 05:04 AM
Hi. Unfortunately this didn't help.
Right now my plan is simply to move to Wordpress, so it may not be worth getting this to work. I really liked RapidWeaver the beginning, but I've been very frustrated by the poor WYSIWYG editor.
-Simson
Support Staff 5 Posted by Luke Hefson on 20 Oct, 2009 09:45 AM
Hi Simson,
Sorry to hear that you're still having issues. Could you please send us a compressed copy of your site file (.rwsw file) so that we can investigate what may be causing this problem?
Kind regards,
Luke
-- Luke Hefson
Support & QA, Realmac Software
Our support team are in the office between 9am and 5pm UK time, Monday to Friday, and we aim to answer all requests within one business day.