Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

TERA Steer Server + Box Server (Item Claim System)

Joined
Sep 13, 2012
Messages
204
Reaction score
501
Working like a charm! tysm for sharing and all your hard work @hsdn
SnHfJWB - TERA Steer Server + Box Server (Item Claim System) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 15, 2022
Messages
11
Reaction score
1
@hsdn i set up all like in the guide. when i try to login into both steer and box with respective login/pass i have this error on the screen and can't login:

No message defined as error code exists. [184549126]

Any Tip? ( Tera 100.02 )

Thanks in Advance

 
Experienced Elementalist
Joined
May 17, 2007
Messages
217
Reaction score
20
Python and Lib is not installed or installed incorrectly.

I have python26 in C drive root and have put the libs in the Lib directory and overwrote the files. I can run a Python console so its defiantly installed.

This is the error

Traceback (most recent call last):
File "BoxAPI.py", line 15, in <module>
from pyCruise.DB import GetDBVersion, CheckDBTimeZone
File "C:\TERA_SERVER\box\pyCruise\DB.py", line 13, in <module>
import MySQLdb
File "C:\Python26\lib\site-packages\MySQLdb\__init__.py", line 19, in <module>
import _mysql
ImportError: DLL load failed: %1 is not a valid Win32 application.
 
Last edited:
Newbie Spellweaver
Joined
Jun 15, 2022
Messages
11
Reaction score
1
@hsdn i also have this errors like in steer session:

Traceback (most recent call last): File "D:\TERA-Live100_02_TW\steerserver\pyCruise\DB.py", line 65, in CallProc File "C:\Python26\lib\site-packages\MySQLdb\cursors.py", line 268, in callproc self._query(q) File "C:\Python26\lib\site-packages\MySQLdb\cursors.py", line 312, in _query rowcount = self._do_query(q) File "C:\Python26\lib\site-packages\MySQLdb\cursors.py", line 276, in _do_query db.query(q)OperationalError: (1305, 'FUNCTION steer3db.Func_MakeReturnCode does not exist')

but my install folder is: E:\Server\steer\steerserver

O.O where is that Path Cabled In? (D:\TERA-Live100_02_TW\steerserver )

Tks


--- Update:
installed mysql 5.7.33 and the problem is gone.
 
Last edited:
TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
I have python26 in C drive root and have put the libs in the Lib directory and overwrote the files. I can run a Python console so its defiantly installed.

This is the error

Traceback (most recent call last):
File "BoxAPI.py", line 15, in <module>
from pyCruise.DB import GetDBVersion, CheckDBTimeZone
File "C:\TERA_SERVER\box\pyCruise\DB.py", line 13, in <module>
import MySQLdb
File "C:\Python26\lib\site-packages\MySQLdb\__init__.py", line 19, in <module>
import _mysql
ImportError: DLL load failed: %1 is not a valid Win32 application.

Make sure you have Python 2.6 32bit version and MySQL 5.7 or higher installed.
 
Experienced Elementalist
Joined
May 17, 2007
Messages
217
Reaction score
20
check logs and consoles output, possible U can see errors origin in there...

the logs nor console say anything about any error



Only thing in the console is

[17/Jun/2022:01:44:45] ENGINE Bus STARTED
50.82.43.247 - - [17/Jun/2022:01:44:49] "GET /main HTTP/1.1" 200 7981 "http://167.114.208.196:8070/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0"
[17/Jun/2022:01:44:49] ENGINE Started monitor thread 'Monitor'.
50.82.43.247 - - [17/Jun/2022:01:44:49] "POST /getL10NResources HTTP/1.1" 200 11762 "http://127.0.0.1:8070/main" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0"
50.82.43.247 - - [17/Jun/2022:01:44:49] "GET /getCurrentUserInfo HTTP/1.1" 200 184 "http://127.0.0.1:8070/main" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0"
50.82.43.247 - - [17/Jun/2022:01:44:49] "GET /getTopMenuList HTTP/1.1" 200 4546 "http://127.0.0.1:8070/main" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0"
50.82.43.247 - - [17/Jun/2022:01:44:49] "GET /getLeftMenuList HTTP/1.1" 200 164 "http://127.0.0.1:8070/main" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0"
50.82.43.247 - - [17/Jun/2022:01:44:52] "GET /getPageServiceItemTag?sort=serviceItemTagSN&dir=asc&startIndex=0&results=10&key=GetPageServiceItemTag&enableFlag=1 HTTP/1.1" 200 142 "http://127.0.0.1:8070/main" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0"
 
TERA Foundation
Joined
Jun 3, 2020
Messages
489
Reaction score
787
Check console logs of steer server and box api.
 
Back
Top