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
Well, good tutorials, and good repo, Mr. Richards, thanks.
I tried to run some examples and found EndOfStreamException is thrown in many of them. The debugger shows it is in the Core.Model.TextureManager.Create1By1Tex method, this line:
db.Data.Write(color);
I commented this line and the code works fine. Is setting the color of this pixel really necessary, or it is a defensive measure? I'm not sure why it throws an EndOfStreamException while "trying to read" (as the debugger prompts).
The text was updated successfully, but these errors were encountered:
Well, good tutorials, and good repo, Mr. Richards, thanks.
I tried to run some examples and found
EndOfStreamException
is thrown in many of them. The debugger shows it is in theCore.Model.TextureManager.Create1By1Tex
method, this line:I commented this line and the code works fine. Is setting the color of this pixel really necessary, or it is a defensive measure? I'm not sure why it throws an
EndOfStreamException
while "trying to read" (as the debugger prompts).The text was updated successfully, but these errors were encountered: