Skip to content

Crash on attempt to connect via browser under Arch Linux #79

@drworman

Description

@drworman

Followed directions to build from source, no errors thrown. Seems to startup fine on the terminal, but when I attempt to connect in my browser it crashes immediately.

Just for kicks I tried the Windows installer via Steam to install it, and then run. It will launch fine and the UI created is slow as all heck, however it lets me connect via browser just fine and the browser instance is responsive as expected.

┌── drworman@locahost[~/games/ed-mods/icarus]
└─> npm start

> icarus@0.22.0 start
> npm run dev


> icarus@0.22.0 dev
> node src/service/main.js --dev

ICARUS Terminal Service 0.22.0
Loading save game data from /home/drworman/games/ED-Logs
Listening on port 3300…
Scanned 9 files
Imported 0 events
(node:3215779) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please use Object.assign() instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
/home/drworman/games/ed-mods/icarus/node_modules/http-proxy/lib/http-proxy/index.js:120
    throw err;
    ^

AggregateError [ECONNREFUSED]: 
    at internalConnectMultiple (node:net:1134:18)
    at afterConnectMultiple (node:net:1715:7) {
  code: 'ECONNREFUSED',
  [errors]: [
    Error: connect ECONNREFUSED ::1:3000
        at createConnectionError (node:net:1678:14)
        at afterConnectMultiple (node:net:1708:16) {
      errno: -111,
      code: 'ECONNREFUSED',
      syscall: 'connect',
      address: '::1',
      port: 3000
    },
    Error: connect ECONNREFUSED 127.0.0.1:3000
        at createConnectionError (node:net:1678:14)
        at afterConnectMultiple (node:net:1708:16) {
      errno: -111,
      code: 'ECONNREFUSED',
      syscall: 'connect',
      address: '127.0.0.1',
      port: 3000
    }
  ]
}

Node.js v25.2.1
┌── drworman@localhost[~/games/ed-mods/icarus]
└─> 

└─> node -v
v25.2.1

└─> npm -v
11.6.4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions