Search found 59 matches

by Jake-GR
11 Mar 2012, 23:23
Forum: SFS2X Questions
Topic: Database connection
Replies: 3
Views: 5712

Re: Database connection

Yes I have noticed that as well, at least with SFS2X 2.0.1 (that im using)
It will log an error if there is something wrong with the DB Manager, but there is nothing logged if it was successful.
by Jake-GR
10 Mar 2012, 08:11
Forum: SFS2X Questions
Topic: [SOLVED] Database - Communications link failure
Replies: 5
Views: 9274

Re: Database - Communications link failure

This may be a stupid question, but you are using the correct username and password that is setup to have access to that database?
(just curious as you didn't have anything written in your original post)
by Jake-GR
09 Mar 2012, 17:29
Forum: SFS2X Questions
Topic: [SOLVED] Database - Communications link failure
Replies: 5
Views: 9274

Re: Database - Communications link failure

I found some different documentation when I was setting mine up, here is my configuration... Sfs2x Version: 2.0.1 Using Connector: mysql-connector-java-5.1.18-bin.jar Placed in: SmartFoxServer2X\SFS2X\extensions\__lib__\ (docs I used said to put in this folder) Mysql Database Name: sfs_game Zone Con...
by Jake-GR
08 Mar 2012, 17:43
Forum: SFS2X C# API
Topic: BB recursion bug still exists?
Replies: 1
Views: 3871

BB recursion bug still exists?

This is from the release notes of 2.0.1... [FIX] Infinite recursion on BB connection failure. The connection mode is still only attempting BB if it fails. null -> socket -> http -> Fail http -> Fail In RC3 the only solution was to completely destroy the Smartfox() object and create a new one, I was ...
by Jake-GR
08 Mar 2012, 05:44
Forum: SFS2X Questions
Topic: is SFS2x support java7?
Replies: 1
Views: 3673

Re: is SFS2x support java7?

I don't know about the Admin, but I know by default you need Java6 Extensions.
Lapo said you could replace the JRE that ships with Smartfox to enable Java7... but if you have done that, I guess the admin is not compatible?
by Jake-GR
24 Feb 2012, 18:40
Forum: SFS2X C# API
Topic: SmartFox.LoadConfig method working?
Replies: 11
Views: 18083

Re: SmartFox.LoadConfig method working?

No, you can use C# (with Unity) and build a WebPlayer that will connect to a SmartFox server... its loading the config file that can not be done. (that is how I am using it, I am building a WebPlayer, but instead of using the config file, the information is "hard-coded"... and remember the...
by Jake-GR
24 Feb 2012, 05:42
Forum: SFS2X C# API
Topic: SmartFox.LoadConfig method working?
Replies: 11
Views: 18083

Re: SmartFox.LoadConfig method working?

It may be that you dont have all the entries correctly formatted in the sfs-config.xml file... however, if you are just trying with a web build, LoadConfig is not compatible... it will only works with standalone build.
by Jake-GR
17 Feb 2012, 11:50
Forum: SFS2X Questions
Topic: SFS2x shutting down when server starts.
Replies: 3
Views: 6255

Re: SFS2x shutting down when server starts.

make sure you are using the correct version of Java when building your extension. thats exactly what my log looked like.
for RC3 its Java 6, havent installed the latest release though.
by Jake-GR
09 Feb 2012, 20:20
Forum: SFS2X Questions
Topic: I can't see the extension name on dropdown list!
Replies: 5
Views: 7772

Probably not... I ran into the same issue with using NetBean 7.1 NetBeans 7.1 ships with Java 7, where SmartFox is built against Java 6. There is a simple solution (that worked for me), go into your project properties (in NetBeans) and by default "sources" is selected on the left side. At ...
by Jake-GR
08 Feb 2012, 20:55
Forum: SFS2X Questions
Topic: User connects to SFS, but can't login?
Replies: 2
Views: 4909

that does sound like what its doing, have you tried to change the Database Manager settings in the Admin Tool to double check? (curious myself, as im just starting with database myself) =-EDIT-= found this little tid-bit on Oracle's site, a block that always gets run (even if an exception is thrown)...
by Jake-GR
08 Feb 2012, 20:46
Forum: SFS2X Questions
Topic: I can't see the extension name on dropdown list!
Replies: 5
Views: 7772

there is a new naming convention in RC3 to have them show up in the admin tool... the files need to end in Extension.jar (example) Extension : SFS2X/Extensions/MyExt/MyExtExtension.jar (same with sfsTris, just change it to sfsTrisExtension.jar and it will show up) btw, this has been stated in the fo...
by Jake-GR
08 Feb 2012, 20:42
Forum: SFS2X Questions
Topic: sfs.loadConfig().... SFSEvent.CONNECTION not dispatched?
Replies: 4
Views: 6133

ive had a similar issue before (i think) it was because it tries "socket" for the connection type first, then switches to "http"... however if it fails there, it never switches back to "socket" a quick patch that i did, was to disable using BlueBox on the client which c...
by Jake-GR
04 Feb 2012, 14:20
Forum: SFS2X C# API
Topic: Remote Player in Unity
Replies: 6
Views: 10029

Thanks for watching, I haven't done anything with login extension yet (thats my next step) but Ive done some basic movement stuff (thats why I knew about Dictionary hehe)

But before I jump in, is it that complex to make a login extension with a mysql database?
by Jake-GR
03 Feb 2012, 05:08
Forum: SFS2X C# API
Topic: Remote Player in Unity
Replies: 6
Views: 10029

I use a Dictionary<> object, that has the SmartFox User.Name as the key, and the instantiated GameObject as the value (handle very similar to the FPS Unity demo)
by Jake-GR
02 Feb 2012, 21:01
Forum: SFS2X C# API
Topic: Beginner Video Tutorials
Replies: 14
Views: 23834

@foxter888 I wouldn't see it as rude if you made tutorial videos as well. The way I see it, there can never be too many tutorials. Ive noticed that everyone goes about making tutorials differently, and people learn differently. So even if it was the same topic, some may find mine more helpful, and s...

Go to advanced search