[skip all navigation]

Why does it crash?, Help with crashes! Read first!

Pages: 1 2 3 » 7 >
Creator: Heinermann
Time: Sep 20 2009, 12:25 am

Post #1     Heinermann Sep 20 2009, 12:25 am

[Avatar]
BWAPI Project Owner
offlinecontact
Rank: Veteran
Please post the error message that comes up when a map or mod crashes.
If you are unable to do so, you can find an error log in your "Starcraft\Errors\" folder.

A Starcraft error log has a sample file name of "Heinermann160101.ERR" and are appended to a single file.

The most important part of the error log is the "Info/Message". Example:

Code

PROGRAM VERSION: 1.16.1.1
COMPUTER NAME: HEINERMANN
USER NAME:     Heinermann
TIME: 09/13/09 02:10:49.591
INFO:

Exception code: C0000005 ACCESS_VIOLATION
Fault address:     0047A8C6 01:000798C6 C:\Program Files\Starcraft\StarCraft.exe

The fault address 0047A8C6 tells me that there was a positive over negative HP(or related) crash.

If you do not post your error log, I won't be able to help in solving it.
For a list of known fault addresses, check http://dl.getdropbox.com/u/733696/BW_CrashList.txt .

Again, please post your error messages when your game crashes. This includes modding.
This post was edited 3 times, last edit by Heinermann: Jul 1 2010, 11:15 pm.

Top

Post #2     payne Sep 20 2009, 12:35 am

[Avatar]
Addicted to SEN Games -Add more!-
offlinecontact
Rank: Veteran
I do request sticky on that. That will help a lot of people.
Maybe try to make the Title a bit more attractive? This isn't really about map crashes... it's about finding what is causing a crash. Also add a sub-title saying something like "We can help you!" or something that will actually prevent people from not reading this and post a thread about their crash.

+1 Karma my dear ^^ <3

Top

Post #3     Biophysicist Oct 15 2009, 8:46 pm

[Avatar]
:(){ :|:& };:
offlinecontact
Rank: Regular
Gah. I have about a dozen files in the error directory. Which one should I use? O.o

Catapultam habeo. Nisi pecuniam omnem mihi dabis, ad caput tuum saxum immane mittam.
Top

Post #4     Morphling Oct 15 2009, 8:52 pm

[Avatar]
offlinecontact
Rank: Regular
Delete them all then run the map again and use the error file you just recieved.

Top

Post #5     Falkoner Oct 15 2009, 9:10 pm

[Avatar]
offlinecontact
Rank: Veteran
Yo, Hein, I think it'd be better if your "fixes" made more sense to newb mappers/not programmers, for example:

0x004EBA12
Caused by: Killing a worker holding a blank unit as a powerup.
Crashes when: Null unit's sprite pointer is referenced. (Sprite pointer is 0.)
Fix: Create conditions for sprite pointer of 0.

Is your old one, it could instead be replaced with:

0x004EBA12
Caused by: Killing a worker holding a blank unit as a powerup.
Crashes when: Null unit's sprite pointer is referenced. (Sprite pointer is 0.)
Fix: Before the worker drops the powerup make sure enough new units are created since the death of the hallucination to ensure that the empty slot that used to be the powerup is now filled.

http://FalksZone.zxq.net - StarCraft 1 Basic Tutorials and Programs
Top

Post #6     ftr_rocko Oct 17 2009, 2:37 am

[Avatar]
offlinecontact
Rank: Member
My map crashes once i enter the game. I'm not sure what the cause of it is, but it was working before i modified some unit settings and add some more triggers. Here's the relevant output from the only ERR file in my Errors folder:

Code

Exception code: C0000005 ACCESS_VIOLATION
Fault address:     00000000 00:00000000 C:\Program Files\Starcraft\StarCraft.exe

Registers:
EAX:00000000
EBX:0012FE0C
ECX:0267A73A
EDX:0012FE0C
ESI:0267A73A
EDI:00417E20
CS:EIP:001B:00000000
SS:ESP:0023:0012FDD4 EBP:0012FE00
DS:0023 ES:0023 FS:003B GS:0000
Flags:00210246
Call stack:
Address  Frame    Logical addr  Module
00000000 0012FE00 0000:00000000 C:\Program Files\Starcraft\StarCraft.exe
00419DF5 0012FE20 0001:00018DF5 C:\Program Files\Starcraft\StarCraft.exe
004A5C68 0012FE3C 0001:000A4C68 C:\Program Files\Starcraft\StarCraft.exe
004C3C15 0012FE6C 0001:000C2C15 C:\Program Files\Starcraft\StarCraft.exe
004E0720 0012FE8C 0001:000DF720 C:\Program Files\Starcraft\StarCraft.exe
004E0B20 0012FE98 0001:000DFB20 C:\Program Files\Starcraft\StarCraft.exe
00404DA5 0012FFC0 0001:00003DA5 C:\Program Files\Starcraft\StarCraft.exe
7C817077 0012FFF0 0001:00016077 C:\WINDOWS\system32\kernel32.dll

Stack bytes:
0x0012fdd4: f6 4c 4a 00  7c 56 4a 00  90 a7 67 02  0c fe 12 00  .LJ.|VJ...g.....
0x0012fde4: 17 7f 41 00  e4 a6 67 02  57 8f 41 00  00 00 00 00  ..A...g.W.A.....
0x0012fdf4: e4 a6 67 02  e4 a6 67 02  e4 a6 67 02  20 fe 12 00  ..g...g...g. ...
0x0012fe04: f5 9d 41 00  0c 00 00 00  00 00 00 00  00 00 00 00  ..A.............
0x0012fe14: 3c fe 12 00  0e 00 30 02  3a 01 4d 00  3c fe 12 00  <.....0.:.M.<...
0x0012fe24: 68 5c 4a 00  68 86 62 00  3c fd 57 00  00 00 00 00  h\J.h.b.<.W.....
0x0012fe34: b6 01 00 00  7c 00 23 04  6c fe 12 00  15 3c 4c 00  ....|.#.l....<L.
0x0012fe44: 68 86 62 00  00 00 00 00  b3 ed 4e 00  3c fd 57 00  h.b.......N.<.W.
0x0012fe54: 10 ca 51 00  30 f3 4e 00  04 00 00 00  0a 00 00 00  ..Q.0.N.........
0x0012fe64: 00 00 00 00  00 00 00 00  8c fe 12 00  20 07 4e 00  ............ .N.
0x0012fe74: 04 00 00 00  ac 09 4e 00  41 b7 80 7c  00 00 40 00  ......N.A..|..@.
0x0012fe84: 00 e0 fd 7f  7c 00 2e 01  98 fe 12 00  20 0b 4e 00  ....|....... .N.
0x0012fe94: 00 00 00 00  c0 ff 12 00  a5 4d 40 00  00 00 40 00  .........M@...@.
0x0012fea4: 00 00 00 00  a3 23 14 00  01 00 00 00  94 00 00 00  .....#..........
0x0012feb4: 05 00 00 00  01 00 00 00  28 0a 00 00  02 00 00 00  ........(.......
0x0012fec4: 53 65 72 76  69 63 65 20  50 61 63 6b  20 33 00 e4  Service Pack 3..
0x0012fed4: 00 e0 6f e4  00 f0 6f e4  00 00 70 e4  00 10 70 e4  ..o...o...p...p.
0x0012fee4: 00 20 70 e4  00 30 70 e4  00 40 70 e4  00 50 70 e4  . p..0p..@p..Pp.
0x0012fef4: 80 69 67 ff  00 00 00 00  3f 57 6a 66  54 00 00 00  .ig.....?WjfT...
0x0012ff04: 00 03 00 00  b0 70 22 89  01 00 00 00  a6 63 0a 00  .....p"......c..
0x0012ff14: 10 00 00 00  80 69 67 ff  ff ff ff ff  00 00 00 00  .....ig.........
0x0012ff24: 54 00 00 01  10 00 00 00  f7 36 00 00  80 1b 56 80  T........6....V.
0x0012ff34: 4c 3c ef a2  e8 91 54 80  00 10 ce 8a  39 4c 40 00  L<....T.....9L@.
0x0012ff44: 36 00 37 00  38 00 32 00  00 e0 fd 7f  44 00 00 00  6.7.8.2.....D...
0x0012ff54: 60 3f 14 00  d8 40 14 00  f0 40 14 00  00 00 00 00  `?...@...@......
0x0012ff64: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0012ff74: 00 00 00 00  00 00 00 00  01 0c 00 00  01 00 00 00  ................
0x0012ff84: 00 00 00 00  00 00 00 00  01 00 01 00  00 00 00 00  ................
0x0012ff94: 00 00 00 00  00 00 00 00  05 00 00 c0  a3 23 14 00  .............#..
0x0012ffa4: 00 00 00 00  b0 fe 12 00  f8 f9 12 00  e0 ff 12 00  ................
0x0012ffb4: 7c 5d 40 00  f0 e5 4f 00  00 00 00 00  f0 ff 12 00  |]@...O.........
0x0012ffc4: 77 70 81 7c  36 00 37 00  38 00 32 00  00 e0 fd 7f  wp.|6.7.8.2.....
0x0012ffd4: ed b6 54 80  c8 ff 12 00  20 c0 15 89  ff ff ff ff  ..T..... .......
0x0012ffe4: d8 9a 83 7c  80 70 81 7c  00 00 00 00  00 00 00 00  ...|.p.|........
0x0012fff4: 00 00 00 00  21 4c 40 00  00 00 00 00  41 63 74 78  ....!L@.....Actx
0x00130004: 20 00 00 00  01 00 00 00  9c 24 00 00  c4 00 00 00   ........$......
0x00130014: 00 00 00 00  20 00 00 00  00 00 00 00  14 00 00 00  .... ...........
0x00130024: 01 00 00 00  06 00 00 00  34 00 00 00  14 01 00 00  ........4.......
0x00130034: 01 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x00130044: 00 00 00 00  00 00 00 00  02 00 00 00  00 00 00 00  ................
0x00130054: 00 00 00 00  00 00 00 00  14 02 00 00  9c 01 00 00  ................
0x00130064: 00 00 00 00  5b 49 59 2d  b0 03 00 00  32 00 00 00  ....[IY-....2...
0x00130074: e4 03 00 00  d8 02 00 00  00 00 00 00  e4 02 02 83  ................
0x00130084: bc 06 00 00  46 00 00 00  04 07 00 00  ea 02 00 00  ....F...........
0x00130094: 00 00 00 00  d2 d5 8c d1  f0 09 00 00  46 00 00 00  ............F...
0x001300a4: 38 0a 00 00  ea 02 00 00  00 00 00 00  2e ad 6a d8  8.............j.
0x001300b4: 24 0d 00 00  46 00 00 00  6c 0d 00 00  04 03 00 00  $...F...l.......
0x001300c4: 10 00 00 00  04 00 00 00  d4 00 00 00  02 00 00 00  ................

Any one know any common reasons why a map would crash due to adding a specific trigger or modifying unit settings or other?

Top

Post #7     Falkoner Oct 17 2009, 4:09 am

[Avatar]
offlinecontact
Rank: Veteran
That's odd, no fault address :| Very strange. Anything odd you did when modifying unit settings?

http://FalksZone.zxq.net - StarCraft 1 Basic Tutorials and Programs
Top

Post #8     ftr_rocko Oct 17 2009, 10:48 am

[Avatar]
offlinecontact
Rank: Member
Quote from Falkoner
That's odd, no fault address :| Very strange. Anything odd you did when modifying unit settings?
You wanna know what's even stranger? After further testing, my map works but with one condition: i can't just go right into Battle.net and create a game with my map, i have to first create a game with some other map, and then i can create a game with my map as many times as i want.

After thinking it over, what i mostly want to do with this map shouldn't require anything more than the map editor that comes with StarCraft. I started the map with SCMDraft 2, and now that is the only editor that will open my map without first crashing. I'm not sure how to debug my map any further, but i'll keep testing to see if i can find the cause.


Never mind! I figured it out: invalid map dimensions. I had it on 196x128; now it is 192x128 and it works on the first go.
This post was edited 1 time, last edit by ftr_rocko: Oct 17 2009, 10:59 am.

Top

Post #9     Heinermann Oct 20 2009, 12:20 pm

[Avatar]
BWAPI Project Owner
offlinecontact
Rank: Veteran
A fault address of 0 could be anything.

Yours crashed when loading/creating the minimap. A callback or loop function pointer was null.

Top

Post #10     LokiArexon Nov 18 2009, 1:31 pm

[Avatar]
offlinecontact
Rank: Member
Hey, I've been getting an error in helping beta test this friend's "Neon Genesis Evangelion" map... it seems to come randomly but this is the third time we've gotten it. It seems to happen at the most random times, but usually while in the middle of fighting either the hydralisk boss or the ghost boss. This is the most recent error.

Code

PROGRAM VERSION: 1.16.1.1
TIME: 11/18/09 03:28:13.296
INFO:

Exception code: C0000005 ACCESS_VIOLATION
Fault address:     004D5A1B 01:000D4A1B C:\Program Files\Starcraft\StarCraft.exe

Registers:
EAX:01CB5914
EBX:0000003B
ECX:0054F728
EDX:0055DAA8
ESI:00005304
EDI:0054F728
CS:EIP:001B:004D5A1B
SS:ESP:0023:0013FD8C EBP:0013FD9C
DS:0023 ES:0023 FS:003B GS:0000
Flags:00210282
Call stack:
Address  Frame    Logical addr  Module
004D5A1B 0013FD9C 0001:000D4A1B C:\Program Files\Starcraft\StarCraft.exe
004960D0 0013FDB8 0001:000950D0 C:\Program Files\Starcraft\StarCraft.exe
0046AD99 0013FDE8 0001:00069D99 C:\Program Files\Starcraft\StarCraft.exe
0046C5A2 0013FE0C 0001:0006B5A2 C:\Program Files\Starcraft\StarCraft.exe
004ED143 0013FE24 0001:000EC143 C:\Program Files\Starcraft\StarCraft.exe
004D9780 0013FE48 0001:000D8780 C:\Program Files\Starcraft\StarCraft.exe
004D9908 0013FE5C 0001:000D8908 C:\Program Files\Starcraft\StarCraft.exe
004D9A6F 0013FE6C 0001:000D8A6F C:\Program Files\Starcraft\StarCraft.exe
004E07FA 0013FE8C 0001:000DF7FA C:\Program Files\Starcraft\StarCraft.exe
004E0B20 0013FE98 0001:000DFB20 C:\Program Files\Starcraft\StarCraft.exe
00404DA5 0013FFC0 0001:00003DA5 C:\Program Files\Starcraft\StarCraft.exe
7C817077 0013FFF0 0001:00016077 C:\WINDOWS\system32\kernel32.dll

Stack bytes:
0x0013fd8c: 28 f7 54 00  28 f7 54 00  df 00 00 00  91 5f 4d 00  (.T.(.T......_M.
0x0013fd9c: b8 fd 13 00  d0 60 49 00  df 00 00 00  e0 00 00 00  .....`I.........
0x0013fdac: e8 a8 5e 00  e8 a8 5e 00  01 00 00 00  e8 fd 13 00  ..^...^.........
0x0013fdbc: 99 ad 46 00  e8 a8 5e 00  e8 a8 5e 00  60 bb 46 00  ..F...^...^.`.F.
0x0013fdcc: e0 00 00 00  e8 a8 5e 00  e8 a8 5e 00  00 00 00 00  ......^...^.....
0x0013fddc: 20 00 00 00  00 05 00 00  00 00 00 00  0c fe 13 00   ...............
0x0013fdec: a2 c5 46 00  e8 a8 5e 00  48 bc 4e 00  00 00 00 00  ..F...^.H.N.....
0x0013fdfc: 00 00 00 00  fb ff ff ff  ee ff ff ff  e8 a8 5e 00  ..............^.
0x0013fe0c: 24 fe 13 00  43 d1 4e 00  40 01 00 00  f0 00 00 00  $...C.N.@.......
0x0013fe1c: 00 00 00 00  0a 95 4d 00  48 fe 13 00  80 97 4d 00  ......M.H.....M.
0x0013fe2c: 00 00 00 00  01 00 00 00  40 01 00 00  00 00 00 00  ........@.......
0x0013fe3c: 01 00 00 00  01 00 00 00  e3 65 5b 00  5c fe 13 00  .........e[.\...
0x0013fe4c: 08 99 4d 00  13 5e 5b 00  6c fe 13 01  00 00 00 00  ..M..^[.l.......
0x0013fe5c: 6c fe 13 00  6f 9a 4d 00  0a 00 00 00  01 00 00 00  l...o.M.........
0x0013fe6c: 8c fe 13 00  fa 07 4e 00  04 00 00 00  ac 09 4e 00  ......N.......N.
0x0013fe7c: 41 b7 80 7c  00 00 40 00  00 b0 fd 7f  7c 00 36 01  A..|..@.....|.6.
0x0013fe8c: 98 fe 13 00  20 0b 4e 00  00 00 00 00  c0 ff 13 00  .... .N.........
0x0013fe9c: a5 4d 40 00  00 00 40 00  00 00 00 00  a3 23 15 00  .M@...@......#..
0x0013feac: 01 00 00 00  94 00 00 00  05 00 00 00  01 00 00 00  ................
0x0013febc: 28 0a 00 00  02 00 00 00  53 65 72 76  69 63 65 20  (.......Service
0x0013fecc: 50 61 63 6b  20 33 00 e1  00 b0 81 e1  00 c0 81 e1  Pack 3..........
0x0013fedc: 00 d0 81 e1  00 e0 81 e1  00 f0 81 e1  00 00 82 e1  ................
0x0013feec: 00 10 82 e1  00 20 82 e1  00 30 82 e1  00 40 82 e1  ..... ...0...@..
0x0013fefc: 06 00 00 00  18 33 b8 82  00 00 00 00  00 03 00 00  .....3..........
0x0013ff0c: 00 00 00 00  01 00 00 00  80 69 67 ff  0e 00 00 00  .........ig.....
0x0013ff1c: 00 00 00 00  06 00 00 01  0e 00 00 00  17 08 00 00  ................
0x0013ff2c: a0 84 55 80  48 1c 5f aa  41 3e 54 80  00 60 ff 82  ..U.H._.A>T..`..
0x0013ff3c: 17 08 00 00  39 4c 40 00  37 00 32 00  34 00 32 00  ....9L@.7.2.4.2.
0x0013ff4c: 00 b0 fd 7f  44 00 00 00  68 46 15 00  78 46 15 00  ....D...hF..xF..
0x0013ff5c: c8 22 15 00  00 00 00 00  00 00 00 00  00 00 00 00  ."..............
0x0013ff6c: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013ff7c: 01 0c 00 00  01 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013ff8c: 01 00 01 00  00 00 00 00  08 04 00 00  00 00 00 00  ................
0x0013ff9c: 05 00 00 c0  a3 23 15 00  00 00 00 00  b0 fe 13 00  .....#..........
0x0013ffac: b0 f9 13 00  e0 ff 13 00  7c 5d 40 00  f0 e5 4f 00  ........|]@...O.
0x0013ffbc: 00 00 00 00  f0 ff 13 00  77 70 81 7c  37 00 32 00  ........wp.|7.2.
0x0013ffcc: 34 00 32 00  00 b0 fd 7f  7d 4c 54 80  c8 ff 13 00  4.2.....}LT.....
0x0013ffdc: 00 b4 c1 82  ff ff ff ff  d8 9a 83 7c  80 70 81 7c  ...........|.p.|
0x0013ffec: 00 00 00 00  00 00 00 00  00 00 00 00  21 4c 40 00  ............!L@.
0x0013fffc: 00 00 00 00  41 63 74 78  20 00 00 00  01 00 00 00  ....Actx .......
0x0014000c: 9c 24 00 00  c4 00 00 00  00 00 00 00  20 00 00 00  .$.......... ...
0x0014001c: 00 00 00 00  14 00 00 00  01 00 00 00  06 00 00 00  ................
0x0014002c: 34 00 00 00  14 01 00 00  01 00 00 00  00 00 00 00  4...............
0x0014003c: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0014004c: 02 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0014005c: 14 02 00 00  9c 01 00 00  00 00 00 00  5b 49 59 2d  ............[IY-
0x0014006c: b0 03 00 00  32 00 00 00  e4 03 00 00  d8 02 00 00  ....2...........
0x0014007c: 00 00 00 00  e4 02 02 83  bc 06 00 00  46 00 00 00  ............F...

Code bytes:
0x004d5a1b: 03 44 b0 08  f6 c3 02 0f  be 38 74 02  f7 df 0f be  .D.......8t.....

Top

Post #11     Heinermann Nov 19 2009, 5:29 am

[Avatar]
BWAPI Project Owner
offlinecontact
Rank: Veteran
@Above:
Related to images. Double check anything dealing with Set Doodad State.

Quote from ftr_rocko
Stack bytes:
0x0012fdd4: f6 4c 4a 00
Cause: Bad map size. (Non-standard)

Top

Post #12     ShadowDancer Nov 30 2009, 11:25 am

[Avatar]
offlinecontact
Rank: Member

Code

Exception code: C0000005 ACCESS_VIOLATION
Fault address:     004CE1C4 01:000CD1C4 C:\DOCUME~1\User\Pulpit\STARCR~1\STARCR~1.EXE

Registers:
EAX:000000D3
EBX:0050CF90
ECX:00000072
EDX:1505CC10
ESI:00000000
EDI:0050CF90
CS:EIP:001B:004CE1C4
SS:ESP:0023:0013F8BC EBP:0013F8C0
DS:0023 ES:0023 FS:003B GS:0000
Flags:00210202
Call stack:
Address  Frame    Logical addr  Module
004CE1C4 0013F8C0 0001:000CD1C4 C:\DOCUME~1\User\Pulpit\STARCR~1\STARCR~1.EXE
004DFBEB 0013FD58 0001:000DEBEB C:\DOCUME~1\User\Pulpit\STARCR~1\STARCR~1.EXE
004EEBEA 0013FE6C 0001:000EDBEA C:\DOCUME~1\User\Pulpit\STARCR~1\STARCR~1.EXE
004E0814 0013FE8C 0001:000DF814 C:\DOCUME~1\User\Pulpit\STARCR~1\STARCR~1.EXE
004E0B20 0013FE98 0001:000DFB20 C:\DOCUME~1\User\Pulpit\STARCR~1\STARCR~1.EXE
00404DA5 0013FFC0 0001:00003DA5 C:\DOCUME~1\User\Pulpit\STARCR~1\STARCR~1.EXE
7C817077 0013FFF0 0001:00016077 C:\WINDOWS\system32\kernel32.dll

Stack bytes:
0x0013f8bc: 72 00 00 00  58 fd 13 00  eb fb 4d 00  00 00 00 00  r...X.....M.....
0x0013f8cc: 0a 00 00 00  04 00 00 00  01 00 00 00  00 00 00 48  ...............H
0x0013f8dc: f1 aa 13 4b  08 08 08 08  08 08 08 08  00 00 00 00  ...K............
0x0013f8ec: 20 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00   ...............
0x0013f8fc: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 01  ................
0x0013f90c: 01 04 06 00  0a 00 01 00  89 7f b3 75  02 00 01 00  ...........u....
0x0013f91c: 53 68 61 64  6f 77 54 65  61 6d 00 00  00 00 00 00  ShadowTeam......
0x0013f92c: 00 00 00 00  00 00 00 00  00 53 65 63  72 65 74 42  .........SecretB
0x0013f93c: 61 73 65 32  00 00 00 00  00 00 00 00  00 00 00 00  ase2............
0x0013f94c: 00 00 00 00  00 00 00 00  00 0a 00 01  00 00 00 00  ................
0x0013f95c: 00 00 00 00  02 00 01 03  01 00 01 00  00 00 00 00  ................
0x0013f96c: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013f97c: 00 02 01 01  53 68 61 64  6f 77 54 65  61 6d 00 00  ....ShadowTeam..
0x0013f98c: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 00  ................
0x0013f99c: 00 ff ff ff  ff 00 01 01  00 00 00 00  00 00 00 00  ................
0x0013f9ac: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013f9bc: 00 02 00 00  00 ff ff ff  ff 00 01 01  00 00 00 00  ................
0x0013f9cc: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013f9dc: 00 00 00 00  00 03 00 00  00 ff ff ff  ff 00 01 01  ................
0x0013f9ec: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013f9fc: 00 00 00 00  00 00 00 00  00 04 00 00  00 ff ff ff  ................
0x0013fa0c: ff 01 00 03  47 61 72 6d  20 42 72 6f  6f 64 00 00  ....Garm Brood..
0x0013fa1c: 00 00 00 00  00 00 00 00  00 00 00 00  00 05 00 00  ................
0x0013fa2c: 00 ff ff ff  ff 07 02 03  56 65 6e 61  74 69 72 20  ........Venatir
0x0013fa3c: 54 72 69 62  65 00 00 00  00 00 00 00  00 00 00 00  Tribe...........
0x0013fa4c: 00 06 00 00  00 ff ff ff  ff 01 01 02  43 72 6f 6e  ............Cron
0x0013fa5c: 75 73 20 57  69 6e 67 00  00 00 00 00  00 00 00 00  us Wing.........
0x0013fa6c: 00 00 00 00  00 07 00 00  00 ff ff ff  ff 03 01 02  ................
0x0013fa7c: 45 70 73 69  6c 6f 6e 20  53 71 75 61  64 72 6f 6e  Epsilon Squadron
0x0013fa8c: 00 00 00 00  00 00 00 00  00 08 00 00  00 ff ff ff  ................
0x0013fa9c: ff 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013faac: 00 00 00 00  00 00 00 00  00 00 00 00  00 09 00 00  ................
0x0013fabc: 00 ff ff ff  ff 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013facc: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013fadc: 00 0a 00 00  00 ff ff ff  ff 00 00 00  00 00 00 00  ................
0x0013faec: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013fafc: 00 00 00 00  00 0b 00 00  00 ff ff ff  ff 00 00 00  ................
0x0013fb0c: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0013fb1c: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 00  ................
0x0013fb2c: 00 02 00 00  00 03 00 00  00 04 00 00  00 05 00 00  ................
0x0013fb3c: 00 06 00 00  00 07 00 00  00 00 00 00  00 00 00 00  ................
0x0013fb4c: 00 00 00 00  00 00 00 00  00 00 5f 02  00 00 00 00  .........._.....
0x0013fb5c: 10 00 61 05  38 0d 66 02  80 fb 13 00  36 0a 91 7c  ..a.8.f.....6..|
0x0013fb6c: 33 00 00 00  38 0d 66 02  00 00 16 02  00 0d 66 02  3...8.f.......f.
0x0013fb7c: 00 00 00 00  90 0f 66 02  a0 fb 13 00  36 0a 91 7c  ......f.....6..|
0x0013fb8c: 0e 00 00 00  90 0f 66 02  00 00 16 02  60 0f 66 02  ......f.....`.f.
0x0013fb9c: 00 00 00 00  74 fc 13 00  78 01 16 02  74 fc 13 00  ....t...x...t...
0x0013fbac: 81 09 91 7c  08 06 16 02  5d 00 91 7c  00 00 00 00  ...|....]..|....

Code bytes:
0x004ce1c4: 8b 46 14 85  c0 74 12 8a  4e 0c 02 4e  08 2a c8 88  .F...t..N..N.*..


After adding some triggers/units/terrain, crashes after briefing.
This post was edited 4 times, last edit by ShadowDancer: Nov 30 2009, 11:38 am.

Top

Post #13     rockz Dec 2 2009, 5:46 am

[Avatar]
お や す み
offlinecontact
Rank: Veteran
0x004CE1C4
Caused by: MRGN section size is 64 locations in a Broodwar scenario.

I'm no Heinermann, but try saving as a different name, or as an scm.

This is a great wallpaper to use if you want to go into an epileptic fit every time you sit down in front of your laptop, which I guess is a better option than watching Naruto.
Top

Post #14     ShadowDancer Dec 2 2009, 5:49 pm

[Avatar]
offlinecontact
Rank: Member
Yeach, but what's MRGN?

Top

Post #15     Morphling Dec 2 2009, 10:28 pm

[Avatar]
offlinecontact
Rank: Regular
Quote from http://www.staredit.net/wiki/scenario.chk_format
"MRGN" Section
Note: This section is required for all game types, all versions.
This section contains all the locations that the map uses. In a scenario that is not Brood War, this section contains 64 locations. In a Brood War map, this section will expand to contain 255 locations. This section can be a size of 0 in melee.

Each location gets one of the following location entries. The 'Anywhere' location, is ALWAYS location 64.
•4 byte long: Starting X coordinate of location (32 pt grid)
•4 byte long: Starting Y coordinate of location (32 pt grid)
•4 byte long: Ending X coordinate of location (32 pt grid)
•4 byte long: Ending Y coordinate of location (32 pt grid)
•2 byte integer: String number of the name of this location
•2 bytes: Location elevation flags. If an elevation is disabled in the location, it's bit will be on (1)
◦Bit 0 - Low elevation
◦Bit 1 - Medium elevation
◦Bit 2 - High elevation
◦Bit 3 - Low air
◦Bit 4 - Medium air
◦Bit 5 - High air
◦Bit 6-15 - Unused

Top

Post #16     Heinermann Dec 3 2009, 1:53 am

[Avatar]
BWAPI Project Owner
offlinecontact
Rank: Veteran
You sure rockz? It doesn't look like it's related to MRGN. (The more I look at it, the more I doubt it)

Top

Post #17     rockz Dec 3 2009, 3:59 am

[Avatar]
お や す み
offlinecontact
Rank: Veteran
it didn't make any sense to me either, and like I said, I'm not you. however, the error he posted had
Quote
Code bytes:
0x004ce1c4: 8b 46 14 85 c0 74 12 8a 4e 0c 02 4e 08 2a c8 88 .F...t..N..N.*..
I simply matched up the address. However, I see now that code bytes probably has little to do with the problem. It was worth a shot anyway.

This is a great wallpaper to use if you want to go into an epileptic fit every time you sit down in front of your laptop, which I guess is a better option than watching Naruto.
Top

Post #18     (Marine)rE Dec 28 2009, 8:17 pm

[Avatar]
offlinecontact
Rank: Member
My error report has nothing like that Fault address or anything, doesn't even have program version, comp name, user name, time/date etc. I went through the entire thing, too, even through the technical information. Where do I find it?

Top

Post #19     payne Jan 19 2010, 3:21 am

[Avatar]
Addicted to SEN Games -Add more!-
offlinecontact
Rank: Veteran
Whenever I try to play this map in SC, I crash.

Code

------------------------------------------------------
PROGRAM VERSION: 1.16.1.1
COMPUTER NAME: ACER-C43B34A8D4
USER NAME:     Jeremi
TIME: 01/18/10 20:47:27.687
INFO:

Exception code: C0000005 ACCESS_VIOLATION
Fault address:     004CE1C4 01:000CD1C4 C:\Program Files\Starcraft\StarCraft.exe

Registers:
EAX:000000EC
EBX:0050CF90
ECX:00000072
EDX:1505CC10
ESI:00000000
EDI:0050CF90
CS:EIP:001B:004CE1C4
SS:ESP:0023:0012F8BC EBP:0012F8C0
DS:0023 ES:0023 FS:003B GS:0000
Flags:00210202
Call stack:
Address  Frame    Logical addr  Module
004CE1C4 0012F8C0 0001:000CD1C4 C:\Program Files\Starcraft\StarCraft.exe
004DFBEB 0012FD58 0001:000DEBEB C:\Program Files\Starcraft\StarCraft.exe
004EEBEA 0012FE6C 0001:000EDBEA C:\Program Files\Starcraft\StarCraft.exe
004E0814 0012FE8C 0001:000DF814 C:\Program Files\Starcraft\StarCraft.exe
004E0B20 0012FE98 0001:000DFB20 C:\Program Files\Starcraft\StarCraft.exe
00404DA5 0012FFC0 0001:00003DA5 C:\Program Files\Starcraft\StarCraft.exe
7C816FD7 0012FFF0 0001:00015FD7 C:\WINDOWS\system32\kernel32.dll

Stack bytes:
0x0012f8bc: 72 00 00 00  58 fd 12 00  eb fb 4d 00  00 00 00 00  r...X.....M.....
0x0012f8cc: 0a 00 00 00  04 00 00 00  01 00 00 00  00 00 00 48  ...............H
0x0012f8dc: 28 0f 55 4b  08 08 08 08  08 08 08 08  00 00 00 00  (.UK............
0x0012f8ec: 73 65 6e 00  00 00 00 00  00 00 00 00  00 00 00 00  sen.............
0x0012f8fc: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 01  ................
0x0012f90c: 01 02 06 00  0a 00 01 00  37 33 8d de  04 00 01 00  ........73......
0x0012f91c: 62 67 2d 70  61 79 6e 65  00 00 00 00  00 00 00 00  bg-payne........
0x0012f92c: 00 00 00 00  00 00 00 00  00 59 67 67  64 72 61 73  .........Yggdras
0x0012f93c: 69 6c 6c 3a  20 54 72 65  65 20 6f 66  20 47 65 6e  ill: Tree of Gen
0x0012f94c: 65 73 69 73  00 00 00 00  00 0a 00 01  00 00 00 00  esis............
0x0012f95c: 00 00 00 00  02 00 01 03  01 00 01 00  00 00 00 00  ................
0x0012f96c: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0012f97c: 00 02 01 01  62 67 2d 70  61 79 6e 65  00 00 00 00  ....bg-payne....
0x0012f98c: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 00  ................
0x0012f99c: 00 ff ff ff  ff 00 01 01  00 00 00 00  00 00 00 00  ................
0x0012f9ac: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0012f9bc: 00 02 00 00  00 ff ff ff  ff 01 01 01  4b 65 6c 2d  ............Kel-
0x0012f9cc: 4d 6f 72 69  61 6e 20 43  6f 6d 62 69  6e 65 00 00  Morian Combine..
0x0012f9dc: 00 00 00 00  00 03 00 00  00 ff ff ff  ff 01 01 02  ................
0x0012f9ec: 41 6e 74 69  67 61 00 00  00 00 00 00  00 00 00 00  Antiga..........
0x0012f9fc: 00 00 00 00  00 00 00 00  00 04 00 00  00 ff ff ff  ................
0x0012fa0c: ff 07 00 02  47 61 72 6d  20 42 72 6f  6f 64 00 00  ....Garm Brood..
0x0012fa1c: 00 00 00 00  00 00 00 00  00 00 00 00  00 05 00 00  ................
0x0012fa2c: 00 ff ff ff  ff 01 00 03  47 72 65 6e  64 65 6c 20  ........Grendel
0x0012fa3c: 42 72 6f 6f  64 00 00 00  00 00 00 00  00 00 00 00  Brood...........
0x0012fa4c: 00 06 00 00  00 ff ff ff  ff 01 00 03  42 61 65 6c  ............Bael
0x0012fa5c: 72 6f 67 20  42 72 6f 6f  64 00 00 00  00 00 00 00  rog Brood.......
0x0012fa6c: 00 00 00 00  00 07 00 00  00 ff ff ff  ff 01 00 04  ................
0x0012fa7c: 4c 65 76 69  61 74 68 61  6e 20 42 72  6f 6f 64 00  Leviathan Brood.
0x0012fa8c: 00 00 00 00  00 00 00 00  00 08 00 00  00 ff ff ff  ................
0x0012fa9c: ff 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0012faac: 00 00 00 00  00 00 00 00  00 00 00 00  00 09 00 00  ................
0x0012fabc: 00 ff ff ff  ff 00 00 00  00 00 00 00  00 00 00 00  ................
0x0012facc: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0012fadc: 00 0a 00 00  00 ff ff ff  ff 00 00 00  00 00 00 00  ................
0x0012faec: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0012fafc: 00 00 00 00  00 0b 00 00  00 ff ff ff  ff 00 00 00  ................
0x0012fb0c: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0012fb1c: 00 00 00 00  00 00 00 00  00 00 00 00  00 01 00 00  ................
0x0012fb2c: 00 02 00 00  00 03 00 00  00 04 00 00  00 05 00 00  ................
0x0012fb3c: 00 06 00 00  00 07 00 00  00 00 00 00  00 00 00 00  ................
0x0012fb4c: 00 00 92 01  98 fb 12 00  fe 83 92 7c  00 00 92 01  ...........|....
0x0012fb5c: 00 10 93 01  00 c0 00 00  00 00 5c 01  00 40 94 01  ..........\..@..
0x0012fb6c: 00 00 00 00  00 00 00 00  00 00 95 01  00 00 00 00  ................
0x0012fb7c: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00  ................
0x0012fb8c: 00 00 00 00  00 00 00 00  00 00 5c 01  e0 cb 5c 01  ..........\...\.
0x0012fb9c: 00 00 00 00  74 fc 12 00  5c 0d 92 7c  00 00 5c 01  ....t...\..|..\.
0x0012fbac: 91 0e 92 7c  08 06 5c 01  c4 fb 12 00  c8 fb 12 00  ...|..\.........

Code bytes:
0x004ce1c4: 8b 46 14 85  c0 74 12 8a  4e 0c 02 4e  08 2a c8 88  .F...t..N..N.*..

Top

Post #20     Falkoner Jan 19 2010, 3:25 am

[Avatar]
offlinecontact
Rank: Veteran
Nooks and Crannies error, sorry dude.

http://FalksZone.zxq.net - StarCraft 1 Basic Tutorials and Programs
Top
0 members in this topic (italic members are currently writing a reply): None
+ guest(s)


[05:14 am]
RIVE -- I pray to Mozzarella because I fear the Rapture.
[04:42 am]
jjf28 -- it's evil, pure, demonic, evil
[04:42 am]
jjf28 -- nothin' holy bout dat holey cheese
[04:22 am]
Dem0n -- also get on skype XD
[04:21 am]
Dem0n -- I'm curently eating pepper jack cheese :O
[04:18 am]
lil-Inferno -- Only Swiss cheese is holy
[04:18 am]
Dem0n -- WUT EAT]\
Please log in to shout.