Jump to content

Python static syserr when closing Client


Recommended Posts

Hi guys,

when switching from dynamic python library to static one, everthings working fine for now. (python version 2.7.6, the same version as the dynamic one that was in my client before).

But everytime i close my client, this syserr shows up and i dont know how fix it. Anyone maybe has an idea?

 

Spoiler
Exception TypeError: "'NoneType' object is not callable" in <bound method Interface.__del__ of <interfaceModule.Interface object at 0x1A73ED50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method UiRefineNewDialog.__del__ of <uirefine_new.UiRefineNewDialog object at 0x2B5F17D0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method CheckBox.__del__ of <ui.CheckBox object at 0x2B591AF0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591F50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591F90>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591F70>> ignored
Exception AttributeError: "'NoneType' object has no attribute '__del__'" in <bound method ItemToolTip.__del__ of <uiToolTip.ItemToolTip object at 0x2B591990>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method Bar.__del__ of <ui.Bar object at 0x2B591950>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591EB0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591E90>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591E50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591D50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591F30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591F10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591EF0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591ED0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method Board.__del__ of <ui.Board object at 0x2B591870>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591890>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B5918B0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591850>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591830>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591810>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591930>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B591910>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B5918F0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B5918D0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591CF0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591E10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591E70>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591DD0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591E30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591D90>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591DF0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591D70>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591DB0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591C70>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method Button.__del__ of <ui.Button object at 0x2B591D30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method Button.__del__ of <ui.Button object at 0x2B591D10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591BF0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method SlotWindow.__del__ of <ui.SlotWindow object at 0x2B591CD0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591CB0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591BB0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method SlotWindow.__del__ of <ui.SlotWindow object at 0x2B591C50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591C30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591C10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591B70>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591BD0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591B30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591B90>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591AD0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591B50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591A90>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591B10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TitleBar.__del__ of <ui.TitleBar object at 0x2B5919B0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B591A10>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ImageBox.__del__ of <ui.ImageBox object at 0x2B5919D0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591A70>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method Button.__del__ of <ui.Button object at 0x2B591A30>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591A50>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method ExpandedImageBox.__del__ of <ui.ExpandedImageBox object at 0x2B5919F0>> ignored
Exception TypeError: "'NoneType' object is not callable" in <bound method TextLine.__del__ of <ui.TextLine object at 0x2B591AB0>> ignored
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr

 

 

Link to comment
Share on other sites

The error message "TypeError: 'NoneType' object is not callable" occurs when you try to invoke a method on an object that has the value "None". This indicates that the object on which the method is being called was not properly initialized or assigned.

In your case, the error seems to be happening in the __del__ method of the TextLine object for example. The __del__ method is the destructor of a class and is called when the object is being destroyed. However, in this case, the TextLine object appears to have the value "None," indicating that it was not properly initialized.

Edited by Deso
  • Good 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. 0

      We are looking for a C++ and Python programmer

    2. 0

      [Quest Scheduler Request] Is there a way to make a quest run independet of player events? Lets say start quest automatically at server startup?

    3. 111

      Ulthar SF V2 (TMP4 Base)

    4. 0

      Quest function when 102.kill definition whereabouts help

    5. 5

      [M2 FILTER] Customized Client Filter

    6. 0

      [INGAME] RGB Color on chat broken

  • 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.