Running soul.exe in Ollydbg

11/23/2011 17:48 sandolkakos#1
Hi folks,
was anyone successful with running soul.exe in Ollydbg ?

i am trying, but i get this error:
Process terminated, exit code 0
11/23/2011 19:08 Eurion#2
Yes, you can run it in olly or immunity.

[Only registered and activated users can see links. Click Here To Register...]
11/24/2011 07:05 sandolkakos#3
Thanks for fast reply Eurion.
I am opening, but when i try run to debug, i get this error in "Last Line":

I want try Debug with the Game Running.
Know you if this is possible?
11/24/2011 08:06 XxFearReaperXx#4
Code:
7C812AEB   [03:59:21] Debug string: Error: [ExitLink] Address not found in ini/oem.dat
should be in your error logs?

check your OEMs and add [ExitLink] to it like this:
Code:
[ExitLink]
Address= http://www.google.com/
should work fine then
remember you have to run the soul.exe pretty much completely though in order to open it. thats what ollydbg does. it runs the programs and you need ALL associations with the file there
11/24/2011 16:11 sandolkakos#5
Is happening the same problem.
This happen before of Login Screen appear.
Have you did success in debug the soul.exe while game is running?

@edit
What i want, is try modify the newer official soul.exe to run it in our private servers.
11/28/2011 02:05 funhacker#6
Your error tells you exactly what's going wrong..

Quote:
7C812AEB [03:59:01] Debug string: Error: [GodAdditionExp] 9 not found in ini/GodAdditionExp.ini.
So either the "GodAdditionExp.ini" does not exist or the required data within the file doesn't exist.

By the way, new client won't work unless you recode the server to use the same encryption methods for packet data? You also then have to change the packet structures and so forth..
11/28/2011 05:58 sandolkakos#7
Thanks for helping funhacker.

I can't solve the "Debug string" errors, because i already using the newer files, and are missing these required datas :(

But, how the new client won't work unless that i recode the server, then i stoped trying.