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

Error Message when Screenshotting Map Mods #34

Closed
shakesx opened this issue Jan 15, 2023 · 2 comments
Closed

Error Message when Screenshotting Map Mods #34

shakesx opened this issue Jan 15, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@shakesx
Copy link

shakesx commented Jan 15, 2023

I am receiving the following error message when I take a screenshot of my map mods:

image

I am not sure why it started happening, everything has been working fine up until recently.

Here is the excerpt from the log.txt that happens when I screenshot:

2023-01-14 22:42:39.092 [info] ScreenshotWatcher.js > Cropping new screenshot: D:\MJ\Documents\My Games\Path of Exile\Screenshots\screenshot-0000.png
2023-01-14 22:42:43.548 [info] ScreenshotWatcher.js > Deleting screenshot D:\MJ\Documents\My Games\Path of Exile\Screenshots\screenshot-0000.png
2023-01-14 22:42:45.668 [info] OCRWatcher.js > Performing OCR on C:\Users\MJ\AppData\Roaming\exile-diary.temp_capture\20230114224239.screenshot-0000.mods.png...
2023-01-14 22:42:45.670 [info] OCRWatcher.js > Performing OCR on C:\Users\MJ\AppData\Roaming\exile-diary.temp_capture\20230114224239.screenshot-0000.area.png...
2023-01-14 22:42:46.053 [error] OCRWatcher.js > Error in fetching OCR text
2023-01-14 22:42:46.054 [error] OCRWatcher.js > RuntimeError: Aborted(). Build with -sASSERTIONS for more info.
2023-01-14 22:42:46.054 [info] OCRWatcher.js > Completed OCR on C:\Users\MJ\AppData\Roaming\exile-diary.temp_capture\20230114224239.screenshot-0000.area.png, deleting
2023-01-14 22:43:01.219 [error] OCRWatcher.js > Error in fetching OCR text
2023-01-14 22:43:01.219 [error] OCRWatcher.js > RuntimeError: Aborted(). Build with -sASSERTIONS for more info.
2023-01-14 22:43:01.219 [info] OCRWatcher.js > Completed OCR on C:\Users\MJ\AppData\Roaming\exile-diary.temp_capture\20230114224239.screenshot-0000.mods.png, deleting

I have attached the entire log.txt from my client. Any help would be appreciated. Thanks.

log.txt

@Qt-dev
Copy link
Owner

Qt-dev commented Feb 1, 2023

Interesting. I have been having some issues sometimes that look like these sometimes but I just assumed it was all because. of my broken dev environment.
Can you check these 2 things:

  • What resolution are you playing in?
    It looks like it is having some issues when reading screenshots when it is too wide, so that might be it

  • Do you have any memory left?
    The last time I got a similar issue, my machine had been online for days and was running out of memory among other things. I restarted and things went better, could an out of memory error be the issue?

@Qt-dev Qt-dev added the bug Something isn't working label Feb 1, 2023
@shakesx
Copy link
Author

shakesx commented Feb 5, 2023

Resolution is 1920x1080, and I have no memory problems (I monitor it constantly through HWiNFO and never go above 80%).

I just updated to v0.3.17 and tried it again - the error is gone and it is working properly. Seems something you did may have fixed it in the update. Thanks for getting back to me though.

@shakesx shakesx closed this as completed Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants