Subj : More EAccessViolation Access Violation
To : g00r00
From : Chris Hizny
Date : Sat Feb 25 2023 10:37 am
2023.25.02 10:16:01 MYSTIC 001 An error has occured: EAccessViolation Access violation
I wasn't sure whether to add this report to others experiencing the same
error. This script used to run okay. I cannot pin the onset of the problem down to a particular Mystic or Python version. Unfortunately this runs before the main menu prompt and results in breaking the internet connection with the user entirely, so I have it disabled for now.
These three lines plus the bangpath are enough to cause the error. The issue appears to be with the 'import random':
#!/usr/local/bin/python
import mystic_bbs as bbs
import sys
import random
I am unsure how to troubleshoot this further, but I am curious if the simple 'import random' causes similar issues for other people, and on which versions of Python.