| View previous topic :: View next topic |
| Author |
Message |
J0nny
Joined: 18 Oct 2008 Posts: 3
|
Posted: Sat Oct 18, 2008 12:08 pm Post subject: PSPLink with Stackless Python |
|
|
Hello
I've been doing some work in python on the psp, and I'm trying to use PSPLink to speed up the testing.
I have PSPLink configured and working over wifi. It works exactly as it is supposed to, however, as soon as I run the python eboot.pbp
| Code: | ms0:/PSP/Game/Stackless/> ./eboot.pbp
Load/Start ms0:/PSP/Game/Stackless/eboot.pbp UID: 0x04DAD663 Name: StacklessPython
|
PSPLink appears to crash. It no longer responds to input, and PuTTY closes presumably due to timing out.
Python runs fine when executed normally from the XMB, and I can run other applications over PSPLink just fine (i.e Bookr).
Here is my psplink.ini config file: http://pastebin.ca/1229874
I am running PSPLink 2.0 on 4.01 m33-2 with the 1.50 addon.
Is there a way to enable an error log for psplink by any chance?
Thanks. |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Sat Oct 18, 2008 1:20 pm Post subject: |
|
|
| Sigh, really it isn't psplink crashing. I would assume python is just fucking with the wifi. You really shouldn't use the old psplink wifi stuff anyway, it was always a hack job to allow people to use _something_ if they were too cheap to build a serial cable. |
|
| Back to top |
|
 |
J0nny
Joined: 18 Oct 2008 Posts: 3
|
Posted: Sun Oct 19, 2008 3:09 am Post subject: |
|
|
| TyRaNiD wrote: | | Sigh, really it isn't psplink crashing. I would assume python is just fucking with the wifi. You really shouldn't use the old psplink wifi stuff anyway, it was always a hack job to allow people to use _something_ if they were too cheap to build a serial cable. |
OHHH, ok, that makes sense.
Well, any howto's on building a serial cable? |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Sun Oct 19, 2008 3:36 am Post subject: |
|
|
| Can you not use USB? |
|
| Back to top |
|
 |
J0nny
Joined: 18 Oct 2008 Posts: 3
|
Posted: Sun Oct 19, 2008 6:57 am Post subject: |
|
|
| TyRaNiD wrote: | | Can you not use USB? |
OK, I have USB working.
| Code: | ms0:/PSP/Game/Stackless/> ./eboot.pbp
Load/Start ms0:/PSP/Game/Stackless/eboot.pbp UID: 0x04D55407 Name: StacklessPython
ms0:/PSP/Game/Stackless/>
|
It just returns to the prompt and nothing happens on the PSP. Nothing crashes, but nothing happens either.
Any ideas? :)
EDIT:
I just tried running psp python (the non-stackless one) and it works just fine.
| Code: | ms0:/PSP/Game150/Python/> ./eboot.pbp
Load/Start ms0:/PSP/Game150/Python/eboot.pbp UID: 0x04D4400F Name: Python
|
I guess I'll just stick with that for now. Only benefit of stackless is that it's Python 2.5, not 2.4.
Thanks for your help! |
|
| Back to top |
|
 |
|