input-output-hk / mantis-wallet

Ethereum Classic mantis client full node desktop wallet
Apache License 2.0
8 stars 4 forks source link

A JavaScript error occurred in the main process #82

Open stevanlohja opened 3 years ago

stevanlohja commented 3 years ago

Capture

Description This error is prompted when switching networks. Upon clicking OK to close the prompt, the error continues to fire unless I manually force quit the wallet.

Replicate

  1. Installed Mantis Wallet.
  2. Choose a directory and network.
  3. Switch network ⚠️

Info Windows 10 Pro: Mantis Wallet 0.1.1

drospa commented 3 years ago

@stevanlohja I am very sorry on the late reply on this. That error happens when you don't have a Java virtual machine (JVM) installed, as required here in the Prerequisites section : https://docs.mantisclient.io/install/-install-client-windows.

Please install it and error should disappear.

We have an improvement in our backlog to display a warning to the user when no JVM is found installed in the syste.

drospa commented 3 years ago

We are improving how we detect and inform when user doesn't have JVM installed. See this PR https://github.com/input-output-hk/mantis-wallet/pull/85