Has anybody tried out 1.24?

RaiJin

New Member
Reaction score
40
Yea I know but there have been posts all over the forums about it, or at least containing something about patch 1.24.

exactly, you guys have already been informed about the return bug not being able to be used in 1.24
 

Kazuga

Let the game begin...
Reaction score
110
Sorry for being a total noob asking this, but can't even update the new patch. I receive an error complaining about the worldedit.exe...?
 

BRUTAL

I'm working
Reaction score
118
kazuga i have the same problem, i tried getting the 1.23 worldedit and tried to download the patch, it worked but then everytime i tried to open warcraft or go on bnet it errored, so i am reinstalling :p
 

Kazuga

Let the game begin...
Reaction score
110
What the... I reinstalled wc3, put the newgen worldedit "Worldedit.exe" in the wc3 folder, started newgen, opened my map. So far so good. Put out a unit in the map (to make a change) and saved. Worked too... Then I tested the map, and *crash* there it is.

"This application encountered a critical error:
FATAL ERROR!
Program: C:/...
Exception ....ACCESS_VIOLATION...
...memory could not be read...

What now..?
 

BRUTAL

I'm working
Reaction score
118
well i dont know anything that could fix your problem, but try opening warcraft and going on bnet, if it errors you have the same problem as i did :p
 

lovexylitol

New Member
Reaction score
2
Map test does not work

The WE Map Testing does not seem to work. (I get a Runtime Error)

If you just try to custom play your map, it will work.

Edit) Hmm, if you get a Access violation, that would be a problem in the map(triggers).
 

Weep

Godspeed to the sound of the pounding
Reaction score
400
UPDATED : The 1.24c patch is out on all Battle.net servers, and fixes the Mac World Editor's syntax checker. There's no more need for the old fix; if you had previously used it, remove the extra Scripts folder you placed in your Warcraft III folder.

--------------
As was found in the beta version, the Mac World Editor is incompatible with 1.24 (in fact, it has not been updated since version 1.21) - its syntax checker does not recognize the new natives and returns syntax errors in Blizzard.j and common.j, meaning the trigger editor is completely unusable. For example, creating a fresh map, disabling the standard Melee Initialization trigger, and trying to re-enable it will return errors ("Unregistered native function").

A partial fix I've found: extract the Scripts folder from the 1.23 War3Patch.mpq and place it in the root Warcraft III Folder. If you do not have a backup, you can get that folder here: link. The World Editor will read these files for its own use, while Warcraft will continue to use the data in the patch file. This will restore it to its previous functionality.

The World Editor will be able to open maps that use the new functions in 1.24 and you will see them in the interface, but you will not be able to use them and you will not be able to compile triggers in a map that uses the new functions, because it cannot recognize the new ones.

It's a bad day to be a Mac Warcraft mapper... :banghead:
 

BRUTAL

I'm working
Reaction score
118
well good news and bad news :p
good news is that i can use world edit and test map
bad news is that warcraft keeps crashing when i try to go on bnet o_O like i cant even start up warcraft sometimes
this patch is so gay.

okay you know what its just bad news, i cant even open warcraft now...
 

Jesus4Lyf

Good Idea™
Reaction score
397
>What do you mean probably :p
*Laughs*

Codevar.
Updated to work with patch 1.24.

There's funny things with code typecasting you didn't know, Nes... But I'd love it if someone could check that out. If someone can produce a line skipping script using that then we know that WE NEED TO BRING BACK THAT ANOUNCEMENT ABOUT WAIT FOR NEXT PATCH. :eek: Edit: Tried it, didn't work. :)

(Probably.)

So.
JASS:
function H2I takes handle h returns integer
return h
call DoNothing()
return 0
endfunction

Pretty sweet. Can't wait for the next I2C exploit. For people trying to reproduce it, you must pass the returned code back into another function before it becomes valid for some reason (has always been the case).
 

waaaks!

Zinctified
Reaction score
256
wtf! I searched for patch 1.24 in google, and there, I can download patch 1.24, but each time I clicked the 1.24 link, it redirects me to patch 1.23a, and when i clicked the patch 1.23 to 1.24 upgrade, it also directs me to 1.22 to 1.23a upgrade

where the hell I can download this patch?
 

MasterOfRa

New Member
Reaction score
10
you know what, I LOVE THIS PATCH, IT BROKE DOTA

Its true that i broke most other maps too, including mine, I cant even test it, but it broke DOTA

YAY

Also, do not download the patch if you want to be able to play any maps you like
 

Jesus4Lyf

Good Idea™
Reaction score
397
That is funny.

wtf! I searched for patch 1.24 in google, and there, I can download patch 1.24, but each time I clicked the 1.24 link, it redirects me to patch 1.23a, and when i clicked the patch 1.23 to 1.24 upgrade, it also directs me to 1.22 to 1.23a upgrade

where the hell I can download this patch?
So is that. +rep.
 

SanKakU

Member
Reaction score
21
my map was broken, and it took me a full 3 minutes to fix it...wanna see what i did?
i changed this:
JASS:
    function CS_H2I takes handle h returns integer
        return h
        return 0
    endfunction

to this:
JASS:
    function CS_H2I takes handle h returns integer
        return GetHandleId(h)
    endfunction


Even if the info was avaliable, well it could have been better if they posted on the battle.net welcome page. (Yes, yes I'm lazy I don't go to the support forums)

Just in case somebody finds this useful.

1.24 Checklist

1. Change H2I to GetHandleId.

2. If your map uses any custom Blizzard.k, common.j, *.ai etc, update em.

3. If your newgen isn't working suddenly (crash, error, overflow etc), download the 5d version, update your wc3, and run 'NewGen WE.exe'. (At least the combination worked for me)

4. Read this! http://www.wc3c.net/showthread.php?t=106305

5. Seems like there is a funky bug. Read http://www.wc3c.net/showpost.php?p=1096978&postcount=12 or the other 1.24 thread http://www.thehelper.net/forums/showthread.php?t=133555

actually i'm still using version b...when i had updated for d i had to redownload it instead of patching it i thinka nd that meant all my settings wouldn't carry over to d...and there might've been other changes...what were the changes anyway?
As was found in the beta version, the Mac World Editor is incompatible with 1.24 (in fact, it has not been updated since version 1.21) - its syntax checker does not recognize the new natives and returns syntax errors in Blizzard.j and common.j, meaning the trigger editor is completely unusable. For example, creating a fresh map, disabling the standard Melee Initialization trigger, and trying to re-enable it will return errors ("Unregistered native function").

A partial fix I've found: extract the Scripts folder from the 1.23 War3Patch.mpq and place it in the root Warcraft III Folder. If you do not have a backup, you can get that folder here: link. The World Editor will read these files for its own use, while Warcraft will continue to use the data in the patch file. The World Editor will be able to open maps that use the new functions in 1.24 and you will see them in the interface, but you will not be able to use them and you will not be able to compile triggers in a map that uses the new functions, because it cannot recognize the new ones.

It's a bad day to be a Mac Warcraft mapper... :banghead:

lol, really? lol...

It's not that hard to fix :nuts:

Just remove H2I from your map and replace any H2I( calls with GetHandleId(

what? you don't have to do that. just change your H2I function, silly.

JassHelper isn't what tells you your errors, pJASS is. Anyways don't just replace your H2I calls, remove the H2I function completely from your map.

or better yet, fix your H2I function to be compatible with 1.24 there's nothing wrong with your H2I calls, just the H2I function, and it's an easy fix...

and LOL@ all the people trying to update your editor to 1.23
you guys...lol...seriously. do you remember 1.23 updating your world editor? because i don't...
 

cleeezzz

The Undead Ranger.
Reaction score
268
you disregarded number 5 in the checklist that you quoted yourself. if fixing the maps was as simple as replacing H2I, then there wouldn't really be a massive problem, if yours works from just replacing, then congratz.
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Staff online

      Members online

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top