tavenzhang / protoc-gen-as3

Automatically exported from code.google.com/p/protoc-gen-as3
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Exception when trying to run toString on a Protobuf Object #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In certain cases a null object reference error is thrown when trying to run 
toString on a protobuf object.

TypeError: Error #1009: Cannot access a property or method of a null object 
reference.
at 
-0Rv::TextFormat$/-0I2()C:\Users\Atry\Desktop\protoc-gen-as3\as3\com\netease\pro
tobuf\TextFormat.as:290
at 
-0Rv::TextFormat$/-I8()C:\Users\Atry\Desktop\protoc-gen-as3\as3\com\netease\prot
obuf\TextFormat.as:199
at 
-0Rv::TextFormat$/-0Cm()C:\Users\Atry\Desktop\protoc-gen-as3\as3\com\netease\pro
tobuf\TextFormat.as:309
at 
-0Rv::TextFormat$/-0PH()C:\Users\Atry\Desktop\protoc-gen-as3\as3\com\netease\pro
tobuf\TextFormat.as:319
at 
_-0Rv::Message/toString()C:\Users\Atry\Desktop\protoc-gen-as3\as3\com\netease\pr
otobuf\Message.as:209

Original issue reported on code.google.com by j...@kixeye.com on 7 Jun 2012 at 12:14

GoogleCodeExporter commented 9 years ago
Your SWF obfuscator is buggy.

Original comment by pop.atry@gmail.com on 7 Jun 2012 at 2:01

GoogleCodeExporter commented 9 years ago
Have you run into issues with protoc-gen-as2 & swf obfuscators on other 
projects?  We are using SecureSWF.

Original comment by j...@kixeye.com on 7 Jun 2012 at 2:44