You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like owocr has problems capturing the screen when using it with Steam Big Picture. Tried running it with a script which starts owocr and RetroDeck at the same time. It works with desktop mode (where obviously RetroDeck isn't running particularly well) but no chance with big picture it seems.
ERROR: ld.so: object '/home/deck/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
01:35:17.956 | Parsed config file
01:35:17.957 | Google Lens ready
01:35:17.957 | manga-ocr not available, Manga OCR will not work!
01:35:18.018 | Reading from screen capture, writing to websocket using Google Lens
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/deck/.local/lib/python3.11/site-packages/owocr/main.py", line 23, in
main()
File "/home/deck/.local/lib/python3.11/site-packages/owocr/main.py", line 19, in main
fire.Fire(run)
File "/home/deck/.local/lib/python3.11/site-packages/fire/core.py", line 143, in Fire
component_trace = _Fire(component, args, parsed_flag_args, context, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/fire/core.py", line 477, in _Fire
component, remaining_args = _CallAndUpdateTrace(
^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/fire/core.py", line 693, in _CallAndUpdateTrace
component = fn(*varargs, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/owocr/run.py", line 907, in run
sct_img = sct.grab(sct_params)
^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/mss/base.py", line 90, in grab
screenshot = self._grab_impl(monitor)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/mss/linux.py", line 427, in _grab_impl
ximage = self.xlib.XGetImage(
^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/mss/linux.py", line 229, in _validate
raise ScreenShotError(f"{func.name}() failed", details=details)
mss.exception.ScreenShotError: XGetImage() failed
The text was updated successfully, but these errors were encountered:
Seems like owocr has problems capturing the screen when using it with Steam Big Picture. Tried running it with a script which starts owocr and RetroDeck at the same time. It works with desktop mode (where obviously RetroDeck isn't running particularly well) but no chance with big picture it seems.
ERROR: ld.so: object '/home/deck/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
01:35:17.956 | Parsed config file
01:35:17.957 | Google Lens ready
01:35:17.957 | manga-ocr not available, Manga OCR will not work!
01:35:18.018 | Reading from screen capture, writing to websocket using Google Lens
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/home/deck/.local/lib/python3.11/site-packages/owocr/main.py", line 23, in
main()
File "/home/deck/.local/lib/python3.11/site-packages/owocr/main.py", line 19, in main
fire.Fire(run)
File "/home/deck/.local/lib/python3.11/site-packages/fire/core.py", line 143, in Fire
component_trace = _Fire(component, args, parsed_flag_args, context, name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/fire/core.py", line 477, in _Fire
component, remaining_args = _CallAndUpdateTrace(
^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/fire/core.py", line 693, in _CallAndUpdateTrace
component = fn(*varargs, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/owocr/run.py", line 907, in run
sct_img = sct.grab(sct_params)
^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/mss/base.py", line 90, in grab
screenshot = self._grab_impl(monitor)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/mss/linux.py", line 427, in _grab_impl
ximage = self.xlib.XGetImage(
^^^^^^^^^^^^^^^^^^^^
File "/home/deck/.local/lib/python3.11/site-packages/mss/linux.py", line 229, in _validate
raise ScreenShotError(f"{func.name}() failed", details=details)
mss.exception.ScreenShotError: XGetImage() failed
The text was updated successfully, but these errors were encountered: