Jump to content

The quest letter is missing after switching characters.


Recommended Posts

Hello!

        When I first logged into the game, I had the letter given by the quest, but after switching characters and re-entering, the letter disappeared, and the newly generated letter would not appear.

I completely exited the app and re-entered everything and everything worked perfectly.

I use Ulthar SF V2, does anyone know this problem?

Thank you for your help.

Link to comment
Share on other sites

  • 3 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

After switching characters, some errors lead to memory recycling after interface initialization
 

	def __del__(self):
		systemSetting.DestroyInterfaceHandler()
		event.SetInterfaceWindow(None)

Make sure it is not empty

event.SetInterfaceWindow(None)  

Check the file interfacemodule.py

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