Forum ‹ ActionScript 3.0 ‹ Error in Connection.addMessageHandler
2 posts
• Page 1 of 1
Error in Connection.addMessageHandler
Hi,
In my error log I get sometimes the following as3 error:
Error In callback handler for Connection.addMessageHandler("*")
But that is all it says... I really have no clue where to start looking, because all my messages go through addMessageHandler("*") . How to find the source?
Best regards, Geert
In my error log I get sometimes the following as3 error:
Error In callback handler for Connection.addMessageHandler("*")
But that is all it says... I really have no clue where to start looking, because all my messages go through addMessageHandler("*") . How to find the source?
Best regards, Geert
- GBurg
- Paid Member
- Posts: 73
- Joined: February 9th, 2011, 10:27 am
Re: Error in Connection.addMessageHandler
hi today, I runned in debug mode, and I had this weird error again:
[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
The weird thing is, not the error, but the place of the error. It was in Bridge:Client.Connection (as showed my call stack), so somewhere inside the PlayerIO code. After running further, my game did perfectly well handling the message that was send! So doesn't seem to be a critical bug, but little bit annoying, because of my error log having these weird codes =)
[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
The weird thing is, not the error, but the place of the error. It was in Bridge:Client.Connection (as showed my call stack), so somewhere inside the PlayerIO code. After running further, my game did perfectly well handling the message that was send! So doesn't seem to be a critical bug, but little bit annoying, because of my error log having these weird codes =)
- GBurg
- Paid Member
- Posts: 73
- Joined: February 9th, 2011, 10:27 am
2 posts
• Page 1 of 1