This is the place for discussion and support for LunaLua and related modifications and libraries.
Moderator: Userbase Moderators
Forum rules
Before you make a topic/post, consider the following:
-Is there a topic for this already?
-Is your post on topic/appropriate?
-Are you posting in the right forum/following the forum rules?
|
|
|
|
-
Wohlstand
- Chargin' Chuck

- Posts: 2008
- Joined: Tue Feb 11, 2014 4:44 pm
- Flair: [ˈvoːlˌʃtant], 狐エンジニア
- Pronouns: he/him
-
Contact:
Postby Wohlstand » Sat Nov 14, 2015 1:53 pm
HenryRichard wrote:You forgot something in SDL2_mixer_ext.dll.
That update in SDL2 Mixer ext was added in 0.7 2.1, this update uses same SDL2_MIXER_EXT. If you missed update 0.7.2.1, please take full version out take:
1) update for 0.7.2.1 and take updated SDL2_mixer_ext
|
|
|
|
|
|
|
|
|
-
HenryRichard
- Reznor

- Posts: 2843
- Joined: Mon Dec 23, 2013 12:09 pm
- Flair: Is this where I type my password?
-
Contact:
Postby HenryRichard » Sat Nov 14, 2015 3:24 pm
Wohlstand wrote:HenryRichard wrote:You forgot something in SDL2_mixer_ext.dll.
That update in SDL2 Mixer ext was added in 0.7 2.1, this update uses same SDL2_MIXER_EXT. If you missed update 0.7.2.1, please take full version out take:
1) update for 0.7.2.1 and take updated SDL2_mixer_ext
It's working now.
By the way, thanks to whoever added Block.spawn because it's amazing.
Code used:
Code: Select all levelLength = 128
levelX = -200000
levelY = -200032
function onLoad()
math.randomseed(os.time());
generateLevel();
end
function generateLevel()
length = 0;
while(length < levelLength) do
platformlength = math.random(3, 5);
platformheight = math.random(0, 6);
if(platformheight ~= 0) then
makePlatform(levelX + (length * 32), levelY - (platformheight * 32),
platformlength, platformheight);
end
length = length + platformlength
end
end
function destroyLevel()
block1s = Block.get(1);
for k,block in pairs(block1s) do
block:remove();
end
end
function onLoop()
Text.print(Misc.cheatBuffer():sub(-32), 0, 0);
if(Misc.cheatBuffer():sub(-5) == "regen") then
player.y = levelY - 8 * 32;
destroyLevel();
generateLevel();
Misc.cheatBuffer("regen ");
end
end
function makePlatform(x, y, length, height)
for i = x, x + length * 32, 32 do
for j = y, y + height * 32, 32 do
if(x < levelX + (levelLength * 32)) then
Block.spawn(1, i, j);
end
end
end
end
|
|
|
|
|
|
|
|
|
-
Emral
- Cute Yoshi Egg

- Posts: 9864
- Joined: Mon Jan 20, 2014 12:58 pm
- Flair: Phoenix
Postby Emral » Sat Nov 14, 2015 3:26 pm
But why don't you use rng.lua for your math.random stuff?
|
|
|
|
|
|
|
|
|
-
HenryRichard
- Reznor

- Posts: 2843
- Joined: Mon Dec 23, 2013 12:09 pm
- Flair: Is this where I type my password?
-
Contact:
Postby HenryRichard » Sat Nov 14, 2015 4:45 pm
Enjl wrote:But why don't you use rng.lua for your math.random stuff?
Because I didn't know it existed.
|
|
|
|
|
|
|
|
|
-
Kevsoft
- Ripper II

- Posts: 375
- Joined: Sun Jul 27, 2014 8:03 am
Postby Kevsoft » Sat Nov 14, 2015 4:46 pm
HenryRichard wrote:Enjl wrote:But why don't you use rng.lua for your math.random stuff?
Because I didn't know it existed.
I might intergrate that directly into the LunaLua core.
Also regarding those glitches: This might happen because of the block sorting, which is required by SMBX.
|
|
|
|
|
|
|
|
|
-
Thegreatrainbowyoshi
- Koopa

- Posts: 18
- Joined: Sun Sep 07, 2014 8:21 pm
Postby Thegreatrainbowyoshi » Sun Nov 15, 2015 12:47 pm
urrgghh..
The 0.7.2.2 version is very buged, or at least on my computer.
Although it doens't crash when it starts up, when i choose to start the game, it gives this error:
**************************************************
* Summary *
**************************************************
SMBX has crashed due an error. See the description for more information!
LunaLua Version: LUNALUA V0.7.2.2 BETA
Time/Date: 2015-11-15 14 40 49
**************************************************
* Description *
**************************************************
Exception code: 0xc000008f
VB6 Error Code: 53
VB6 Error Name: Unknown
If you like to help us finding the error then please post this log at:
* http://engine.wohlnet.ru/forum/ or
* http://www.smbxgame.com/forums/v ... m.php?f=35 or
* http://talkhaus.raocow.com/viewforum.php?f=36
**************************************************
* Stacktrace *
**************************************************
**** LIBRARY INFORMATION ****
SymInit: Symbol-SearchPath: '.;C:\Games\SMBX;C:\Games\SMBX;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols* http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'FamiliaRamos'
OS-Version: 6.2.9200 () 0x300-0x1
C:\Games\SMBX\smbx.exe:smbx.exe (00400000), size: 7626752 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Games\SMBX\smbx.exe', fileVersion: 1.3.0.1
C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (77040000), size: 1499136 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ntdll.dll', fileVersion: 6.3.9600.18007
C:\WINDOWS\SYSTEM32\KERNEL32.DLL:KERNEL32.DLL (74850000), size: 1310720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\KERNEL32.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\KERNELBASE.dll:KERNELBASE.dll (76CA0000), size: 880640 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\KERNELBASE.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\MSVBVM60.DLL:MSVBVM60.DLL (66000000), size: 1388544 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSVBVM60.DLL', fileVersion: 6.0.98.15
C:\WINDOWS\SYSTEM32\USER32.dll:USER32.dll (74A20000), size: 1388544 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USER32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\GDI32.dll:GDI32.dll (76850000), size: 1110016 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GDI32.dll', fileVersion: 6.3.9600.17902
C:\WINDOWS\SYSTEM32\ADVAPI32.dll:ADVAPI32.dll (761B0000), size: 507904 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ADVAPI32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\ole32.dll:ole32.dll (766B0000), size: 1216512 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ole32.dll', fileVersion: 6.3.9600.17905
C:\WINDOWS\SYSTEM32\OLEAUT32.dll:OLEAUT32.dll (76470000), size: 610304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OLEAUT32.dll', fileVersion: 6.3.9600.17560
C:\WINDOWS\SYSTEM32\msvcrt.dll:msvcrt.dll (769B0000), size: 798720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\msvcrt.dll', fileVersion: 7.0.9600.17415
C:\WINDOWS\SYSTEM32\sechost.dll:sechost.dll (76960000), size: 266240 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\sechost.dll', fileVersion: 6.3.9600.17734
C:\WINDOWS\SYSTEM32\RPCRT4.dll:RPCRT4.dll (763B0000), size: 761856 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\RPCRT4.dll', fileVersion: 6.3.9600.17919
C:\WINDOWS\SYSTEM32\combase.dll:combase.dll (76230000), size: 1560576 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\combase.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SspiCli.dll:SspiCli.dll (74830000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SspiCli.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (74820000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTBASE.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll:bcryptPrimitives.dll (747C0000), size: 344064 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\IMM32.DLL:IMM32.DLL (76D80000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\IMM32.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\MSCTF.dll:MSCTF.dll (76530000), size: 1122304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSCTF.dll', fileVersion: 6.3.9600.17706
C:\Games\SMBX\LunaDll.dll:LunaDll.dll (5ECC0000), size: 2400256 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\LunaDll.dll', fileVersion: 0.7.2.2
C:\Games\SMBX\FreeImage.dll:FreeImage.dll (10000000), size: 5677056 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\FreeImage.dll', fileVersion: 3.17.0.0
C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (73E60000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\VERSION.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (74010000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMM.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (738C0000), size: 1314816 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dbghelp.dll', fileVersion: 6.3.9600.17787
C:\WINDOWS\SYSTEM32\WS2_32.dll:WS2_32.dll (74BE0000), size: 327680 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WS2_32.dll', fileVersion: 6.3.9600.17415
C:\Games\SMBX\SDL2.dll:SDL2.dll (6C740000), size: 4296704 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\SDL2.dll', fileVersion: 2.0.3.0
C:\Games\SMBX\SDL2_mixer_ext.dll:SDL2_mixer_ext.dll (66380000), size: 1695744 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\SDL2_mixer_ext.dll'
C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (72CB0000), size: 909312 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OPENGL32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\MSIMG32.dll:MSIMG32.dll (73260000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSIMG32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINMMBASE.dll:WINMMBASE.dll (73FE0000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMMBASE.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\NSI.dll:NSI.dll (76180000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\NSI.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SHELL32.dll:SHELL32.dll (74E20000), size: 19644416 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SHELL32.dll', fileVersion: 6.3.9600.18038
C:\Games\SMBX\libFLAC-8.dll:libFLAC-8.dll (64080000), size: 421888 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libFLAC-8.dll'
C:\Games\SMBX\libmodplug-1.dll:libmodplug-1.dll (6CB80000), size: 2265088 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libmodplug-1.dll'
C:\Games\SMBX\libvorbisfile-3.dll:libvorbisfile-3.dll (6B3C0000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libvorbisfile-3.dll'
C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (74300000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GLU32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DDRAW.dll:DDRAW.dll (5EBD0000), size: 966656 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DDRAW.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\cfgmgr32.dll:cfgmgr32.dll (74DE0000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\cfgmgr32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DEVOBJ.dll:DEVOBJ.dll (73F70000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DEVOBJ.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SHLWAPI.dll:SHLWAPI.dll (767F0000), size: 282624 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SHLWAPI.dll', fileVersion: 6.3.9600.17415
C:\Games\SMBX\libogg-0.dll:libogg-0.dll (70680000), size: 114688 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libogg-0.dll'
C:\Games\SMBX\libgcc_s_dw2-1.dll:libgcc_s_dw2-1.dll (6E940000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libgcc_s_dw2-1.dll'
C:\Games\SMBX\libstdc++-6.dll:libstdc++-6.dll (6FC40000), size: 995328 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libstdc++-6.dll'
C:\Games\SMBX\libvorbis-0.dll:libvorbis-0.dll (6D540000), size: 233472 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libvorbis-0.dll'
C:\WINDOWS\SYSTEM32\DCIMAN32.dll:DCIMAN32.dll (742F0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DCIMAN32.dll', fileVersion: 6.3.9600.17415
C:\Games\SMBX\libwinpthread-1.dll:libwinpthread-1.dll (64940000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libwinpthread-1.dll', fileVersion: 1.0.0.0
C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (73CC0000), size: 970752 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\uxtheme.dll', fileVersion: 6.3.9600.17415
C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll:tiptsf.dll (73B00000), size: 512000 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\dwmapi.dll:dwmapi.dll (73F00000), size: 106496 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\dwmapi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\ig7icd32.dll:ig7icd32.dll (5C390000), size: 6574080 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ig7icd32.dll', fileVersion: 10.18.10.4276
C:\WINDOWS\SYSTEM32\igdusc32.dll:igdusc32.dll (691C0000), size: 3624960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\igdusc32.dll', fileVersion: 10.18.10.4276
C:\WINDOWS\SYSTEM32\WTSAPI32.dll:WTSAPI32.dll (74570000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WTSAPI32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\powrprof.dll:powrprof.dll (71330000), size: 262144 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\powrprof.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (74700000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\kernel.appcore.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SXS.DLL:SXS.DLL (6FA00000), size: 516096 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SXS.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\apphelp.dll:apphelp.dll (73820000), size: 655360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\apphelp.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (737D0000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTSP.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (737A0000), size: 196608 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\rsaenh.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\bcrypt.dll:bcrypt.dll (73780000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\bcrypt.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\clbcatq.dll:clbcatq.dll (76A80000), size: 577536 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\clbcatq.dll', fileVersion: 2001.12.10530.17415
C:\Windows\SYSTEM32\ieframe.dll:ieframe.dll (66BD0000), size: 12877824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\ieframe.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\SYSTEM32\shcore.dll:shcore.dll (73DB0000), size: 569344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\shcore.dll', fileVersion: 6.3.9600.17666
C:\Windows\SYSTEM32\iertutil.dll:iertutil.dll (72EA0000), size: 2301952 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\iertutil.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17810_none_a9edf09f013934e0\comctl32.dll:comctl32.dll (6F6E0000), size: 2121728 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17810_none_a9edf09f013934e0\comctl32.dll', fileVersion: 6.10.9600.17810
C:\WINDOWS\SYSTEM32\PROPSYS.dll:PROPSYS.dll (73B80000), size: 1286144 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\PROPSYS.dll', fileVersion: 7.0.9600.17415
C:\WINDOWS\SYSTEM32\urlmon.dll:urlmon.dll (6A850000), size: 1355776 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\urlmon.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\SYSTEM32\WININET.dll:WININET.dll (733C0000), size: 2043904 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WININET.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (74550000), size: 110592 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USERENV.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (73800000), size: 61440 (result: 0), SymType: '-nosymbols-', PDB: 'C:\WINDOWS\SYSTEM32\profapi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\Secur32.dll:Secur32.dll (73FD0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\Secur32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll:ondemandconnroutehelper.dll (71750000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\winhttp.dll:winhttp.dll (73660000), size: 651264 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\winhttp.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\mswsock.dll:mswsock.dll (74580000), size: 307200 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\mswsock.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (730E0000), size: 131072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINNSI.DLL:WINNSI.DLL (73EF0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINNSI.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DNSAPI.dll:DNSAPI.dll (744D0000), size: 516096 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DNSAPI.dll', fileVersion: 6.3.9600.17481
C:\WINDOWS\SYSTEM32\MSHTML.dll:MSHTML.dll (67820000), size: 21446656 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSHTML.dll', fileVersion: 11.0.9600.18052
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (74100000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\rasadhlp.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\System32\fwpuclnt.dll:fwpuclnt.dll (73EA0000), size: 286720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\fwpuclnt.dll', fileVersion: 6.3.9600.17485
C:\WINDOWS\SYSTEM32\oleacc.dll:oleacc.dll (73F20000), size: 327680 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\oleacc.dll', fileVersion: 7.2.9600.17415
C:\WINDOWS\SYSTEM32\MLANG.dll:MLANG.dll (6C050000), size: 208896 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MLANG.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\windowscodecs.dll:windowscodecs.dll (06050000), size: 1486848 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\windowscodecs.dll', fileVersion: 6.3.9600.17669
C:\WINDOWS\SYSTEM32\d2d1.dll:d2d1.dll (70E90000), size: 4087808 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d2d1.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DWrite.dll:DWrite.dll (6D6F0000), size: 1576960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DWrite.dll', fileVersion: 6.3.9600.17999
C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (6C2D0000), size: 430080 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dxgi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (6C0F0000), size: 1937408 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d3d11.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\msimtf.dll:msimtf.dll (73250000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\msimtf.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\msls31.dll:msls31.dll (742B0000), size: 208896 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\msls31.dll', fileVersion: 3.10.349.0
C:\WINDOWS\SYSTEM32\SETUPAPI.dll:SETUPAPI.dll (76DB0000), size: 1773568 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SETUPAPI.dll', fileVersion: 6.3.9600.17415
C:\Windows\SYSTEM32\jscript9.dll:jscript9.dll (66770000), size: 4562944 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\jscript9.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\system32\asycfilt.dll:asycfilt.dll (74290000), size: 90112 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\asycfilt.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DINPUT.DLL:DINPUT.DLL (740D0000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DINPUT.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (74280000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\HID.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINTRUST.dll:WINTRUST.dll (74C30000), size: 249856 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINTRUST.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\CRYPT32.dll:CRYPT32.dll (76B10000), size: 1605632 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPT32.dll', fileVersion: 6.3.9600.17475
C:\WINDOWS\SYSTEM32\MSASN1.dll:MSASN1.dll (761A0000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSASN1.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DSOUND.DLL:DSOUND.DLL (5EB40000), size: 528384 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DSOUND.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\System32\MMDevApi.dll:MMDevApi.dll (6C090000), size: 339968 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\MMDevApi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (61F60000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\AUDIOSES.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\avrt.dll:avrt.dll (6A7C0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\avrt.dll', fileVersion: 6.3.9600.17415
**** THE STACKTRACE ****
0: 660CE246 (MSVBVM60): (filename not available): rtcDoEvents
1: 008D97D7 (smbx): (filename not available): (function-name not available)
2: 008C09C7 (smbx): (filename not available): (function-name not available)
3: 6600A048 (MSVBVM60): (filename not available): EbLoadRunTime
4: 66007B3E (MSVBVM60): (filename not available): BASIC_CLASS_QueryInterface
5: 66003981 (MSVBVM60): (filename not available): ThunRTMain
6: 660036FA (MSVBVM60): (filename not available): ThunRTMain
7: 66003600 (MSVBVM60): (filename not available): ThunRTMain
8: 0040BDE2 (smbx): (filename not available): (function-name not available)
9: 7709AD1F (ntdll): (filename not available): RtlInitializeExceptionChain
10: 7709ACEA (ntdll): (filename not available): RtlInitializeExceptionChain
And when i use the editor, even if it starts normally, it can't even load the levels, errors like "Division by 0" pop up
I downloaded the version with the launcher and i use Windows 8.1.
Can i fix this or i'm gonna have to wait? Please answer, Kevinsoft.
|
|
|
|
|
|
|
|
|
-
Kyoya
- Cheep-Cheep

- Posts: 12
- Joined: Sun Nov 15, 2015 2:35 pm
Postby Kyoya » Sun Nov 15, 2015 2:39 pm
Hey I downloaded this and the music that comes with it sounds like its on crack (the tempo is too fast) XD.
Did I set it up wrong, I extracted the zip file.
Edit: I fixed it. I renamed the music folder (for the older version on smbx) to music.old and it loaded the ogg files instead.
|
|
|
|
|
|
|
|
|
-
Kevsoft
- Ripper II

- Posts: 375
- Joined: Sun Jul 27, 2014 8:03 am
Postby Kevsoft » Sun Nov 15, 2015 3:00 pm
Thegreatrainbowyoshi wrote:urrgghh..
The 0.7.2.2 version is very buged, or at least on my computer.
Although it doens't crash when it starts up, when i choose to start the game, it gives this error:
**************************************************
* Summary *
**************************************************
SMBX has crashed due an error. See the description for more information!
LunaLua Version: LUNALUA V0.7.2.2 BETA
Time/Date: 2015-11-15 14 40 49
**************************************************
* Description *
**************************************************
Exception code: 0xc000008f
VB6 Error Code: 53
VB6 Error Name: Unknown
If you like to help us finding the error then please post this log at:
* http://engine.wohlnet.ru/forum/ or
* http://www.smbxgame.com/forums/v ... m.php?f=35 or
* http://talkhaus.raocow.com/viewforum.php?f=36
**************************************************
* Stacktrace *
**************************************************
**** LIBRARY INFORMATION ****
SymInit: Symbol-SearchPath: '.;C:\Games\SMBX;C:\Games\SMBX;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols* http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'FamiliaRamos'
OS-Version: 6.2.9200 () 0x300-0x1
C:\Games\SMBX\smbx.exe:smbx.exe (00400000), size: 7626752 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Games\SMBX\smbx.exe', fileVersion: 1.3.0.1
C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (77040000), size: 1499136 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ntdll.dll', fileVersion: 6.3.9600.18007
C:\WINDOWS\SYSTEM32\KERNEL32.DLL:KERNEL32.DLL (74850000), size: 1310720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\KERNEL32.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\KERNELBASE.dll:KERNELBASE.dll (76CA0000), size: 880640 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\KERNELBASE.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\MSVBVM60.DLL:MSVBVM60.DLL (66000000), size: 1388544 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSVBVM60.DLL', fileVersion: 6.0.98.15
C:\WINDOWS\SYSTEM32\USER32.dll:USER32.dll (74A20000), size: 1388544 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USER32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\GDI32.dll:GDI32.dll (76850000), size: 1110016 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GDI32.dll', fileVersion: 6.3.9600.17902
C:\WINDOWS\SYSTEM32\ADVAPI32.dll:ADVAPI32.dll (761B0000), size: 507904 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ADVAPI32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\ole32.dll:ole32.dll (766B0000), size: 1216512 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ole32.dll', fileVersion: 6.3.9600.17905
C:\WINDOWS\SYSTEM32\OLEAUT32.dll:OLEAUT32.dll (76470000), size: 610304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OLEAUT32.dll', fileVersion: 6.3.9600.17560
C:\WINDOWS\SYSTEM32\msvcrt.dll:msvcrt.dll (769B0000), size: 798720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\msvcrt.dll', fileVersion: 7.0.9600.17415
C:\WINDOWS\SYSTEM32\sechost.dll:sechost.dll (76960000), size: 266240 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\sechost.dll', fileVersion: 6.3.9600.17734
C:\WINDOWS\SYSTEM32\RPCRT4.dll:RPCRT4.dll (763B0000), size: 761856 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\RPCRT4.dll', fileVersion: 6.3.9600.17919
C:\WINDOWS\SYSTEM32\combase.dll:combase.dll (76230000), size: 1560576 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\combase.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SspiCli.dll:SspiCli.dll (74830000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SspiCli.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (74820000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTBASE.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll:bcryptPrimitives.dll (747C0000), size: 344064 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\IMM32.DLL:IMM32.DLL (76D80000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\IMM32.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\MSCTF.dll:MSCTF.dll (76530000), size: 1122304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSCTF.dll', fileVersion: 6.3.9600.17706
C:\Games\SMBX\LunaDll.dll:LunaDll.dll (5ECC0000), size: 2400256 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\LunaDll.dll', fileVersion: 0.7.2.2
C:\Games\SMBX\FreeImage.dll:FreeImage.dll (10000000), size: 5677056 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\FreeImage.dll', fileVersion: 3.17.0.0
C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (73E60000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\VERSION.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (74010000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMM.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (738C0000), size: 1314816 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dbghelp.dll', fileVersion: 6.3.9600.17787
C:\WINDOWS\SYSTEM32\WS2_32.dll:WS2_32.dll (74BE0000), size: 327680 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WS2_32.dll', fileVersion: 6.3.9600.17415
C:\Games\SMBX\SDL2.dll:SDL2.dll (6C740000), size: 4296704 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\SDL2.dll', fileVersion: 2.0.3.0
C:\Games\SMBX\SDL2_mixer_ext.dll:SDL2_mixer_ext.dll (66380000), size: 1695744 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\SDL2_mixer_ext.dll'
C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (72CB0000), size: 909312 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OPENGL32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\MSIMG32.dll:MSIMG32.dll (73260000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSIMG32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINMMBASE.dll:WINMMBASE.dll (73FE0000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMMBASE.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\NSI.dll:NSI.dll (76180000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\NSI.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SHELL32.dll:SHELL32.dll (74E20000), size: 19644416 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SHELL32.dll', fileVersion: 6.3.9600.18038
C:\Games\SMBX\libFLAC-8.dll:libFLAC-8.dll (64080000), size: 421888 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libFLAC-8.dll'
C:\Games\SMBX\libmodplug-1.dll:libmodplug-1.dll (6CB80000), size: 2265088 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libmodplug-1.dll'
C:\Games\SMBX\libvorbisfile-3.dll:libvorbisfile-3.dll (6B3C0000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libvorbisfile-3.dll'
C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (74300000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GLU32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DDRAW.dll:DDRAW.dll (5EBD0000), size: 966656 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DDRAW.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\cfgmgr32.dll:cfgmgr32.dll (74DE0000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\cfgmgr32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DEVOBJ.dll:DEVOBJ.dll (73F70000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DEVOBJ.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SHLWAPI.dll:SHLWAPI.dll (767F0000), size: 282624 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SHLWAPI.dll', fileVersion: 6.3.9600.17415
C:\Games\SMBX\libogg-0.dll:libogg-0.dll (70680000), size: 114688 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libogg-0.dll'
C:\Games\SMBX\libgcc_s_dw2-1.dll:libgcc_s_dw2-1.dll (6E940000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libgcc_s_dw2-1.dll'
C:\Games\SMBX\libstdc++-6.dll:libstdc++-6.dll (6FC40000), size: 995328 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libstdc++-6.dll'
C:\Games\SMBX\libvorbis-0.dll:libvorbis-0.dll (6D540000), size: 233472 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libvorbis-0.dll'
C:\WINDOWS\SYSTEM32\DCIMAN32.dll:DCIMAN32.dll (742F0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DCIMAN32.dll', fileVersion: 6.3.9600.17415
C:\Games\SMBX\libwinpthread-1.dll:libwinpthread-1.dll (64940000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libwinpthread-1.dll', fileVersion: 1.0.0.0
C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (73CC0000), size: 970752 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\uxtheme.dll', fileVersion: 6.3.9600.17415
C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll:tiptsf.dll (73B00000), size: 512000 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\dwmapi.dll:dwmapi.dll (73F00000), size: 106496 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\dwmapi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\ig7icd32.dll:ig7icd32.dll (5C390000), size: 6574080 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ig7icd32.dll', fileVersion: 10.18.10.4276
C:\WINDOWS\SYSTEM32\igdusc32.dll:igdusc32.dll (691C0000), size: 3624960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\igdusc32.dll', fileVersion: 10.18.10.4276
C:\WINDOWS\SYSTEM32\WTSAPI32.dll:WTSAPI32.dll (74570000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WTSAPI32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\powrprof.dll:powrprof.dll (71330000), size: 262144 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\powrprof.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (74700000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\kernel.appcore.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SXS.DLL:SXS.DLL (6FA00000), size: 516096 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SXS.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\apphelp.dll:apphelp.dll (73820000), size: 655360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\apphelp.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (737D0000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTSP.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (737A0000), size: 196608 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\rsaenh.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\bcrypt.dll:bcrypt.dll (73780000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\bcrypt.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\clbcatq.dll:clbcatq.dll (76A80000), size: 577536 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\clbcatq.dll', fileVersion: 2001.12.10530.17415
C:\Windows\SYSTEM32\ieframe.dll:ieframe.dll (66BD0000), size: 12877824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\ieframe.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\SYSTEM32\shcore.dll:shcore.dll (73DB0000), size: 569344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\shcore.dll', fileVersion: 6.3.9600.17666
C:\Windows\SYSTEM32\iertutil.dll:iertutil.dll (72EA0000), size: 2301952 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\iertutil.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17810_none_a9edf09f013934e0\comctl32.dll:comctl32.dll (6F6E0000), size: 2121728 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17810_none_a9edf09f013934e0\comctl32.dll', fileVersion: 6.10.9600.17810
C:\WINDOWS\SYSTEM32\PROPSYS.dll:PROPSYS.dll (73B80000), size: 1286144 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\PROPSYS.dll', fileVersion: 7.0.9600.17415
C:\WINDOWS\SYSTEM32\urlmon.dll:urlmon.dll (6A850000), size: 1355776 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\urlmon.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\SYSTEM32\WININET.dll:WININET.dll (733C0000), size: 2043904 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WININET.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (74550000), size: 110592 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USERENV.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (73800000), size: 61440 (result: 0), SymType: '-nosymbols-', PDB: 'C:\WINDOWS\SYSTEM32\profapi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\Secur32.dll:Secur32.dll (73FD0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\Secur32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll:ondemandconnroutehelper.dll (71750000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\winhttp.dll:winhttp.dll (73660000), size: 651264 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\winhttp.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\mswsock.dll:mswsock.dll (74580000), size: 307200 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\mswsock.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (730E0000), size: 131072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINNSI.DLL:WINNSI.DLL (73EF0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINNSI.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DNSAPI.dll:DNSAPI.dll (744D0000), size: 516096 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DNSAPI.dll', fileVersion: 6.3.9600.17481
C:\WINDOWS\SYSTEM32\MSHTML.dll:MSHTML.dll (67820000), size: 21446656 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSHTML.dll', fileVersion: 11.0.9600.18052
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (74100000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\rasadhlp.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\System32\fwpuclnt.dll:fwpuclnt.dll (73EA0000), size: 286720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\fwpuclnt.dll', fileVersion: 6.3.9600.17485
C:\WINDOWS\SYSTEM32\oleacc.dll:oleacc.dll (73F20000), size: 327680 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\oleacc.dll', fileVersion: 7.2.9600.17415
C:\WINDOWS\SYSTEM32\MLANG.dll:MLANG.dll (6C050000), size: 208896 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MLANG.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\windowscodecs.dll:windowscodecs.dll (06050000), size: 1486848 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\windowscodecs.dll', fileVersion: 6.3.9600.17669
C:\WINDOWS\SYSTEM32\d2d1.dll:d2d1.dll (70E90000), size: 4087808 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d2d1.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DWrite.dll:DWrite.dll (6D6F0000), size: 1576960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DWrite.dll', fileVersion: 6.3.9600.17999
C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (6C2D0000), size: 430080 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dxgi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (6C0F0000), size: 1937408 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d3d11.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\msimtf.dll:msimtf.dll (73250000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\msimtf.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\msls31.dll:msls31.dll (742B0000), size: 208896 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\msls31.dll', fileVersion: 3.10.349.0
C:\WINDOWS\SYSTEM32\SETUPAPI.dll:SETUPAPI.dll (76DB0000), size: 1773568 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SETUPAPI.dll', fileVersion: 6.3.9600.17415
C:\Windows\SYSTEM32\jscript9.dll:jscript9.dll (66770000), size: 4562944 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\jscript9.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\system32\asycfilt.dll:asycfilt.dll (74290000), size: 90112 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\asycfilt.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DINPUT.DLL:DINPUT.DLL (740D0000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DINPUT.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (74280000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\HID.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINTRUST.dll:WINTRUST.dll (74C30000), size: 249856 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINTRUST.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\CRYPT32.dll:CRYPT32.dll (76B10000), size: 1605632 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPT32.dll', fileVersion: 6.3.9600.17475
C:\WINDOWS\SYSTEM32\MSASN1.dll:MSASN1.dll (761A0000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSASN1.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DSOUND.DLL:DSOUND.DLL (5EB40000), size: 528384 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DSOUND.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\System32\MMDevApi.dll:MMDevApi.dll (6C090000), size: 339968 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\MMDevApi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (61F60000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\AUDIOSES.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\avrt.dll:avrt.dll (6A7C0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\avrt.dll', fileVersion: 6.3.9600.17415
**** THE STACKTRACE ****
0: 660CE246 (MSVBVM60): (filename not available): rtcDoEvents
1: 008D97D7 (smbx): (filename not available): (function-name not available)
2: 008C09C7 (smbx): (filename not available): (function-name not available)
3: 6600A048 (MSVBVM60): (filename not available): EbLoadRunTime
4: 66007B3E (MSVBVM60): (filename not available): BASIC_CLASS_QueryInterface
5: 66003981 (MSVBVM60): (filename not available): ThunRTMain
6: 660036FA (MSVBVM60): (filename not available): ThunRTMain
7: 66003600 (MSVBVM60): (filename not available): ThunRTMain
8: 0040BDE2 (smbx): (filename not available): (function-name not available)
9: 7709AD1F (ntdll): (filename not available): RtlInitializeExceptionChain
10: 7709ACEA (ntdll): (filename not available): RtlInitializeExceptionChain
And when i use the editor, even if it starts normally, it can't even load the levels, errors like "Division by 0" pop up
I downloaded the version with the launcher and i use Windows 8.1.
Can i fix this or i'm gonna have to wait? Please answer, Kevinsoft.
I know some have problems with the launcher version. I would recommend trying out the hexed version.
Kyoya wrote:Hey I downloaded this and the music that comes with it sounds like its on crack (the tempo is too fast) XD.
Did I set it up wrong, I extracted the zip file.
Shouldn't be the case. Music and sound must be timed at 44.1kHz. However the sound and music which is shipped with the LunaLua package are timed with 44.1kHz.
|
|
|
|
|
|
|
|
|
-
Thegreatrainbowyoshi
- Koopa

- Posts: 18
- Joined: Sun Sep 07, 2014 8:21 pm
Postby Thegreatrainbowyoshi » Sun Nov 15, 2015 7:30 pm
Kevsoft wrote:Thegreatrainbowyoshi wrote:urrgghh..
The 0.7.2.2 version is very buged, or at least on my computer.
Although it doens't crash when it starts up, when i choose to start the game, it gives this error:
**************************************************
* Summary *
**************************************************
SMBX has crashed due an error. See the description for more information!
LunaLua Version: LUNALUA V0.7.2.2 BETA
Time/Date: 2015-11-15 14 40 49
**************************************************
* Description *
**************************************************
Exception code: 0xc000008f
VB6 Error Code: 53
VB6 Error Name: Unknown
If you like to help us finding the error then please post this log at:
* http://engine.wohlnet.ru/forum/ or
* http://www.smbxgame.com/forums/v ... m.php?f=35 or
* http://talkhaus.raocow.com/viewforum.php?f=36
**************************************************
* Stacktrace *
**************************************************
**** LIBRARY INFORMATION ****
SymInit: Symbol-SearchPath: '.;C:\Games\SMBX;C:\Games\SMBX;C:\WINDOWS;C:\WINDOWS\system32;SRV*C:\websymbols* http://msdl.microsoft.com/download/symbols;', symOptions: 530, UserName: 'FamiliaRamos'
OS-Version: 6.2.9200 () 0x300-0x1
C:\Games\SMBX\smbx.exe:smbx.exe (00400000), size: 7626752 (result: 0), SymType: '-nosymbols-', PDB: 'C:\Games\SMBX\smbx.exe', fileVersion: 1.3.0.1
C:\WINDOWS\SYSTEM32\ntdll.dll:ntdll.dll (77040000), size: 1499136 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ntdll.dll', fileVersion: 6.3.9600.18007
C:\WINDOWS\SYSTEM32\KERNEL32.DLL:KERNEL32.DLL (74850000), size: 1310720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\KERNEL32.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\KERNELBASE.dll:KERNELBASE.dll (76CA0000), size: 880640 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\KERNELBASE.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\MSVBVM60.DLL:MSVBVM60.DLL (66000000), size: 1388544 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSVBVM60.DLL', fileVersion: 6.0.98.15
C:\WINDOWS\SYSTEM32\USER32.dll:USER32.dll (74A20000), size: 1388544 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USER32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\GDI32.dll:GDI32.dll (76850000), size: 1110016 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GDI32.dll', fileVersion: 6.3.9600.17902
C:\WINDOWS\SYSTEM32\ADVAPI32.dll:ADVAPI32.dll (761B0000), size: 507904 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ADVAPI32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\ole32.dll:ole32.dll (766B0000), size: 1216512 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ole32.dll', fileVersion: 6.3.9600.17905
C:\WINDOWS\SYSTEM32\OLEAUT32.dll:OLEAUT32.dll (76470000), size: 610304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OLEAUT32.dll', fileVersion: 6.3.9600.17560
C:\WINDOWS\SYSTEM32\msvcrt.dll:msvcrt.dll (769B0000), size: 798720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\msvcrt.dll', fileVersion: 7.0.9600.17415
C:\WINDOWS\SYSTEM32\sechost.dll:sechost.dll (76960000), size: 266240 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\sechost.dll', fileVersion: 6.3.9600.17734
C:\WINDOWS\SYSTEM32\RPCRT4.dll:RPCRT4.dll (763B0000), size: 761856 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\RPCRT4.dll', fileVersion: 6.3.9600.17919
C:\WINDOWS\SYSTEM32\combase.dll:combase.dll (76230000), size: 1560576 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\combase.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SspiCli.dll:SspiCli.dll (74830000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SspiCli.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\CRYPTBASE.dll:CRYPTBASE.dll (74820000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTBASE.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll:bcryptPrimitives.dll (747C0000), size: 344064 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\IMM32.DLL:IMM32.DLL (76D80000), size: 159744 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\IMM32.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\MSCTF.dll:MSCTF.dll (76530000), size: 1122304 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSCTF.dll', fileVersion: 6.3.9600.17706
C:\Games\SMBX\LunaDll.dll:LunaDll.dll (5ECC0000), size: 2400256 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\LunaDll.dll', fileVersion: 0.7.2.2
C:\Games\SMBX\FreeImage.dll:FreeImage.dll (10000000), size: 5677056 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\FreeImage.dll', fileVersion: 3.17.0.0
C:\WINDOWS\SYSTEM32\VERSION.dll:VERSION.dll (73E60000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\VERSION.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINMM.dll:WINMM.dll (74010000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMM.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\dbghelp.dll:dbghelp.dll (738C0000), size: 1314816 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dbghelp.dll', fileVersion: 6.3.9600.17787
C:\WINDOWS\SYSTEM32\WS2_32.dll:WS2_32.dll (74BE0000), size: 327680 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WS2_32.dll', fileVersion: 6.3.9600.17415
C:\Games\SMBX\SDL2.dll:SDL2.dll (6C740000), size: 4296704 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\SDL2.dll', fileVersion: 2.0.3.0
C:\Games\SMBX\SDL2_mixer_ext.dll:SDL2_mixer_ext.dll (66380000), size: 1695744 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\SDL2_mixer_ext.dll'
C:\WINDOWS\SYSTEM32\OPENGL32.dll:OPENGL32.dll (72CB0000), size: 909312 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\OPENGL32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\MSIMG32.dll:MSIMG32.dll (73260000), size: 24576 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSIMG32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINMMBASE.dll:WINMMBASE.dll (73FE0000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINMMBASE.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\NSI.dll:NSI.dll (76180000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\NSI.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SHELL32.dll:SHELL32.dll (74E20000), size: 19644416 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SHELL32.dll', fileVersion: 6.3.9600.18038
C:\Games\SMBX\libFLAC-8.dll:libFLAC-8.dll (64080000), size: 421888 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libFLAC-8.dll'
C:\Games\SMBX\libmodplug-1.dll:libmodplug-1.dll (6CB80000), size: 2265088 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libmodplug-1.dll'
C:\Games\SMBX\libvorbisfile-3.dll:libvorbisfile-3.dll (6B3C0000), size: 98304 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libvorbisfile-3.dll'
C:\WINDOWS\SYSTEM32\GLU32.dll:GLU32.dll (74300000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\GLU32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DDRAW.dll:DDRAW.dll (5EBD0000), size: 966656 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DDRAW.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\cfgmgr32.dll:cfgmgr32.dll (74DE0000), size: 245760 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\cfgmgr32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DEVOBJ.dll:DEVOBJ.dll (73F70000), size: 135168 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DEVOBJ.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SHLWAPI.dll:SHLWAPI.dll (767F0000), size: 282624 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SHLWAPI.dll', fileVersion: 6.3.9600.17415
C:\Games\SMBX\libogg-0.dll:libogg-0.dll (70680000), size: 114688 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libogg-0.dll'
C:\Games\SMBX\libgcc_s_dw2-1.dll:libgcc_s_dw2-1.dll (6E940000), size: 143360 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libgcc_s_dw2-1.dll'
C:\Games\SMBX\libstdc++-6.dll:libstdc++-6.dll (6FC40000), size: 995328 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libstdc++-6.dll'
C:\Games\SMBX\libvorbis-0.dll:libvorbis-0.dll (6D540000), size: 233472 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libvorbis-0.dll'
C:\WINDOWS\SYSTEM32\DCIMAN32.dll:DCIMAN32.dll (742F0000), size: 28672 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DCIMAN32.dll', fileVersion: 6.3.9600.17415
C:\Games\SMBX\libwinpthread-1.dll:libwinpthread-1.dll (64940000), size: 77824 (result: 0), SymType: '-exported-', PDB: 'C:\Games\SMBX\libwinpthread-1.dll', fileVersion: 1.0.0.0
C:\WINDOWS\system32\uxtheme.dll:uxtheme.dll (73CC0000), size: 970752 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\uxtheme.dll', fileVersion: 6.3.9600.17415
C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll:tiptsf.dll (73B00000), size: 512000 (result: 0), SymType: '-exported-', PDB: 'C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\dwmapi.dll:dwmapi.dll (73F00000), size: 106496 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\dwmapi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\ig7icd32.dll:ig7icd32.dll (5C390000), size: 6574080 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ig7icd32.dll', fileVersion: 10.18.10.4276
C:\WINDOWS\SYSTEM32\igdusc32.dll:igdusc32.dll (691C0000), size: 3624960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\igdusc32.dll', fileVersion: 10.18.10.4276
C:\WINDOWS\SYSTEM32\WTSAPI32.dll:WTSAPI32.dll (74570000), size: 61440 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WTSAPI32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\powrprof.dll:powrprof.dll (71330000), size: 262144 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\powrprof.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\kernel.appcore.dll:kernel.appcore.dll (74700000), size: 36864 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\kernel.appcore.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\SXS.DLL:SXS.DLL (6FA00000), size: 516096 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SXS.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\apphelp.dll:apphelp.dll (73820000), size: 655360 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\apphelp.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\CRYPTSP.dll:CRYPTSP.dll (737D0000), size: 102400 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPTSP.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\rsaenh.dll:rsaenh.dll (737A0000), size: 196608 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\rsaenh.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\bcrypt.dll:bcrypt.dll (73780000), size: 122880 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\bcrypt.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\clbcatq.dll:clbcatq.dll (76A80000), size: 577536 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\clbcatq.dll', fileVersion: 2001.12.10530.17415
C:\Windows\SYSTEM32\ieframe.dll:ieframe.dll (66BD0000), size: 12877824 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\ieframe.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\SYSTEM32\shcore.dll:shcore.dll (73DB0000), size: 569344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\shcore.dll', fileVersion: 6.3.9600.17666
C:\Windows\SYSTEM32\iertutil.dll:iertutil.dll (72EA0000), size: 2301952 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\iertutil.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17810_none_a9edf09f013934e0\comctl32.dll:comctl32.dll (6F6E0000), size: 2121728 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.9600.17810_none_a9edf09f013934e0\comctl32.dll', fileVersion: 6.10.9600.17810
C:\WINDOWS\SYSTEM32\PROPSYS.dll:PROPSYS.dll (73B80000), size: 1286144 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\PROPSYS.dll', fileVersion: 7.0.9600.17415
C:\WINDOWS\SYSTEM32\urlmon.dll:urlmon.dll (6A850000), size: 1355776 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\urlmon.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\SYSTEM32\WININET.dll:WININET.dll (733C0000), size: 2043904 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WININET.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\SYSTEM32\USERENV.dll:USERENV.dll (74550000), size: 110592 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\USERENV.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\profapi.dll:profapi.dll (73800000), size: 61440 (result: 0), SymType: '-nosymbols-', PDB: 'C:\WINDOWS\SYSTEM32\profapi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\Secur32.dll:Secur32.dll (73FD0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\Secur32.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll:ondemandconnroutehelper.dll (71750000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\ondemandconnroutehelper.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\winhttp.dll:winhttp.dll (73660000), size: 651264 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\winhttp.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\mswsock.dll:mswsock.dll (74580000), size: 307200 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\mswsock.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL:IPHLPAPI.DLL (730E0000), size: 131072 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINNSI.DLL:WINNSI.DLL (73EF0000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINNSI.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DNSAPI.dll:DNSAPI.dll (744D0000), size: 516096 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DNSAPI.dll', fileVersion: 6.3.9600.17481
C:\WINDOWS\SYSTEM32\MSHTML.dll:MSHTML.dll (67820000), size: 21446656 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSHTML.dll', fileVersion: 11.0.9600.18052
C:\Windows\System32\rasadhlp.dll:rasadhlp.dll (74100000), size: 32768 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\System32\rasadhlp.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\System32\fwpuclnt.dll:fwpuclnt.dll (73EA0000), size: 286720 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\fwpuclnt.dll', fileVersion: 6.3.9600.17485
C:\WINDOWS\SYSTEM32\oleacc.dll:oleacc.dll (73F20000), size: 327680 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\oleacc.dll', fileVersion: 7.2.9600.17415
C:\WINDOWS\SYSTEM32\MLANG.dll:MLANG.dll (6C050000), size: 208896 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MLANG.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\windowscodecs.dll:windowscodecs.dll (06050000), size: 1486848 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\windowscodecs.dll', fileVersion: 6.3.9600.17669
C:\WINDOWS\SYSTEM32\d2d1.dll:d2d1.dll (70E90000), size: 4087808 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d2d1.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DWrite.dll:DWrite.dll (6D6F0000), size: 1576960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DWrite.dll', fileVersion: 6.3.9600.17999
C:\WINDOWS\SYSTEM32\dxgi.dll:dxgi.dll (6C2D0000), size: 430080 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\dxgi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\d3d11.dll:d3d11.dll (6C0F0000), size: 1937408 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\d3d11.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\system32\msimtf.dll:msimtf.dll (73250000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\msimtf.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\msls31.dll:msls31.dll (742B0000), size: 208896 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\msls31.dll', fileVersion: 3.10.349.0
C:\WINDOWS\SYSTEM32\SETUPAPI.dll:SETUPAPI.dll (76DB0000), size: 1773568 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\SETUPAPI.dll', fileVersion: 6.3.9600.17415
C:\Windows\SYSTEM32\jscript9.dll:jscript9.dll (66770000), size: 4562944 (result: 0), SymType: '-exported-', PDB: 'C:\Windows\SYSTEM32\jscript9.dll', fileVersion: 11.0.9600.18052
C:\WINDOWS\system32\asycfilt.dll:asycfilt.dll (74290000), size: 90112 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\system32\asycfilt.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DINPUT.DLL:DINPUT.DLL (740D0000), size: 151552 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DINPUT.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\HID.DLL:HID.DLL (74280000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\HID.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\WINTRUST.dll:WINTRUST.dll (74C30000), size: 249856 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\WINTRUST.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\CRYPT32.dll:CRYPT32.dll (76B10000), size: 1605632 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\CRYPT32.dll', fileVersion: 6.3.9600.17475
C:\WINDOWS\SYSTEM32\MSASN1.dll:MSASN1.dll (761A0000), size: 57344 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\MSASN1.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\DSOUND.DLL:DSOUND.DLL (5EB40000), size: 528384 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\DSOUND.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\System32\MMDevApi.dll:MMDevApi.dll (6C090000), size: 339968 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\System32\MMDevApi.dll', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\AUDIOSES.DLL:AUDIOSES.DLL (61F60000), size: 393216 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\AUDIOSES.DLL', fileVersion: 6.3.9600.17415
C:\WINDOWS\SYSTEM32\avrt.dll:avrt.dll (6A7C0000), size: 40960 (result: 0), SymType: '-exported-', PDB: 'C:\WINDOWS\SYSTEM32\avrt.dll', fileVersion: 6.3.9600.17415
**** THE STACKTRACE ****
0: 660CE246 (MSVBVM60): (filename not available): rtcDoEvents
1: 008D97D7 (smbx): (filename not available): (function-name not available)
2: 008C09C7 (smbx): (filename not available): (function-name not available)
3: 6600A048 (MSVBVM60): (filename not available): EbLoadRunTime
4: 66007B3E (MSVBVM60): (filename not available): BASIC_CLASS_QueryInterface
5: 66003981 (MSVBVM60): (filename not available): ThunRTMain
6: 660036FA (MSVBVM60): (filename not available): ThunRTMain
7: 66003600 (MSVBVM60): (filename not available): ThunRTMain
8: 0040BDE2 (smbx): (filename not available): (function-name not available)
9: 7709AD1F (ntdll): (filename not available): RtlInitializeExceptionChain
10: 7709ACEA (ntdll): (filename not available): RtlInitializeExceptionChain
And when i use the editor, even if it starts normally, it can't even load the levels, errors like "Division by 0" pop up
I downloaded the version with the launcher and i use Windows 8.1.
Can i fix this or i'm gonna have to wait? Please answer, Kevinsoft.
I know some have problems with the launcher version. I would recommend trying out the hexed version.
The level editor now works. It seems it was like beacuse it missed the graphics folder and such
The same error still hapens when i start the main game, even on the hexed version 
|
|
|
|
|
|
|
|
|
-
Kevsoft
- Ripper II

- Posts: 375
- Joined: Sun Jul 27, 2014 8:03 am
Postby Kevsoft » Mon Nov 16, 2015 5:25 am
Thegreatrainbowyoshi wrote:
The level editor now works. It seems it was like beacuse it missed the graphics folder and such
The same error still hapens when i start the main game, even on the hexed version 
Do you have the files outro.lvl and intro.lvl? If not, then please copy them from the vanilla game.
|
|
|
|
|
|
|
|
|
-
HenryRichard
- Reznor

- Posts: 2843
- Joined: Mon Dec 23, 2013 12:09 pm
- Flair: Is this where I type my password?
-
Contact:
Postby HenryRichard » Mon Nov 16, 2015 7:59 pm
How would I check if the level is being played or not? I'm having trouble with onLoop placing NPCs and junk when I load up the level.
|
|
|
|
|
|
|
|
|
-
Axiom
- Phanto

- Posts: 1471
- Joined: Tue Dec 24, 2013 2:23 pm
Postby Axiom » Mon Nov 16, 2015 8:01 pm
HenryRichard wrote:How would I check if the level is being played or not? I'm having trouble with onLoop placing NPCs and junk when I load up the level.
why not just check if the npc count is > 0
if table.getn(tableOfNPCS) > 0
|
|
|
|
|
|
|
|
|
-
Emral
- Cute Yoshi Egg

- Posts: 9864
- Joined: Mon Jan 20, 2014 12:58 pm
- Flair: Phoenix
Postby Emral » Mon Nov 16, 2015 8:15 pm
HenryRichard wrote:How would I check if the level is being played or not? I'm having trouble with onLoop placing NPCs and junk when I load up the level.
onLoop() shouldn't even be called when you load the level. Are you sure you don't mean onLoad()? If so, I suggest waiting for the next update which will bring a function which is called before the first onLoop(), rather than every time the file is loaded.
|
|
|
|
|
|
|
|
|
-
HenryRichard
- Reznor

- Posts: 2843
- Joined: Mon Dec 23, 2013 12:09 pm
- Flair: Is this where I type my password?
-
Contact:
Postby HenryRichard » Mon Nov 16, 2015 9:47 pm
I meant onLoad(). why do I always make stupid mistakes
Also, I can't check if table.getn(tableOfNPCS) > 0, because all the NPCs are placed by the code.
|
|
|
|
|
|
|
|
|
-
Emral
- Cute Yoshi Egg

- Posts: 9864
- Joined: Mon Jan 20, 2014 12:58 pm
- Flair: Phoenix
Postby Emral » Mon Nov 16, 2015 9:55 pm
HenryRichard wrote:I meant onLoad(). why do I always make stupid mistakes
Also, I can't check if table.getn(tableOfNPCS) > 0, because all the NPCs are placed by the code.
I gather you want to get rid of NPCs sooo...
Code: Select all tableofNPCs = NPC.get()
for k,v in pairs(tableofNPCs) do
v:kill()
end
Put this in the end of onLoad?
|
|
|
|
|
|
|
|
|
-
HenryRichard
- Reznor

- Posts: 2843
- Joined: Mon Dec 23, 2013 12:09 pm
- Flair: Is this where I type my password?
-
Contact:
Postby HenryRichard » Tue Nov 17, 2015 8:51 pm
Enjl wrote:I gather you want to get rid of NPCs sooo...
Code: Select all tableofNPCs = NPC.get()
for k,v in pairs(tableofNPCs) do
v:kill()
end
Put this in the end of onLoad?
...not really what I wanted, but I found that I could just use onLoadSection0 and it'd work just as well.
Also, in a completely unrealated level, I'm using this code to try and make some giant moving bouncy blocks:
Code: Select all arrayOfBouncyBlockID = {245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 262, 315, 316, 317, 318}
arrayOfBouncyBGOID = {138, 171};
sineStep = 90;
function onLoop()
bouncyBlocks = Block.get(arrayOfBouncyBlockID);
for k,v in pairs(bouncyBlocks) do
if(v:collidesWith(player) == 1) then
bounceUp(player);
elseif(v:collidesWith(player) == 3 and v.id ~= 245) then
bounceDown(player);
end
if(player2) then
if(v:collidesWith(player2) == 1) then
bounceUp(player2);
elseif(v:collidesWith(player2) == 3 and v.id ~= 245) then
bounceDown(player2);
end
end
v.speedY = math.sin(sineStep * (math.pi / 180));
end
bouncyBGOs = BGO.get(arrayOfBouncyBGOID);
for k,v in pairs(bouncyBGOs) do
v.y = v.y + math.sin(sineStep * (math.pi / 180));
end
sineStep = (sineStep + 6) % 360;
end
function bounceUp(thePlayer)
if(thePlayer.jumpKeyPressing == true or thePlayer.altJumpKeyPressing == true) then
thePlayer.speedY = -12;
playSFX(1);
playSFX(3);
else
thePlayer.speedY = -5.51634;
playSFX(3);
end
thePlayer.PeachHoverAvailable = -1;
end
function bounceDown(thePlayer)
thePlayer.speedY = 3;
playSFX(3);
end
I can't seem to get the blocks moving by setting v.speedY, and if I just add to v.y, the blocks will glitch through NPCS and occasionally the player. Has v.speedY not been implemented yet?
|
|
|
|
|
|
|
|
|
-
lotus006
- Spike

- Posts: 284
- Joined: Thu Sep 24, 2015 12:59 am
Postby lotus006 » Wed Nov 18, 2015 4:09 am
Hi Everyone, I'm trying to get the string of the variable of a sprite, when I load the game it's say alway got userdata instead of string.
any one know how to get this value in string ? : Selleafsmb3
Code: Select all local[b] Selleafsmb3[/b] = Graphics.loadImage(resPath .. "\\Selleafsmb3.png");
thanks in advance !
|
|
|
|
|
|
|
|
|
-
Emral
- Cute Yoshi Egg

- Posts: 9864
- Joined: Mon Jan 20, 2014 12:58 pm
- Flair: Phoenix
Postby Emral » Wed Nov 18, 2015 4:28 am
lotus006 wrote:Hi Everyone, I'm trying to get the string of the variable of a sprite, when I load the game it's say alway got userdata instead of string.
any one know how to get this value in string ? : Selleafsmb3
Code: Select all local[b] Selleafsmb3[/b] = Graphics.loadImage(resPath .. "\\Selleafsmb3.png");
thanks in advance !
The string of the variable of the sprite? You mean storing the file directory in a different variable? What keeps you from doing that by declaring
local leafString = "../Selleafsmb3.png"
|
|
|
|
|
|
|
|
|
-
lotus006
- Spike

- Posts: 284
- Joined: Thu Sep 24, 2015 12:59 am
Postby lotus006 » Wed Nov 18, 2015 4:33 am
Enjl wrote:lotus006 wrote:Hi Everyone, I'm trying to get the string of the variable of a sprite, when I load the game it's say alway got userdata instead of string.
any one know how to get this value in string ? : Selleafsmb3
Code: Select all local[b] Selleafsmb3[/b] = Graphics.loadImage(resPath .. "\\Selleafsmb3.png");
thanks in advance !
The string of the variable of the sprite? You mean storing the file directory in a different variable? What keeps you from doing that by declaring
local leafString = "../Selleafsmb3.png"
nope i mean to get this value Selleafsmb3 in the printText
almost like this :
Code: Select all printText( "powers:" .. Selleafsmb3 , 510 , 230)
and returning this :
but the string of the loadimage wont returning this because he seeying a userdata.
|
|
|
|
|
|
|
|
|
-
Emral
- Cute Yoshi Egg

- Posts: 9864
- Joined: Mon Jan 20, 2014 12:58 pm
- Flair: Phoenix
Postby Emral » Wed Nov 18, 2015 4:35 am
Graphics.drawImage(Selleafsmb3, 510, 358)
Add this line below printText. With Graphics.loadImage you're loading an image, not a string. Therefore you have to use special functions which allow you to draw images. Check out Global Functions on Wohlnet wiki for more information and options.
|
|
|
|
|
Return to “LunaLua”
Users browsing this forum: No registered users and 3 guests
|