Colloseum error...please help
Sorry for bothering ...i've tried the IDA PRO for this but I didn't understand a thing...Did someone experienced this error? if yes, how can I fix it?
Quote:
Exception code : C0000005 ACCESS_VIOLATION
Fault address :004081A6 01:000071A6 C:\Server files\Blessed Flyff\Resource\7-WorldServer.exe
Registers:
EAX:0280C06D
EBX:43A63ED8
ECX:00050005
EDX:0956F002
ESI:4729AE6C
EDI:00000000
CS:EIP:001B:004081A6
SS:ESP:0023:089FFE84 EBP:4729AE50
DS:0023 ES:0023 FS:003B GS:0000
Flags:00010202
Call stack:
Address Frame
004081A6 089FFEB8 CColosseumMatch::CreateMover+1A6
0040881A 089FFED0 CColosseumMng::Process+EA
0045ACB7 089FFF7C CRunObject::Run+407
0045AD89 089FFF80 CRunObject::_Run+9
00579A65 089FFFB4 _threadstartex+6F
7C80B50B 089FFFEC GetModuleFileNameA+1B4
Re: Colloseum error...please help
As far as I can tell, something is going wrong in the CColosseumMatch::CreateMover function. I don't know how far into it though since I don't have your source files. (I'm using that source, but I've made personal mods to my colosseum coding)
As a quick guess, it might be trying to create a monster that doesn't exist. I can't be sure though.
Re: Colloseum error...please help
Sir are all of the errors listed is all about the colloseum right?
BTW i used the BLESSED INFINITUM source :)
Sir I've checked all the MONSTERS it is all defined in the files :)
Re: Colloseum error...please help
Re: Colloseum error...please help
As ShadowDragon42 said.
There's something in source or resource which crashing your server. That things in source are:
CColosseumMatch::CreateMover function
and
CColosseumMng::Process function
I'm sure, that CColosseumMng::Process using CColosseumMatch::CreateMover function, then source-sided crash problem is with that function: CColosseumMatch::CreateMover
Now, what can cause it. There are some ways.
1. You have edited or wrote CColosseumMatch::CreateMover function wrong in Your source code. Something that needs to be used by this function doesn't exist or something is just wrong wrote in source code
2. Your Resource folder files are wrong. It's saying that something wrong is with CColosseumMatch::CreateMover. Then we can have two problems:
2.1. NPC, which are spawn by this function doesn't exist
2.2. Monster, which are spawn by this function doesn't exist
I think that only problem you have is that, you don't have defined Monster which gonna be spawned by CColosseumMatch::CreateMover function.
It's the easiest way I can explain this problem.
Like if I have helped.