Changes between Initial Version and Version 1 of Ticket #1995, comment 16


Ignore:
Timestamp:
Jul 27, 2013, 10:42:57 AM (11 years ago)
Author:
wraitii

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1995, comment 16

    initial v1  
    1 Latest patch fixed the compiler errors, but I get the same crash, here's the stacktrace. There's an assertion failure in AssertPointerBounds() in HWLightingModelRenderer.cpp at line 284 first.
     1Latest patch fixed the compiler errors, but I get the same crash, here's the stacktrace. There's an assertion failure in AssertPointerBounds() in HWLightingModelRenderer.cpp at line 284 first.
    22
    3 [code]* thread !#1: tid = 0x1d07, 0x0000000107185c9d GLEngine`gleRunVertexSubmitImmediate + 5021, stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
     3{{{
     4* thread #1: tid = 0x1d07, 0x0000000107185c9d GLEngine`gleRunVertexSubmitImmediate + 5021, stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
    45
    5     frame !#0: 0x0000000107185c9d GLEngine`gleRunVertexSubmitImmediate + 5021
     6  frame #0  : 0x0000000107185c9d GLEngine`gleRunVertexSubmitImmediate + 5021
    67
    7     frame !#1: 0x0000000107178d67 GLEngine`gleDrawArraysOrElements_ExecCore + 1079
     8  frame #1  : 0x0000000107178d67 GLEngine`gleDrawArraysOrElements_ExecCore + 1079
    89
    9     frame !#2: 0x0000000107171b33 GLEngine`glDrawRangeElements_IMM_Exec + 350
     10  frame #2  : 0x0000000107171b33 GLEngine`glDrawRangeElements_IMM_Exec + 350
    1011
    11     frame !#3: 0x00007fff8eec359f libGL.dylib`glDrawRangeElements + 45
     12  frame #3  : 0x00007fff8eec359f libGL.dylib`glDrawRangeElements + 45
    1213
    13     frame !#4: 0x000000010050a218 pyrogenesis`ShaderModelVertexRenderer::!RenderModel() + 376 at !HWLightingModelRenderer.cpp:301
     14  frame #4  : 0x000000010050a218 pyrogenesis`ShaderModelVertexRenderer::RenderModel  () + 376 at HWLightingModelRenderer.cpp:301
    1415
    15     frame !#5: 0x000000010050dd3c pyrogenesis`ShaderModelRenderer::Render(this=0x0000000101aa2e30, modifier=0x0000000101a78d80, context=0x0000000000000001, flags=1) + 3580 at !ModelRenderer.cpp:634
     16  frame #5  : 0x000000010050dd3c pyrogenesis`ShaderModelRenderer::Render(this=0x0000000101aa2e30, modifier=0x0000000101a78d80, context=0x0000000000000001, flags=1) + 3580 at ModelRenderer.cpp:634
    1617
    17     frame !#6: 0x0000000100532009 pyrogenesis`CRendererInternals::!CallModelRenderers(this=0x00000001015d4c00, context=0x00000001008a0438, flags=1) + 329 at !Renderer.cpp:364
     18  frame #6  : 0x0000000100532009 pyrogenesis`CRendererInternals::CallModelRenderers  (this=0x00000001015d4c00, context=0x00000001008a0438, flags=1) + 329 at Renderer.cpp:364
    1819
    19     frame !#7: 0x000000010052a6ef pyrogenesis`CRenderer::!RenderShadowMap(this=0x00000001015c8c00) + 815 at !Renderer.cpp:931
     20  frame #7  : 0x000000010052a6ef pyrogenesis`CRenderer::RenderShadowMap  (this=0x00000001015c8c00) + 815 at Renderer.cpp:931
    2021
    21     frame !#8: 0x000000010052e115 pyrogenesis`CRenderer::!RenderSubmissions(this=0x00000001015c8c00) + 1157 at !Renderer.cpp:1506
     22  frame #8  : 0x000000010052e115 pyrogenesis`CRenderer::RenderSubmissions  (this=0x00000001015c8c00) + 1157 at Renderer.cpp:1506
    2223
    23     frame !#9: 0x000000010052fd96 pyrogenesis`CRenderer::!RenderScene(this=0x00000001015c8c00) + 134 at !Renderer.cpp:1818
     24  frame #9  : 0x000000010052fd96 pyrogenesis`CRenderer::RenderScene  (this=0x00000001015c8c00) + 134 at Renderer.cpp:1818
    2425
    25     frame !#10: 0x0000000100492af6 pyrogenesis`CGameView::Render() + 38 at !GameView.cpp:503
     26  frame #10  : 0x0000000100492af6 pyrogenesis`CGameView::Render() + 38 at GameView.cpp:503
    2627
    27     frame !#11: 0x000000010042a865 pyrogenesis`Render() + 421 at !GameSetup.cpp:218
     28  frame #11  : 0x000000010042a865 pyrogenesis`Render() + 421 at GameSetup.cpp:218
    2829
    29     frame !#12: 0x0000000100424fbe pyrogenesis`CGame::!ReallyStartGame() + 254 at !Game.cpp:216
     30  frame #12  : 0x0000000100424fbe pyrogenesis`CGame::ReallyStartGame  () + 254 at Game.cpp:216
    3031
    31     frame !#13: 0x0000000100002766 pyrogenesis`SDL_main [inlined] !ProgressiveLoad() + 312 at !main.cpp:251
     32  frame #13  : 0x0000000100002766 pyrogenesis`SDL_main [inlined] ProgressiveLoad  () + 312 at main.cpp:251
    3233
    33     frame !#14: 0x000000010000262e pyrogenesis`SDL_main [inlined] Frame() + 1035 at !main.cpp:349
     34  frame #14  : 0x000000010000262e pyrogenesis`SDL_main [inlined] Frame() + 1035 at main.cpp:349
    3435
    35     frame !#15: 0x0000000100002223 pyrogenesis`SDL_main [inlined] !RunGameOrAtlas() + 459 at !main.cpp:510
     36  frame #15  : 0x0000000100002223 pyrogenesis`SDL_main [inlined] RunGameOrAtlas  () + 459 at main.cpp:510
    3637
    37     frame !#16: 0x0000000100002058 pyrogenesis`SDL_main() + 1288 at !main.cpp:553
     38  frame #16  : 0x0000000100002058 pyrogenesis`SDL_main() + 1288 at main.cpp:553
    3839
    39     frame !#17: 0x000000010029eaa1 pyrogenesis`-[SDLMain applicationDidFinishLaunching:] + 97
     40  frame #17  : 0x000000010029eaa1 pyrogenesis`-[SDLMain applicationDidFinishLaunching:] + 97
    4041
    41     frame !#18: 0x00007fff9006eeda !CoreFoundation`_CFXNotificationPost + 2554
     42  frame #18  : 0x00007fff9006eeda CoreFoundation  `_CFXNotificationPost + 2554
    4243
    43     frame !#19: 0x00007fff8b6457b6 Foundation`-[NSNotificationCenter !postNotificationName:object:userInfo:] + 64
     44  frame #19  : 0x00007fff8b6457b6 Foundation`-[NSNotificationCenter postNotificationName:object:userInfo  :] + 64
    4445
    45     frame !#20: 0x00007fff87e3052d !AppKit`-[NSApplication _postDidFinishNotification] + 292
     46  frame #20  : 0x00007fff87e3052d AppKit  `-[NSApplication _postDidFinishNotification] + 292
    4647
    47     frame !#21: 0x00007fff87e30266 !AppKit`-[NSApplication _sendFinishLaunchingNotification] + 216
     48  frame #21  : 0x00007fff87e30266 AppKit  `-[NSApplication _sendFinishLaunchingNotification] + 216
    4849
    49     frame !#22: 0x00007fff87e2d452 !AppKit`-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 566
     50  frame #22  : 0x00007fff87e2d452 AppKit  `-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 566
    5051
    51     frame !#23: 0x00007fff87e2d04c !AppKit`-[NSApplication(NSAppleEventHandling) _!handleCoreEvent:withReplyEvent:] + 351
     52  frame #23  : 0x00007fff87e2d04c AppKit  `-[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent  :] + 351
    5253
    53     frame !#24: 0x00007fff8b65f07b Foundation`-[NSAppleEventManager !dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
     54  frame #24  : 0x00007fff8b65f07b Foundation`-[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon  :] + 308
    5455
    55     frame !#25: 0x00007fff8b65eedd Foundation`_NSAppleEventManagerGenericHandler + 106
     56  frame #25  : 0x00007fff8b65eedd Foundation`_NSAppleEventManagerGenericHandler + 106
    5657
    57     frame !#26: 0x00007fff8ff30078 AE`aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
     58  frame #26  : 0x00007fff8ff30078 AE`aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
    5859
    59     frame !#27: 0x00007fff8ff2fed9 AE`dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
     60  frame #27  : 0x00007fff8ff2fed9 AE`dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
    6061
    61     frame !#28: 0x00007fff8ff2fd99 AE`aeProcessAppleEvent + 318
     62  frame #28  : 0x00007fff8ff2fd99 AE`aeProcessAppleEvent + 318
    6263
    63     frame !#29: 0x00007fff89461709 HIToolbox`AEProcessAppleEvent + 100
     64  frame #29  : 0x00007fff89461709 HIToolbox`AEProcessAppleEvent + 100
    6465
    65     frame !#30: 0x00007fff87e29836 !AppKit`_DPSNextEvent + 1456
     66  frame #30  : 0x00007fff87e29836 AppKit  `_DPSNextEvent + 1456
    6667
    67     frame !#31: 0x00007fff87e28df2 !AppKit`-[NSApplication !nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
     68  frame #31  : 0x00007fff87e28df2 AppKit  `-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue  :] + 128
    6869
    69     frame !#32: 0x00007fff87e201a3 !AppKit`-[NSApplication run] + 517
     70  frame #32  : 0x00007fff87e201a3 AppKit  `-[NSApplication run] + 517
    7071
    71     frame !#33: 0x000000010029e884 pyrogenesis`!CustomApplicationMain + 548
     72  frame #33  : 0x000000010029e884 pyrogenesis`CustomApplicationMain  + 548
    7273
    73     frame !#34: 0x000000010029ee60 pyrogenesis`main + 272
     74  frame #34  : 0x000000010029ee60 pyrogenesis`main + 272
    7475
    75     frame !#35: 0x00007fff86f3c7e1 libdyld.dylib`start + 1
    76 
    77 ![/code]
     76  frame #35  : 0x00007fff86f3c7e1 libdyld.dylib`start + 1
     77}}}