Jump to content

Crash upon Purchase of Magmatic Set (W/ client_log.txt)


lakhnish
  • Fixed

My game crashed when I purchased the magmatic set (the one with everything). It deducted the money from steam and I have the items, however, there was no chest opening animation but rather just a blank screen. There was an lua error message that popped up, but it quickly disappeared. Shame I didn't get to open the chests myself :(


Steps to Reproduce
bought the full magmatic set



User Feedback


A developer has marked this issue as fixed. This means that the issue has been addressed in the current development build and will likely be in the next update.

Changed Status to Fixed

Here's the code if you want to see the animation opening.

Press ~ to open the console, and then copy/paste this code.

local pack_type = "pack_magma_bundle" local ItemBoxOpenerPopup = require "screens/redux/itemboxopenerpopup" TheFrontEnd:PushScreen( ItemBoxOpenerPopup({ allow_cancel = false, box_build = GetBoxBuildForItem(pack_type), use_bigportraits = IsPackFeatured(pack_type),}, function(success_cb) success_cb(GetPurchasePackDisplayItems(pack_type)) end ) )

 

  • Thanks 2

Share this comment


Link to comment
Share on other sites



Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
  • Create New...