Jump to content
THIS IS THE TEST SITE OF EUROBRICKS!
THIS IS THE TEST SITE OF EUROBRICKS!

Brickstogo

Eurobricks New Members
  • Joined

  • Last visited

  1. Solved the issue. For anyone else having the same problem here is exactly what I did to solve it. I created a shortcut of my Blueprint batch file, then right clicked to edit. Then I changed this text: @ECHO OFF java -cp "bin/blueprint.jar" -Djava.library.path=native blueprint.Blueprint pause By adding "-Xmx1024m" after the java text it worked! @ECHO OFF java -Xmx1024m -cp "bin/blueprint.jar" -Djava.library.path=native blueprint.Blueprint pause I started with -Xmx2048m but that didn't work, so I lowered it to 1024 and it worked fine. I hope this will help anyone with this problem in the future!
  2. Thank you very much for your quick reply! I have been trying to figure out how to change this but I'm not great with this type of computer stuff, so bare with me please! The code that I have reads as follows: @ECHO OFF java -cp "bin/blueprint.jar" -Djava.library.path=native blueprint.Blueprint pause How would I alter this properly to make those changes? I tried changing the parameters within java directly but this didn't seem to solve the issue either. Thanks again!
  3. I'm loving this program so far, except I have run into a problem with my model. I'm 95% done configuring my steps, but my file will no longer save. Every time I load my design I end up with this text in my CMD prompt. I have no idea what this means, but it's causing me to be unable to save my work. It's quite a large build with a lot of steps, is there some sort of file size limit to the program? Any help would be greatly appreciated! Thanks!
Sponsored Links