• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Jasshelper "out of memory"

Level 14
Joined
Oct 18, 2013
Messages
724
map can't compile atm, started getting this error after a long session. Anyone know cause/fix?

Gets about 2/3rds through "Inline: Processing" when it happens
 
Level 14
Joined
Oct 18, 2013
Messages
724
system has plenty of memory, jasshelper never goes above using maybe 1.5gb.

Did they get rid of the JNPG feature where you get backups automatically? Really strange that I managed to corrupt the map by pasting code in, but the editor is so flimsy that maybe that shouldn't be a suprise.
 
Level 14
Joined
Oct 18, 2013
Messages
724
Thanks for that, I've tried documenting what can trip up the compiler from working right (like a fucking % in a comment, christ) but never had the out of memory error. I tried doing diff checks on the .js and there are some weird things that i'm assuming are because the compiler can't finish running, if I had to guess it's probably this though.

Anyone else figure out what caused this when they ran into it?
 
Level 2
Joined
Jun 18, 2020
Messages
3
if it does not help you can enable debug mode or disable optimization to prevert inline
sidenote: jasshelper is 32bit application, it cant use more than 4GB, usally system only allow ~2GB for these
 
Top