Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

InjectedDLL Crashing with OnClick Event #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Inject the dll
2. Make a context menu
3. Click that item in the context menu

What is the expected output? What do you see instead?
Its expected to send the eventID over the pipe to my program, instead the
client crashes and gives the error "Unknown eventID" I presume this is
because the VF address is incorrect.

What version of the product are you using? On what operating system?
I'm ONLY using the injected DLL, but everything in it works except for
this. I have same addresses and TibiaAPI

Please provide any additional information below.

Original issue reported on code.google.com by darkstar...@hotmail.com on 26 Mar 2009 at 1:22

GoogleCodeExporter commented 9 years ago
This is because of the 'bad' addresses, sorry everyone that would be my fault.

Original comment by joebingham07@gmail.com on 26 Mar 2009 at 5:02

GoogleCodeExporter commented 9 years ago
If I knew how to update them I would gladly submit them for you guys to change, 
but
yeah I dont know how to do that lmao

Original comment by darkstar...@hotmail.com on 26 Mar 2009 at 11:04

GoogleCodeExporter commented 9 years ago
Seems to be fixed with revision 627.

Original comment by geancarl...@gmail.com on 8 Apr 2009 at 5:09