Danny,<br><br>define-resource is generating a unexpected specialize! error when compiled.<br><br>Here's the minimal setup: Please note that I'm using the latest github version of your source, not the Planet package.<br><br>Thanks for taking a look<br>R./<br>Zack<br><br>Program resource-error.rkt<br>=======================================<br>#lang whalesong<br>(require  whalesong/resource)<br><br>(define-resource timer.png)<br>==================================<br><br>Instructions for reproducing error<br><br>1. obtain source of whalesong from github/dyoo/whalesong (do not use the Planet library, it won't compile), place in collects/whalesong director<br><br>2. build whalesong.exe using whalesong/make-launcher.rkt<br><br>3. run whalesong build resource-error.rkt<br><br>4. open file resource-error.html<br><br>Browser will display the following error:<br><br>Error: specialize!: expected resource as argument 1 but received (resource #<path:C:\working-copies\whalesong\timer.png> "timer.png" #"PNG\r\n\n\rIHDR\baIDATx]HSat_)Rv!yS4\f\"@E>\b\"p%^Ub\bA5s32!RT<37\rq/yyy t2oNC \\.GWW'[\a\ruLLL7(,,\n0<y(Oib1PrwX^rgdBQ${ +8f\vIJ`MThU=!KX>l_w\v| GNj4m}\t9G>sS5Cc=E4fHViCKvTVx\fizVX\tmmmMilk-P\vUE\n,G@8\b_=z^F&lynu~j$lYE8%\fKp0EgNy|x)DR}Hc}Nz,KAGGI\"TWU,.`\\Afez0+QA@zPf\nvwX2;MY1])$jMb_}bT\fDuGc59{dOo?\a[jhh0Bc!G^bA9~T[[F=H677=xH$'''L_ EIENDB`")<br>Stacktrace:<br>in specialize!<br><br><br>