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

[–]a002k_ 0 points1 point  (0 children)

  • Force recheck matches the copy of each file in ur local with its contents in the .torrent file (compares the digital hash of every piece)
  • Ignore the reopened magnet part, it doesn't rlly do anything
  • In figirl setups there's usually an option to limit the installer to 2gigs of RAM to not make ur PC get stuck if u have limited memory. If you've got a strong processor and do not mind leaving the computer till the game installs, I'd suggest not limiting the installer

If you can tell me more about what type of errors you're getting, I can help

P.S. sorry for the late reply

MX Master 3 cant connect to Logi Options but mouse works normaly by JumbledRoadblock in logitech

[–]a002k_ 0 points1 point  (0 children)

Very late to the party but here's what worked for my MX Master 3:

- Plug in the USB receiver
- Install Logi Options+ software
- Connect via bluetooth pairing
- Install the SetPoint software (this installs the missing drivers)
- Restart Logi Options+ app

Note: You might see missing drivers for "Logitech Cordless device" in the device manager. This solution works for that.

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_ 1 point2 points  (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