Back in Jaguar
Ok,
I worked my way to the right directory in terminal and executed vssetup. It gave me a segmentation fault. Here's the crash log:
Date/Time: 2004-12-15 20:06:25 -0500
OS Version: 10.2.8 (Build 6R73)
Host: Christopher-Wszaleks-Computer.local.
Command: vssetup
PID: 395
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x726f7570
Thread 0 Crashed:
#0 0x90000e60 in strlen
#1 0x0000b978 in dlg_count_columns (inputstr.c:351)
#2 0x000067e0 in dialog_menu (menubox.c:321)
#3 0x00002ab8 in ShowMainMenu(char**, char*, char*) (display_dialog.cpp:37)
#4 0x00003114 in ShowMain() (display_dialog.cpp:132)
#5 0x00002444 in Start(int*, char***) (central.cpp:29)
#6 0x000023f4 in main (setup.cpp:63)
#7 0x00002110 in _start
#8 0x00001f40 in start
PPC Thread State:
srr0: 0x90000e60 srr1: 0x0000f030 vrsave: 0x00000000
xer: 0x00000000 lr: 0x0000b978 ctr: 0x90000e40 mq: 0x00000000
r0: 0x0000b978 r1: 0xbffff290 r2: 0x00000351 r3: 0x726f756c
r4: 0x00000000 r5: 0xfefefeff r6: 0x80808080 r7: 0x00000003
r8: 0x69636b00 r9: 0x726f7570 r10: 0x000f04a0 r11: 0x0004ed60
r12: 0x90000e40 r13: 0x00000001 r14: 0x00000000 r15: 0x00000016
r16: 0x000ec4c0 r17: 0x000eef94 r18: 0x00000000 r19: 0x0000000c
r20: 0x000f02f4 r21: 0x0000001d r22: 0x00000090 r23: 0x00000010
r24: 0x00000090 r25: 0x00054540 r26: 0x0000000c r27: 0x000ec520
r28: 0x000ec550 r29: 0x000ec520 r30: 0x726f7570 r31: 0x0000649c
Then I tried vssetup_gtk from the terminal and got this:
dyld: ./vssetup_gtk can't open library: /sw/lib/libgtk-1.2.0.dylib (No such file or directory, errno = 2)
Trace/BPT trap
With this crash log:
Date/Time: 2004-12-15 20:12:45 -0500
OS Version: 10.2.8 (Build 6R73)
Host: Christopher-Wszaleks-Computer.local.
Command: vssetup_gtk
PID: 400
Exception: EXC_BREAKPOINT (0x0006)
Code[0]: 0x00000001Code[1]: 0x8fe01220
Thread 0 Crashed:
#0 0x8fe01220 in halt
#1 0x8fe0323c in load_library_image
#2 0x8fe060d4 in load_images_libraries
#3 0x8fe02688 in load_executable_image
#4 0x8fe013b0 in _dyld_init
PPC Thread State:
srr0: 0x8fe01220 srr1: 0x0002f030 vrsave: 0x00000000
xer: 0x20000000 lr: 0x8fe0a004 ctr: 0x8fe28ebc mq: 0x00000000
r0: 0x00000004 r1: 0xbffffab0 r2: 0x24008280 r3: 0x0000006b
r4: 0x00000000 r5: 0x0000006b r6: 0x0000290a r7: 0x726e6f20
r8: 0x66696c65 r9: 0x00000000 r10: 0xbffff82b r11: 0x00000026
r12: 0x8fe71a93 r13: 0x00000000 r14: 0x000028d8 r15: 0x00000000
r16: 0xbffffd54 r17: 0x00000001 r18: 0x00001548 r19: 0x00001988
r20: 0x00000001 r21: 0x00000000 r22: 0x00000000 r23: 0x00000000
r24: 0x8fe4b3cc r25: 0x00000002 r26: 0x00000002 r27: 0x00000000
r28: 0x00001790 r29: 0x00000000 r30: 0x8fe484d8 r31: 0x8fe09e6c
I hope that helps.
--Chris