EP9 Same as Bubu Shared

GLPVPSchoolWarsAgent Change State to 'Register Start'

for everyone, please help me how to fix this because I can't register a new account?
 
Please help because I can't register a new account. how to fix it?
1693352223593 - EP9 Same as Bubu Shared - RaGEZONE Forums
 
I think you need to change back to the original lg-7 global ranking and hook up the lg7.dll


you forgot to add a semicolon on where you modified a file. ;
I didn't modified any files/codes yet. The allocate.hpp where the error is from boost_1_56 folder on RanThirdParty
 
did you try to check on client side, maybe on charset, class cons that might affect the flow of the agent server. you can try to test other juver client

Yes, already check on other juver client files. I already Trace the main issue, I think the one messing about Agentserver.exe
is under source code GLAgentServer.cpp since I had a chance to tracing its base, this what Bugtrap report on my side.

I trace it on source code and guess what??? :bird: :bird: :bird:
it redirects me on the code that I wrote fixing Guild Ranking.

I will try to remove this code, maybe it will fix AgentServer.exe bugtrap report on myside. feedback you later.

1693376765465 - EP9 Same as Bubu Shared - RaGEZONE Forums



thanks for the guide I manage to check it thru debugging

draven.reyes


Edited: FYI. already confirm by WinDbg check this out.​

1693379914804 - EP9 Same as Bubu Shared - RaGEZONE Forums

:reeeee: :reeeee: :reeeee:

Update:​

done fixing issue AgentServer.exe bug trap issue.

Tested on VM.​

1693384551410 - EP9 Same as Bubu Shared - RaGEZONE Forums

Please give some likes if it helps. thanks.​

 
Last edited:
Yes, already check on other juver client files. I already Trace the main issue, I think the one messing about Agentserver.exe
is under source code GLAgentServer.cpp since I had a chance to tracing its base, this what Bugtrap report on my side.

I trace it on source code and guess what??? :bird: :bird: :bird:
it redirects me on the code that I wrote fixing Guild Ranking.

I will try to remove this code, maybe it will fix AgentServer.exe bugtrap report on myside. feedback you later.

View attachment 241010


thanks for the guide I manage to check it thru debugging

draven.reyes


Edited: FYI. already confirm by WinDbg check this out.​

View attachment 241014

:reeeee: :reeeee: :reeeee:

Update:​

done fixing issue AgentServer.exe bug trap issue.​

Tested on VM.​

View attachment 241018

Please give some likes if it helps. thanks.​

so this is the main issue of why angentserver.exe suddenly gone without trace? thanks for this.

I think you need to change back to the original lg-7 global ranking and hook up the lg7.dll


you forgot to add a semicolon on where you modified a file. ;
i will try this thanks
 
Yes, already check on other juver client files. I already Trace the main issue, I think the one messing about Agentserver.exe
is under source code GLAgentServer.cpp since I had a chance to tracing its base, this what Bugtrap report on my side.

I trace it on source code and guess what??? :bird: :bird: :bird:
it redirects me on the code that I wrote fixing Guild Ranking.

I will try to remove this code, maybe it will fix AgentServer.exe bugtrap report on myside. feedback you later.

View attachment 241010


thanks for the guide I manage to check it thru debugging

draven.reyes


Edited: FYI. already confirm by WinDbg check this out.​

View attachment 241014

:reeeee: :reeeee: :reeeee:

Update:​

done fixing issue AgentServer.exe bug trap issue.​

Tested on VM.​

View attachment 241018

Please give some likes if it helps. thanks.​

Have you ever encountered that you can't register ingame, how can you fix it?
 
Top guild maybe have problem cuz it must link to get the guild record win-lose (request battle with others guild by party from guild master 's party ingame) and database no have script sql for battle guild
So, maybe that'why owner source disable top guild
 
Please help me i can't register ingame. how to fix this?
 

Attachments

  • Captur - EP9 Same as Bubu Shared - RaGEZONE Forums
    Capture.webp
    88.7 KB · Views: 147
This source still working ingame register. Make sure you using db shared here or if u merge to other source it must have been added script sql for db read it
yes sir, I use Db which is also shared here, I haven't memerged yet.

Please help here because I can't register a new account in the ingame.
I'm using only the Shared DB here
1693407551113 - EP9 Same as Bubu Shared - RaGEZONE Forums
 
Last edited:
Try to use simple security key like 1234 also change email with number and alphabet
Use VM to run server side only
 
Add account by sql then try to connect to server . If it can't connect, can't register
it worked sir, I created an account in sql which I logged into ingame.

Thanks for sharing. it works, too long to compile since I only have 2 cores lolz.

JNYVtUH - EP9 Same as Bubu Shared - RaGEZONE Forums
Hello sir can you share DataBased. Thanks


----SOLVED-----
 

Attachments

  • IMG20230831002110 - EP9 Same as Bubu Shared - RaGEZONE Forums
    IMG20230831002110.webp
    437.9 KB · Views: 176
Last edited:
Anyone fix agent server force close?
Try follow Girliesh post just backread because he already solved it.

I don't know why others have a problem with the server agent. maybe did you use the ep9src folder or did you merge it ep9-update with ep9src?

I only use ep9-update and someday maybe I will have the same problem from agent server that will auto force close if I merge with ep9src folder because it has Free PK feature.. and big thanks to girliesh he already solved the issue and share it here.
 
Anyone fix agent server force close?
You need to input all .map and .pdb files on client's folder to able to work bugtrap debugging. for detailed info need to save crashdump.dmp and open it to WinDbg - you can download it on microsoft store free.

So you can trace the fault issue why agentserver.exe forcely close.
 
Back