My project is crashing the second time it is run from the editor.
The editor log gives no relevant information. The following is the error log... Is there any way to get a stack trace on this so I can figure out where the error is originating?
Unity Editor [version: Unity 3.5.7f6_795a449bc926]
mono.dll caused an Access Violation (0xc0000005)
in module mono.dll at 0023:083610c1.
Error occurred at 2013-07-28_032738.
C:\Program Files (x86)\Unity\Editor\Unity.exe, run by Sharsnik.
61% memory in use.
0 MB physical memory [3152 MB free].
0 MB paging file [0 MB free].
0 MB user address space [2211 MB free].
Read from location 00000000 caused an access violation.
Context:
EDI: 0x00000001 ESI: 0x3032cd78 EAX: 0x00000000
EBX: 0x00000000 ECX: 0x08470ccf EDX: 0x00000000
EIP: 0x083610c1 EBP: 0x2e09fe28 SegCs: 0x00000023
EFlags: 0x00010246 ESP: 0x2e09fe1c SegSs: 0x0000002b
Bytes at CS:EIP:
ff 30 e8 0a ab 10 00 83 c4 0c c9 c3 8d 44 24 10
Stack:
0x2e09fe1c: 0854e980 0854e960 30723e48 2e09fe64 ..T.`.T.H>r0d...
0x2e09fe2c: 083610e3 00000000 00000004 0848e528 ..6.........(.H.
0x2e09fe3c: 2e09fe50 083ffc3b 00000000 00000004 P...;.?.........
0x2e09fe4c: 0848e528 0850b71c 00000750 0850b908 (.H...P.P.....P.
0x2e09fe5c: 3032cd78 00000002 2e09fe90 084056db x.20.........V@.
0x2e09fe6c: 00000000 30f892b0 00000000 1baac880 .......0........
0x2e09fe7c: 3125e6c0 3125e6d2 3125e740 61635a28 ..%1..%1@.%1(Zca
0x2e09fe8c: 077a6e70 2e09feb8 08405835 00000009 pnz.....5X@.....
0x2e09fe9c: 00000000 00000000 30f892b0 00000002 ...........0....
0x2e09feac: 00000000 08640fc0 00000002 2e09fec8 ......d.........
0x2e09febc: 08405ba9 00000009 3032cd78 2e09fedc .[@.....x.20....
0x2e09fecc: 083c4f1e 08550d78 3032cd78 3032cd78 .O<.x.U.x.20x.20
0x2e09fedc: 2e09fef4 08372a9e 3032cd78 00000002 .....*7.x.20....
0x2e09feec: 00000000 077a6bd0 2e09ff30 08387d1e .....kz.0....}8.
0x2e09fefc: 3032cd78 00000040 00000001 08492cf8 x.20@........,I.
0x2e09ff0c: 088418c8 077a6bd0 0cdbdf3b 3032cd78 .....kz.;...x.20
0x2e09ff1c: 00000001 07a5afc8 0018e754 077a6bd0 ........T....kz.
0x2e09ff2c: 000014d0 2e09ff50 08370a24 3032cd78 ....P...$.7.x.20
0x2e09ff3c: 00000000 077a6bd0 077a6bd0 00000000 .....kz..kz.....
0x2e09ff4c: 07a5afc8 2e09ff88 0846691f 0018e754 .........iF.T...
0x2e09ff5c: b07254c8 00000000 00000000 07a5afc8 .Tr.............
0x2e09ff6c: 00000000 2e09ff5c 2e09f9e0 2e09ffc4 ....\...........
0x2e09ff7c: 084730f0 962ffc70 00000000 2e09ff94 .0G.p./.........
0x2e09ff8c: 766d3677 07a5afc8 2e09ffd4 771c9f42 w6mv........B..w
0x2e09ff9c: 07a5afc8 52ccbf7b 00000000 00000000 ....{..R........
0x2e09ffac: 07a5afc8 c0000005 766f9775 766f9775 ........u.ovu.ov
0x2e09ffbc: 2e09ffa0 2e09f9e4 ffffffff 772070d5 .............p w
0x2e09ffcc: 0bde85ff 00000000 2e09ffec 771c9f15 ...............w
0x2e09ffdc: 084668fb 07a5afc8 00000000 00000000 .hF.............
0x2e09ffec: 00000000 00000000 084668fb 07a5afc8 .........hF.....
0x2e09fffc: 00000000 ....
I also have a list of loaded modules, and a crash.dmp if you think that would help.
Any help would be appreciated, thanks.
↧