leuat / TRSE

Turbo Rascal Syntax Error full repo
GNU General Public License v3.0
239 stars 44 forks source link

If using D64 output, the sid files could not be found #823

Closed adaumann closed 8 months ago

adaumann commented 1 year ago

If using D64 output, the sid files could not be found. Example

music: incsid("music/tune1.sid")

result to following error

image

leuat commented 1 year ago

Hi there! This should really work so it might be another kind of problem/bug. could you send me / post the project folder setup? in general, I personally do things this way (when making demos): incsid() in order to get the first tune into the binary .prg file that starts, then when another tune is needed I stop the song and load the next tune from disk into the same position the first song was located. so yeah this really should work...

leuat commented 8 months ago

is this still an issue? it not, I'm closing it