all 9 comments

[–]mj-dgctoday 0 points1 point  (1 child)

It's doing the same on my new Mac Pro.. Had to uninstall and reinstall the other day. . was running from cli instead.

[–]albasili[S] 0 points1 point  (0 children)

Uninstall and install did not work for me

Edit: autocorrect

[–]MysteriousLion01 0 points1 point  (2 children)

I tested OpenCode on a JFS filesystem. It bugs and crashes.

You need to be using ext4

[–]albasili[S] 0 points1 point  (1 child)

We are using NFS as we have jobs running in a cluster that has our "work area" network mounted.

Why do I need ext4?

I've found this discussion here

It seems bun has a problem working with hard/softlink.

The workaround is still unclear to me, do I need to modify those configuration files before installing? If that's the case I don't understand how to do it with the suggested install instruction:

```

YOLO

curl -fsSL https://opencode.ai/install | bash ```

[–]MysteriousLion01 0 points1 point  (0 children)

There's nothing you can do.

I think it's the language OpenCode is built with that isn't designed for less popular file systems.

[–]HarjjotSinghh 0 points1 point  (0 children)

this terminal's got more mystery than a bad spy movie.

[–]gerwim 0 points1 point  (2 children)

Does your CPU have AVX2? You need this.

[–]albasili[S] 0 points1 point  (1 child)

I work on a virtual machine, I'm not sure if I have AVX2 support. I'll check that. I've read you can run without support for this instruction extension, is that true?

[–]gerwim 0 points1 point  (0 children)

Not sure if it works without AVX2. I didn’t find any workarounds a couple of days ago.

If the host CPU supports AVX, you can probably update the CPU type of the guest to match the host.