generated from jaredlll08/MultiLoader-Template
-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Core Issue
Native Library Duplicate Initialization Conflict
Specific Conflict Points
- JNI Native Library Conflict
Flashback: imgui.flashback.ImGui.nInitJni()
Veil: Standard ImGui native library
Result: Both mods loading different ImGui native libraries causes crash
- Dual Input System Interception
Flashback: Custom input handling (ImGuiHelper.addInputCharacter)
Veil: Mixin input interception (KeyboardHandlerMixin, MouseHandlerMixin)
Result: Input events competed by both systems
- Complete Feature Overlap
Both mods provide:
Full ImGui implementation
Input event management
Native library loading
Result: Resource competition and initialization conflicts
Metadata
Metadata
Assignees
Labels
No labels