Search found 44 matches

by superprat
30 Nov 2015, 12:05
Forum: SFS2X Questions
Topic: Change offline Buddy Variables
Replies: 9
Views: 10420

Re: Change offline Buddy Variables

It doesn't seem to be persisting the change for some reason, am I doing something wrong? public void saveOfflineVariables(BuddyList buddyList, List<BuddyVariable> offlineBuddyVars) throws IOException { checkInited(); ISFSObject serializedBuddyList = SFSObject.newInstance(); ISFSArray buddyArray = SF...
by superprat
27 Nov 2015, 11:18
Forum: SFS2X Questions
Topic: Change offline Buddy Variables
Replies: 9
Views: 10420

Re: Change offline Buddy Variables

Yes sorry, the buddystorage class
by superprat
27 Nov 2015, 11:11
Forum: SFS2X Questions
Topic: Change offline Buddy Variables
Replies: 9
Views: 10420

Re: Change offline Buddy Variables

I suppose, The buddymanager class was decoupled in a seperate jar file as it was being shared across games but I guess I could make this work.
by superprat
26 Nov 2015, 14:09
Forum: SFS2X Questions
Topic: Change offline Buddy Variables
Replies: 9
Views: 10420

Re: Change offline Buddy Variables

I'm using a custom persistence class but it works very similar to the default one, it saves the lists in a S3 bucket rather than locally. The wall I've hit is that the BuddyAPI for persisting buddyvariables requires a reference to the User setBuddyVariables(User owner, java.util.List<BuddyVariable> ...
by superprat
26 Nov 2015, 13:34
Forum: SFS2X Questions
Topic: Change offline Buddy Variables
Replies: 9
Views: 10420

Change offline Buddy Variables

I'm looking for a way to update the offline buddy variables for a particular user when that user is not logged in. Is there any way to do that?
by superprat
11 Apr 2015, 10:14
Forum: SFS2X Questions
Topic: Problems with custom Buddy Storage using Amazon S3
Replies: 10
Views: 11936

Re: Problems with custom Buddy Storage using Amazon S3

I'm attempting a similar integration with amazon, getting the following jdk related error Exception in thread "main" java.lang.UnsupportedClassVersionError: smartfox_aws_buddylist/S3Storage : Unsupported major.minor version I'm assuming that I need to downgrade my JDK from 1.8 to 1.6?
by superprat
22 Sep 2014, 07:20
Forum: SFS2X Questions
Topic: Buddy List Online Status not showing
Replies: 4
Views: 6631

Re: Buddy List Online Status not showing

Hi, I haven't got a reply from the support team since the last 5 days. Is there another way for me to get my hands on the hotfix?
by superprat
17 Sep 2014, 16:50
Forum: SFS2X Questions
Topic: Buddy List Online Status not showing
Replies: 4
Views: 6631

Re: Buddy List Online Status not showing

Ah alright, Thanks. I'll get in touch with the support team :)
by superprat
17 Sep 2014, 14:36
Forum: SFS2X Questions
Topic: Buddy List Online Status not showing
Replies: 4
Views: 6631

Buddy List Online Status not showing

Hi, I'm having an issue with the buddylist not showing when a user in his friends list is online. Neither does the onBuddyOnlineStateUpdate function get called. This functionality was in place and working with the 2.8.5 version of the server. Not sure if any update to 2.9.0 required me to change any...
by superprat
11 Sep 2014, 09:27
Forum: SFS2X Questions
Topic: SIgn Up Component SQL Error
Replies: 8
Views: 9945

Re: SIgn Up Component SQL Error

Another bit of small annoyance is that the test sql that you setup fails if the table does not have any entries in it. So a dummy entry needs to be setup.
by superprat
21 Mar 2014, 16:47
Forum: SFS2X Questions
Topic: Session removed immediately without any custom login
Replies: 26
Views: 29251

Re: Session removed immediately without any custom login

The lagMonitor is enabled. I'm testing on a live server, amazon instance. Getting latency of 50 - 200 on the wifi connection.
by superprat
21 Mar 2014, 14:57
Forum: SFS2X Questions
Topic: Session removed immediately without any custom login
Replies: 26
Views: 29251

Re: Session removed immediately without any custom login

The user is getting dropped much after logging in, this is during the game, after joining the game room, during play. But yes, there is some database activity happening there after they join the room, which I'll investigate in the Extension Queue to see if that is the cause. Example used case: Three...
by superprat
21 Mar 2014, 10:19
Forum: SFS2X Questions
Topic: Session removed immediately without any custom login
Replies: 26
Views: 29251

Re: Session removed immediately without any custom login

It's myself and the beta testers. All are on wifi connection.
by superprat
21 Mar 2014, 09:51
Forum: SFS2X Questions
Topic: Session removed immediately without any custom login
Replies: 26
Views: 29251

Re: Session removed immediately without any custom login

But i'm on a wifi connection
by superprat
21 Mar 2014, 09:14
Forum: SFS2X Questions
Topic: Session removed immediately without any custom login
Replies: 26
Views: 29251

Re: Session removed immediately without any custom login

No I am using iOS, this is the server side log, On the client side the user gets disconnected from the game

I am not able to consistently reproduce it, though a number of users have reported it

Go to advanced search