Jump to content

Mark System Offline Shop Bug


Recommended Posts

Hello, today i try install in my server this system: 

 

Its all work nice, except when try open offline shop.

When i open offline shop(i use offline shop by great) its impossible drag itens and my syserr say:

0730 20:37:44608 :: Traceback (most recent call last):

0730 20:37:44608 ::   File "ui.py", line 1367, in CallEvent

0730 20:37:44609 ::   File "ui.py", line 87, in __call__

0730 20:37:44610 ::   File "ui.py", line 69, in __call__

0730 20:37:44610 ::   File "uiPrivateShopBuilder.py", line 444, in OnClose

0730 20:37:44610 ::   File "uiPrivateShopBuilder.py", line 251, in Close

0730 20:37:44611 :: AttributeError
0730 20:37:44611 :: : 
0730 20:37:44611 :: 'NoneType' object has no attribute 'GetInventoryPageIndex'
0730 20:37:44611 :: 

Thank's for ur attention. 

Link to comment
Share on other sites

  • 2 weeks later...
  • Forum Moderator
On 7/30/2018 at 10:44 PM, Lua_Horus2 said:

0730 20:37:44610 ::   File "uiPrivateShopBuilder.py", line 251, in Close

0730 20:37:44611 :: AttributeError
0730 20:37:44611 :: : 
0730 20:37:44611 :: 'NoneType' object has no attribute 'GetInventoryPageIndex'
0730 20:37:44611 :: 
  • if itemInvenPage == self.wndInventory.GetInventoryPageIndex():
  • if self.wndInventory and itemInvenPage == self.wndInventory.GetInventoryPageIndex():
  • Love 4
Link to comment
Share on other sites

4 godziny temu, VegaS™ napisał:
  • if itemInvenPage == self.wndInventory.GetInventoryPageIndex():
  • if self.wndInventory and itemInvenPage == self.wndInventory.GetInventoryPageIndex():

It works but what with this error?

0822 00:01:29573 :: Traceback (most recent call last):

0822 00:01:29573 ::   File "ui.py", line 1098, in ui.Button.CallEvent

0822 00:01:29573 ::   File "ui.py", line 137, in ui.__mem_func__.__call__

0822 00:01:29573 ::   File "ui.py", line 119, in ui.__noarg_call__.__call__

0822 00:01:29573 ::   File "uiNewShop.py", line 133, in uiNewShop.ShopDialogCreate.CreateShop

0822 00:01:29573 ::   File "uiPrivateShopBuilder.py", line 243, in uiPrivateShopBuilder.PrivateShopBuilder.Open

0822 00:01:29573 :: AttributeError
0822 00:01:29573 :: : 
0822 00:01:29573 :: 'NoneType' object has no attribute 'SetOnTopWindow'
0822 00:01:29573 :: 

 

Link to comment
Share on other sites

  • Forum Moderator
17 hours ago, avertuss said:

It works but what with this error?


0822 00:01:29573 ::   File "uiPrivateShopBuilder.py", line 243, in uiPrivateShopBuilder.PrivateShopBuilder.Open
0822 00:01:29573 :: AttributeError
0822 00:01:29573 :: : 
0822 00:01:29573 :: 'NoneType' object has no attribute 'SetOnTopWindow'
0822 00:01:29573 :: 

 

Quote
  1.         if app.WJ_ENABLE_TRADABLE_ICON:
  2.             self.lockedItems = {i:(-1,-1) for i in range(shop.SHOP_SLOT_COUNT)}
  3.             self.interface.SetOnTopWindow(player.ON_TOP_WND_PRIVATE_SHOP)
  4.             self.interface.RefreshMarkInventoryBag()
if app.WJ_ENABLE_TRADABLE_ICON:
	self.lockedItems = {i:(-1,-1) for i in range(shop.SHOP_SLOT_COUNT)}
	if self.interface:
		self.interface.SetOnTopWindow(player.ON_TOP_WND_PRIVATE_SHOP)
		self.interface.RefreshMarkInventoryBag()

 

  • Good 2
  • Love 2
Link to comment
Share on other sites

6 godzin temu, VegaS™ napisał:

if app.WJ_ENABLE_TRADABLE_ICON:
	self.lockedItems = {i:(-1,-1) for i in range(shop.SHOP_SLOT_COUNT)}
	if self.interface:
		self.interface.SetOnTopWindow(player.ON_TOP_WND_PRIVATE_SHOP)
		self.interface.RefreshMarkInventoryBag()

 

Now syserr is clean but effect isn't working ;/ 

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 1 year later...
  • 1 year later...
  • 1 month later...
  • 6 months later...
  • 4 weeks later...

up

 

0926 15:20:26042 :: Traceback (most recent call last):

0926 15:20:26043 ::   File "ui.py", line 1988, in OnSelectEmptySlot

0926 15:20:26043 ::   File "ui.py", line 88, in __call__

0926 15:20:26043 ::   File "ui.py", line 79, in __call__

0926 15:20:26043 ::   File "uiPrivateShopBuilder.py", line 795, in OnSelectEmptySlot

0926 15:20:26043 ::   File "uiPrivateShopBuilder.py", line 936, in CantTradableItem

0926 15:20:26043 :: AttributeError
0926 15:20:26043 :: : 
0926 15:20:26043 :: 'NoneType' object has no attribute 'GetInventoryPageIndex'
0926 15:20:26043 :: 

up!

 

Link to comment
Share on other sites

  • 4 weeks later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.