Skip to content

Volt crashes on startup with "UnknownError" #7

@thelifeandtimes

Description

@thelifeandtimes

Description

volt dev  ? ❯ volt
{
  "name": "UnknownError",
  "data": {
    "message": "Error: initdb failed: /home/thelifeandtimes/.local/share/voltcode/postgres/17.7/bin/initdb: error while loading shared libraries: libicuuc.so.73: cannot open shared object file: No such file or directory\n\n    at <anonymous> (src/session/lcm/embedded-postgres.ts:181:17)\n    at processTicksAndRejections (native:7:39)"
  }
}

volt dev  ? ❯

Plugins

None, but i do have opencode installed separately in the off chance that there is some conflict there?

VoltCode version

0.6.0-dev-202602252203

Steps to reproduce

README.md install instructions were slightly off as voltropy/voltcode doesn't exist (or at least isn't public), and the arch / path creation script was a little bit off, so I took these steps after getting bun 1.3.6 installed (repo didn't like 1.3.9):

# Clone the repo
git clone https://github.com/Martian-Engineering/volt.git
cd volt

# Install dependencies
bun install

# Run in development mode
bun dev

# Build a standalone executable (current platform only)
./packages/voltcode/script/build.ts --single

# Install it
arch="$(uname -m)"
case "$arch" in
  x86_64) arch=x64 ;;
  aarch64) arch=arm64 ;;
esac

cp "packages/voltcode/dist/voltcode-$(uname -s | tr '[:upper:]' '[:lower:]')-$arch/bin/volt" \
   ~/.voltcode/bin/volt

Screenshot and/or share link

No response

Operating System

Arch Linux (Omarchy)

Terminal

Ghostty

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions