HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Patch 1.24 doesn't run my map?

08-06-2009, 09:40 AM#1
Sinnergy
I've updated some of the systems I'm using in my map (Table, TimerUtils), and replaced the return bug to return GetHandleId(h), JNGP 1.5d compiled it correctly, but when I clicked test map, wc3 doesn't run the map.

Is there anything I need to change before the map will be playable? Do I need to upload the map?
08-06-2009, 10:17 AM#2
Pyrogasm
There are a lot of issues with returns, loops, and elseifs. I'd suggest you check out the Patch 1.24 thread and read about what's up.
08-06-2009, 01:34 PM#3
darkwulfv
You know, I thought that this would just require easy H2I returns GetHandleId() changes, but now we have to run around and do all this crazy fixing with loops and elseifs?

Boy, I'm glad I've always been using variables to return values in multi-return functions, not multiple returns.
08-06-2009, 03:21 PM#4
Vexorian
Quote:
Originally Posted by Sinnergy
I've updated some of the systems I'm using in my map (Table, TimerUtils), and replaced the return bug to return GetHandleId(h), JNGP 1.5d compiled it correctly, but when I clicked test map, wc3 doesn't run the map.

Is there anything I need to change before the map will be playable? Do I need to upload the map?
Save your map with jasshelper.

Then take outputwar3map.j from newgen's log folder.

post it here... or send it by PM
08-06-2009, 03:35 PM#5
Chaos-Mapper
hmm.

My problem is a little more confusing, but i don't know if anyone else has this problem!

I save an melee map without any triggers (only the melee initilisation trigger!) and try to start it and then I'll get an error which says my war3.exe crashed...

This happens with every map! Does anyone know why that programm can't run properly?
08-06-2009, 04:07 PM#6
Vexorian
Disable RTC?
08-06-2009, 08:20 PM#7
Pyrogasm
Are you using "Test Map"? Because I've discovered a crash when using Test Map, 1.24, and Windows 7.
08-07-2009, 01:33 AM#8
Sinnergy
ok I uploaded the map and jass file above
08-07-2009, 03:43 AM#9
Vexorian
Well, step 1: update GroupUtils:
http://www.wc3c.net/showthread.php?t=104464

step2: Update LastOrder:
http://www.wc3c.net/showthread.php?t=104175

At least the script compiles fine after doing that.
08-07-2009, 07:14 AM#10
Rising_Dusk
It would appear that all of the posts there were split from that topic by some other admin and merged into this one.
08-07-2009, 07:19 AM#11
Pyrogasm
D'oh.
08-07-2009, 08:01 AM#12
Av3n
Can someone compile a whole list of things that 1.24 broke, in one easy to read thread?


-Av3n
08-07-2009, 10:11 AM#13
Sinnergy
Quote:
Originally Posted by Vexorian
Well, step 1: update GroupUtils:
http://www.wc3c.net/showthread.php?t=104464

step2: Update LastOrder:
http://www.wc3c.net/showthread.php?t=104175

At least the script compiles fine after doing that.
thanks, got it working on test map