Hex values not parsed correctly with CodeGenerator.exe
hpsin opened this issue · 0 comments
hpsin commented
When attempting to parse https://github.com/mumble-voip/mumble/blob/master/src/Mumble.proto ( codegenerator.exe mumble.proto --output "MumbleProto.cs" --fix-nameclash
), the following error is seen: Mumble.proto(354,17): error CS001: Input string was not in a correct format.
Changing the hex values on line 355, 357, and 359 to their decimal equivalents fixes the error.