onyx icon indicating copy to clipboard operation
onyx copied to clipboard

ERROR: MIDI Compiler: (EVENTS):

Open kerusa656 opened this issue 4 years ago • 3 comments

Hi @mtolly im testing more... and this error hang on....

Running Magma v2 to export MIDI

ERROR! process exited with code 1 stdout: Reading the archive SystemInit Params: C:\Users\AppData\Local\Temp\magma-bcff8d0fe87c81d9\MagmaCompilerC3.exe -export_midi C:\Users\AppData\Local\Temp\onyx-1a7bf2556410d9f8\gen/target\87822088\magma/magma.rbproj C:/Users/AppData/Local/Temp/onyx-1a7bf2556410d9f8/gen/target/87822088/notes-magma-export.mid MIDI Compiler: Starting... ERROR: MIDI Compiler: (EVENTS): MIDI events at [70:4:015] after the end event at [70:4:000] MIDI Compiler: Done.

stderr:

Context (innermost first):

  • running Magma v2 to export MIDI
  • shake: C:/Users/AppData/Local/Temp/onyx-1a7bf2556410d9f8/gen/target/87822088/notes-magma-export.mid
  • shake: C:/Users/AppData/Local/Temp/onyx-1a7bf2556410d9f8/gen/target/87822088/notes-magma-added.mid
  • shake: C:/Users/AppData/Local/Temp/onyx-1a7bf2556410d9f8/gen/target/87822088/stfs/songs/o794370671/o794370671.mid
  • shake: C:/Users/AppData/Local/Temp/onyx-1a7bf2556410d9f8/gen/target/87822088/rb3con

kerusa656 avatar Apr 29 '20 19:04 kerusa656

That's an error with your chart.

ERROR: MIDI Compiler: (EVENTS): MIDI events at [70:4:015] after the end event at [70:4:000] Says it right there.

C0Assassin avatar May 04 '20 03:05 C0Assassin

@sonicbro most of these errors happend in oficial CON DLC files...

kerusa656 avatar May 04 '20 16:05 kerusa656

Right, it just means that the midi was reinserted after the con/project file had been created. Since Magma would've returned an error value similar to yours, for the author that did that.

I don't think the game itself actually cares about a stray event being called for after the [end] event, since by that point in the song, the game ends. Magma does care, however. And will prevent you from compiling the song altogether if it catches it.

Drag the CON file into C3 tools, dig into the files until you find the mid file. Check the midi file's EVENT track. See what the issue is and correct it.

C0Assassin avatar May 04 '20 19:05 C0Assassin