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!

[Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc)

Joined
Oct 28, 2011
Messages
2,465
Reaction score
1,258
Successful compile's on everything but patcher

When I refer to cHiPiDle's thread, I mean this one: http://forum.ragezone.com/f640/release-iris-1-18-server-920390/
When I refer to holchan's thread, I mean this one: http://forum.ragezone.com/f641/tutorial-compile-source-920921/

Adding this note here as well:
-----------------------------
STL seems to be an issue with both releases of source code cHiPiDle's and holchan's.
I can get holchan's Code to successfully compile, all but the patcher.

----------------------------------------
Update 4 AM 4/1/2003
----------------------------------------
Key = Build type (Note: Always make sure HttpDownLoader is set to <R>)
----------------
<D> = <Debug>
<R> = <Release>
<S> = <Release_Selling>
<U> = <Release_Unicode>
----------------
***Successful builds using the following Build Types***
<D> DummyClient
<R> AgentDemon
<S> Client
<R> GameServ
<R> HttpDownLoader
<R> Launcher
<R> LogDemon
<R> LoginSrv
<R> MapEditor
<R> ModelViewer
<R> PatchBackupMaker
<R> PatchMaker
<R> RC5Crypto
<R> ResourceChecker
<D> ServerTool
<D> UnPackTool
<U> ZipArchive
***Unsuccessful Build due to STL incompatability***
<Any build type> Patcher *Fail*

VS2005 <Includes>
------------------
ThirdParty\MilesWin\include <-- from cHiPiDle's post
ThirdParty\curl-7.21.3\include\curl <-- from cHiPiDle's post
IRIS_Code\RC5Crypto <-- from holchan's post
STLport-5.1.5\stlport <-- from cHiPiDle's post
C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include <-- as mentioned in holchan's post

VS2005 <Libraries>
------------------
ThirdParty\MilesWin\lib <-- from cHiPiDle's post
ThirdParty\curl-7.21.3\lib\LIB-Release <-- from cHiPiDle's post
STLport-5.1.5\lib <-- from cHiPiDle's post
C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Lib\x86 <-- as mentioned in holchan's post

Build Order was same as listed above. It truly didn't matter when I built it this way.
Still looking into the Patcher issue with STLport-5.1.5 (this version is listed through out the source code, so it must have been a machine dependency based on architecture that allowed them to bypass this issue. would not surprise me if the code was originally compiled on either Sun Sparc, AIX, or HP-UX Mid-Range Servers; as this is the typical architecture for STLport development.)


Keeping notes in both threads kinda suxxors, but it is the only way I can guarantee I don't have to wonder who read what. ;-)

So anyhow, successful built files:
--------------------------------
DummyClient.exe
IrisAgentDemon.exe
IrisClient.exe
IrisGameSrv.exe
IrisLauncher.exe
IrisLogDemon.exe
IrisLoginSrv.exe
IrisMapEditor.exe
ModelView.exe
RegenTool.exe
ServerTool.exe

Did not modify the Client password from your previous post, in case your curious.
Code:
Still the same:
#define PACK_PASSWORD	_T("dkdlfltmehdwjq10aks")

What I may do:
For STLport issues not recognizing some commands:
Just not going to fight this patcher right now.
It may very well be better to take what is there for the patcher and re-write it properly.
 
Last edited:
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
the database users are?

Code:
username: 175iris
password: zida@()#(zk2

Username: 175web
Password: tmvdemgmspdlgfd$$

Translated everything that was in chinese, and could not find the users to put in security...
 
Newbie Spellweaver
Joined
Mar 23, 2013
Messages
72
Reaction score
3
Error 1 fatal error C1083: Cannot open include file: 'NiBuildConfiguration.h': No such file or directory d:\iris\source4\iris_code\client\stdafx.h 23 Client


Please help me to fix it
cats - [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc) - RaGEZONE Forums cats1 - [Release] Iris 1.18 (Server+Client+GM tool v1.18.18061, Source SOKE v1.18, etc) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
Error 1 fatal error C1083: Cannot open include file: 'NiBuildConfiguration.h': No such file or directory d:\iris\source4\iris_code\client\stdafx.h 23 Client


Please help me to fix it
View attachment 133673 View attachment 133674

That's gamebryo SDK error. I'll upload the sdk, and when done, i'll edit this post.

EDIT:
Here is Gamebryo sdk..

sdk.rar (480.4 MB)
 
Last edited:
(oO (||||) (||||) Oo)
Loyal Member
Joined
Aug 6, 2009
Messages
2,132
Reaction score
429
The game server throws an error when inserting data related to game items. Other data such as skills, etc is inserted just fine when running /insert parameter.

I looked into the source and SQL command that executes the insert throws -1 error which translates to something like data is null or something.
Code:
SQLCHAR*    statement = (SQLCHAR*)"{call GP_ITEM_DEFINE_INSERT(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}";

C:\IRIS_SERVER>IrisGameSrv.exe /insert

=============== INSERT START ===============


SQLGame Initialization & Data loading success.
1 ├╩║╕└┌└╟ ╝⌠ ╝╥╡σ 1 0 0 0 1 101 49999 21 1 1 1 1
1665 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1
1 1 0 0 0 397 100001 0 0 2 0
SQLReturn Error: -1
TB_ITEM_DEFINE table was not complete!!!
Press Any Key to Continue...

Is this caused by item name not being read properly?
 
Newbie Spellweaver
Joined
Mar 23, 2013
Messages
72
Reaction score
3
Check use,pass for ODBC+SQL

The game server throws an error when inserting data related to game items. Other data such as skills, etc is inserted just fine when running /insert parameter.

I looked into the source and SQL command that executes the insert throws -1 error which translates to something like data is null or something.
Code:
SQLCHAR*    statement = (SQLCHAR*)"{call GP_ITEM_DEFINE_INSERT(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}";



Is this caused by item name not being read properly?


Check use,pass for ODBC+SQL
 
(oO (||||) (||||) Oo)
Loyal Member
Joined
Aug 6, 2009
Messages
2,132
Reaction score
429
Check use,pass for ODBC+SQL

SQL and ODBC are fine since other data, such as skills, is being inserted into database.

Edit #1:
While compiling client, after adding DirectX SDK, GameBryoSDK, MilesSDK, STLPort, and other prerequisites, you might encounter error about "member of dll interface class...". To "fix" it add following line to Stdafx.h in client project.

Code:
#define _STLP_STATIC_CONST_INIT_BUG    1
 
Last edited:
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
The game server throws an error when inserting data related to game items. Other data such as skills, etc is inserted just fine when running /insert parameter.

I looked into the source and SQL command that executes the insert throws -1 error which translates to something like data is null or something.
Code:
SQLCHAR*    statement = (SQLCHAR*)"{call GP_ITEM_DEFINE_INSERT(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}";



Is this caused by item name not being read properly?

Might be the cause of a wrong database, and scripts. Try this database and scripts or ust script alone should be enough. (Backup old scripts though)



Btw, do you happen to know a fix for this problem?

Code:
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(150) : error C2039: 'wint_t' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(150) : error C2868: 'wint_t' : illegal syntax for using-declaration; expected qualified-name
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(157) : error C2039: 'mbstate_t' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(157) : error C2868: 'mbstate_t' : illegal syntax for using-declaration; expected qualified-name
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(163) : error C2039: 'btowc' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(163) : error C2873: 'btowc' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(165) : error C2039: 'mbsinit' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(165) : error C2873: 'mbsinit' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(170) : error C2039: 'mbrlen' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(170) : error C2873: 'mbrlen' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(171) : error C2039: 'mbrtowc' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(171) : error C2873: 'mbrtowc' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(172) : error C2039: 'mbsrtowcs' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(172) : error C2873: 'mbsrtowcs' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(173) : error C2039: 'wcrtomb' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(173) : error C2873: 'wcrtomb' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(174) : error C2039: 'wcsrtombs' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(174) : error C2873: 'wcsrtombs' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(183) : error C2039: 'fgetwc' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(183) : error C2873: 'fgetwc' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(184) : error C2039: 'fgetws' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(184) : error C2873: 'fgetws' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(185) : error C2039: 'fputwc' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(185) : error C2873: 'fputwc' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(186) : error C2039: 'fputws' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(186) : error C2873: 'fputws' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(192) : error C2039: 'fwide' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(192) : error C2873: 'fwide' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(194) : error C2039: 'fwprintf' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(194) : error C2873: 'fwprintf' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(195) : error C2039: 'fwscanf' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(195) : error C2873: 'fwscanf' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(196) : error C2039: 'getwchar' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(196) : error C2873: 'getwchar' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(201) : error C2039: 'getwc' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(201) : error C2873: 'getwc' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(203) : error C2039: 'ungetwc' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(203) : error C2873: 'ungetwc' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(205) : error C2039: 'putwc' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(205) : error C2873: 'putwc' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(207) : error C2039: 'putwchar' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(207) : error C2873: 'putwchar' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(221) : error C2039: 'swprintf' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(221) : error C2873: 'swprintf' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(222) : error C2039: 'vswprintf' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(222) : error C2873: 'vswprintf' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(224) : error C2039: 'swscanf' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(224) : error C2873: 'swscanf' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(225) : error C2039: 'vfwprintf' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(225) : error C2873: 'vfwprintf' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(226) : error C2039: 'vwprintf' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(226) : error C2873: 'vwprintf' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(231) : error C2039: 'wcsftime' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(231) : error C2873: 'wcsftime' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(233) : error C2039: 'wcstok' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(233) : error C2873: 'wcstok' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(239) : error C2039: 'wcscoll' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(239) : error C2873: 'wcscoll' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(240) : error C2039: 'wcsxfrm' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(240) : error C2873: 'wcsxfrm' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(242) : error C2039: 'wcscat' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(242) : error C2873: 'wcscat' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(243) : error C2039: 'wcsrchr' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(243) : error C2873: 'wcsrchr' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(244) : error C2039: 'wcscmp' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(244) : error C2873: 'wcscmp' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(246) : error C2039: 'wcscpy' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(246) : error C2873: 'wcscpy' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(247) : error C2039: 'wcscspn' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(247) : error C2873: 'wcscspn' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(249) : error C2039: 'wcslen' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(249) : error C2873: 'wcslen' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(250) : error C2039: 'wcsncat' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(250) : error C2873: 'wcsncat' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(251) : error C2039: 'wcsncmp' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(251) : error C2873: 'wcsncmp' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(252) : error C2039: 'wcsncpy' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(252) : error C2873: 'wcsncpy' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(253) : error C2039: 'wcspbrk' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(253) : error C2873: 'wcspbrk' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(254) : error C2039: 'wcschr' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(254) : error C2873: 'wcschr' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(256) : error C2039: 'wcsspn' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(256) : error C2873: 'wcsspn' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(260) : error C2039: 'wcstod' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(260) : error C2873: 'wcstod' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(261) : error C2039: 'wcstol' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(261) : error C2873: 'wcstol' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(266) : error C2039: 'wcsstr' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(266) : error C2873: 'wcsstr' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(267) : error C2039: 'wmemchr' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(267) : error C2873: 'wmemchr' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(271) : error C2039: 'wctob' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(271) : error C2873: 'wctob' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(274) : error C2039: 'wmemcmp' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(274) : error C2873: 'wmemcmp' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(275) : error C2039: 'wmemmove' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(275) : error C2873: 'wmemmove' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(277) : error C2039: 'wprintf' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(277) : error C2873: 'wprintf' : symbol cannot be used in a using-declaration
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(278) : error C2039: 'wscanf' : is not a member of 'std'
1>C:\Users\Yuu\Desktop\IRIS_CODE\STLport-5.1.5\stlport\stl/_cwchar.h(278) : fatal error C1003: error count exceeds 100; stopping compilation

I've get this problem only in this source though. I checked their #Defines and don't see anything wrong with them
 
Last edited:
(oO (||||) (||||) Oo)
Loyal Member
Joined
Aug 6, 2009
Messages
2,132
Reaction score
429
Might be the cause of a wrong database, and scripts. Try this database and scripts or ust script alone should be enough. (Backup old scripts though)



Btw, do you happen to know a fix for this problem?

I've get this problem only in this source though. I checked their #Defines and don't see anything wrong with them

Add following pre-processor to the configuration you are building.
Worked for me

_STLP_INTERNAL_CWCHAR
 
Joined
Jan 22, 2009
Messages
1,136
Reaction score
428
The game server throws an error when inserting data related to game items. Other data such as skills, etc is inserted just fine when running /insert parameter.

I looked into the source and SQL command that executes the insert throws -1 error which translates to something like data is null or something.
Code:
SQLCHAR*    statement = (SQLCHAR*)"{call GP_ITEM_DEFINE_INSERT(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)}";



Is this caused by item name not being read properly?

@jM2.me
Maybe you are using resource from v1.18 KR.

Difference:

v1.18 KR:
Code:
800002	ÇÏ±Þ MP ȸº¹ ¹°¾à	800002	0	3	0	4	401	52800	1	100	1	15	1	150	0	0	0	0	0	0	0	800002	1	0	0	0	0	0	0	0	0	0	0	0	2558	0	0	0	2	0

v1.12 JPN:

Code:
800002	ÇÏ±Þ MP ȸº¹ ¹°¾à	800002	0	3	0	4	401	52800	1	100	1	15	1	150	0	0	0	0	0	0	800002	1	0	0	0	0	0	0	0	0	0	0	2558	0	0	0	2	0
 
Last edited:
Joined
Aug 20, 2010
Messages
1,387
Reaction score
253
@Topic
I'm having a problem with this Client.
He does not want to read the encrypted file *.pack

I'm using this pack:
http://forum.ragezone.com/f640/release-pack-tool-source-758412/

But my client don't read. Maybe it's necessary rewritten packets from this pack.

Try these packtools, they work fine with me.
View attachment Tools.rar

I also partially translated the unpacktool to english

Note:
If you're getting sxstrace.exe error, then install Visual Studio 2008, to get the missing C++ Libraries
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Mar 23, 2013
Messages
72
Reaction score
3
I want to know how to edit my language Print in the game


Please help me:adore:
 
Back
Top