From: zo <zo...@zo...> - 2003-03-01 09:17:24
|
hello everybody, i made a simple rubytest.app to play with ruby and cocoa in projectbuilder. first of all: i didn't knew anything about ruby before, and i am also not able to write objectiveC or anything similar. i want to learn _ruby_ and i like the "bridge to cocoa", but i'm a beginner... ok, i built this rubytest-app, and it compiled well and worked on my ibook - i mean, i can doubleclick it, it starts up und does what it should (just shows a window with a button; when you press the button, a text is speaked). i sent the app to a friend of mine to test if it would run on other machines as well. that's what he got: > Date/Time: 2003-02-28 20:06:30 +0100 > OS Version: 10.2.4 (Build 6I32) > Host: ralphs-Computer.local. > > Command: rubytest > PID: 571 > > Exception: EXC_BREAKPOINT (0x0006) > Code[0]: 0x00000001Code[1]: 0x8fe01280 > > Thread 0 Crashed: > #0 0x8fe01280 in halt > #1 0x8fe0329c in load_library_image > #2 0x8fe06134 in load_images_libraries > #3 0x8fe026e8 in load_executable_image > #4 0x8fe01410 in _dyld_init > > PPC Thread State: > srr0: 0x8fe01280 srr1: 0x0002f030 vrsave: 0x00000000 > xer: 0x20000000 lr: 0x8fe0a064 ctr: 0x8fe28f78 mq: 0x00000000 > r0: 0x00000004 r1: 0xbffffb10 r2: 0x74657374 r3: 0x00000102 > r4: 0x00000000 r5: 0x00000102 r6: 0x0000290a r7: 0x726e6f20 > r8: 0x66696c65 r9: 0x00000000 r10: 0xbffff88b r11: 0x00000026 > r12: 0x8fe71b2a r13: 0x00000000 r14: 0x00001ba0 r15: 0x00000000 > r16: 0xbffffdb4 r17: 0x00000001 r18: 0x00000000 r19: 0x000014f8 > r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000 > r24: 0x8fe4b3d0 r25: 0x00000002 r26: 0x00000002 r27: 0x00000000 > r28: 0x000013e8 r29: 0x00000000 r30: 0x8fe484d8 r31: 0x8fe09ecc can someone explain what has happened? i guess it's a simple beginner-thing, such like "i compiled it on my g3, why sould it run on a g4" or "my friend ralph hasn't installed anything else than the dev-tools, no ruby-cocoa", but i'm sure one of you guys knows the answer... ? thanks for the help, zo (stefan). |