FunkinCrew / Funkin

A rhythm game made with HaxeFlixel
https://www.newgrounds.com/portal/view/770371
Other
2.95k stars 2.29k forks source link

Crash Report: game crashes when i try to go to main menu #3589

Open gabrysfor555 opened 2 weeks ago

gabrysfor555 commented 2 weeks ago

Issue Checklist

Platform

Itch.io (Downloadable Build) - Windows

Browser

None

Version

0.5.0

Description

so err when i pressed enter on the title screen after the game just crashes i dont know whats happening rahh

heres a video of this happening (sped up) https://github.com/user-attachments/assets/a2904f66-fb32-475e-9c5d-54452ea3d4f3

Steps to Reproduce

  1. open the game
  2. press enter
  3. idfk it only happens to me

Crash logs

crash-2024-10-05-16-03-41.log

AbnormalPoof commented 2 weeks ago

Can't repro, but I seemed to have the exact same issue when I tried changing the OpenGL profile on macOS. Have you tried on v0.5.1?

lemz1 commented 2 weeks ago

FunkinCamera Line 242:

return Lib.current.stage.context3D.createTexture(width, height, BGRA, true);

context3D is always some OpenGL stuff, so yeah i guess something went wrong with OpenGL, although i dont know what.