-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on Fresh Install (mono) #225
Comments
I think the problem here is your mono version. We require Mono 5.12 or higher. Can you update it and see if that does the trick? |
It now delays execution of a few things in AppConfigHelper so we can do more checks before crashing. Check environment actually checks the mono version now, and multiple errors could happen as well to make the check-fix routine easier. Intended to help dx #225
download_ap.ps1 no longer works on Linux Mint. It now gives the following error message:
Edit: I tested, and changing the line to |
Hopefully final comment on download_ap.ps1. New commit broke it from running correctly on windows PowerShell as well. I tested the command outside the script in a PowerShell terminal and it returns the same error. Windows 10 Pro Version 10.0.17134 Build 17134
Edit: |
Wild guess at addressing #225 (comment) We're seeing problems on mono with missing assemblies.
Tested the new version of download_ap.ps1, now working on windows and linux mint. AP still only working on windows for me. I have attached the terminal and log output. It appears that the file system is failing to find the file "System.ComponentModel.DataAnnotations", I did a manual check for the file and there is no .dll matching that title. Environment: |
@Allcharles your log indicates that you are not using the latest version (build 686 from AppVeyor). Here is a direct link: https://ci.appveyor.com/project/QUTEcoacousticsResearchGroup/audio-analysis/builds/22996165/artifacts |
Okay so here's what I had to do to replicate this bug:
You must have had a screwed up install. Regardless, the commit 64e0f98 now shows this message if we can't load this DLL: |
Describe the bug
Download of AP using download_ap.ps1 fails on a clean install of Linux Mint 18.3. When attempting to run AnalysisPrograms.exe the system crashes before any commands can be run.
Expected behavior
Should be able to use AP through mono without issue.
Diagnostics
script_ap.ps1
runsdownload_ap.ps1
. ScriptsThe text was updated successfully, but these errors were encountered: