Search found 464 matches

by appels
12 Oct 2010, 11:36
Forum: RedBox
Topic: Error when starting Redbox
Replies: 3
Views: 12779

Error when starting Redbox

Hi, I get this error when I try to start Redbox on Vista : Exception in thread "main" java.lang.NoClassDefFoundError: Files Caused by: java.lang.ClassNotFoundException: Files at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Met...
by appels
12 Oct 2010, 09:52
Forum: .Net / Unity3D API
Topic: <PAID> Need Unity/SFS Help Badly, and Quickly.
Replies: 7
Views: 11917

Any news on this ? Or could i get what you allready have by any chance ?
If not thats ok, just had to ask :)

Eddy.
by appels
12 Oct 2010, 01:30
Forum: .Net / Unity3D API
Topic: login doesnt work :(
Replies: 23
Views: 32842

In the docs (http://www.smartfoxserver.com/docs/), section SFS Pro tutorials, Login extension. If you compare the extension to yours and what i gave you as login string you should be able to find it. It's in the section 'The server side'. The extension is just underneath. Look for '_server.loginUser...
by appels
10 Oct 2010, 01:51
Forum: .Net / Unity3D API
Topic: login doesnt work :(
Replies: 23
Views: 32842

are you logging in the user in the extension ? Since you send the user info to the extension, you need to log it in yourself : _server.loginUser(nick, pass, chan); And don't forget that you have to retrieve the roomlist manualy or you won't be able to join any room. And you can remove both the Onlog...
by appels
09 Oct 2010, 18:52
Forum: .Net / Unity3D API
Topic: login doesnt work :(
Replies: 23
Views: 32842

what error are you getting ? do you see anything in the extension or smartfox logs ? are you checking your login in a database ?
by appels
06 Oct 2010, 10:41
Forum: Job offers and requests
Topic: <UNPAID> SFS-Programmer needed for Unity 3D MMORPG
Replies: 8
Views: 13403

you could start now and try and make an extension by means of test so you learn it. you can make the switch to v2 later. I havent looked at v2 yet so i don't know what it will be like.
you can start here at 8.2 Tutorials: Simple Extension in the docs
by appels
06 Oct 2010, 02:12
Forum: Job offers and requests
Topic: <UNPAID> SFS-Programmer needed for Unity 3D MMORPG
Replies: 8
Views: 13403

what scripts would that be ? Is the project your working on now based on the island demo ?
by appels
02 Oct 2010, 11:05
Forum: .Net / Unity3D API
Topic: sfs pro login example
Replies: 18
Views: 28647

no problem
by appels
02 Oct 2010, 04:26
Forum: .Net / Unity3D API
Topic: <PAID> Need Unity/SFS Help Badly, and Quickly.
Replies: 7
Views: 11917

Thanks :)
by appels
01 Oct 2010, 23:23
Forum: .Net / Unity3D API
Topic: sfs pro login example
Replies: 18
Views: 28647

in your OnLogin function add :

Code: Select all

smartFox.GetRoomList();

Once you call that, the OnRoomList will get called.
by appels
01 Oct 2010, 23:18
Forum: .Net / Unity3D API
Topic: <PAID> Need Unity/SFS Help Badly, and Quickly.
Replies: 7
Views: 11917

Thomas, i also noticed that the interpolation seems to work fine in a webplayer but in a standalone it's much more laggy. Even if all is on the same machine. I looked at the interpolation but didn't dig into it yet. ( still a bit to hard for me ). If you have any tips to share that would be great.
by appels
30 Sep 2010, 09:25
Forum: Server Side Extension Development
Topic: helper.getUserById throws Exception (not string issue)
Replies: 6
Views: 9307

yes, i was already trying to find out what's causing it. Just can't seem to find it for the moment, will do some more debugging.
by appels
30 Sep 2010, 03:40
Forum: .Net / Unity3D API
Topic: sfs pro login example
Replies: 18
Views: 28647

I had 2 problems, i forgot to log the user into smartfox in the extension and on the client side I needed to call the roomlist. You need to call it yourself if you use a custom login.
My extension was pure as.
by appels
30 Sep 2010, 03:11
Forum: Server Side Extension Development
Topic: helper.getUserById throws Exception (not string issue)
Replies: 6
Views: 9307

i'm getting the same although all seems to work fine : 2010/09/30 05:39:33.621 - [ WARNING ] [id: 27] (JavascriptExtension.logASError): Error in extension [ customLogin.as ]: TypeError: Cannot call method "getUserId" of null (customLogin.as#1607) Internal: 32 -- Line number: 31 in file: cu...
by appels
28 Sep 2010, 12:47
Forum: .Net / Unity3D API
Topic: Please test this one with Unity 3 - 1.2.7 rc1
Replies: 13
Views: 34990

seems to work just fine. tested in chrome, IE, FF

Go to advanced search