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!

[Solved] Crashes in Nubark Cave and Crystal Cave (EP 3.5 Source VS2013)

Newbie Spellweaver
Joined
Jul 23, 2016
Messages
10
Reaction score
0
AceOnline.atm error

When I enter map of Nubarke Cave ( 4010 ) and Crystal Cave

Excuse me , As I fix it ?

22 21:14:28| GameEndRoutine [A(leonel:1024) C(Pordiocero:1263) CI(201)] Map(3002) Position(2647, 343, 6930)
07-22 21:14:31| GameStartRoutine(T_FC_CHARACTER_GAMESTART) [A(leonel:1024) C(HarryPotter:1015) CI(201)] Map(4010) Position(4473, 243, 5233) IP(xxx.xxx.xxx.xxx)
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7004790]
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7004800]
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7020350]
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7022270]
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7022270]
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7004920]
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7004900]
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7004940]
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7017970]
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7004940]
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,IN
07-22 21:14:31| [Notify] CAtumSJ::GetTimeSecondByItemKind8ItemAttribute,Itemnum [7004940]
07-22 21:14:42|Socket Closed Client(xxx.xxx.xxx.xxx:49573) SocketType(7) |SockIdx( 201)| MaxWriteBufCounts[ 11] ==> reason 5[0X000005], deletedPacketCount(0)
07-22 21:14:42| GameEndRoutine [A(leonel:1024) C(HarryPotter:1015) CI(201)] Map(4010) Position(4473, 243, 5233)

M4YKk6h - [Solved] Crashes in Nubark Cave and Crystal Cave (EP 3.5 Source VS2013) - RaGEZONE Forums


I9O1LSy - [Solved] Crashes in Nubark Cave and Crystal Cave (EP 3.5 Source VS2013) - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited by a moderator:
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
Re: [Help] Crashes in Nubark Cave and Crystal Cave (EP 3.5 Source VS2013)

The exception code 0xC0000417 is defined as "INVALID_CRUNTIME_PARAMETER". This exception happens only very rarely... As the name says a parameter specified to the C-Runtime is invalid. It's likely that a C-Function got called with invalid parameters.

However we need more information than just the places where you crash to be able to help you. It looks like you're running a Combat Rivals client. Did you compile the client yourself or do you use the one Combat Rivals had?

In case you compiled it yourself, you can attach a debugger to the application and can find out exactly where the exception occurs and can apply further debugging to it. If you don't know how to do that however, use google please. This forum is related to development around Ace Online, it's not programming support forum.

If you can't get it debugged, you can also try around with different clients. I always suggest using the clean AO client for your p-servers and no clients from p-servers. These are heavily modified most of the time and wont run at all with the default and clean code.
 
Upvote 0
Newbie Spellweaver
Joined
Jul 23, 2016
Messages
10
Reaction score
0
Re: [Help] Crashes in Nubark Cave and Crystal Cave (EP 3.5 Source VS2013)

This error only I get to put the ace online.atm
if I leave the default aceonline.atm not give me any errors
be something wrong with the compilation?
 
Upvote 0
Newbie Spellweaver
Joined
Jul 23, 2016
Messages
10
Reaction score
0
Re: [Help] Crashes in Nubark Cave and Crystal Cave (EP 3.5 Source VS2013)

GGWP

Ty
 
Last edited:
Upvote 0
Back
Top