VulkanMod icon indicating copy to clipboard operation
VulkanMod copied to clipboard

Add linux arm64 dep's (confirmed working)

Open HeyMeco opened this issue 11 months ago • 3 comments

Describe the bug

Image This mod works surprisingly well on linux arm64.

As of right now I had to manually add

  • lwjgl-shaderc-natives-linux-arm64.jar
  • lwjgl-vma-natives-linux-arm64.jar

to the minecraft.jar but then it runs.

Steps to reproduce

Try starting without

  • lwjgl-shaderc-natives-linux-arm64.jar
  • lwjgl-vma-natives-linux-arm64.jar

Log files

HeyMeco avatar Jan 23 '25 19:01 HeyMeco

"As of right now I had to manually add

lwjgl-shaderc-natives-linux-arm64.jar lwjgl-vma-natives-linux-arm64.jar to the minecraft.jar but then it runs." Its minecraft problem, not the mod problem. (Minecraft problem, because you need to put arm64 files to the minecraft.jar.)

WindowsGuy-programmer avatar Jan 25 '25 19:01 WindowsGuy-programmer

@NDevDiscord no bc the mod has those libraries packaged for x86 and macos + macos arm64 inside. If you extract the most recent version you’d see that too for all variants besides linux arm64

HeyMeco avatar Jan 25 '25 19:01 HeyMeco

@HeyMeco If you know the fix, you can pretty much try to implement it into the source and open a pull request tho

AirLi1507 avatar Mar 01 '25 04:03 AirLi1507