yggdrasil-network / crispa-android

Community-contributed application for connecting to the Yggdrasil Network on Android devices
https://t.me/yggdrasil_android
Mozilla Public License 2.0
116 stars 22 forks source link

Crash on the start #90

Closed JeanPaulLucien closed 1 year ago

JeanPaulLucien commented 1 year ago

2.1.7 crashes. Logs there https://github.com/yggdrasil-network/crispa-android/issues/86

JeanPaulLucien commented 1 year ago
 }
        var multicastInterface = emptyMap<String, Any>().toMutableMap()
        multicastInterface["Regex"] = ".*" 
//(config["SwitchOptions"] as MutableMap<Any, Any>)["MaxTotalQueueSize"] = 4194304
        if (config["AutoStart"] == null) {
            val tmpMap = emptyMap<String, Boolean>().toMutableMap()
            tmpMap["WiFi"] = false