-
Notifications
You must be signed in to change notification settings - Fork 8
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
In-Game: [YYC] collision_rectangle() causes silent crash in early 2024.800 runtimes #7075
Comments
Fixed, same issue as #6767 |
Verified fixed on IDE v2024.800.0.605 Runtime v2024.800.0.628. Thank you. |
I am still getting silent crashes in both YYC and VM with var num = selectMultiple || !hasNextTargetAvailable ?
collision_rectangle_list(global.camera.view_left, global.camera.view_top, global.camera.view_left + global.camera.view_width, global.camera.view_top + global.camera.view_height, obj_Interactable, false, true, _tempList1, true)
: 0; Edit: This is 100% reproducible in our production demo on Steam (currently on runtime
|
@danieltjewett Would probably be good to make a new report, comments on closed reports don't usually get seen in my experience |
@KormexGit Are you experiencing this issue by chance? I'll most likely make an issue later tonight or tomorrow. We're working out the kinks of upgrading to |
@danieltjewett A simple test of just calling collision_rectangle_list does not crash for me, so if I were to guess there's some additional condition required that your project has happening |
@KormexGit Agreed. We're using I have found that it is easier for the team to have easily reproducible bugs than what I posted above. My posting above is for searching in Github, if someone else ever were to encounter the issue. I will link the new issue (once I find more) here as well. |
Upon further investigation, this code of ours shouldn't even be running, because we have a flag set that should gate this on game end. However, this gate is [obviously] not working correctly. My assumption is that |
Description
While testing one of my games, I noticed that collision_rectangle_list was causing a silent crash. Replicated the issue with what I believe might be the case.
Steps To Reproduce
Which version of GameMaker are you reporting this issue for?
IDE v2024.800.0.602 Runtime v2024.800.0.624
Which operating system(s) are you seeing the problem on?
Windows 10.0.19045.0
Which platform(s) are you seeing the problem on?
Windows
32557554-d163-488b-885d-b4e4c8ce0427
The text was updated successfully, but these errors were encountered: