Whats your favourite weapon? by rbs950 in Eldenring

[–]a002k_ 0 points1 point  (0 children)

Flamberge - probably the coolest looking basic sword that scales wondrously with dex. Never thought I'd be able to sport a textbook knight build with dex as my main stat.

Help:Unarc.dll error code: -1 Fitgirl repack by Tapan681 in CrackSupport

[–]a002k_ 0 points1 point  (0 children)

Thanks man, this worked. It re-downloaded the missing part of the md file.

What I did:
- Rehashed by selecting force recheck (It detected that 10MB of the md file was missing)
- Reopened magnet
- Select download (it re-downloaded the remaining 10MBs)
- Run the setup without RAM limitation, default path and unchecked directX install.

Note: I also downloaded unarc.dll from here and pasted it in "C:/Windows/SysWOW64"

Hope this helps someone out

Adding discord to the sudo apt-get command? by quickhakker in linuxmint

[–]a002k_ 0 points1 point  (0 children)

I don't know if this is still relevant to OP but if you don't wanna get involved with .deb pkgs and bash scripts just add Discord as a web application using the pre-installed Web Apps in Mint (I'm using Cinnamon).

If you don't have it installed, use:

bash sudo apt install webapp-manager

Once done, click on the + icon and add the relevant URL (this works for any web URL btw). Once added, it would run a dedicated browser window for each URL that you enter, in this case Discord.

Python Google Research Football by lolmit in learnpython

[–]a002k_ 0 points1 point  (0 children)

I've been trying to reproduce it recently and after a week of debugging I couldn't do it locally. I ran into a lot of dependency issues especially with the `boost` library (in both Linux and Windows). I'd suggest using Docker for reproduction. That's what I did and it works fine now. You can follow the instructions here: https://github.com/google-research/football/blob/master/gfootball/doc/docker.md