Error

Notice: Undefined property: stdClass::$forum_tid in forum_node_view() (line 275 of /home/wfrantz/www/sprintdevelopers/modules/forum/forum.module).

Trying to incorporate the Sprint Lobby in the UK

Submitted by Anonymous (not verified) on Mon, 11/06/2006 - 09:36

I have the Sprint GCAPI and have implemented the Sprint Lobby as best i can guess with the provided documentation.

Everything is compiling fine, but the problem is when i run my applet i get the following exception...
[code:1:1f49a18a79]Uncaught exception java/lang/NoClassDefFoundError: com/sprintpcs/util/Muglet.[/code:1:1f49a18a79]

This is also the case when i try and run the rather poor Sample App.

Now i know Muglet is some kind of Sprint library thing, so is there a jar library or something missing from the Sprint GCAPI that will make all this work?

Also i would like to know if it's possible to test the Sprint Lobby using an emulator in the UK.

[code:1:1f49a18a79] super.startApp();
setTestMode( true, "test5000@m7networks.com" );[/code:1:1f49a18a79]
^ This seems to be a test url for emulators.

I have compiled with Cingular GCAPI which will run without the missing Muglet exception, but when i call isPlayerRegistered() i get the following error...
[code:1:1f49a18a79]java.lang.Exception: 2012;java.lang.IllegalArgumentException: no ':' in URL[/code:1:1f49a18a79]

Not having much luck, any help is appreciated.