You should turn off the modem. After waiting 10 seconds, you should turn it on. When the new ip address is received, the error is fixed.in the .json file remove the line that says the following:
when you run the game again, that line will be generated automatically.JSON:"font": "xxxxxxx.otf",
It should be something like this
If this doesn't work, create the "font" line again and write null. It should be something like this:JSON:{ "gameLanguage": "en", "directionOfTranslation": "es", "modeOnStartup": "off", "_debug_mode": false, "translationService": "google_gtx", "workMethod": "dialogueOnly", "originalInHistory": false, "requestsFrequency": 510.0, "splitTextAsSentences": false, "googleHost": "translation.googleapis.com", "seleniumStartMode": "hide", "seleniumInputSplitMethod": "strings", "extraTextOptions": { "size": "+1", "italic": false, "bold": false } }
JSON:{ "gameLanguage": "en", "directionOfTranslation": "es", "modeOnStartup": "off", "_debug_mode": false, "translationService": "google_gtx", "workMethod": "dialogueOnly", "originalInHistory": false, "requestsFrequency": 510.0, "splitTextAsSentences": false, "googleHost": "translation.googleapis.com", "seleniumStartMode": "hide", "seleniumInputSplitMethod": "strings", "extraTextOptions": { "font": null, "size": "+1", "italic": false, "bold": false } }