geode-sdk / geode

The ultimate Geometry Dash modding framework
https://geode-sdk.org/
Boost Software License 1.0
696 stars 122 forks source link

Crash after deleting checkpoint #629

Closed mottyan1991 closed 6 months ago

mottyan1991 commented 6 months ago

Geode Issue

Platform

Windows

Geode Version

2.0.0-beta.22

Mods Installed

== Installed Mods == x | [v1.0.1] colon.gold_user_coins x | [v1.0.0] creo.color_unlock_hack x | [v1.0.0] creo.music_unlock_hack x | [v1.0.2] elsai.pause_menu_zoom x | [v1.0.3] firee.GoldenBest x | [v2.0.0-beta.22] geode.loader x | [v1.8.1] geode.node-ids x | [v1.0.0] izzy.practice_sync x | [v0.1.9] lexi.visiblecheckpoints x | [v1.0.1] mat.max-window x | [v1.0.2] mat.run-info x | [v2.8.5] maxnu.gd_mega_overlay x | [v2.0.4-beta.1] muhammadgames.bettermenu x | [v1.0.0] polsk.pause_settings x | [v2.1.0] prevter.openhack x | [v1.0.2] relative.account_statuses x | [v1.1.3] shineua.geometrize2gd x | [v1.0.3] thesillydoggo.icon_kit_switcher x | [v1.1.1] TheSillyDoggo.StartposSwitcher x | [v1.5.4] zilko.xdbot

Steps to Reproduce

crash after delete 2~4 times checkpoint https://github.com/geode-sdk/geode/assets/163700174/dd3f3e12-7858-44ce-9612-9fae026b81e9

スクリーンショット 2024-03-17 111651

Crash Report

2024-03-16T19:04:48+0900 Whoopsies! An unhandled exception has occurred.

== Geode Information == Loader Version: v2.0.0-beta.22 Loader Commit: d90bfdd Bindings Commit: 179edb2 Installed mods: 20 Problems: 0

== Exception Information == Faulty Module: D:\Geometry.Dash\libcocos2d.dll Faulty Mod: Exception Code: c0000005 (EXCEPTION_ACCESS_VIOLATION) Exception Flags: 0 Exception Address: 6C69A370 (libcocos2d.dll + 6a370 (cocos2d::CCObject::release + 0)) Number Parameters: 2

== Stack Trace ==

== Register States == EAX: 18efab28 EBX: 00000000 ECX: 8803c200 EDX: 19f99738 EBP: 0073ef54 ESP: 0073ef48 EDI: ffffffff ESI: 18efadb0 EIP: 6c69a370

== Installed Mods == x | [v1.0.1] colon.gold_user_coins x | [v1.0.0] creo.color_unlock_hack x | [v1.0.0] creo.music_unlock_hack x | [v1.0.2] elsai.pause_menu_zoom x | [v1.0.3] firee.GoldenBest x | [v2.0.0-beta.22] geode.loader x | [v1.8.1] geode.node-ids x | [v1.0.0] izzy.practice_sync x | [v0.1.9] lexi.visiblecheckpoints x | [v1.0.1] mat.max-window x | [v1.0.2] mat.run-info x | [v2.8.5] maxnu.gd_mega_overlay x | [v2.0.4-beta.1] muhammadgames.bettermenu x | [v1.0.0] polsk.pause_settings x | [v2.1.0] prevter.openhack x | [v1.0.2] relative.account_statuses x | [v1.1.3] shineua.geometrize2gd x | [v1.0.3] thesillydoggo.icon_kit_switcher x | [v1.1.1] TheSillyDoggo.StartposSwitcher x | [v1.5.4] zilko.xdbot

Additional Information

No response

Prevter commented 6 months ago
  1. "I confirm that this crash is NOT related to a mod but directly to Geode Loader itself." is made for a reason
  2. Disable "VisibleCheckpoints" and try again
mottyan1991 commented 6 months ago
  1. "I confirm that this crash is NOT related to a mod but directly to Geode Loader itself." is made for a reason
  2. Disable "VisibleCheckpoints" and try again

doing this fix that. thank you prevter