Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Creating canvases cause a system crash on switch #225

Open
1 task done
NyakoFox opened this issue Apr 2, 2024 · 0 comments
Open
1 task done

[Bug]: Creating canvases cause a system crash on switch #225

NyakoFox opened this issue Apr 2, 2024 · 0 comments
Labels

Comments

@NyakoFox
Copy link

NyakoFox commented Apr 2, 2024

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

function love.load(args)
    canvas = love.graphics.newCanvas(320, 240)
    -- comment out the above line to remove the crash
end

function love.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
@NyakoFox NyakoFox added the bug label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant