HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Unknown War3 crash

08-10-2007, 09:46 AM#1
Toadcop
well after saving and loading some map. SOMETIMES war3 crashes... it's happens NOT on jass/code section. 100% so in the middle of load progress. there are maybe some object or something. i dunno well it would be great if some one could help me ^^
+ i have some bad feeling about Grimoire =\ cause it have caused sometimes war3 crashes. maybe it's the problem but any way IF NOT. here the error dump.

tnx for attention.
Attached Files
File type: zipErrors.zip (102.5 KB)
08-10-2007, 10:13 AM#2
botanic
Honestly not many ppl can do anything with an error dump it looked like an uninitialized variable of some sort. I don't know what is called at each part of the load progress but if you can get some one who knows what is loaded at that point they might be able to help you.

Also is this happening on only maps you have made and does it only happen to you because if so it would seem like a bad installation. Have you tried reinstalling?

You could try making a map with a lot of lets say units and see where it hangs up and when you find what causes the hang ups you might have the problem
08-10-2007, 10:28 AM#3
Toadcop
well how allready sad... this happens NOT every time so in 10-15% of loadings.
//+ no i don't have many objects etc. well all togeher... =\ 150 units\abils etc.

btw 100% it's not code(jass) related cause grimoire can't gather some code... there are only 0000... in normal cases it got some code...

thats why i am asking ^^
08-10-2007, 11:07 AM#4
botanic
I'm sorry but im having a hard time understand what you are saying about Grimmore or even asking... ne ways have you tried a reinstall and also is it only one player that crashes if it isn't then it is for sure a map problem if it is only you then it could be just your system...

PS if it 100% isnt a "Scripts and triggers" problem why are you posting it here?
08-10-2007, 11:38 AM#5
Toadcop
Quote:
PS if it 100% isnt a "Scripts and triggers" problem why are you posting it here?
i dunno maybe it's in some related kind =)
aaa ^^ the dump is code related... =)
08-10-2007, 03:35 PM#6
DioD
errors mean nothing without map
08-10-2007, 04:04 PM#7
Toadcop
Quote:
errors mean nothing without map
? xD it's nothing logical there i you a gosu you need really what i have attached... cause there is nothing else what will show "what was it exactly".

i you would be attentively you would see what in what case japi and other dlls were injected into war3. so i must check it better self... (i mean they could cause some troubles OR not thats why i have created a thread.)

ahh ! (well it's write in error dump) but the error is: memory could not be 'read' 0x0000000 =)
08-10-2007, 04:29 PM#8
PipeDream
You're right, it is probably war3map.j related. The null pointer it looks for is to the JASS sym table which maps the argument of a bytecode to a variable or function name. This seems pretty impossible, I guess compilation fails somehow.
08-10-2007, 05:03 PM#9
Toadcop
PipeDream thanks ;) BUT i have found (maybe particualy) the problem !
=\ (ps... CACODEMON DIE ! his bad influence =\) well the feature is
in quest with text like this.
..."blabla
bla
blab
bla
bla
lba") + maybe the alot of tags have made this to the problem...
well any way... i have disabled quest creation with text like that and no save\load crashes (at the moment).

well it's just onother lesson... to avoid string tabulating using row skip.

btw don't close this thread cause maybe i will get some other problems ^^. (related to load crashes ofc.)


just tested alot... well seems to be all ok (i mean no problems with save\load ) but who knows...
08-10-2007, 09:07 PM#10
botanic
i do know that there is a bug related to having too long of strings in a trigger...

http://www.wc3campaigns.net/showthread.php?t=80693

Look at the string character limit portion. Also could be that you are using unsupported characters in the quests...
08-10-2007, 09:25 PM#11
Vexorian
this sounds similar to the bug in which map crashes when loading a saved game if you used an array's 8191 index...
08-10-2007, 09:40 PM#12
Toadcop
Quote:
Also could be that you are using unsupported characters in the quests...
no... only tags ^^

Quote:
this sounds similar to the bug in which map crashes when loading a saved game if you used an array's 8191 index...
well something like that =\ but blizz are hairy asses why could whey not do what war3 crashes on such strings than simple staring this map ?! =\ so it would be easer to find the problem.

and btw IT'S VERY RECOMMENDED to organize lightning,ubersplat,image creation cause. after saving and loading they are not restored. so operation with them would crash war3 !!! (i also had this problem but i fixed it.)

and btw
Quote:
Sounds do not play first time
First time you try to play a certain sound in Jass, it won’t play. It will be “loaded”, and play correctly the next times.
hmmm strange earlier i also got that problem... but currently it's not the case =\ the sounds are plaing immediately... maybe cause they are mono =\ dunno or i starting them "special"