1
General chat / Re: 4klang for newbies
« on: December 29, 2013 »
When running the "build.bat" from Clinkster.zip with a demo-song from Renoise 2.8.1 -> Songs
I get the error:
c:\temp\Clinkster\easy_exe>tools\RenoiseConvert DemoSong.xrns temp\music.asm
Traceback (most recent call last):
File "RenoiseConvert.py", line 606, in <module>
File "RenoiseConvert.py", line 524, in makeMusic
IndexError: list index out of range
------------
My Build :
del /q temp\*
del music.exe
tools\RenoiseConvert DemoSong.xrns temp\music.asm
tools\nasmw -f win32 src\clinkster.asm -o temp\clinkster.obj
tools\nasmw -f win32 src\play.asm -o temp\play.obj
tools\crinkler14\crinkler temp\clinkster.obj temp\play.obj /OUT:music.exe /ENTRY:main tools\kernel32.lib tools\user32.lib tools\winmm.lib tools\msvcrt_old.lib @crinkler_options.txt
pause
I get the error:
c:\temp\Clinkster\easy_exe>tools\RenoiseConvert DemoSong.xrns temp\music.asm
Traceback (most recent call last):
File "RenoiseConvert.py", line 606, in <module>
File "RenoiseConvert.py", line 524, in makeMusic
IndexError: list index out of range
------------
My Build :
del /q temp\*
del music.exe
tools\RenoiseConvert DemoSong.xrns temp\music.asm
tools\nasmw -f win32 src\clinkster.asm -o temp\clinkster.obj
tools\nasmw -f win32 src\play.asm -o temp\play.obj
tools\crinkler14\crinkler temp\clinkster.obj temp\play.obj /OUT:music.exe /ENTRY:main tools\kernel32.lib tools\user32.lib tools\winmm.lib tools\msvcrt_old.lib @crinkler_options.txt
pause
