-
Notifications
You must be signed in to change notification settings - Fork 38
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
Letterboxd Imports not working #172
Comments
Hi @SEALCOOL13, thanks for reporting. It appears there is a missing library you need, in particular: Can you first confirm if you have this file? and if you do not please install the .NET Framework 4.8: Failing these options I will need to take a closer look. |
I am using TraktRater on Linux Mint using Mono as you detailed in the setup guide. The Mono installation, as far as I have tested (using the tests the Mono website provides) is working fine on my system. The application launches fine, does everything fine except this error. As I am on Linux, I could not search for the Also thank you for replying promptly. |
Can you make sure Mono is referencing the correct version of Failing that you can try copying the file the executable directory. |
Nope... same error. Not sure how I was meant to check if the assembly was registered but typing
Also, I copied the Any ideas? |
Any updates? |
The fact that gacutil -l Microsoft.VisualBasic shows that no assemblies are installed in the GAC suggests that Mono is not properly referencing the Microsoft.VisualBasic.dll, which is likely causing the error. A few things to try:
Check Mono’s Configuration
Confirm the version of Microsoft.VisualBasic.dll is indeed 10.0.0.0. Use monodis:
Another option which might provide more details is to run mono in debug mode (This will provide a log of which assemblies are being loaded, and whether any are failing):
Failing the above will possibly require dev work but not yet sure what. |
Selected all the non-custom options and tried to import but resulted in an error, the log of which is below:
The text was updated successfully, but these errors were encountered: