Code:
000004.333| Loading SWF data\menu\Frontend.swf
000004.333| r3dFile: can't open data\menu\Frontend.swf
000004.333| GFx Error: Loader failed to open 'data\menu\Frontend.swf'
000004.333| r3dScaleformMovie::Load() 'data\menu\Frontend.swf' load failed
Instant ccrash

I have 11 warning, I have fixed :
exemple :
Code:
if (loc3 = this.api.getInventoryItemByID(loc1.itemID))
{
loc3.quantity = loc3.quantity + 1;
}
by
Code:
if (loc3 == this.api.getInventoryItemByID(loc1.itemID))
{
loc3.quantity = loc3.quantity + 1;
}
And i have delete other folder here :