The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm6 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sphereNightly latest prevents users from going through doors/archways
Author Message
DumbGuyDan
Apprentice
*

Posts: 5
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: May 2014
Reputation: 0



Post: #1
sphereNightly latest prevents users from going through doors/archways
Major issue: when using the latest sphereNightly, even in an undecorated world, the doorways and archways prevent users from entering through them even with no doors present. Once decorated, you can open the door, but the server behaves as if the door is still closed. I have a prior version that works, but it is old enough that the grid backpack mode doesn't work.

version that works, but is old:
build:0.56c-Nightly [Linux] Mar 19th, 2014 - internal build #1812

version that is broken:
any recent version from the sphereNightly link

Platform for both is Linux

Moderate issue: sphereNightly (other than the one I use) is still linked to libmysqlclient.so.16. This version is outdated and no longer easily found. I found a copy to download, but the latest, more secure due to bugfixes and things they don't tell you about, is libmysqlclient.so.18. This version is available through my linux package manager and is a supported version vs. the deprecated (and removed from package manager) libmysqlclient.so.16.

Being that I am a linux administrator, using outdated libraries like this provides a potential vector for attack. Is there a milestone where sphereNightly will be linked to the newer client?

Minor issue: All of the servers I run are x86_64 architecture. sphereNightly is i386 architecture. This requires a number of additional, duplicate libraries be installed for 32bit compatibility to even be able to execute the software. Is there a milestone to provide x86_64 builds?

Thanks for your hard work and time.
05-10-2014 06:12 AM
Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #2
RE: sphereNightly latest prevents users from going through doors/archways
I'll have to check about the doors and archways... not sure what could be the cause yet.

For libmysqlclient.so.18, I'm able to compile it myself, but I'll see if torfo will update the nightly builds. If not... I can setup a separate nightly from my server to do it.

The other issue... Not sure if that will ever happen.

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
05-10-2014 10:02 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
kn4tseb
Master
**

Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0



Post: #3
RE: sphereNightly latest prevents users from going through doors/archways
i have the same problem, have you tried going inside mines?
and have you tried going inside as a GM?
let me know plz ^^
05-10-2014 10:03 AM
Find all posts by this user Like Post Quote this message in a reply
htid4life
Journeyman
*

Posts: 162
Likes Given: 27
Likes Received: 4 in 3 posts
Joined: Mar 2012
Reputation: 2



Post: #4
RE: sphereNightly latest prevents users from going through doors/archways
the walking in building issue i found turning this on fixed it in sphere.ini

EF_WalkCheck = 00000100

[Image: htid.jpg]
05-10-2014 11:24 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #5
RE: sphereNightly latest prevents users from going through doors/archways
try disable MountHeight on sphere.ini if you got a msg like "you're too tall to pass through this door"
05-10-2014 11:49 AM
Find all posts by this user Like Post Quote this message in a reply
htid4life
Journeyman
*

Posts: 162
Likes Given: 27
Likes Received: 4 in 3 posts
Joined: Mar 2012
Reputation: 2



Post: #6
RE: sphereNightly latest prevents users from going through doors/archways
i had it disabled n still didnt work

[Image: htid.jpg]
05-10-2014 11:51 AM
Find all posts by this user Like Post Quote this message in a reply
kn4tseb
Master
**

Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0



Post: #7
RE: sphereNightly latest prevents users from going through doors/archways
EF_WalkCheck = 00000100
did not work :/
05-10-2014 12:34 PM
Find all posts by this user Like Post Quote this message in a reply
DumbGuyDan
Apprentice
*

Posts: 5
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: May 2014
Reputation: 0



Post: #8
RE: sphereNightly latest prevents users from going through doors/archways
Hi Ben,
Thanks for the fast response! I ran some testing with the experimental flags of the two WalkCheck and didn't have any success with the 3 combinations of the flags. I will continue to grab snapshots of the nightly and test them.

As for the x86_64 build, are there issues around getting it built? Hardware needed? Or just a lack of interest? 64bit would be nice for the extra memory it would allow to be accessed by the process amongst the prior listed reasons Smile

Thanks again and thanks to the followup posters for the suggestions.

Both as admin and regular player, all doors, archways, and caves are blocked from entry. The cave tested was north of Britain west of the peninsula that sticks down with the pass to the east and cave to the west.
(This post was last modified: 05-10-2014 01:35 PM by DumbGuyDan.)
05-10-2014 01:32 PM
Find all posts by this user Like Post Quote this message in a reply
DumbGuyDan
Apprentice
*

Posts: 5
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: May 2014
Reputation: 0



Post: #9
RE: sphereNightly latest prevents users from going through doors/archways
It appears that this issue is tied to when the view needs to switch from the outside view of buildings to the inside view. Every portal I attempt to go through (eg: doors, arches, caves,etc..) that need to switch the view to the inside of whatever I am attempting go into causes me to bounce back like it is closed or blocked.
05-11-2014 09:28 AM
Find all posts by this user Like Post Quote this message in a reply
Ben
Sphere Developer
*****

Posts: 612
Likes Given: 2
Likes Received: 123 in 70 posts
Joined: Mar 2010
Reputation: 18

SphereCommunity

Post: #10
RE: sphereNightly latest prevents users from going through doors/archways
it's got to be a setting you have wrong, so if you can, post your sphere.ini so we can check it out. Of course you should remove any sensitive data like MySQL password...

AxisII's current version: 2.0.4j
AxisII SourceCode on Github
AxisII up to date changelog
05-11-2014 09:55 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 4 Guest(s)