Jump to content

[BUG] Official Bonus Board


Recommended Posts

Hi I have this problem whit this system. I search for everything but no result. :(

 

https://www.youtube.com/watch?v=ewLyleJ53Y4

 

Sysser:

 

0326 20:05:19932 :: Traceback (most recent call last):
0326 20:05:19932 ::   File "uiCharacter.py", line 425, in <lambda>
0326 20:05:19932 ::   File "uiCharacter.py", line 800, in __OverInStatButton
0326 20:05:19932 ::   File "uiCharacter.py", line 808, in __ShowStatToolTip
0326 20:05:19932 :: AttributeError
0326 20:05:19932 :: : 
0326 20:05:19932 :: 'NoneType' object has no attribute 'ClearToolTip'
0326 20:05:19932 :: 
0326 20:05:19947 :: Traceback (most recent call last):
0326 20:05:19947 ::   File "uiCharacter.py", line 426, in <lambda>
0326 20:05:19947 ::   File "uiCharacter.py", line 805, in __OverOutStatButton
0326 20:05:19947 ::   File "uiCharacter.py", line 813, in __HideStatToolTip
0326 20:05:19947 :: AttributeError
0326 20:05:19947 :: : 
0326 20:05:19947 :: 'NoneType' object has no attribute 'Hide'
0326 20:05:19947 :: 

uicharacter.py https://pastebin.com/q3an6FWs

interfacemodule.py: https://pastebin.com/ErWgzHBG

uicharacterdetails.py: https://pastebin.com/Ahyxm4wW

Edited by AlCapone
  • Good 1
  • Love 1
Link to comment
Share on other sites

21 hours ago, ѕeмa™ said:

def __HideStatToolTip(self): if selt.toolTip != None: self.toolTip.Hide()


	def __HideStatToolTip(self):
		if selt.toolTip != None:
			self.toolTip.Hide()

Try with that inside uicharacter.py

Still having the same problem ty for answer.

P.D: Was de def Close(self): :D 

Solution: 

	def Close(self):
		if self.toolTipSkill:
			self.toolTipSkill.Hide()
		if self.chDetailsWnd and self.chDetailsWnd.IsShow():
			self.chDetailsWnd.Hide()
		self.Hide()

T.C

Edited by AlCapone
  • Love 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 3

      Crystal Metinstone

    2. 3

      Feeding game source to LLM

    3. 113

      Ulthar SF V2 (TMP4 Base)

    4. 3

      Feeding game source to LLM

    5. 0

      Target Information System

    6. 3

      Feeding game source to LLM

    7. 2

      anti exp explanation pls

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.