- Joined
- Aug 21, 2005
- Messages
- 3,699
Although I realise there is a triggers/scripts forum, at the same time it could also belong at the tools forum. All in all, it's world editor related, so I just posted it here.
I am using World Editor Newgen 1.5 (on patch 1.22, although I've had the same problems at patch 1.21b!!), but I've also tried everything with vanilla world edit.
I'm trying to open the following map: Myriad.
Whenever I open it, with vanilla editor or newgen, I get following errors (in following order):
Error 1 is quite strange, because there isn't even a wrong function specified in the error. It's just whitespace.
Error 2 is a real?
Error 3 probably is supposed to be ReplaceUnitBJ, but it doesn't say so.
Error 4... well it crashes there.
It's been confirmed by other people that
- the map is unprotected
- the map can be opened by anyone else
I've also opened the map with an MPQ editor and I've concluded that:
- the script seems fairly ok, I don't see anything wrong with it
- the war3map.wtg file... Well I don't know how it's supposed to look like, but I suspect this is causing the problems on my computer. Mainly because if I import the mapscript in another map, it works correctly (although the triggers don't show up in the editor - which is normal I think), but if I import the war3map.wtg file, I get the same errors upon opening.
If I open the map in vanilla editor, I get different errors although they're of the same "genre". One of them was: Trigger function does not exist in database: DisplayTextToPlayer
All those triggerfunctions are functions found in common.j
If I use those in my own maps, everything works correctly.
I have no idea what's wrong. Could anyone suggest something?
I am using World Editor Newgen 1.5 (on patch 1.22, although I've had the same problems at patch 1.21b!!), but I've also tried everything with vanilla world edit.
I'm trying to open the following map: Myriad.
Whenever I open it, with vanilla editor or newgen, I get following errors (in following order):
Error 1
Trigger function does not exist in database:
Error 2
Trigger function does not exist in database: 45.00
Error 3
Trigger function does not exist in database: aceUnitBJ
Error 4
This application has encountered a critical error:
Not enough storage is available to process this command.
Program: D:\\...
Object: .PAVCWETriggerFunction@@
Press OK to terminate the application.
Error 1 is quite strange, because there isn't even a wrong function specified in the error. It's just whitespace.
Error 2 is a real?
Error 3 probably is supposed to be ReplaceUnitBJ, but it doesn't say so.
Error 4... well it crashes there.
It's been confirmed by other people that
- the map is unprotected
- the map can be opened by anyone else
I've also opened the map with an MPQ editor and I've concluded that:
- the script seems fairly ok, I don't see anything wrong with it
- the war3map.wtg file... Well I don't know how it's supposed to look like, but I suspect this is causing the problems on my computer. Mainly because if I import the mapscript in another map, it works correctly (although the triggers don't show up in the editor - which is normal I think), but if I import the war3map.wtg file, I get the same errors upon opening.
If I open the map in vanilla editor, I get different errors although they're of the same "genre". One of them was: Trigger function does not exist in database: DisplayTextToPlayer
All those triggerfunctions are functions found in common.j
If I use those in my own maps, everything works correctly.
I have no idea what's wrong. Could anyone suggest something?