BOI files (released)

06/30/2012 20:55 destroyerx1z#166
I know that :3
06/30/2012 21:01 Vendigo011#167
so what to do with database? (boi.sql)
06/30/2012 21:33 LeRaz0r#168
Can someone Boot Line.exe (GameServer), let it boot, show me what it says after finished loading? If I'm right, it could be the cause of no realms..
06/30/2012 21:35 joseus34#169
Quote:
Originally Posted by LeRaz0r View Post
Can someone Boot Line.exe (GameServer), let it boot, show me what it says after finished loading? If I'm right, it could be the cause of no realms..
serverstartup4 or some else
06/30/2012 21:40 LeRaz0r#170
Yeah. I think that it isn't supposed to be like that. If you've noticed, it creates files everytime you boot the gamserver:

Code:
Line.exe_2012-06-30 21_34_39.[b]timeout[/b]
Seems like it timeouts and cancells the boot or something. Just a guess. Shouldn't be creating dump (.dmp) files if something wasn't wrong..
06/30/2012 22:25 m2rter#171
LeRaz0r crash dmp file is only created when you don't run it as administrator (you know from the right click menu). I opened one of the crash files with visual basic, it said something about not having enough rights to access the files needed.
I will post my latest log of Line.exe so you could have a look but basically for me it reaches to Gateserver's listener and then died out on it's own.
Link: [Only registered and activated users can see links. Click Here To Register...]
Though yeah, I'm a complete novice so I might be wrong.
06/30/2012 22:47 LeRaz0r#172
Yeah I've been looking through all the dump files with Visual Basic. Got the same error about Rights.

Even then, GameServer runs the same, no Realms are loaded.. I really don't get it.


After debugging some more, running everything as Administrator, the .dmp files are still created for Line.exe (GameServer):
Code:
> GameServer startup......
> ServerLine4>
That's when it times out. I don't understand why. :/ Dump file won't say anything of interest about it.
06/30/2012 22:51 m2rter#173
How long does it take for it to timeout?
06/30/2012 22:53 demonlordace#174
ok i know one thing u did not look at open up line.pdb with hexediter the pdb file will contain all the info u need i know this as i did this to get the rappelz 7.3 files that were released in a non working state used this method to get the files running

p.s look at any pdb files for further errors and u should be good

basicly a .pdb file is a referance to the source code of said game

it should contain table names for dbs collum names all this kind of stuff
06/30/2012 22:55 destroyerx1z#175
Sometimes run as administrator isnt enough, like trying to change explorer.exe doesnt work without using "Owner" rights and not "administor" rights. Can someone investigate into this
06/30/2012 22:55 LeRaz0r#176
m2rter, as soon as it loads to the point I showed (ServerLine4) it times out.
06/30/2012 22:58 destroyerx1z#177
Someone open up line.pdb with a hex editor, i dont have one
06/30/2012 23:00 demonlordace#178
just google hex editor workshop
06/30/2012 23:00 m2rter#179
LeRaz0r weird because at the moment I have been stuck in that state for like 10 mins, it's just waiting for something, like input or whatever.
Though in log it reached:
2012-06-30 23:48:17 lv2:GS4:socket err:10061 -- CLogsrvConnector::OnError -- CTcpSocket::Connect -- ::connect function return SOCKET_ERROR
06/30/2012 23:06 destroyerx1z#180
I dont get this hex editor shizz