drlight-code/chipmusic-convert

sc68 fails on some SND files, e.g. YM Rockerz 007 - Seven

Opened this issue · 0 comments

Errors:
Converting: /rwthfs/rz/cluster/home/ps790413/data/media/chipmusic/YM Rockerz/ymr007 - Seven/2149GANG.SND
sc68 /rwthfs/rz/cluster/home/ps790413/data/media/chipmusic/YM Rockerz/ymr007 - Seven/2149GANG.SND
Stacked Error Message:
SC68rsc_open(1,config,2) : not found
SC68file_load(/rwthfs/rz/cluster/home/ps790413/data/media/chipmusic/YM Rockerz/ymr007 - Seven/2149GANG.SND) : Failed (read header)
SC68file_load(mem://0x606be0:0x61365e) : Failed (validation test)
No music defined

Gotta check why sc68 is failing and if there's a more reliable SND player for linux. It seems that only STsndplay could be used. An alternative might be to run the actual sndplayer in an "headless" emulator session (e.g. hatari) and redirect the sound output. Gotta investigate wether that's possible..