Master_Programmer #1 Posted March 17, 2011 Whenever i use "set romsize (Insert number here)k" i get these odd errors: [email protected]:~/2600/bb$ sh 2600basic.sh TEST.bas Starting build of TEST.bas 2600 Basic compilation complete. *** glibc detected *** double free or corruption (!prev): 0x088fbbd8 *** Aborted DASM V2.20.09, Macro Assembler ©1988-2003 bytes of ROM space left in bank 1 bytes of ROM space left in bank 2 bytes of ROM space left in bank 3 bytes of ROM space left in bank 4 bytes of ROM space left in bank 5 bytes of ROM space left in bank 6 bytes of ROM space left in bank 7 bytes of ROM space left in bank 8 3961 bytes of ROM space left in bank 1 3955 bytes of ROM space left in bank 2 3982 bytes of ROM space left in bank 3 4052 bytes of ROM space left in bank 4 4052 bytes of ROM space left in bank 5 4052 bytes of ROM space left in bank 6 4052 bytes of ROM space left in bank 7 bytes of ROM space left in bank 8 3961 bytes of ROM space left in bank 1 3955 bytes of ROM space left in bank 2 3982 bytes of ROM space left in bank 3 4052 bytes of ROM space left in bank 4 4052 bytes of ROM space left in bank 5 4052 bytes of ROM space left in bank 6 4052 bytes of ROM space left in bank 7 bytes of ROM space left in bank 8 --- Unresolved Symbol List BS_return 0000 ???? (R ) scoretable 0000 ???? (R ) BS_jsr 0000 ???? (R ) Fatal assembly error: Source is not resolvable. Build complete. when i add those odd variables, i get [email protected]:~/2600/bb$ sh 2600basic.sh TEST.bas Starting build of TEST.bas 2600 Basic compilation complete. *** glibc detected *** double free or corruption (!prev): 0x0871dbd8 *** Aborted DASM V2.20.09, Macro Assembler ©1988-2003 bytes of ROM space left in bank 1 bytes of ROM space left in bank 2 bytes of ROM space left in bank 3 bytes of ROM space left in bank 4 bytes of ROM space left in bank 5 bytes of ROM space left in bank 6 bytes of ROM space left in bank 7 -62491 bytes of ROM space left in bank 8 3961 bytes of ROM space left in bank 1 3955 bytes of ROM space left in bank 2 3982 bytes of ROM space left in bank 3 4052 bytes of ROM space left in bank 4 4052 bytes of ROM space left in bank 5 4052 bytes of ROM space left in bank 6 4052 bytes of ROM space left in bank 7 -62491 bytes of ROM space left in bank 8 Complete. Build complete. please, can someone help me?? i'm using ubuntu 10.04. Quote Share this post Link to post Share on other sites
Master_Programmer #2 Posted March 17, 2011 nevermind....the linux version just had a segmentation fault.....the windows version doesn't. >=( Quote Share this post Link to post Share on other sites
+RevEng #3 Posted March 17, 2011 I sent a PM to batari on this a couple of weeks back, along with a "patch", but we probably won't see an official release of it until bB 1.1 graduates from beta. Here's an unofficial 64-bit Linux binary for the fixed postprocess binary, along with the .c in case you're not 64-bit. bB-postprocess-unofficial.tar.gz Quote Share this post Link to post Share on other sites
Master_Programmer #4 Posted March 17, 2011 thanks. luckily i have virtualbox, so i've been able to work more on the "Metal Max" game i released a demo of not too long ago. ^w^ Quote Share this post Link to post Share on other sites