Google-Code-Fork / tibiaapi

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

Tibia client debugs when relogging with HookProxy #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- What steps will reproduce the problem?

Use the attached application or use 
  Client client = Client.GetClients()[0];
  HookProxy proxy = new HookProxy(client);
in your own application. Then:

1. Start Tibia, Login
2. Run the application
3. Relog your character

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

The Tibia client debugs when relogging or logging in when the HookProxy is
active (error log attached). Would be better if the proxy/dll could safely
deactivate in some way, or maybe I'm doing it all wrong.

- What version of the product are you using? On what operating system?

TibiaAPI v2.9.3 for Tibia 8.55
Windows 7 Professional

- Please provide any additional information below.

Not sure if this an actual bug, or how the proxy/injected dll works
internally. I just started with C# and TibiaAPI and I love using it. ;)

Original issue reported on code.google.com by alex.nih...@gmail.com on 21 Apr 2010 at 3:35

Attachments:

GoogleCodeExporter commented 9 years ago
Discard this, same as Issue 178. Go me!

Original comment by alex.nih...@gmail.com on 21 Apr 2010 at 3:39

GoogleCodeExporter commented 9 years ago

Original comment by ian320 on 21 Apr 2010 at 10:24