Quote:
Originally Posted by evertec
Anyone else get a runtime error in platformbuilder.exe? It doesn't elaborate any further so I don't know what it could be. If I run kitchen_build_rom.bat directly it creates a .nbh file but only 86mb and not bootable.
|
Put in a pause at line 130 of kitchen_build_rom.bat right after the error block, this will allow you to see any errors within erviuskitchen.exe....
Code:
:error
echo.
echo ERROR! (errorlevel: %errorlevel%)
pause
:end
See if that lets you see the error from platformbuilder.exe.
Daryel