I believe this may be a niche question but hopefully someone may have an answer.

Has anyone gotten PipeMax working on Linux? Or does anyone know of a Linux native alternative software for automotive engine design? I’d rather not purchase a software for $100 only to not be able to get it working. I am not very knowledgeable on how to get Windows programs working on Linux as I’ve tried using Bottles and Lutris for Zwift but was unable to get it working.

  • mindlight@lemm.ee
    link
    fedilink
    arrow-up
    6
    ·
    7 months ago

    If you’re not tech savvy enough to get the software running under for example Wine, you might be better off with Windows. Trying to get support from the vendor for anything not Windows will not be easy if even possible.

    Anyways, If you’re still going for Linux, I guess that Wine is what you’re looking for.

      • mindlight@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        Normally it’s not lack of Windows compatibility breaking the use of an application with wine, it’s the frameworks and libraries the application was built with/need to have access to.

        So check what additional libraries and stuff your application have as a prerequisite. Visual C 2005? 2010? DotNet framework? Which version? And so on.

        When you know what the application needs, then you can Google for “wine DotNet 4.5” (just an example) to get a feeling what problems people had and how they solved it.

        Essentially wine needs to know where to find them when you start your application with/in wine.

        Also, if your application uses MSSQL Express or similar, you might be out of luck. So if that’s the case you should start googling on how to get that running (if even possible) before installing.

        Good luck, be stubborn and make sure to have fun. There’s a lot you’ll learn in this adventure of yours that will come in handy again and again in the future.

  • Meltrax@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    7 months ago

    I’m a techy and a tinkerer. I run Linux on a lot of machines and I self host some stuff, and I also mod and tune my car.

    I keep a windows laptop on hand that at this point I literally only use for tuning software. If something goes wrong with the car I don’t want to go through trying to fuck with booting a niche engine tune program in Wine on a Linux machine with an OS that may or may not even recognize the OBD device needed to flash the tune. Too many places for things to go wrong and the end result is a car I can’t drive.

    Unless you’re very comfortable with having your car unusable for long periods of time while you troubleshoot things, I’d highly recommend having a windows laptop for car tuning.

    • yak@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      7 months ago

      Same here, I have an old Thinkpad running Windows just for my car tuning software, last thing you want is a potentially unstable connection when flashing an ECM.

    • sic_semper_tyrannis@feddit.chOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      I totally get what you’re saying. Luckily for me the program just runs formulas so I can figure out for instance what size plenum, what length runners, what size turbo, etc. I need. I’m not using it to flash a tune as my engine is too old for that fancy stuff

      • Cyborganism@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        7 months ago

        I understand.

        Hey this is a long shot, but why don’t you give React OS a shot inside a VM? If your application doesn’t use anything special or doesn’t require special drivers out whatever, it might work.

        https://reactos.org/

        • sic_semper_tyrannis@feddit.chOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          7 months ago

          That looks like a pretty nifty OS. If I can’t get the software working via Wine or something I’ll definitely try this before Windows in a VM