PlaneShift

Support => Mac OSX Specific Issues => Topic started by: eggplantboy on April 26, 2006, 12:34:45 am

Title: failure to launch
Post by: eggplantboy on April 26, 2006, 12:34:45 am
Hello all,

The following was already posted in another thread, but seems to have gotten lost in the jumble and hasn't received a response. Please let me know if this sort of double-posting is an abuse of the forums. :)

I've tried deleting psclient and pssetup and re-updating with Updater-old.jar (I'm running MacOS 10.2.8 ) and I still can't get either app to launch. I double-click either of the icons, which appear in the dock and bounce for several seconds before disappearing. Restarting my machine doesn't change anything. Is there something else I ought to try? Updater.app also quits in the same fashion. I tried deleting it and re-downloading it with Updater-old.jar but it still won't launch.


     Updater-old.jar self updated. Here is the Console log (for the crash):

dyld: /Applications/Games/Planeshift3D/psclient.app/Contents/MacOS/psclient Undefined symbols:
/Applications/Games/Planeshift3D/psclient.app/Contents/MacOS/psclient undefined reference to _fwide expected to be defined in /usr/lib/libSystem.B.dylib
Apr 20 10:10:12 Ryan-Phelans-Computer crashdump: Crash report written to: /Users/ryanphelan/Library/Logs/CrashReporter/psclient.crash.log


     I've included the crash log it referrs to:

Date/Time:  2006-04-20 10:10:12 -0700
OS Version: 10.2.8 (Build 6R73)
Host:       Ryan-Phelans-Computer.local.

Command:    psclient
PID:        428

Exception:  EXC_BREAKPOINT (0x0006)
Code[0]:    0x00000001Code[1]:    0x8fe01220

Thread 0 Crashed:
 #0   0x8fe01220 in halt
 #1   0x8fe10654 in link_in_need_modules
 #2   0x8fe10270 in bind_lazy_symbol_reference
 #3   0x8fe00e60 in stub_binding_helper_interface
 #4   0x0012e2fc in cs_fputsn(__sFILE*, char const*, unsigned long)
 #5   0x0012e240 in csFPutStr(__sFILE*, char const*)
 #6   0x0012dff4 in csPrintfV(char const*, char*)
 #7   0x0012df58 in csPrintf(char const*, ...)
 #8   0x0012dd10 in csPlatformStartup(iObjectRegistry*)
 #9   0x00134578 in csInitializer::CreateEnvironment(int, char const* const*)
 #10  0x001971bc in psCSSetup::psCSSetup[unified](int, char**, char const*, char const*)
 #11  0x000589ec in main
 #12  0x00002bd8 in _start (crt.c:267)
 #13  0x8fe190f4 in _dyld_start

PPC Thread State:
  srr0: 0x8fe01220 srr1: 0x0002f030                vrsave: 0x00000000
   xer: 0x20000000   lr: 0x8fe09bd8  ctr: 0x8fe293ac   mq: 0x00000000
    r0: 0x00000004   r1: 0xbffff5f0   r2: 0x8fe0b794   r3: 0x000000f8
    r4: 0x00000000   r5: 0x000000f8   r6: 0x0000000a   r7: 0x2e64796c
    r8: 0x2f6c6962   r9: 0x00000000  r10: 0x8fe4850c  r11: 0x0000001a
   r12: 0x8fe71b1f  r13: 0x00000000  r14: 0x00000000  r15: 0x00000000
   r16: 0x00000000  r17: 0x00000000  r18: 0x00000000  r19: 0x00000000
   r20: 0x00000000  r21: 0x00000000  r22: 0x00000000  r23: 0x00360028
   r24: 0x00000002  r25: 0x00354ba0  r26: 0x0041e6ac  r27: 0x00497c15
   r28: 0x8fe4841c  r29: 0x8fe484ec  r30: 0x8fe484ec  r31: 0x8fe0995c

     Thanks,
     eggplantboy
Title: Re: failure to launch
Post by: askkasha on April 26, 2006, 02:20:42 am
just a thought but maybe try deleting their respective .cfg files also.
Title: Re: failure to launch
Post by: eggplantboy on April 26, 2006, 02:47:18 am
Hi,

I just tried your suggestion of deleteing the .cfg's. Ufortunately, it didn't work. :( Thanks, though. :)
Title: Re: failure to launch
Post by: Cha0s on April 26, 2006, 05:31:15 am
Ok, extreme measures... bag everything except Updater-old.jar, updaterconfig.xml, and your data folder (you can keep logs and screenshots if you want). Then run Updater-old.jar.
Title: Re: failure to launch
Post by: eggplantboy on April 26, 2006, 11:44:48 pm
Hello again,

I did as you suggested, ChaOs, and it still isn't working. :S Could something possibly be conflicting with the old version of PS (still on my machine, but in another folder)? Are other 10.2.8 people experiencing problems?

Thanks
Title: Re: failure to launch
Post by: Cha0s on April 28, 2006, 01:22:59 am
Could you run Updater-old.jar from Terminal like so:

First type "cd " and then drag your Planeshift folder into the window. Hit return.
Then type: "java -jar Updater-old.jar -debugmode" and hit return.

Update as normal and then paste the log you get in here.
Title: Re: failure to launch
Post by: eggplantboy on April 28, 2006, 09:19:41 pm
 Howdy,

Hi ChaOs. I'm not sure which log you mean, so I'm posting the Terminal and Console logs for when I ran Updater as per your instructions:

     Terminal:

Debug mode on.
java.lang.NumberFormatException: For input string: ""
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:447)
        at java.lang.Integer.parseInt(Integer.java:476)
        at Updater$3.run(Updater.java:582)
        at java.lang.Thread.run(Thread.java:554)

     Console (I think the following is from when I ran the updater... I hope):

Apr 28 12:13:28 Ryan-Phelans-Computer WindowServer[172]: CGXDisableUpdate: Updates disabled by connection 0x7b07 for over 1.000000 seconds

I hope this helps. And thanks for your help!
Title: Re: failure to launch
Post by: Cha0s on April 29, 2006, 12:38:40 am
Hrmm, nothing seems wrong there. That exception is normal if you don't select a mirror (or type in something that isn't a number)... This is odd. You tried both mirror 1 and 2?
Title: Re: failure to launch
Post by: eggplantboy on April 29, 2006, 01:44:32 am
Hi,

Yeah, I tried morrors 1 and 2. Should I try deleting everything except for those three things you specified and then run Updater-old in debug mode?