• 1 Post
  • 15 Comments
Joined 2 months ago
cake
Cake day: May 5th, 2024

help-circle








  • Taiwan makes all the microchips. The US military needs chips for all the nukes and spy satellites. I think the US government would opt for violence long before they turn around and be like “fuck it, pentium 1s are good enough” like Russia did with those secondhand 350nm machines.

    Not sure if they could get the Arizona TSMC plant to cooperate or even keep it operational once said war happens, but that’s an option too. Every time I’m hearing about that plant it’s just more problems and delays but who knows.

    On a lighter note, I can’t wait for some Russian made 2025 486s with clock multipliers higher than 4x to start popping up on ebay. It’ll go with my retro gaming setup nicely.


  • I’ve never used Lutris but I know cs4 can work in wine, I’ve done it before. (I use Gimp now before anyone points out that I should be using Gimp instead). The method I’ve found for manually getting random wine stuff to work is as follows:

    Step 1. Get winetricks and figure out how wineprefixes work.

    Step 2. Scroll through the winetricks dll menu, make an educated guess on what library to try installing and install it. Direct x and netframework are often the first things I try but c++ runtimes are important too.

    Step 3. Try the program after installing the thing you guessed it needed. If it works better than before, go back to step 2 and repeated until the program works correctly. If its borked so badly it doesn’t even start, delete the wineprefix, go back to step 2 and pick different dlls.

    Pro-tip: test your program by running it in a terminal instead of double clicking an icon. Sometimes when it crashes, it leaves behind useful information such as “error: missing mscorefonfs” or whatever in which case you should see if the thing it’s complaining about is in your winetricks dll menu.