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
After creating a canvas, the system crashes. Apparently this is inconsistent between builds, which leads me to believe there's some UB hiding somewhere in the code.
What was Expected?
Canvases would function as expected, instead of crashing the system.
Code to Reproduce
functionlove.load(args)
canvas=love.graphics.newCanvas(320, 240)
-- comment out the above line to remove the crashendfunctionlove.draw()
love.graphics.print("test", 0, 0)
end
Console
Nintendo Switch
Firmware Version(s)
17.0.1
Custom Firmware Version
1.6.2
Execution Method
Homebrew Menu
Code of Conduct
I have read the Code of Conduct and agree to these terms
The text was updated successfully, but these errors were encountered:
Software Version
3.0.1
What Happened?
After creating a canvas, the system crashes. Apparently this is inconsistent between builds, which leads me to believe there's some UB hiding somewhere in the code.
What was Expected?
Canvases would function as expected, instead of crashing the system.
Code to Reproduce
Console
Nintendo Switch
Firmware Version(s)
17.0.1
Custom Firmware Version
1.6.2
Execution Method
Homebrew Menu
Code of Conduct
The text was updated successfully, but these errors were encountered: