-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Divide by zero error when importing a song #24
Comments
From my experience this only happens after you load the song, but everything still works normally. Is that also the case for you or is the editor completely broken? If it's broken then I'd appreciate it if you can send the audio file to me somehow |
the latter, but i have deleted the audio file, sorry |
I also meet the same error. I don't know whether ArcCreate must use OGG but not MP3, so I've tried both the two format. Both of them let ArcCreate throw DivideByZeroException. By the way, the OGG is converted from MP3. The chart file is attached. However, this OGG File can work well in Arcade Plus (another chart editor), which illustrate that the OGG file itself has no problem. |
Make sure your ogg file has the OGG Vorbis encoding, not Opus. Unity only has native support for OGG Vorbis |
The song file was converted from MP3 to OGG, since arcreate doesn't allow for MP3 to be imported. When i tried to import the song file, it gave back a divide by zero exception error, and reading the log i figured out it was about waveforms in the timeline section of the editor (i guess).
Note that i converted the song file
The text was updated successfully, but these errors were encountered: