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

Can you use texture packs with geode? every time I do, I get this error code #330

Open
Sewshi opened this issue Dec 1, 2024 · 1 comment

Comments

@Sewshi
Copy link

Sewshi commented Dec 1, 2024

2024-12-01T12:16:42-0600
Whoopsies! An unhandled exception has occurred.

== Geode Information ==
Loader Version: v4.0.1
Loader Commit: ed97f3b
Bindings Commit: e30b176
Installed mods: 2
Outdated mods: 0
Problems: 0

== Exception Information ==
Faulty Module: C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\libcocos2d.dll
Faulty Mod:
Exception Code: c0000005 (EXCEPTION_ACCESS_VIOLATION)
Exception Flags: 0
Exception Address: 00007FFC5CFB2AC3 (libcocos2d.dll + 2ac3 (cocos2d::CCNode::addChild + 3))
Number Parameters: 2
Crashed thread: Main

== Stack Trace ==

  • C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\libcocos2d.dll + 2ac3 (cocos2d::CCNode::addChild + 3)
  • C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\GeometryDash.exe + 31995d
  • 000002137B3E2482 (Hook handler)
  • C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\Geode.dll + 34997e (LoadingLayer::init + 62 | /home/runner/work/geode/geode/build/bindings/bindings/Geode/GeneratedSource.cpp:24327)
  • C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\Geode.dll + 4b4e5 (CustomLoadingLayer::init + 53 | /home/runner/work/geode/geode/loader/src/hooks/LoadingLayer.cpp:57)
  • 000002137B3E2482 (Hook handler)
  • C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\GeometryDash.exe + 3195ba
  • C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\GeometryDash.exe + 82d1a
  • C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\libcocos2d.dll + 72946 (cocos2d::CCApplication::run + 358)
  • C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\GeometryDash.exe + 4b6e32
  • C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\Geode.dll + 2402ad (gdMainHook + 557 | /home/runner/work/geode/geode/loader/src/platform/windows/main.cpp:181)
  • C:\Program Files (x86)\Steam\steamapps\common\Geometry Dash\GeometryDash.exe + 4b821a
  • C:\Windows\System32\KERNEL32.DLL + 1259d (BaseThreadInitThunk + 29)
  • C:\Windows\SYSTEM32\ntdll.dll + 5af38 (RtlUserThreadStart + 40)

== Register States ==
RAX: 00007ff6e784e7d0
RBX: 0000000000000000
RCX: 0000021304da5060
RDX: 0000000000000000
RBP: 0000000000000000
RSP: 00000040d198f8a0
RDI: 0000000000000000
RSI: 0000000000000000
RIP: 00007ffc92f0af38
R8: 00007ff6e784e7d0
R9: 0000000000000001
R10: 0000000000000003
R11: 00000040d198eac0
R12: 0000000000000000
R13: 0000000000000000
R14: 0000000000000000
R15: 0000000000000000

== Installed Mods ==
x | [v4.0.1] geode.loader
x | [v4.9.0-beta.1] tobyadd.gdh

@SkunkPlatform
Copy link

The error you're encountering in Geometry Dash, specifically an unhandled exception with the code c0000005 (EXCEPTION_ACCESS_VIOLATION) in libcocos2d.dll, indicates an access violation, often due to issues like memory corruption or conflicts between the game and installed mods.

Steps to Resolve the Issue:

  1. Update Geode Loader and Mods:

    • Ensure that both the Geode Loader and all installed mods are updated to their latest versions.
    • Outdated mods can cause compatibility issues.
  2. Disable Recently Added Mods:

    • Temporarily disable mods added just before the issue began.
    • This helps identify if a specific mod is causing the crash.
  3. Verify Game Files:

    • If you're using Steam, verify the integrity of the game files:
      • Go to your Steam Library.
      • Right-click on Geometry Dash and select 'Properties'.
      • Navigate to the 'Local Files' tab and click 'Verify Integrity of Game Files'.
  4. Check for Conflicting Software:

    • Ensure that no other software, such as screen recording tools or system optimizers, is interfering with the game.
  5. Consult Community Resources:

    • Similar issues have been reported in the Geometry Dash community.
    • For instance, a user reported a crash after deleting checkpoints, which was resolved by disabling a specific mod.
  6. Contact Support:

    • If the issue persists, consider reaching out to the Geode support team or the mod developers for further assistance.

By following these steps, you should be able to identify and resolve the cause of the crash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants