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!

[Tutorial] Fix some errors in Doom MMO V3 and Untouched I:SS

Newbie Spellweaver
Joined
Dec 21, 2014
Messages
28
Reaction score
5
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

SET @Developer = 'Yes'
[Err] 42000 - [SQL Server]Must declare the scalar variable "@USER_cID".
42000 - [SQL Server]Must declare the scalar variable "@Developer".
 
Junior Spellweaver
Joined
Sep 18, 2013
Messages
100
Reaction score
64
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

Apologies to all, I will answer all just wait for I am a little busy these days.
Thanks.
 
Custom Title Activated
Loyal Member
Joined
Dec 19, 2014
Messages
1,114
Reaction score
352
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

facedev
Hi please let me archive your root please
I need this
All what you have
-------
C:/WarZ/
- bin
- src
- Server
- tools
thanked
-------------
I hope you're a good man
:eek:tt1:

P.S Sorry for my english
 
Junior Spellweaver
Joined
Sep 18, 2013
Messages
100
Reaction score
64
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

facedev
Hi please let me archive your root please
I need this
All what you have
-------
C:/WarZ/
- bin
- src
- Server
- tools
thanked
-------------
I hope you're a good man
:eek:tt1:

P.S Sorry for my english
Hi, my WarZ folder

C:/WarZ/ (main folder) inside have
REMOVED
 
Last edited:
Newbie Spellweaver
Joined
Jun 6, 2014
Messages
21
Reaction score
5
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

r3dNetwork_Peer_Timeout when you start server
FaceDev pls help.
 
Junior Spellweaver
Joined
Nov 20, 2013
Messages
170
Reaction score
27
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

Could anyone help me urgent PLEASE ..
I always have this error

Code:
Error    1    error LNK2001: unresolved external symbol "char const * __cdecl r3dError(char const *,...)" (?r3dError@@YAPBDPBDZZ)    BuilderConfig.obj    RSBuild
Error    2    error LNK2001: unresolved external symbol "int _r3d_iLogIndent" (?_r3d_iLogIndent@@3HA)    BuilderConfig.obj    RSBuild
Error    3    error LNK2001: unresolved external symbol "bool __cdecl r3dOutToLog(char const *,...)" (?r3dOutToLog@@YA_NPBDZZ)    BuilderConfig.obj    RSBuild
Error    4    error LNK2001: unresolved external symbol "public: __thiscall pugi::xml_document::xml_document(void)" (??0xml_document@pugi@@QAE@XZ)    BuilderConfig.obj    RSBuild
Error    5    error LNK2001: unresolved external symbol "public: __thiscall pugi::xml_document::~xml_document(void)" (??1xml_document@pugi@@QAE@XZ)    BuilderConfig.obj    RSBuild
Error    6    error LNK2001: unresolved external symbol "public: struct pugi::xml_parse_result __thiscall pugi::xml_document::load_buffer_inplace(void *,unsigned int,unsigned int,enum pugi::xml_encoding)" (?load_buffer_inplace@xml_document@pugi@@QAE?AUxml_parse_result@2@PAXIIW4xml_encoding@2@@Z)    BuilderConfig.obj    RSBuild
Error    7    error LNK2001: unresolved external symbol "public: char const * __thiscall pugi::xml_parse_result::description(void)const " (?description@xml_parse_result@pugi@@QBEPBDXZ)    BuilderConfig.obj    RSBuild
Error    8    error LNK2001: unresolved external symbol "public: class pugi::xml_node __thiscall pugi::xml_node::first_child(void)const " (?first_child@xml_node@pugi@@QBE?AV12@XZ)    BuilderConfig.obj    RSBuild
Error    9    error LNK2001: unresolved external symbol "public: class pugi::xml_node __thiscall pugi::xml_node::child(char const *)const " (?child@xml_node@pugi@@QBE?AV12@PBD@Z)    BuilderConfig.obj    RSBuild
Error    10    error LNK2001: unresolved external symbol "public: bool __thiscall pugi::xml_node::empty(void)const " (?empty@xml_node@pugi@@QBE_NXZ)    BuilderConfig.obj    RSBuild
Error    11    error LNK2001: unresolved external symbol "public: class pugi::xml_node __thiscall pugi::xml_node::next_sibling(void)const " (?next_sibling@xml_node@pugi@@QBE?AV12@XZ)    BuilderConfig.obj    RSBuild
Error    12    error LNK2001: unresolved external symbol "public: char const * __thiscall pugi::xml_node::name(void)const " (?name@xml_node@pugi@@QBEPBDXZ)    BuilderConfig.obj    RSBuild
Error    13    error LNK2001: unresolved external symbol "public: char const * __thiscall pugi::xml_attribute::value(void)const " (?value@xml_attribute@pugi@@QBEPBDXZ)    BuilderConfig.obj    RSBuild
Error    14    error LNK2001: unresolved external symbol "public: class pugi::xml_attribute __thiscall pugi::xml_node::attribute(char const *)const " (?attribute@xml_node@pugi@@QBE?AVxml_attribute@2@PBD@Z)    BuilderConfig.obj    RSBuild
Error    15    error LNK2001: unresolved external symbol "public: __thiscall r3dCamera::r3dCamera(void)" (??0r3dCamera@@QAE@XZ)    main.obj    RSBuild
Error    16    error LNK2001: unresolved external symbol "public: __thiscall r3dLightSystem::r3dLightSystem(void)" (??0r3dLightSystem@@QAE@XZ)    main.obj    RSBuild
Error    17    error LNK2001: unresolved external symbol "public: __thiscall r3dLightSystem::~r3dLightSystem(void)" (??1r3dLightSystem@@QAE@XZ)    main.obj    RSBuild
Error    18    error LNK2001: unresolved external symbol "public: __thiscall r3dFileSystem::r3dFileSystem(void)" (??0r3dFileSystem@@QAE@XZ)    main.obj    RSBuild
Error    19    error LNK2001: unresolved external symbol "public: __thiscall r3dFileSystem::~r3dFileSystem(void)" (??1r3dFileSystem@@QAE@XZ)    main.obj    RSBuild
Error    20    error LNK2001: unresolved external symbol "public: bool __thiscall r3dFileSystem::OpenArchive(char const *)" (?OpenArchive@r3dFileSystem@@QAE_NPBD@Z)    main.obj    RSBuild
Error    21    error LNK2001: unresolved external symbol "float __cdecl r3dGetTime(void)" (?r3dGetTime@@YAMXZ)    main.obj    RSBuild
Error    22    error LNK2001: unresolved external symbol "public: bool __thiscall r3dFileSystem::ExtractFile(class r3dFS_FileEntry const *,char const *)" (?ExtractFile@r3dFileSystem@@QAE_NPBVr3dFS_FileEntry@@PBD@Z)    main.obj    RSBuild
Error    23    error LNK2001: unresolved external symbol "public: static void __cdecl r3dMaterialLibrary::Reset(void)" (?Reset@r3dMaterialLibrary@@SAXXZ)    main.obj    RSBuild
Error    24    error LNK2001: unresolved external symbol "void * r3d_CurrentProcess" (?r3d_CurrentProcess@@3PAXA)    main.obj    RSBuild
Error    25    error LNK2001: unresolved external symbol "struct HINSTANCE__ * win::hInstance" (?hInstance@win@@3PAUHINSTANCE__@@A)    main.obj    RSBuild
Error    26    error LNK2001: unresolved external symbol "void __cdecl RegisterAllVars(void)" (?RegisterAllVars@@YAXXZ)    main.obj    RSBuild
Error    27    error LNK2001: unresolved external symbol "void __cdecl UnregisterAllVars(void)" (?UnregisterAllVars@@YAXXZ)    main.obj    RSBuild
Error    28    error LNK2001: unresolved external symbol "struct HWND__ * win::hWnd" (?hWnd@win@@3PAUHWND__@@A)    main.obj    RSBuild
Error    29    error LNK2001: unresolved external symbol "int _r3d_bTerminateOnZ" (?_r3d_bTerminateOnZ@@3HA)    main.obj    RSBuild
Error    30    error LNK2001: unresolved external symbol "int _r3d_bLogToConsole" (?_r3d_bLogToConsole@@3HA)    main.obj    RSBuild
Error    31    error LNK2001: unresolved external symbol "int _r3d_MatLib_SkipAllMaterials" (?_r3d_MatLib_SkipAllMaterials@@3HA)    main.obj    RSBuild
Error    32    error LNK2001: unresolved external symbol "void __cdecl r3d_actual_assert(char const *,char const *,unsigned int,bool)" (?r3d_actual_assert@@YAXPBD0I_N@Z)    r3dFSBuilder.obj    RSBuild
Error    33    error LNK2001: unresolved external symbol "public: class r3dFS_FileEntry const * __thiscall r3dFS_FileList::Find(char const *)const " (?Find@r3dFS_FileList@@QBEPBVr3dFS_FileEntry@@PBD@Z)    r3dFSBuilder.obj    RSBuild
Error    34    error LNK2001: unresolved external symbol "public: class r3dFS_FileEntry * __thiscall r3dFS_FileList::AddNew(char const *)" (?AddNew@r3dFS_FileList@@QAEPAVr3dFS_FileEntry@@PBD@Z)    r3dFSBuilder.obj    RSBuild
Error    35    error LNK2001: unresolved external symbol "bool __cdecl r3dGetFileCrc32(char const *,unsigned long *,unsigned long *)" (?r3dGetFileCrc32@@YA_NPBDPAK1@Z)    r3dFSBuilder.obj    RSBuild
Error    36    error LNK2001: unresolved external symbol "bool __cdecl getFileTimestamp(char const *,struct _FILETIME &)" (?getFileTimestamp@@YA_NPBDAAU_FILETIME@@@Z)    r3dFSBuilder.obj    RSBuild
Error    37    error LNK2001: unresolved external symbol "public: bool __thiscall r3dFS_FileList::Remove(char const *)" (?Remove@r3dFS_FileList@@QAE_NPBD@Z)    r3dFSBuilder.obj    RSBuild
Error    38    error LNK2001: unresolved external symbol "public: bool __thiscall r3dFileSystem::BuildNewArchive(char const *)" (?BuildNewArchive@r3dFileSystem@@QAE_NPBD@Z)    r3dFSBuilder.obj    RSBuild
Error    39    error LNK2001: unresolved external symbol "struct _iobuf * __cdecl fopen_for_write(char const *,char const *)" (?fopen_for_write@@YAPAU_iobuf@@PBD0@Z)    r3dFSBuilder.obj    RSBuild
Error    40    error LNK2001: unresolved external symbol "public: void __thiscall r3dFileSystem::CloseVolumes(void)" (?CloseVolumes@r3dFileSystem@@QAEXXZ)    r3dFSBuilder.obj    RSBuild
Error    41    error LNK2001: unresolved external symbol "public: void __thiscall r3dFileSystem::RemoveVolumeFiles(void)" (?RemoveVolumeFiles@r3dFileSystem@@QAEXXZ)    r3dFSBuilder.obj    RSBuild
Error    42    error LNK2001: unresolved external symbol "unsigned int __cdecl R3DMESH_BINARY_VERSION_get(void)" (?R3DMESH_BINARY_VERSION_get@@YAIXZ)    r3dFSBuilder.obj    RSBuild
Error    43    error LNK2001: unresolved external symbol "public: __thiscall r3dMesh::r3dMesh(int)" (??0r3dMesh@@QAE@H@Z)    r3dMeshConvert.obj    RSBuild
Error    44    error LNK2001: unresolved external symbol "public: bool __thiscall r3dMesh::Load(char const *,bool,bool,bool)" (?Load@r3dMesh@@QAE_NPBD_N11@Z)    r3dMeshConvert.obj    RSBuild
Error    45    fatal error LNK1120: 44 unresolved externals    ..\..\bin\RSBuild.exe    RSBuild
 
Initiate Mage
Joined
Jan 10, 2015
Messages
3
Reaction score
0
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

facedev - [Tutorial] Fix some errors in Doom MMO V3 and Untouched I:SS - RaGEZONE Forums
helppp !
 
Newbie Spellweaver
Joined
Dec 28, 2014
Messages
40
Reaction score
2
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

How to enable server cliffside ?
 
Newbie Spellweaver
Joined
Dec 29, 2014
Messages
41
Reaction score
3
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

facedev
how to FairFight activated ?
 
Last edited:
Junior Spellweaver
Joined
Mar 26, 2011
Messages
194
Reaction score
13
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

@favedev

How I define in visual studio (Include and Library)?


when I rebuild the client I get this error when running the launcher

PhysX Warning (invalid parameter): 'Wrong version: foundation version is 0x03020400, tried to create 0x03020500' at file ..\..\foundation\src\PsFoundation.cpp, line 152
000008.713| !!! ERROR: PxCreateFoundation failed!
000008.713| ... exiting



in my studio works without problem only after the rebuild that error problem begins
 
Master Summoner
Joined
Mar 30, 2013
Messages
543
Reaction score
72
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

@favedev

How I define in visual studio (Include and Library)?


when I rebuild the client I get this error when running the launcher

PhysX Warning (invalid parameter): 'Wrong version: foundation version is 0x03020400, tried to create 0x03020500' at file ..\..\foundation\src\PsFoundation.cpp, line 152
000008.713| !!! ERROR: PxCreateFoundation failed!
000008.713| ... exiting



in my studio works without problem only after the rebuild that error problem begins
Outdated physx.
 
Junior Spellweaver
Joined
Mar 26, 2011
Messages
194
Reaction score
13
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

fucked now appeared more problems.


will be that it is because of these outdated DLL!

| !!! ERROR: Failed to parse server XML, error: Could not determine tag type
000024.076| ... exiting
 
Initiate Mage
Joined
Jan 10, 2015
Messages
3
Reaction score
0
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

--- Log started at Sat Jan 17 02:00:22 2015


000000.133| Checking for D3D11
000000.152| r3dFile: can't open game.ini
000000.152| Can't open file "game.ini"
000000.152| r3dFile: can't open local.ini
000000.152| Can't open file "local.ini"
000000.169| Input Devices enabled: Mouse, Keyboard
000000.242| VMEM As seen through DDRaw: -1039
000000.242| VMEM As seen through WMI: 0
000000.309| We have 4091 MB texture memory
000000.309| r3dFont: Creating Verdana 10pt
000000.312| r3dFont: Finished creating Verdana 10pt
000000.312| r3dFont: Creating System 12pt
000000.313| r3dFont: Finished creating System 12pt
000000.313| r3dFont: Creating System 10pt
000000.313| r3dFont: Finished creating System 10pt
000000.313| r3dFont: Creating System 8pt
000000.313| r3dFont: Finished creating System 8pt
000000.313| r3dFont: Creating System 11pt
000000.313| r3dFont: Finished creating System 11pt
000000.633| Starting updater, v:1.2.7, cmd:
000000.633| Checking for new updater
000000.992| Checking for new updater - finished
000003.204| WO_API: returned http403
000003.205| Login FAILED, code: 8

HELP PLS
 
Banned
Banned
Joined
Jan 25, 2014
Messages
126
Reaction score
12
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

hackshield? antihack notfound please help
 
Newbie Spellweaver
Joined
Oct 24, 2013
Messages
15
Reaction score
1
Re: [TUTORIAL] Fix some errors in Doom MMO V3 and Untouched I:SS

this error can't see survivors tab . please help me
 

Attachments

You must be registered for see attachments list
Back
Top