Purchasing items from shop give a critical error.
What I'm doing before is;
I dump my inventory into my ship's storage, then go into a shop (any shop) and when I try to buy anything it just gives that error.
This only started happening once I updated the game, but last update I couldn't exit the shop without buying anything without getting an error. Maybe related?
Code:
Version: 0.9.046-PUBLIC-ANDROID#3154 Message: Cannot read properties of null (reading 'shipMode') Stack:
TypeError: Cannot read properties of null (reading 'shipMode')
at Object.A [as onCheckout] (file:///android_asset/www/main.97ab9cb2.js:1:17027043)
at o.value (file:///android_asset/www/main.97ab9cb2.js:1:11819903)
at file:///android_asset/www/main.97ab9cb2.js:1:11825738
at f (file:///android_asset/www/main.97ab9cb2.js:1:17078686)
at Object.We (file:///android_asset/www/vendors.0dfbec4a.js:1:492184)
at $e (file:///android_asset/www/vendors.0dfbec4a.js:1:492338)
at file:///android_asset/www/vendors.0dfbec4a.js:1:510541
at Cr (file:///android_asset/www/vendors.0dfbec4a.js:1:510635)
at jr (file:///android_asset/www/vendors.0dfbec4a.js:1:511049)
at file:///android_asset/www/vendors.0dfbec4a.js:1:516685
What I'm doing before is;
I dump my inventory into my ship's storage, then go into a shop (any shop) and when I try to buy anything it just gives that error.
This only started happening once I updated the game, but last update I couldn't exit the shop without buying anything without getting an error. Maybe related?