cdepecker / YMCruncher

Amstrad CPC YMCruncher initial code dump. (Java Tools that helps to compress YM music files to AYC file format)
4 stars 0 forks source link

Problems making it run with run.bat #1

Open TheStruggleForAntiSpaghetti opened 4 years ago

TheStruggleForAntiSpaghetti commented 4 years ago

Hi, First of all - a huge THANKS for creating this. I've been using the Windows binary to convert all sorts VGMs to YMs. To be able to experiment somewhat with the code, I'd really like to be able to run it with the Java runtime but, as I'm a real novice, seem to be unable to do so.

Would you be able to at least change run.bat so it does?

TIA

cdepecker commented 4 years ago

Hi Tia,

Glad to see that it was useful to you ! Sure, I will have a look if I can help you with the java version.

Cheers. Christophe

Le mer. 15 avr. 2020 à 07:16, TheStruggleForAntiSpaghetti < notifications@github.com> a écrit :

Hi, First of all - a huge THANKS for creating this. I've been using the Windows binary to convert all sorts VGMs to YMs. To be able to experiment somewhat with the code, I'd really like to be able to run it with the Java runtime but, as I'm a real novice, seem to be unable to do so.

Would you be able to at least change run.bat so it does?

TIA

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cdepecker/YMCruncher/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3IWCG5ALVQTZLC2RLL4Q3RMU7MFANCNFSM4MII22SA .

TheStruggleForAntiSpaghetti commented 4 years ago

Great :)

When I use the batch-file run.bat, I'm getting this error: Error: Could not find or load main class src

TheStruggleForAntiSpaghetti commented 4 years ago

Or/also, could you tell me how to compile it on Windows?

cdepecker commented 4 years ago

Hi,

Sorry for my late answer. (During the lockdown I have to share the computer at home with my kids 😅) I just committed some files in the "refresh" branch in git to be able to compile the code with openjdk 1.8 (so please checkout this branch) In order to compile the code you need to have:

Then you could compile it by running : "mvn install"

Once compiled you might be able to start it by running the bat file.

Good luck!

Le mer. 22 avr. 2020 à 11:32, TheStruggleForAntiSpaghetti < notifications@github.com> a écrit :

Or/also, could you tell me how to compile it on Windows?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cdepecker/YMCruncher/issues/1#issuecomment-617666444, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE3IWCH6A7LO57GKOVM2IFLRN22UJANCNFSM4MII22SA .

TheStruggleForAntiSpaghetti commented 4 years ago

Hi :) No problem, quite understandable - the force in young padawns strong it is 😊

I've got it to run! 😀 And very happy to see the options not present in the compiled version out there like 50 Hz interrupt frequency conversion and disabling sound chip frequency conversion - wow :)

This means that it's now possible to convert SN76489 VGMs to YM and convert to MYM with the new version of YM2MYM (available in the Oric SDK) with the correct target frequency right away - without clamping :)

And exactly the reasons for creating the other feature requests that I did 👍