You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
Hi I am stuck with the demo vector project for Android. My problem is with the deserialization of the sceneStream.
Scene2D.Deserialize(sceneStream, true) runs into a ProtoBuf.ProtoException
is this a Bug or am I missing something? I just copied the code from your example.
Your support would be great!
Best Regards
Update:
I tested my code now inside a simple prototype, where it runs without problems. But when I try to runs the exact same code inside my release application it runs into this ProtoException.
I searched the Internet for the cause, but could not find any solutions. The Assemlies, .map file and build environment are the same.
I also found that sometimes the "No parameterless constructor"-Exception is thrown when the stream handed to it is empty. So I'm now searching for problems with the sceneStream which is given to Scene2D.Deserialize(). But when I compare the streams from my working prototype and the release application they seem identical. Does Anyone know what I have to look for?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi I am stuck with the demo vector project for Android. My problem is with the deserialization of the sceneStream.
Scene2D.Deserialize(sceneStream, true)
runs into a ProtoBuf.ProtoExceptionis this a Bug or am I missing something? I just copied the code from your example.
Your support would be great!
Best Regards
Update:
I tested my code now inside a simple prototype, where it runs without problems. But when I try to runs the exact same code inside my release application it runs into this ProtoException.
I searched the Internet for the cause, but could not find any solutions. The Assemlies, .map file and build environment are the same.
I also found that sometimes the "No parameterless constructor"-Exception is thrown when the stream handed to it is empty. So I'm now searching for problems with the sceneStream which is given to Scene2D.Deserialize(). But when I compare the streams from my working prototype and the release application they seem identical. Does Anyone know what I have to look for?
The text was updated successfully, but these errors were encountered: