[Solved] ChemiCompiler E5.NOACC error? - Printable Version +- Goonstation Forums (https://forum.ss13.co) +-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6) +--- Forum: General Discussion (https://forum.ss13.co/forumdisplay.php?fid=7) +--- Thread: [Solved] ChemiCompiler E5.NOACC error? (/showthread.php?tid=11797) |
[Solved] ChemiCompiler E5.NOACC error? - gregolego - 03-24-2019 Hello everyone. I'm trying to compile a program to produce thermite with the ChemiCompiler. Here it is broken down: +++++++++++++++++++++++++++++++++^ Sets the ax to 33u in register 0 >++++++++++( Sets the tx to 10 (large beaker in r10) in register 1 >+{@+{@+{@~ Adds contents from beakers in r1-3 to the large beaker in r10 Here it is complete: +++++++++++++++++++++++++++++++++^>++++++++++(>+{@+{@+{@~ The 3 beakers have 33u of oxygen, aluminium, and iron in them respectively. They're in slots r1-r3. The large beaker is empty. When I load the program, the program starts, then the "ChemiCompiler CCS1001 beeps loudly 5 times" and the error E5.NOACC shows up on the output. What's the issue here? Edit: Figured it out. To run a program, you just click one of the green numbers a program is saved to. What I was doing is pressing load and then one of the numbers. Since I put a tilde at the end of my program, it was compiled and couldn't be "loaded" to edit. RE: ChemiCompiler E5.NOACC error? - NateTheSquid - 03-24-2019 never used the chemicompiler but i assumr NOACC means no access. maybe gotta have science ID, be logged in somehow, or something else |