Neuz Error (Compiled Source)

Joined
Oct 22, 2010
Messages
502
Reaction score
73
Im using Virtuos's source as a base but with a friend of mine's edits. The source works for him but when i try to enter the game with my char the neuz stops responding. The errors I get are:
Code:
2011/07/12	10:35:27
query:RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01'
SQLSTATE:42000 error:[Microsoft][SQL Server Native Client 10.0][SQL Server]SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF]. 
2011/07/12	10:35:27
query:RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01'
SQLSTATE:01000 error:[Microsoft][SQL Server Native Client 10.0][SQL Server]OLE DB provider "SQLNCLI10" for linked server "RANKING" returned message "Login timeout expired".
2011/07/12	10:35:27
query:RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01'
SQLSTATE:01000 error:[Microsoft][SQL Server Native Client 10.0][SQL Server]OLE DB provider "SQLNCLI10" for linked server "RANKING" returned message "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.".
Code:
2011/ 7/12   10:35:15   OP: 26045340, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2011/ 7/12   10:35:41   OP: 25505, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


2011/ 7/12   10:35:41   LUA - Event - ID:1,  Title:Mysterious Bag & Happy Money Event!,  State:1

2011/ 7/12   10:35:46   OP: 5048, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0


[COLOR="Red"]2011/ 7/12   10:35:48   CDbManager::UpdateGuildRanking¿¡¼­ (RANKING.RANKING_DBF.dbo.RANKING_STR 'R1','01') ½ÇÆÐ[/COLOR]

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224882

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224883

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224884

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224885

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224890

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224891

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224892

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224893

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224886

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224887

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224888

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224889

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224894

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224895

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224896

2011/ 7/12   10:38:40   chip cost < 1 : npc = MaFl_Waforu, item = 224897
Code:
==================   logged at 2011/7/12 10:40:16    ==========================

Exception code : C0000005 ACCESS_VIOLATION
Fault address :0041176B 01:0001076B C:\Fly For Fun\My Flyff\New Repack\V15_FIles\Resource\WorldServer.exe

Registers:
EAX:FFFFFFF1
EBX:00000000
ECX:FFFFFFFD
EDX:FFFFFFFF
ESI:00000004
EDI:0B223790
CS:EIP:0023:0041176B
SS:ESP:002B:0018F450  EBP:0018F47C
DS:002B  ES:002B  FS:0053  GS:002B
Flags:00010286

Call stack:
Address   Frame
0041176B  0018F47C  0001:0001076B C:\Fly For Fun\My Flyff\New Repack\V15_FIles\Resource\WorldServer.exe
004CA3AF  0018F4A8  0001:000C93AF C:\Fly For Fun\My Flyff\New Repack\V15_FIles\Resource\WorldServer.exe


===== [end of file] =====

The last error comes up as a crystal dump file for my worldserver.

Im fairly sure its the line highlighted in red but iunno x.x
 
Last edited:
TBH I would suggest using spikensbror's source as a base. Then slowly learning how to create new stuff with the source.

In the end you should be able to code new contents in.

Why use his source? Because it is the most stable source released.
 
Last edited:
TBH I would suggest using spikensbror's source as a base. Then slowly learning how to create new stuff with the source.

In the end you should be able to code new contents in.

Why use his source? Because it is the most stable source released.

The problem isn't with stability..
A friend of mine sent me his bins that worked for him and didn't work for me ._.
 
Back