Jaswant Panchumarti
Jaswant Panchumarti
Can you try `nuxhashd --show-mining` ? If it shows something similar to this, then it means your gpu ran out of mem. `2020-03-06 21:50:54,607 DEBUG: [21:50:54][0x00007f3f7136a700][fatal] wrkr0-0 | CUDA error...
I think I understand why it is not working for you. I faced the same error that you've hit and came up with a resolution. But I think it depends...
Since you have a GPU with exactly 4GB of memory, the desktop composition is taking up some amount of VRAM. So, let your integrated graphics card (if your CPU has...
@YoRyan is right. I use Arch Linux, which the Manajaro distribution is based upon. Arch Linux also uses Pacman as it's package manager. I had to install `python-wxpython` which pulls...
https://github.com/YoRyan/nuxhash/issues/51#issuecomment-596059838 > Same error > > ``` > Exception in thread Thread-2: > Traceback (most recent call last): > File "/usr/local/lib/python3.6/dist-packages/nuxhash/miners/excavator.py", line 356, in current_speeds > for device in self._devices]...
Yes! The newer versions have tabs which are much needed.
Fair enough. Let me know if there is anything I can do to help!
By lib dir, I meant I tried to append `/opt/Python/3.6.4-intel-2018a/lib/python3.6/site-packages/` to `$PYTHONPATH`, but that doesn't matter since it was already present in `$PYTHONPATH`. It works from `build-python` directory but fails...
Can you please try to re-compile against vtk/master branch? This has been recently fixed. Let us know if you still face this problem.
> I succeeded re-compile against vtk/release branch (c0f1da90), but pickign still is not working properly. Yes, actor picking works, however cell and point selection will not yet work with GLES....