SuperNETorg / Agama

Please use http://github.com/komodoplatform/agama
MIT License
37 stars 100 forks source link

Launch Error #74

Closed sigwo closed 7 years ago

sigwo commented 7 years ago

Windows 10, Agama Desktop 0.1.6.1e beta release 1 6 1e-beta error

satindergrewal commented 7 years ago

Fixed in latest commit to github. WIll be shipped with next version. For temp fix, make a file config.json in %AppData%/Iguana/ with these contents.

Linux: ~/.iguana/config.json OSX: ~/Library/Application Support/iguana/config.json

{
"edexGuiOnly": true,
"iguanaGuiOnly": false,
"manualIguanaStart": false,
"skipBasiliskNetworkCheck": false,
"minNotaries": 50,
"host": "127.0.0.1",
"iguanaAppPort": 17777,
"iguanaCorePort": 7778,
"maxDescriptors": {
"darwin": 90000,
"linux": 1000000
}
}