Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugging General Errors #19

Open
rafakave opened this issue Sep 10, 2021 · 3 comments
Open

Debugging General Errors #19

rafakave opened this issue Sep 10, 2021 · 3 comments
Labels

Comments

@rafakave
Copy link

@tiancaiamao , do you know how to debug general errors?

I left the client opened wihle I was in Lost Tayan, when I came back I saw it had crashed:

image

@tiancaiamao
Copy link
Contributor

Well, I meet the same problem with you.
From the error message, it seems to be a memory leak.
The client use more and more RAM as the time goes by... and it is finally killed by the OS.

Have you tried build for debug and build for release?
For general error, you can use build for debug and print log, there are some debug macros for log.
But this one might not be a "General Error"

@tiancaiamao
Copy link
Contributor

If only we can have some specialist developer for Windows client ...
Most of the time I write backend programs

@xDezossAx
Copy link

By the task manager to monitor the memory leak, it reaches an average of 1.5gb memory to 2gb, and it crashes, but only in debug mode, which will only be used to correct errors...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants