Troubleshooting
Solutions to the most common problems users encounter.
Use this page when something does not behave as expected.
Start with the log file: %APPDATA%\RoneatStudioPro\app.log
It often shows the exact failing component.
The App Won't Launch
Symptom: Double-clicking the exe does nothing, or an error appears immediately.
Solutions
Make sure you are on Windows
10or11,64-bit.Right-click the
exeand choose Run as administrator once.Check the log file at
%APPDATA%\RoneatStudioPro\app.logfor error details.If Windows SmartScreen blocks the app, click More info and then Run anyway. This is normal for newly released software.
A SmartScreen warning does not mean the app is malicious.
It is common for new Windows software.
The App Is Stuck on the Splash Screen
Symptom: The splash screen appears but never closes.
Cause: The app loads librosa, a large audio analysis library, during startup. On slower machines, this can take 10–30 seconds on the first launch.
Solution
Wait.
Do not close the app.
Let the first launch finish.
Subsequent launches are faster because Python caches the compiled modules.
If the splash screen stays for more than 2 minutes, check app.log for a Python import error.
This usually means the installation is corrupted.
Reinstall the app.
No Sound During Playback
Symptom: Play is pressed but nothing is heard.
Solutions
Check that your system audio is not muted and the correct output device is selected in Windows.
Make sure no other app has exclusive control of the audio device.
Try switching
Playback ModefromSample PlaybacktoADSR SynthesisinSettings.Sample Playbackrequires calibration data. If samples are missing, it produces silence.Check
app.logforsounddeviceerrors.
Transcription Gives Mostly Wrong Notes
Symptom: After running Audio AI, most of the detected bars are incorrect.
Solutions
Complete calibration first. This is the most common cause. Without calibration, the app uses generic pitch detection which is sensitive to tuning variations.
Use a cleaner recording. Background noise, reverb, and room echo all confuse onset detection. Record as close to the instrument as practical.
Check recording levels. If the audio is too quiet, below
-20 dBpeak, or too loud and clipping, onset detection becomes unreliable.Match the
Two malletssetting to the recording. Using the wrong mode degrades fingerprint matching accuracy.
Calibration has the biggest impact on accuracy.
Do it before spending time cleaning up a bad draft.
Calibration Fails — Only X onsets detected, need 21
Only X onsets detected, need 21Symptom: Calibration stops and shows this error message.
Cause: The audio contained fewer clearly separated onsets than expected.
Solutions
Re-record the calibration sequence with a longer pause,
2–3seconds, between each bar.Avoid letting the resonance of one bar overlap into the next.
Do not add any extra sounds between bars, including coughs, string buzz, or accidental hits.
Make sure you play exactly
21bars, in order from bar1highest to bar21lowest.
PDF Export Is Blank or Cuts Off Early
Symptom: The exported PDF has no notes or stops partway through.
Solutions
Make sure the Notes text box actually contains notation text before exporting.
Check for validation errors in the editor. Invalid tokens may cause the parser to stop early.
Try reducing the
Columns per rowsetting if notes are overflowing the page margins.
MP4 Export Fails or Produces No File
Symptom: The MP4 export dialog completes but no file appears, or an error is shown.
Most likely cause: FFmpeg is missing or not found.
Solutions
If you are using the Windows installer, verify the installation was not corrupted by reinstalling.
If you are running from source, download
ffmpeg.exeand place it in the root project folder next tomain.py.Check
app.logfor aFileNotFoundErrormentioningffmpeg.
FFmpeg is required for MP4 export.
Without it, the export cannot produce a video file.
The .roneat File Won't Open
.roneat File Won't OpenSymptom: Double-clicking a .roneat file does nothing, or the app opens but the project does not load.
Solutions
Try using 📂 Load Project inside the app instead of double-clicking.
Make sure the
.roneatfile is not corrupted. Try opening it with a ZIP tool such as7-Zip. It should containdata.json.If the file was created with an older version of the app,
v1plain JSON format, it is still compatible. Try loading it manually through the Load dialog.Check
app.logfor a JSON or ZIP read error.
Playback Tempo Is Wrong After Importing from Audio
Symptom: After importing a transcribed score, playback is too fast or too slow.
Explanation: When a score is imported from audio analysis, sync data, the exact timing of each note, is attached. Playback follows the original recording's tempo, not the BPM field. The BPM field will be grayed out and you will see ⏱ Synced playback loaded.
Solution
Clear the Notes box.
Re-paste the notation text manually.
Confirm that the sync data is detached.
Edit the
BPMfield again.
Use synced playback when you want the original performance timing.
Detach sync only when you want fixed-tempo playback.
Still Having Issues?
Check the log file at
%APPDATA%\RoneatStudioPro\app.log.Gather the exact error message, if one appears.
Check FAQ for quick answers.
Visit Support & Contact.
Last updated
Was this helpful?
