Hm,
Seems that I have a similar problem (Or maybe totally different) when
compiling a Mach-O plugin with XTools .
It's a very simple plugin based on the box-demo and it seems to work
fine in RB2005r4
Thew error log entry looks like this:
**********
Host Name: michael-hartmanns-mac-mini
Date/Time: 2006-01-17 20:30:51.911 -0800
OS Version: 10.4.4 (Build 8G32)
Report Version: 3
Command: REALbasic 2006
Path: /Developer/Applications/REALbasic 2006 Release 1/REALbasic
2006.app/Contents/MacOS/REALbasic 2006
Parent: WindowServer [63]
Version: REALbasic 2006r1 (REALbasic 2006r1)
PID: 645
Thread: Unknown
Link (dyld) error:
no suitable image found. Did find:
/private/var/tmp/folders.501/TemporaryItems/Temp30600: file to short
**************
Not sure what it means by "No suitable image found" and "File too
short". Does Realbasic cache plugins somewhere and it is somehow
still accessing that cache?
Regards,
Michael
On Jan 16, 2006, at 12:45 PM, Dave Addey wrote:
Hi all,
I just tried to run RB 2006r1 with my custom plugin (works fine in
2005r4),
and RB won’t even start. I get the following crash log:
Thread 0 Crashed:
0 Plugin 0x06aca994 0x6aad000 + 121236
1 Plugin 0x06acaee0 0x6aad000 + 122592
2 Plugin 0x06ab0828 0x6aad000 + 14376
3 main 0x022978dc 0x2008000 + 2685148
4 main 0x022aee7c 0x2008000 + 2780796
5 main 0x02296c14 0x2008000 + 2681876
6 main 0x022a9a38 0x2008000 + 2759224
7 main 0x0203b1e8 0x2008000 + 209384
8 <Unknown memory fragment> 0x005908b0 0x4eb000 + 678064
9 <Unknown memory fragment> 0x0059078c 0x4eb000 + 677772
10 main 0x0293d99c 0x2008000 + 9656732
11 main 0x0293e30c 0x2008000 + 9659148
12 main 0x020085bc 0x2008000 + 1468
13 main 0x0294a88c 0x2008000 + 9709708
14 ...ple.CoreServices.CarbonCore 0x90b66d2c
CCFM_LaunchApplication +
488
15 LaunchCFMApp 0x000024b0 main + 388 (crt.c:
355)
16 LaunchCFMApp 0x00001b7c _start + 348
(crt.c:272)
17 LaunchCFMApp 0x00001a1c start + 60
I have my plugin as a .dylib rather than an .rbx, as I found that
the .rbx
was giving me problems on subsequent launches of RB 2005.
Any ideas what might possibly be causing this? My plugin is for
Mach-O
only, compiled using the Xcode template. Has this changed?
Dave.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|