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]HispanoZ source code FULL Release Terrain V3 I:SS

Newbie Spellweaver
Joined
Aug 29, 2015
Messages
7
Reaction score
0
how to fix the error Fatal error ?

#ifdef FINAL_BUILD
if (antihackNotFound) {
MessageBox(GetActiveWindow(), "Fatal error", "Error", MB_OK);
ExitProcess(0);
 
Newbie Spellweaver
Joined
Aug 9, 2015
Messages
43
Reaction score
9
Fix Fatal Eror ?



Help me pls

r3dlog.txt


000000.054| Checking for D3D11


Code:
/*#ifdef FINAL_BUILD  if (antihackNotFound) {
          MessageBox(GetActiveWindow(), "Fatal error", "Error", MB_OK);
          ExitProcess(0);
  }
#endif*/
 
Joined
Apr 23, 2013
Messages
1,172
Reaction score
1,790
already erased :/

Search
Code:
static void startupFunc(DWORD in)

remove
Code:
CCRC32 crc;
and remove this
Code:
#ifdef FINAL_BUILD  if (LoadLibrary(TEXT("PhysXMon.dll")) != NULL) {
          unsigned long myCrc = 0;
          if (!crc.FileCRC("PhysXMon.dll", &myCrc))
                antihackNotFound = 1;
          else {
                  if (myCrc == DLL_CRC) {
                          antihackNotFound = 0;
                  } else {
                          antihackNotFound = 1;
                  }
          } 
          
  } else
          antihackNotFound = 1;
#endif

remove this
Code:
#ifdef FINAL_BUILD  if (antihackNotFound) {
          MessageBox(GetActiveWindow(), "Fatal error", "Error", MB_OK);
          ExitProcess(0);
  }
#endif

and this
Code:
#ifdef FINAL_BUILDstatic unsigned antihackNotFound = 1;
#endif

build and done!! :glare:
 
Junior Spellweaver
Joined
Apr 5, 2012
Messages
148
Reaction score
5
Someone can upload the files by part or from Torrent download?
 
Newbie Spellweaver
Joined
Aug 9, 2015
Messages
43
Reaction score
9
it did not work
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Aug 5, 2015
Messages
9
Reaction score
0
How do I set IP
I am using VM virtual machine! How to modify the IP
Sometimes the 404 code 8
Such as
For example: if it is my IP (192.168.1.1)
How do I modify? Or do you have a video tutorial?
Do I have to use a virtual machine?
I used the sogou translation
Excuse me
My bad bad English



Hope someone can help me
SUPERVISOR
External IP 192.168.1.100 WEBAPI 127.0.0.1 and hispaz.DDNS.NET how do you change it?
If my IP is (192.168.1.1) needs to change an individual? Or all?
Do you need a virtual machine?
 
Newbie Spellweaver
Joined
Aug 9, 2015
Messages
43
Reaction score
9
Fatal error fix thx lukas :)


Another error
r3dlog.txt

Code:
--- Log started at Tue Sep 08 16:22:02 2015

000000.063| Checking for D3D11
000000.094| Input Devices enabled: Mouse, Keyboard
000000.111| VMEM As seen through DDRaw: 2000
000000.111| VMEM As seen through WMI: 0
000000.121| We have 3769 MB texture memory
000000.122| r3dFont: Creating Verdana 10pt
000000.122| r3dFont: Finished creating Verdana 10pt
000000.122| r3dFont: Creating Tahoma 12pt
000000.124| r3dFont: Finished creating Tahoma 12pt
000000.124| r3dFont: Creating Tahoma 10pt
000000.125| r3dFont: Finished creating Tahoma 10pt
000000.126| r3dFont: Creating Tahoma 9pt
000000.127| r3dFont: Finished creating Tahoma 9pt
000000.420| Starting updater, v:0.0.9, cmd:
000000.420| Checking for new updater
000000.526| Checking for new updater - finished
000002.026| Checking for game update
000002.128| Checking for game update - finished
000002.128| Opening game data
000002.149| r3dFS: version:September 8, 2015 8:23, 26396 files
000002.235| r3dFS: version:September 8, 2015 8:23, 26396 files
000002.299| Opening game data - finished
000002.299| current build version=1493698583, updater data version=1493698583
000002.299| WaitReadyToPlay!
000002.299| Making sure extracted files exists
000005.750| Making sure extracted files exists - finished
000006.175| Checking for game update
000006.281| Checking for game update - finished
000006.282| CUpdater::Stop()
000006.282| Starting game
000006.282|  failed1
000006.296|  failed: 2
 
Newbie Spellweaver
Joined
Aug 9, 2015
Messages
43
Reaction score
9
Can someone please upload the database file? Mine seems to be corrupted and I don't want to redownload the 14 gigs, everything else is fine.
Please and thanks!

Breezenet and warz.bak :)

 
Joined
Apr 27, 2008
Messages
667
Reaction score
124
Breezenet and warz.bak :)


Thank you much appreciated! Is breezenet required?

EDIT:

I'm getting this > TITLE: Microsoft SQL Server Management Studio
------------------------------

An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)

------------------------------
ADDITIONAL INFORMATION:

The media family on device 'C:\WarZ\Databases\WarZ.bak' is incorrectly formed. SQL Server cannot process this media family.
RESTORE HEADERONLY is terminating abnormally. (Microsoft SQL Server, Error: 3241)

For help, click:

------------------------------
BUTTONS:

OK
------------------------------

EDIT:

Fixed, turns out I was connecting to MSSQL 2005.
 
Last edited:
Back
Top