Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

English fix #5

Merged
merged 25 commits into from
Aug 11, 2019
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed typos and improved usage/Frequent-Issues.md
  • Loading branch information
DragonCoder01 committed Jul 27, 2019
commit 550f4f5fc1ee6508bcc20a4b6973e507eb41629c
6 changes: 3 additions & 3 deletions usage/Frequent-Issues.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Run Configuration Bug
Due to IntelliJ version differences and usage on Windows vs. Mac OS, the run configurations show problems, sometimes. Change the *classpath or module* under `Edit configurations...` back to the Chat Overflow root module, and everything should be fine.
Due to IntelliJ version differences as well as differences on platforms (e.g. Windows vs. Mac OS) the run configurations could show problems. If this error occurs, change the `classpath or module` setting under `Edit configurations...` back to the Chat Overflow root module. Now everything should be working fine again.

## Credentials value encrypted with wrong auth key
![](/img/usage/value-encrypted-wrong-key.png)
```
ERROR configuration.CryptoUtil$ - Your environment does not work with AES256.Please update your java runtime version to at least: 1.8.0_161
```
If you see this image or error message you are probably running on an old java version that doesn't work with AES 256 bit encryption.
Please follow the instructions from the error message and update java to at least `1.8.0_161`.
More information about the issue can be found [on stackoverflow.com](https://stackoverflow.com/questions/3862800/invalidkeyexception-illegal-key-size).
To fix this error you have to update java to at least `1.8.0_161`.
More information about this issue can be found [on stackoverflow.com](https://stackoverflow.com/questions/3862800/invalidkeyexception-illegal-key-size).