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

XGM ROM Builder doesn't function properly on Linux #343

Open
freq-mod opened this issue Jul 29, 2024 · 0 comments
Open

XGM ROM Builder doesn't function properly on Linux #343

freq-mod opened this issue Jul 29, 2024 · 0 comments

Comments

@freq-mod
Copy link

With Java 8 installed, the ROM builder itself works fine. xgmtool was build properly via Cmake 3.30 and GCC 14, trying to add VGM file to ROM builder results in:

exec(xgmtool "/home/anon/Pobrane/10 Kurumi's Theme.vgm" out.xgc -s) error : Cannot run program "xgmtool" (in directory "."): error=2, No such file or directory
java.lang.NullPointerException
        at main.MainFrame.compileVGM(MainFrame.java:372)
        at main.MainFrame.compileVGM(MainFrame.java:403)
        at main.MainFrame.addVGM(MainFrame.java:327)
        at main.MainFrame$VGMAdder.run(MainFrame.java:430)
        at java.lang.Thread.run(Thread.java:750)```

unix xgmtool executable is placed in the same directory as the ROM builder, and on itself functions properly. I don't know why builder refuses to "see" it, like on Windows.
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

1 participant