phr00t / AutoStepper

Java tool to automate StepMania SM generation. Complete generation with banner & background art, all difficulty levels, multiple beat detection methods etc.
http://www.phr00t.com/
113 stars 23 forks source link

Failed to write file, no error message #22

Open Trumpet63 opened 1 year ago

Trumpet63 commented 1 year ago

I run the program from command line on a songs folder with a single song. The program prints to console some basic information and says it is successful. It creates a new directory which I assume is meant to contain the .sm file, but the folder is empty. I wanted to try adding a print statement to the try-catch where there might be an error message but I don't know javac very well and had to give up on that idea.

$ java -jar "AutoStepper.jar" input="./songs/"
Starting AutoStepper by Phr00t's Software, v1.7 (See www.phr00t.com for more goodies!)
Processing directory: C:\Users\spren\Desktop\AutoStepper\dist\.\songs

[--- Processing 90.0s of Perfect Machine ITG Edit.mp3 ---]
Performing Beat Detection...
Loudest midrange average to normalize to 1: 24.466278
Loudest midrange maximum to normalize to 1: 141.07225
Time per beat: 0.48, BPM: 125.0
Start Time: -0.40932566
Attempting to get image for background & banner...
Couldn't find any images for: Perfect Machine ITG Edit
No image file to use :(
Steps: 56, Holds: 37, Mines: 0
Steps: 65, Holds: 37, Mines: 0
Steps: 127, Holds: 58, Mines: 0
Steps: 138, Holds: 51, Mines: 0
Steps: 156, Holds: 54, Mines: 10
[--------- SUCCESS ----------]

folders