Search found 55 matches

by efsnet
04 Apr 2014, 20:29
Forum: SFS2X iPhone / iPad / OSX API
Topic: Possible Issue with xcode 5.1 and client
Replies: 8
Views: 12807

Re: Possible Issue with xcode 5.1 and client

This resolved the build issue.

My understanding is that the new arm64 option was added for the 5.1 update, are there plans to add the ability to build against this architecture?

Thanks,
-Eric
by efsnet
03 Apr 2014, 19:18
Forum: SFS2X Questions
Topic: Server log rotation
Replies: 1
Views: 3724

Server log rotation

Is it possible to stop the server from automatically rotating the logs?

Thanks,
-Eric
by efsnet
03 Apr 2014, 14:01
Forum: SFS2X iPhone / iPad / OSX API
Topic: Possible Issue with xcode 5.1 and client
Replies: 8
Views: 12807

Re: Possible Issue with xcode 5.1 and client

Hello,

Do you have a status update on this?

Thanks,
-Eric
by efsnet
24 Mar 2014, 20:05
Forum: SFS2X iPhone / iPad / OSX API
Topic: Possible Issue with xcode 5.1 and client
Replies: 8
Views: 12807

Re: Possible Issue with xcode 5.1 and client

Did you explicitly test using a 64bit sim/phone?

The build works unless using a 64 bit device...
by efsnet
24 Mar 2014, 14:20
Forum: SFS2X iPhone / iPad / OSX API
Topic: Possible Issue with xcode 5.1 and client
Replies: 8
Views: 12807

Possible Issue with xcode 5.1 and client

Hello, Recently we upgraded to xcode to 5.1 and unfortunately there were a series of build errors upon compilation for the 64bit sim/iphone 5s. Has anyone else reported issues post xcode upgrade? The errors are similar to below and appear during the link step: Undefined symbols for architecture x86_...
by efsnet
19 Mar 2014, 19:48
Forum: SFS2X iPhone / iPad / OSX API
Topic: Bluebox issue
Replies: 7
Views: 11378

Re: Bluebox issue

I switched the port to an invalid number and the connection occurred much quicker. The client was disconnected shortly after beginning the game though.

The firewall isn't filtering http.
by efsnet
19 Mar 2014, 15:28
Forum: SFS2X iPhone / iPad / OSX API
Topic: Bluebox issue
Replies: 7
Views: 11378

Re: Bluebox issue

The wifi is pretty strong, web browsing works well. I don't see any errors other than a warning indicating connection attempt failed: 2014-03-19 09:46:18.708 tinyhoarders[73787:70b] [SFS - WARN]A connection attempt failed (2) 2014-03-19 09:46:18.708 tinyhoarders[73787:70b] [SFS - WARN]Cannot initial...
by efsnet
18 Mar 2014, 19:23
Forum: SFS2X iPhone / iPad / OSX API
Topic: Bluebox issue
Replies: 7
Views: 11378

Re: Bluebox issue

The server is running on my local machine (osx) and I'm connected to it using an iPhone 4 from our local internal wireless network..
by efsnet
18 Mar 2014, 16:46
Forum: SFS2X iPhone / iPad / OSX API
Topic: Bluebox issue
Replies: 7
Views: 11378

Bluebox issue

Hello, In an attempt to test bluebox functionality I added a rule to my server that blocks communication on port 9933 assuming the bluebox would route the traffic through the open 8080 port. When a logon is attempted from our wifi to my server, which usually works well, it takes up to 2 minutes for ...
by efsnet
17 Mar 2014, 14:22
Forum: SFS2X Questions
Topic: Bluebox config
Replies: 7
Views: 9326

Re: Bluebox config

What impact will moving the admin interface out of the smartfox dir have when applying patches?
by efsnet
25 Feb 2014, 23:44
Forum: SFS2X Questions
Topic: Bluebox config
Replies: 7
Views: 9326

Re: Bluebox config

So it's not possible to configure jetty to allow the admin console to be available on 8080 while the bluebox is available on 80?

Thanks,
-Eric
by efsnet
25 Feb 2014, 18:17
Forum: SFS2X Questions
Topic: Bluebox config
Replies: 7
Views: 9326

Re: Bluebox config

Thanks, I was able to make the change and run the server (without a java.net.SocketException: Permission denied) as su. The initial problem remains - what I'm trying to accomplish is to prevent the admin interface from being exposed while allowing the bluebox functionality to remain. Do you know of ...
by efsnet
24 Feb 2014, 21:59
Forum: SFS2X Questions
Topic: Bluebox config
Replies: 7
Views: 9326

Bluebox config

Hello, How do I change the bluebox port on the server? I've set the blueBoxPort to 80 in our client's config.xml but I don't see a corresponding entry in the admin console. Currently the jetty http server is running on 8080. Our admin blocked the 8080 port externally so the admin console wouldn't be...
by efsnet
10 Feb 2014, 22:34
Forum: SFS2X Questions
Topic: dbManager.executeInsert
Replies: 8
Views: 13970

Re: dbManager.executeInsert

I'm having the same problem as protozerg - I get an SQLException upon insert, but the rows are actually added... I have mysql-connector-java-5.1.27-bin.jar in my project. Here's my code: Object obj = null; try { obj = dbManager.executeInsert("INSERT INTO `map_object` (`room_name`, `location_id`...
by efsnet
21 Jan 2014, 21:04
Forum: SFS2X Questions
Topic: Static rooms are saved by persistence api
Replies: 8
Views: 8815

Re: Static rooms are saved by persistence api

I'm on 2.8.1 and I re-applied the upgrade based on your suggestion from an earlier post.

Go to advanced search