• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

[Crash] JNGP exporter screwed up.

Status
Not open for further replies.
Level 22
Joined
Nov 14, 2008
Messages
3,253
Do you know the solution of a JASSHelper external call error?

"On external call:
//! external FileExporter $FILENAME$

Could not extract UI\TriggerData.txt
Could not extract UI\TriggerData.txt from the Warcraft mpqs"

Is it because I run 64x system and the wc3 is installed in the 64 programs while jasshelper searches among the 86x?

Question I asked a few well-known people and they had no clue since this haven't happent to them. So basic I moved my JNGP folder from a 32x based system to a 64x system and after that it all screwed up my object creation and lua creation. Basic everything that has to do with the exporter. The error above is one of a few errors I'm getting, this is the most common one.
 
Run the program as an admin. If it still doesnt work make sure the program has access to the file by right clicking the mpq. Go to Properties>Security then hit "Edit". From there select the Administrator option from the list. Modify its permissions in the area below and set it to full control. Hope it helps :)
 
Run the program as an admin. If it still doesnt work make sure the program has access to the file by right clicking the mpq. Go to Properties>Security then hit "Edit". From there select the Administrator option from the list. Modify its permissions in the area below and set it to full control. Hope it helps :)

I did and I had to choose the directory (got 2, 1 64x and 1 32x (saved the old one)) and I chose the 64x one and it still doesn't work.

I'll check it out!

Make sure you are using an OS like vista or windows 7. XP 64 is not very good and is known to have tons of problems.

Ah forgot to tell W7 Prof 64x :) And it worked on a W7 Ultimate 32x before
 
It could be that it is still referencing something on your old computer which does not exist on your newer computer (eg, "Warcraft III" is in the "Program Files (x86)" instead of "Program Files"). As such the reference is invalid so JNGP does not work.

Maybe the LUA interpreter is 32 bit causing problems. Try checking if you can get a 64bit LUA interpreter so the code runs more nativly. That is if running as an administrator does not help.
 
Status
Not open for further replies.
Back
Top