Code: Select all
--Level Header Info (or something like that)
_G["level_code"] = "mib"
_G["dragon_coins"] = false
_G["split_route"] = false
shop = Data(Data.DATA_LEVEL, "Shop", true)
function onLoad()
shop:set("item1", "shroom")
shop:set("item2", "leaf")
shop:set("item3", "fflower")
items = 3
if saveData:get("shopStar") == "" then
shop:set("item4", "star")
items = 4
end
i = 0
coins = _G["saveData"]:get("coins")
end
function onEvent(eventName)
if eventName == "shop" then
show_shopHUD = true
shopHUD_loaded = false
elseif eventName == "shop hide" then
show_shopHUD = false
shopHUD_loaded = false
end
end
function onLoop()
if HUD_loaded == false then
HUD_loaded = true
if show_shopHUD == true then
loadImage("shop_hud.png", 16, 0xdc00ff)
placeSprite(1, 16, 158, 124)
elseif show_shopHUD == false then
loadImage("NONE", 16, 0xdc00ff)
end
end
if show_shopHUD == true then
local name = ""
local cost = 0
--Shop item list
printText(shop:get("item" .. i - 3), 156, 178)
printText(shop:get("item" .. i - 2), 156, 198)
printText(shop:get("item" .. i - 1), 156, 218)
printText(shop:get("item" .. i), 156, 238)
printText(shop:get("item" .. i + 1), 156, 258)
printText(shop:get("item" .. i + 2), 156, 278)
printText(shop:get("item" .. i + 3), 156, 298)
--Item Cost and Description
if shop:get("item" .. i) == "shroom" then
name, cost, id = "Mushroom", 10, 9
desc1 = "Allows you to"
desc2 = "take one hit"
desc3 = "without being"
desc4 = "killed."
elseif shop:get("item" .. i) == "leaf" then
name, cost, id = "Super Leaf", 15, 34
desc1 = "allows you to"
desc2 = "glide and kill"
desc3 = "enemies with a"
desc4 = "tail."
elseif shop:get("item" .. i) == "fflower" then
name, cost, id = "Fire Flower", 20, 14
desc1 = "allows you to"
desc2 = "throw"
desc3 = "fireballs at"
desc4 = "your enemies."
elseif shop:get("item" .. i) == "star" then
name, cost = "Power Star", 1000
desc1 = "you know you"
desc2 = "want it. =P"
desc3, desc4 = ""
end
printText(cost .. "", 466, 144)
printText(desc1, 466, 208)
printText(desc2, 466, 228)
printText(desc3, 466, 248)
printText(desc4, 466, 268)
--Menu Navigation
if player.upKeyPressing == true then
if i >= 0 then
i = i - 1
end
elseif player.downKeyPressing == true then
if i <= items then
i = i + 1
end
elseif player.jumpKeyPressing == true then --Attempt to purchase selected item if jump is pressed.
if(coins < cost) then
Audio.playSFX("locked.ogg")
elseif(coins >= cost) then
if shop:get("item" .. i) == "star" then
triggerEvent("star room open")
shop:set("starRoomOpen", "yes")
shop:set("item4", "")
shop:save()
items, i = 3
coins = coins - cost
elseif NPC1isSpawned == false then
NPC1isSpawned = true
Audio.playSFX("cha-ching.ogg")
coins = coins - cost
NPC.spawn(id, -199744, -200160, 0)
elseif NPC2IsSpawned == false then
NPC2IsSpawned = true
Audio.playSFX("cha-ching.ogg")
coins = coins - cost
NPC.spawn(id, -199712, -200160)
else
Audio.playSFX("locked.ogg")
end
end
elseif player.dropItemKeyPressing == true then --Hide shop screen if select is pressed.
i = 0
NPC1isSpawned, NPC2IsSpawned = false --TEMPORARY. FOR TEST ONLY.
triggerEvent("shop hide")
end
end
endI submitted the crash report last night, so I'm assuming you have it somewhere, but here's a copy anyway:
- Spoiler
- **************************************************
* Summary *
**************************************************
SMBX has crashed due an error. See the description for more information!
LunaLua Version: LUNALUA V0.7.0.1 BETA
Time/Date: 2015-07-20 12 55 32
**************************************************
* Description *
**************************************************
Exception code: 0xc0000005
If you like to help us finding the error then please post this log at:
* http://wohlsoft.ru/forum/ or
* http://www.supermariobrosx.org/forums/viewforum.php?f=35 or
* http://talkhaus.raocow.com/viewforum.php?f=36
**************************************************
* Stacktrace *
**************************************************
**** LIBRARY INFORMATION ****
SymInit: Symbol-SearchPath: '.;C:\SMBX;C:\SMBX;C:\Windows;C:\Windows\system32;SRV*C:\websymbols*http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'Sambo'
OS-Version: 6.1.7601 (Service Pack 1) 0x100-0x1
C:\SMBX\smbx.exe:smbx.exe (00400000), size: 7630848 (result: 0), SymType: '-nosymbols-', PDB: 'C:\SMBX\smbx.exe', fileVersion: 1.3.0.1
C:\Windows\SysWOW64\ntdll.dll:ntdll.dll (77240000), size: 1572864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SysWOW64\ntdll.dll', fileVersion: 6.1.7601.18869
C:\Windows\syswow64\kernel32.dll:kernel32.dll (761A0000), size: 1114112 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\kernel32.dll', fileVersion: 6.1.7601.18869
C:\Windows\syswow64\KERNELBASE.dll:KERNELBASE.dll (76770000), size: 290816 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\KERNELBASE.dll', fileVersion: 6.1.7601.18869
C:\Windows\system32\MSVBVM60.DLL:MSVBVM60.DLL (72940000), size: 1388544 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSVBVM60.DLL', fileVersion: 6.0.98.15
C:\Windows\syswow64\USER32.dll:USER32.dll (75450000), size: 1048576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\USER32.dll', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\GDI32.dll:GDI32.dll (762B0000), size: 589824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\GDI32.dll', fileVersion: 6.1.7601.18898
C:\Windows\syswow64\LPK.dll:LPK.dll (76910000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\LPK.dll', fileVersion: 6.1.7601.18914
C:\Windows\syswow64\USP10.dll:USP10.dll (765D0000), size: 643072 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\USP10.dll', fileVersion: 1.626.7601.18454
C:\Windows\syswow64\msvcrt.dll:msvcrt.dll (769A0000), size: 704512 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\msvcrt.dll', fileVersion: 7.0.7601.17744
C:\Windows\syswow64\ADVAPI32.dll:ADVAPI32.dll (76680000), size: 659456 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\ADVAPI32.dll', fileVersion: 6.1.7601.18869
C:\Windows\SysWOW64\sechost.dll:sechost.dll (76BA0000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SysWOW64\sechost.dll', fileVersion: 6.1.7601.18869
C:\Windows\syswow64\RPCRT4.dll:RPCRT4.dll (76BC0000), size: 983040 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\RPCRT4.dll', fileVersion: 6.1.7601.18912
C:\Windows\syswow64\SspiCli.dll:SspiCli.dll (74BB0000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\SspiCli.dll', fileVersion: 6.1.7601.18912
C:\Windows\syswow64\CRYPTBASE.dll:CRYPTBASE.dll (74BA0000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\CRYPTBASE.dll', fileVersion: 6.1.7601.18912
C:\Windows\syswow64\ole32.dll:ole32.dll (76CB0000), size: 1425408 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\ole32.dll', fileVersion: 6.1.7601.18915
C:\Windows\syswow64\OLEAUT32.dll:OLEAUT32.dll (74CE0000), size: 585728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\OLEAUT32.dll', fileVersion: 6.1.7601.18679
C:\SMBX\LunaDll.dll:LunaDll.dll (69180000), size: 2121728 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\LunaDll.dll'
C:\Windows\system32\VERSION.dll:VERSION.dll (74AD0000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\VERSION.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\WINMM.dll:WINMM.dll (71AA0000), size: 204800 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINMM.dll', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\WS2_32.dll:WS2_32.dll (76B60000), size: 217088 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\WS2_32.dll', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\NSI.dll:NSI.dll (77210000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\NSI.dll', fileVersion: 6.1.7600.16385
C:\SMBX\SDL2.dll:SDL2.dll (6C740000), size: 4296704 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\SDL2.dll', fileVersion: 2.0.3.0
C:\Windows\syswow64\IMM32.DLL:IMM32.DLL (753E0000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\IMM32.DLL', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\MSCTF.dll:MSCTF.dll (74C10000), size: 835584 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\MSCTF.dll', fileVersion: 6.1.7601.18731
C:\Windows\syswow64\SHELL32.dll:SHELL32.dll (75550000), size: 12890112 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\SHELL32.dll', fileVersion: 6.1.7601.18762
C:\Windows\syswow64\SHLWAPI.dll:SHLWAPI.dll (76930000), size: 356352 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\SHLWAPI.dll', fileVersion: 6.1.7601.17514
C:\SMBX\SDL2_mixer.dll:SDL2_mixer.dll (6FDC0000), size: 606208 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\SDL2_mixer.dll'
C:\SMBX\libFLAC-8.dll:libFLAC-8.dll (64080000), size: 421888 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\libFLAC-8.dll'
C:\SMBX\libogg-0.dll:libogg-0.dll (70680000), size: 114688 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\libogg-0.dll'
C:\SMBX\libgcc_s_dw2-1.dll:libgcc_s_dw2-1.dll (6E940000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\libgcc_s_dw2-1.dll'
C:\SMBX\libwinpthread-1.dll:libwinpthread-1.dll (64940000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\libwinpthread-1.dll', fileVersion: 1.0.0.0
C:\SMBX\libmodplug-1.dll:libmodplug-1.dll (6CB80000), size: 2265088 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\libmodplug-1.dll'
C:\SMBX\libstdc++-6.dll:libstdc++-6.dll (6FC40000), size: 995328 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\libstdc++-6.dll'
C:\SMBX\libvorbisfile-3.dll:libvorbisfile-3.dll (6B3C0000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\libvorbisfile-3.dll'
C:\SMBX\libvorbis-0.dll:libvorbis-0.dll (6D540000), size: 233472 (result: 0), SymType: '-exported-', PDB: 'C:\SMBX\libvorbis-0.dll'
C:\Windows\system32\OPENGL32.dll:OPENGL32.dll (698A0000), size: 819200 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\OPENGL32.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\GLU32.dll:GLU32.dll (6BB10000), size: 139264 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\GLU32.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\DDRAW.dll:DDRAW.dll (697B0000), size: 946176 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DDRAW.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\DCIMAN32.dll:DCIMAN32.dll (6FD90000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DCIMAN32.dll', fileVersion: 6.1.7601.18914
C:\Windows\syswow64\SETUPAPI.dll:SETUPAPI.dll (76430000), size: 1691648 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\SETUPAPI.dll', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\CFGMGR32.dll:CFGMGR32.dll (76730000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\CFGMGR32.dll', fileVersion: 6.1.7601.17621
C:\Windows\syswow64\DEVOBJ.dll:DEVOBJ.dll (75120000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\DEVOBJ.dll', fileVersion: 6.1.7601.17621
C:\Windows\system32\dwmapi.dll:dwmapi.dll (718A0000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dwmapi.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\MSIMG32.dll:MSIMG32.dll (74830000), size: 20480 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSIMG32.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\uxtheme.dll:uxtheme.dll (71240000), size: 524288 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\uxtheme.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\SXS.DLL:SXS.DLL (70E60000), size: 389120 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\SXS.DLL', fileVersion: 6.1.7601.17514
C:\Windows\system32\apphelp.dll:apphelp.dll (72380000), size: 311296 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\apphelp.dll', fileVersion: 6.1.7601.18777
C:\Windows\system32\CRYPTSP.dll:CRYPTSP.dll (72DB0000), size: 94208 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\CRYPTSP.dll', fileVersion: 6.1.7601.18741
C:\Windows\system32\rsaenh.dll:rsaenh.dll (72D70000), size: 241664 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rsaenh.dll', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\CLBCatQ.DLL:CLBCatQ.DLL (76A50000), size: 536576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\CLBCatQ.DLL', fileVersion: 2001.12.8530.16385
C:\Windows\SysWOW64\ieframe.dll:ieframe.dll (5F530000), size: 12877824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SysWOW64\ieframe.dll', fileVersion: 11.0.9600.17924
C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll:api-ms-win-downlevel-advapi32-l1-1-0.dll (76760000), size: 20480 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll', fileVersion: 6.2.9200.16492
C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll:api-ms-win-downlevel-shlwapi-l1-1-0.dll (75440000), size: 16384 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll', fileVersion: 6.2.9200.16492
C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll:api-ms-win-downlevel-user32-l1-1-0.dll (76920000), size: 16384 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\api-ms-win-downlevel-user32-l1-1-0.dll', fileVersion: 6.2.9200.16492
C:\Windows\SysWOW64\api-ms-win-downlevel-shell32-l1-1-0.dll:api-ms-win-downlevel-shell32-l1-1-0.dll (6B850000), size: 16384 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SysWOW64\api-ms-win-downlevel-shell32-l1-1-0.dll', fileVersion: 6.2.9200.16492
C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll:api-ms-win-downlevel-version-l1-1-0.dll (76990000), size: 16384 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\api-ms-win-downlevel-version-l1-1-0.dll', fileVersion: 6.2.9200.16492
C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll:api-ms-win-downlevel-normaliz-l1-1-0.dll (75140000), size: 12288 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\api-ms-win-downlevel-normaliz-l1-1-0.dll', fileVersion: 6.2.9200.16492
C:\Windows\syswow64\normaliz.DLL:normaliz.DLL (74D70000), size: 12288 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\normaliz.DLL', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\iertutil.dll:iertutil.dll (74ED0000), size: 2301952 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\iertutil.dll', fileVersion: 11.0.9600.17924
C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d\comctl32.dll:comctl32.dll (72520000), size: 1695744 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e855142bd5705d\comctl32.dll', fileVersion: 6.10.7601.18837
C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll:api-ms-win-downlevel-shlwapi-l2-1-0.dll (6ED50000), size: 16384 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\api-ms-win-downlevel-shlwapi-l2-1-0.dll', fileVersion: 6.2.9200.16492
C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll:api-ms-win-downlevel-ole32-l1-1-0.dll (76420000), size: 16384 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\api-ms-win-downlevel-ole32-l1-1-0.dll', fileVersion: 6.2.9200.16492
C:\Windows\syswow64\urlmon.dll:urlmon.dll (74D80000), size: 1351680 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\urlmon.dll', fileVersion: 11.0.9600.17924
C:\Windows\syswow64\WININET.dll:WININET.dll (751F0000), size: 1982464 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\WININET.dll', fileVersion: 11.0.9600.17909
C:\Windows\syswow64\USERENV.dll:USERENV.dll (767C0000), size: 94208 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\USERENV.dll', fileVersion: 6.1.7601.17514
C:\Windows\syswow64\profapi.dll:profapi.dll (75150000), size: 45056 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Windows\syswow64\profapi.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\Secur32.dll:Secur32.dll (72AC0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\Secur32.dll', fileVersion: 6.1.7601.18912
C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll:api-ms-win-downlevel-advapi32-l2-1-0.dll (72310000), size: 16384 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll', fileVersion: 6.2.9200.16492
C:\Windows\system32\IPHLPAPI.DLL:IPHLPAPI.DLL (02A80000), size: 114688 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\IPHLPAPI.DLL', fileVersion: 6.1.7601.17514
C:\Windows\system32\WINNSI.DLL:WINNSI.DLL (02AE0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINNSI.DLL', fileVersion: 6.1.7600.16385
C:\Windows\system32\mswsock.dll:mswsock.dll (72230000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\mswsock.dll', fileVersion: 6.1.7601.18254
C:\Windows\System32\wship6.dll:wship6.dll (72210000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\wship6.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\DNSAPI.dll:DNSAPI.dll (716B0000), size: 278528 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DNSAPI.dll', fileVersion: 6.1.7601.17570
C:\Windows\System32\netprofm.dll:netprofm.dll (643E0000), size: 368640 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\netprofm.dll', fileVersion: 6.1.7600.16385
C:\Windows\System32\nlaapi.dll:nlaapi.dll (71F10000), size: 65536 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\nlaapi.dll', fileVersion: 6.1.7601.18685
C:\Windows\system32\dhcpcsvc.DLL:dhcpcsvc.DLL (728C0000), size: 73728 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dhcpcsvc.DLL', fileVersion: 6.1.7600.16385
C:\Windows\system32\dhcpcsvc6.DLL:dhcpcsvc6.DLL (71870000), size: 53248 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dhcpcsvc6.DLL', fileVersion: 6.1.7601.17970
C:\Windows\System32\wshtcpip.dll:wshtcpip.dll (72220000), size: 20480 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\wshtcpip.dll', fileVersion: 6.1.7600.16385
C:\Program Files (x86)\Bonjour\mdnsNSP.dll:mdnsNSP.dll (721D0000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Bonjour\mdnsNSP.dll', fileVersion: 3.0.0.10
C:\Windows\system32\rasadhlp.dll:rasadhlp.dll (721C0000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\rasadhlp.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\RpcRtRemote.dll:RpcRtRemote.dll (72C10000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\RpcRtRemote.dll', fileVersion: 6.1.7601.17514
C:\Windows\system32\MSHTML.dll:MSHTML.dll (5BEB0000), size: 19914752 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSHTML.dll', fileVersion: 11.0.9600.17924
C:\Windows\System32\fwpuclnt.dll:fwpuclnt.dll (72180000), size: 229376 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\fwpuclnt.dll', fileVersion: 6.1.7601.18283
C:\Windows\System32\npmproxy.dll:npmproxy.dll (6E4B0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\npmproxy.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\MLANG.dll:MLANG.dll (6D760000), size: 188416 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MLANG.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\PROPSYS.dll:PROPSYS.dll (72420000), size: 1003520 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\PROPSYS.dll', fileVersion: 7.0.7601.17514
C:\Windows\system32\d2d1.dll:d2d1.dll (68E30000), size: 3436544 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\d2d1.dll', fileVersion: 6.2.9200.16765
C:\Windows\system32\DWrite.dll:DWrite.dll (6A940000), size: 1265664 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DWrite.dll', fileVersion: 6.2.9200.17292
C:\Windows\system32\dxgi.dll:dxgi.dll (06570000), size: 311296 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dxgi.dll', fileVersion: 6.2.9200.16492
C:\Windows\syswow64\WINTRUST.dll:WINTRUST.dll (76340000), size: 192512 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\WINTRUST.dll', fileVersion: 6.1.7601.18839
C:\Windows\syswow64\CRYPT32.dll:CRYPT32.dll (767E0000), size: 1183744 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\CRYPT32.dll', fileVersion: 6.1.7601.18839
C:\Windows\syswow64\MSASN1.dll:MSASN1.dll (75110000), size: 49152 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\MSASN1.dll', fileVersion: 6.1.7601.17514
C:\Windows\system32\d3d11.dll:d3d11.dll (6A050000), size: 1527808 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\d3d11.dll', fileVersion: 6.2.9200.16570
C:\Windows\system32\msimtf.dll:msimtf.dll (70E20000), size: 45056 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\msimtf.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\msls31.dll:msls31.dll (69980000), size: 200704 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\msls31.dll', fileVersion: 3.10.349.0
C:\Windows\system32\windowscodecs.dll:windowscodecs.dll (70FB0000), size: 1249280 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\windowscodecs.dll', fileVersion: 6.2.9200.17251
C:\Windows\system32\ntmarta.dll:ntmarta.dll (74A40000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\ntmarta.dll', fileVersion: 6.1.7600.16385
C:\Windows\syswow64\WLDAP32.dll:WLDAP32.dll (763D0000), size: 282624 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\syswow64\WLDAP32.dll', fileVersion: 6.1.7601.17514
C:\Windows\SysWOW64\jscript9.dll:jscript9.dll (60730000), size: 4554752 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SysWOW64\jscript9.dll', fileVersion: 11.0.9600.17918
C:\Windows\system32\asycfilt.dll:asycfilt.dll (6ED90000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\asycfilt.dll', fileVersion: 6.1.7601.17514
C:\Windows\system32\DINPUT.DLL:DINPUT.DLL (6ED60000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DINPUT.DLL', fileVersion: 6.1.7600.16385
C:\Windows\system32\HID.DLL:HID.DLL (72320000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\HID.DLL', fileVersion: 6.1.7600.16385
C:\Windows\system32\DSOUND.DLL:DSOUND.DLL (699C0000), size: 466944 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\DSOUND.DLL', fileVersion: 6.1.7600.16385
C:\Windows\system32\POWRPROF.dll:POWRPROF.dll (71AE0000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\POWRPROF.dll', fileVersion: 6.1.7600.16385
C:\Windows\System32\MMDevApi.dll:MMDevApi.dll (6D850000), size: 233472 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\MMDevApi.dll', fileVersion: 6.1.7601.17514
C:\Windows\system32\AUDIOSES.DLL:AUDIOSES.DLL (6F0F0000), size: 221184 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\AUDIOSES.DLL', fileVersion: 6.1.7601.18741
C:\Windows\system32\wdmaud.drv:wdmaud.drv (6D480000), size: 196608 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\wdmaud.drv', fileVersion: 6.1.7601.17514
C:\Windows\system32\ksuser.dll:ksuser.dll (6D470000), size: 16384 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\ksuser.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\AVRT.dll:AVRT.dll (6BCC0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\AVRT.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\msacm32.drv:msacm32.drv (6BCD0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\msacm32.drv', fileVersion: 6.1.7600.16385
C:\Windows\system32\MSACM32.dll:MSACM32.dll (6B830000), size: 81920 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\MSACM32.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\midimap.dll:midimap.dll (6B860000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\midimap.dll', fileVersion: 6.1.7600.16385
C:\Windows\system32\nvoglv32.DLL:nvoglv32.DLL (5A8A0000), size: 23085056 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\nvoglv32.DLL', fileVersion: 9.18.13.5286
C:\Windows\system32\WTSAPI32.dll:WTSAPI32.dll (03390000), size: 53248 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WTSAPI32.dll', fileVersion: 6.1.7601.17514
C:\Windows\system32\WINSTA.dll:WINSTA.dll (26D60000), size: 167936 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\WINSTA.dll', fileVersion: 6.1.7601.18540
C:\Windows\system32\dbghelp.dll:dbghelp.dll (72DF0000), size: 962560 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\system32\dbghelp.dll', fileVersion: 6.1.7601.17514
**** THE STACKTRACE ****
0: 691B03CD (LunaDll): (filename not available): LunaLuaGlDrawTriangles
1: 691B0393 (LunaDll): (filename not available): LunaLuaGlDrawTriangles
2: 691ED60A (LunaDll): (filename not available): LunaLuaGlDrawTriangles
3: 69202FEB (LunaDll): (filename not available): LunaLuaGlDrawTriangles
4: 691ED74A (LunaDll): (filename not available): LunaLuaGlDrawTriangles
5: 69208454 (LunaDll): (filename not available): LunaLuaGlDrawTriangles
6: 6918266F (LunaDll): (filename not available): (function-name not available)
7: 6923A0E6 (LunaDll): (filename not available): TestFunc
8: 691FC8B9 (LunaDll): (filename not available): LunaLuaGlDrawTriangles
9: 69205760 (LunaDll): (filename not available): LunaLuaGlDrawTriangles
10: 6922733B (LunaDll): (filename not available): TestFunc
11: 008C224A (smbx): (filename not available): (function-name not available)
12: 7294A048 (MSVBVM60): (filename not available): EbLoadRunTime
13: 72947B3E (MSVBVM60): (filename not available): BASIC_CLASS_QueryInterface
14: 72943981 (MSVBVM60): (filename not available): ThunRTMain
15: 729436FA (MSVBVM60): (filename not available): ThunRTMain
16: 72943600 (MSVBVM60): (filename not available): ThunRTMain
17: 0040BDE2 (smbx): (filename not available): (function-name not available)
18: 772792E2 (ntdll): (filename not available): RtlInitializeExceptionChain
19: 772792B5 (ntdll): (filename not available): RtlInitializeExceptionChain



