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

it's still crashing v1.1.8 #18

Closed
ygorluiz opened this issue Jul 19, 2023 · 8 comments
Closed

it's still crashing v1.1.8 #18

ygorluiz opened this issue Jul 19, 2023 · 8 comments

Comments

@ygorluiz
Copy link

ygorluiz commented Jul 19, 2023

it's still crashing and some affix are not detected.

logging.log

@josdemmers
Copy link
Owner

josdemmers commented Jul 19, 2023

If you drop the file logging.log in the text box it will add it as attachment. Easier to read that way :)

//edit oh you just fixed it. Thank!

it's still crashing and some affix are not detected

@ygorluiz
Copy link
Author

If you drop the file logging.log in the text box it will add it as attachment. Easier to read that way :)

it's still crashing and some affix are not detected

done!

@josdemmers
Copy link
Owner

it's still crashing and some affix are not detected

Can you take screenshots of the debug view for an affix that does not work? It should show what part is not detected.

@ygorluiz
Copy link
Author

it's still crashing and some affix are not detected

Can you take screenshots of the debug view for an affix that does not work? It should show what part is not detected.

I tried to take a screenshow but it has crashed 3 times

@ygorluiz
Copy link
Author

Captura de tela 2023-07-18 224226

@josdemmers
Copy link
Owner

The debug view should show more info. See example below. But probably need to fix those crashes first.
image
image

@josdemmers
Copy link
Owner

Not sure what is going on with your system. There are multiple generic exceptions that don't tell me much. So will have to guess a bit.

  1. System.Runtime.InteropServices.ExternalException (0x80004005): A generic error occurred in GDI+.
  2. Emgu.CV.Util.CvException: OpenCV: Failed to allocate 30700416 bytes
  3. System.OutOfMemoryException: Out of memory.
  4. System.Runtime.InteropServices.COMException (0x88980406): UCEERR_RENDERTHREADFAILURE (0x88980406)

The first one could be related to permission issues. From what location are you running the companion app?
The 2nd and 3rd could be related to lack of memory. How much memory does your PC have and much is left when Diablo is running as well?
The last one could indicate drivers that are out of date. For example your GPU driver.

@ygorluiz
Copy link
Author

fixed in 1.1.9

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

No branches or pull requests

2 participants