• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle


  • I think piecemeal is a good way to go. Switch from MS Office to LibreOffice, from iOS to android, from Photoshop to Krita, then go to dual booting Linux (probably Mint or similar) with Windows, learn more using both, find what things you reboot to Windows for, find solutions for those using Wine and alternative software, get used to solving problems in Linux land and learn the tools. Once you are comfortable with a mix of both get rid of what you can, use Windows less and less, try CalyxOS or Graphene for your phone if possible, keep making steps. Each step makes progress, and imperfect solutions are a better starting point for finding better solutions.

    That said, for the earliest steps a virtual machine is an amazing tool, as is an old laptop. You can learn to solve problems on virtual or real hardware without making your life harder then inch closer to freedom. I’ve been using Linux since 2006 and honestly it has been a constant learning process. The first year was mostly VM learning, then an accidental install on my external HDD taught me about hubris and data protection. Since then I have kept moving towards more open hardware and software one step at a time. Getting started is the key, nothing teaches as well as trying.


  • What OS do you use? Windows, Mac, Linux? And same for your phone? Android? If so, you should be able to get it set up on your desktop and phone.

    First, get it installed on your desktop. For windows and mac go to the Syncthing download page and grab the installer. On Linux you will find install instructing below, but basically use your package manager to install syncthing.

    Once it is installed you can start it up and it will open a GUI, most likely through your web browser (probably 127.0.0.1:8384 or similar). From here you will have your Syncthing interface for your computer set up, so on to the phone.

    On your phone install syncthing from whichever store you use, fdroid is my favourite. Once installed open it and you should have an option to add another device. You can use this to scan the QR code on your computer Syncthing interface.


  • Good idea is to use something like Syncthing to copy data between your phone and another device like a laptop or another phone. This depends on the app, for Drip you have to manually export the data yourself on a regular basis.

    Another useful idea is if you have an old phone lying around get it connected via Syncthing and back up everything to it. If your current phone dies or is lost you can switch back immediately, a hot backup. If you have root on your device you can use NeoBackup to schedule backups of the data into a folder Syncthing can access and send to backup locations, say a home computer or spare device.


  • Have a look at this link

    https://linuxways.net/mint/setup-wine-linux-mint-21/

    It has steps for enabling 32 bit support, around step 2 enables and step 3 installs wine again after. You need to go through the wine install again after enabling 32 bit support (i386). If you don’t get all the packages with :i386 at the end remove wine and then install again.

    With the upload, if it isn’t bittorrent it may be corrupted without being checked. Maybe look for an md5sum and confirm you have the file as expected. If the md5sum checks out you are sorted, if not you will at least know. That said it is as you say very unlikely to be the file, much more likely the libraries. Let me know how you go.


  • OK, so a few possible starting points. It looks like you are running a 32 bit programming but may not have all the 32 bit libraries installed. This may be referred to as multilib or similar, but you need the 32 bit versions to run 32 bit software properly.

    Second, if the above doesn’t solve it you may be having the same issue I had with Arcanum. I had taken a rip many years back and it had been corrupted so it would segfault like yours is. The solution was to find an alternate image of the disk which was clean and using that.

    Good luck