• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Help Me! Another NewGen testmap doesn't work thread.

Status
Not open for further replies.
Level 1
Joined
May 7, 2012
Messages
2
Every time I try to run test map in newgen a window pops up and then an error that says "war3 has encountered a problem and needs to close."

Things I have done:

-currently disabled rtc
--have also tried while enabled

-updated JassHelper
--have tried vexorians older one but currently i have it set to the new 2012
JassHelper.

-have tried updating common.j and and Blizzard.j in JassHelper
--same error
--I just unupdated them back to the original one included in the pack

I have avg control, the shield is currently off, and I have rtc forwarded through it as well. Does avg cause more problems than just removing rtc?

Perhaps there a fully updated NewGen package that I have been overlooking?
edit: tried other packaged versions of newgen, same error

-If I try to open a newgen saved map in normal w3 gives a error at memory location.

"The Exception unknown software exception (0xc0000409) occurred in the application at location 0x6f463eec"

When I disable VJass syntax checking/vjasscompiling everything works just fine.

Thank you for your help!
 

Attachments

  • errr.JPG
    errr.JPG
    129.8 KB · Views: 461
Last edited:
Level 1
Joined
May 7, 2012
Messages
2
Figured it out, had a string that was half a page long.
-Thought vjass would have the same power over strings as regular jass

Is there a good way to make very long strings without using trgstr

for instance:

local string s = "yada da yda yda " +
"continued part of string"

There is a point, or seems to be a point, where newgen can't handle very long strings on one line.
 
Last edited:
Status
Not open for further replies.
Top