Google-Code-Fork / tibiaapi

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

Tibia.Packets.Incoming crash tibia app #188

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I try to send packet to the client with Tibia.Packets.Incoming
2. I tried Tibia.Packets.Incoming.AnimatedTextPacket.Send(cliente, "hi 
men", New Tibia.Objects.Location(3, 3, 3), Tibia.Constants.TextColor.Blue) 
and my client stop working
3.i tried Tibia.Packets.Incoming.ChannelOpenPacket.Send(Cliente, 
Tibia.Constants.ChatChannel.Custom, "LALLA") and my client stop working

What is the expected output? What do you see instead?
i debugged with vb.net and that show this error (tibia app) may this help
Unhandled exception at 0x0045ba01 in Tibia.exe: 0xC0000005: Access 
violation reading location 0x00000000.

What version of the product are you using? On what operating system?
r782, Windows 7 64 bits

Please provide any additional information below.
When i run that code i get it working but the tibia just stop working.

Original issue reported on code.google.com by sebasb...@gmail.com on 7 Jan 2010 at 3:31

GoogleCodeExporter commented 9 years ago
The first packet crashes because the location is outside the screen. The 
coordinates
you specify are absolute world coordinates, like player.Location.

I could not repro the second problem; the code you posted worked fine for me.

Original comment by ian320 on 17 Feb 2010 at 11:15