Google-Code-Fork / tibiaapi

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

Injected dll doesn't unload correctly #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Tibia
2. Inject the dll
3. Close your application so the dll gets uninjected and unloaded
4. Try to start your application and inject the dll again

What is the expected output? What do you see instead?

After uninjection and unloading, there should be no trace of your
application. After starting and stopping, the app should work as expected
the next time the dll is injected (same process, remember). But since it
doesn't unload correctly, you have to restart the client.

Original issue reported on code.google.com by ian320 on 31 Aug 2009 at 11:46

GoogleCodeExporter commented 9 years ago
I don't have this problem.
1.On what OS have you verified(hopefully) this issue?
2.What builds were you using for the dll and tibiaapi(build/release)?
3.Can you show a code sample that reproduces this problem?

Original comment by geancarl...@gmail.com on 2 Sep 2009 at 4:08

GoogleCodeExporter commented 9 years ago
1) I can verify this on Windows 7 Build 7100.
2) I have the newest revision compiled in release mode for both DLLs.
3) Two seperate button clicks
   Dim hook As HookProxy = New HookProxy(client)
   and
   Packets.Incoming.ChannelOpenPacket.Send(client, Packets.ChatChannel.Custom, "Test")

----

When I close my application, relaunch it, and click the packet sending button 
the
custom channel is opened, and when I click the button to initiate the hookproxy 
then
click the packet sending button the packet isn't sent.

Original comment by joebingham07@gmail.com on 2 Sep 2009 at 7:47

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I haven't been able to reproduce this as of r764. Ian, can you reconfirm your 
issue?
Thanks.

Original comment by joebingham07@gmail.com on 12 Nov 2009 at 5:34

GoogleCodeExporter commented 9 years ago
I do not see this issue any more.

Original comment by ian320 on 17 Feb 2010 at 10:39