Skip to content

Troubleshooting

Thomas Loupe edited this page Nov 26, 2022 · 10 revisions

Troubleshooting for Windows:

  1. I get a "Collection was modified; enumeration operation may not execute" error message.
    This usually means that you attempted to post messages while parsing was still happening. Wait until parsing has fully completed then invoke Slackord2 to post messages.

Troubleshooting for Linux:

No reported issues so far.

Troubleshooting for Mac:

  1. I get a message on Mac about Slackord2 not being verified.
    Apple Logo>System Preferences>Security & Privacy>General.
    Click the lock on the bottom-left, log in to make changes.
    Select "Allow Anyway" for any files related to Slackord2.

  2. I get a "permission denied" error in Terminal when trying to run Slackord2 on Mac.
    Open Terminal and execute the following commands:
    cd /path/to/Slackord2/folder/here
    chmod +x *
    chmod +x Slackord

  3. I get an error message about ibhostfxr.dylib when trying to run Slackord2 on Mac
    Open Terminal and execute the following command:
    sudo xattr -r -d com.apple.quarantine /path/to/folder

Clone this wiki locally