-
Notifications
You must be signed in to change notification settings - Fork 61
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
Mono Compatibility is Broken or Non-Existent? #76
Comments
So you don't see "Hello world!" in the console window... this doesn't look like it's related to the library. Are you able to step through the code with the debugger? I can't try out your setup right now, but I can test with my Ubuntu VM on Monday. Re: general mono compatibility, I think @Zumicts has sucessfully run the library under Android, and I've used it under Mono on an Ubuntu server recently. |
If you're not getting the hello world the issue might be something else. Could you remove last.fm and just run the hello world? |
Removing last.fm and just running the hello world produces no problems. @Zumicts |
😕 I'll try and reproduce. |
@rikkit thank you! |
@luigifan Just got back from holiday, sorry I didn't get a chance to test before I went. I've tried to reproduce on Ubuntu 14.10 and I can't. I followed the setup instructions here. Then I installed MonoDevelop didn't complain when |
@rikkit I will verify this right now. Who's that guy who has such a good taste in music though? ;) |
@rikkit I installed |
Okay. So now the difference between our tests is that yours uses Nuget whereas I'm building from source... could be something wrong with the NuGet package? 😕 I'll test that tonight. |
@rikkit okay thank you! if i have time today I will test from source |
First, some system background. I'm running Debian 8.1 w/ KDE 4.14. MonoDevelop 5.9.4, the latest Mono from the Mono repositories (NOT Debian's) and the following Mono packages installed: mono-complete, mono-xsp, mono-xsp4. This is enough to get a simple sample up and running. The code sample is as follows (.NET console project in MonoDevelop, targetting "Mono/.Net 4.5"):
Output of mono --version:
I pull the latest IF.Lastfm from the official Nuget gallery in MonoDevelop.
Everything builds and compiles okay, but when I run it, literally nothing happens. My initial "Hello world!" isn't even shown.
I'm confused as to what's going on here. No errors shown or anything. Surroudning the code in a try-catch produces a similar result.
The text was updated successfully, but these errors were encountered: