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!

Disconnect Data server when start Game Server

Newbie Spellweaver
Joined
Jul 17, 2020
Messages
6
Reaction score
0
Any one can help me i got this problem when i start gameserver is disconnect for dataserver



Hazards - Disconnect Data server when start Game Server - RaGEZONE Forums

Hazards - Disconnect Data server when start Game Server - RaGEZONE Forums




Problem signature: Problem Event Name: BEX64
Application Name: IGC.DataServer.exe
Application Version: 6.0.0.0
ApplicationTimestamp: 59ed2f10
Fault Module Name: IGC.DataServer.exe
Fault Module Version: 6.0.0.0
Fault Module Timestamp: 59ed2f10
Exception Offset: 00000000000d727b
Exception Code: c0000409
Exception Data: 0000000000000000
OS Version: 6.1.7601.2.1.0.272.7
Locale ID: 1033
Additional Information 1: 72b1
Additional Information 2: 72b1ddd64c1dbdc4c60cd8fe80728a37
Additional Information 3: 4d81
Additional Information 4: 4d810fe692f7f874216ba618f658f283
Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt



Problem signature: Problem Event Name: BEX64
Application Name: IGC.DataServer.exe
Application Version: 6.0.0.0
ApplicationTimestamp: 59ed2f10
Fault Module Name: IGC.DataServer.exe
Fault Module Version: 6.0.0.0
Fault Module Timestamp: 59ed2f10
Exception Offset: 00000000000d727b
Exception Code: c0000409
Exception Data: 0000000000000000
OS Version: 6.1.7601.2.1.0.272.7
Locale ID: 1033
Additional Information 1: 72b1
Additional Information 2: 72b1ddd64c1dbdc4c60cd8fe80728a37
Additional Information 3: 4d81
Additional Information 4: 4d810fe692f7f874216ba618f658f283
Read our privacy statement online: http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline: C:\Windows\system32\en-US\erofflps.txt
 
Last edited:
Newbie Spellweaver
Joined
Jul 17, 2020
Messages
6
Reaction score
0
Hi KarLi,
I got file from your link in your youtube channel.
I have run this server near 2months ready but on 1st june 2021 VPS auto restart.
After restart it become like this.(Sovathost VPS)
ODBC ready done.
So how to fix this
 
Upvote 0
Joined
Oct 8, 2006
Messages
740
Reaction score
289
Could be the Data Execution with the exception code 0xC0000409. This is most likely the clue.
0xc0000409 means STATUS_STACK_BUFFER_OVERRUN


Try this:
(A short guide I found on Google, lol)
Step 1: Click on the Start Menu > Search for Command Prompt > Right-click on Command Prompt > Run As Administrator.
Step 2: Once the Command Prompt is up and running, type the below command and hit Enter.


  • bcdedit.exe /set {current} nx AlwaysOff
Step 3: Once you get the output as The operation completed successfully, restart your computer once and check for the issue.
I'm strongly suggest to upgrade to a newer Window Server version because according to your OS VERSION:
6.1.7601.2.1.0.272.7. this is Window Server 2008 R2.

Be sure you have your VC++ installed, also .NET Framework 4.5+ installed and, if you are using a VPS, update the OS to the latest updates available.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 17, 2020
Messages
6
Reaction score
0
Here is VDO Link:




now im asking sovahost to reinstall new window but it windows server 2012 should it's work with S6E3 file
 
Upvote 0
Joined
May 26, 2009
Messages
17,279
Reaction score
3,204
Here is VDO Link:




now im asking sovahost to reinstall new window but it windows server 2012 should it's work with S6E3 file

try to give permissions to your system32 folder full cus its not set by default, and if u have more than 4gb ram in syswow64
right click of the folder >go on properties and then advanced properties, click Auditing then click Add and add ur current user and apply>save> ok see if it helps if not then i hope sova helps u out
 
Upvote 0
Newbie Spellweaver
Joined
Jul 17, 2020
Messages
6
Reaction score
0
Dear KarLi,

After reinstall new windows server 2012 R2 i have restore my back up file SQL S6 E3 but it's still show the same problem so will it become from my file server? Or do you have new link for free file server that stable? Can you share it to me thank.



Dear KarLi,

Now i think it problem from database when i try new data base it work normal.

But when i use my old database it's show that error.

Here is link VDO for More Detail:

So how to fix this problem?

Thank for your help me again.
 
Upvote 0
Joined
Oct 8, 2006
Messages
740
Reaction score
289
From your video, your database could contain corrupted fields, tables or data or your DB is missing them and also, restoring a database from an old database doesn't mean it has 100% valid or uncorrupted data. Sometimes backups/files can get corrupted when transferred between devices.

Also, make sure your old database is similar to the database which is working(same fields, same tables, same stored procedures).
A single field missing can crash your app without even knowing it's missing.

I'm suggesting you to take your time and go through both databases.

If it's working with the new database, then something is not right with your old database. Good luck, mate.
 
Upvote 0
Back
Top