
Bugs in 2.1.0
Bugs in 2.1.0
Bound to be some, when you find them please let me know 

Re: Bugs in 2.1.0
The libpng errors are from the last rev. The "serializer" error is something new. Also I can't load one "plugin" which I assume is the database writer. I didn't change that plugin, but will go back and see if I should have.
Code: Select all
gary@linux-wh01:~/virtual_radar_server> mono VirtualRadar.exe
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
Error while compiling generated serializer
/tmp/193484ae/f807d0c.cs(71,23) : error CS0012: The type `System.Collections.ObjectModel.ObservableCollection`1<T>' is defined in an assembly that is not referenced. Consider adding a reference to assembly `WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
/tmp/193484ae/f807d0c.cs(85,27) : error CS0012: The type `System.Collections.ObjectModel.ObservableCollection`1<T>' is defined in an assembly that is not referenced. Consider adding a reference to assembly `WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
/tmp/193484ae/f807d0c.cs(87,14) : error CS0012: The type `System.Collections.ObjectModel.ObservableCollection`1<T>' is defined in an assembly that is not referenced. Consider adding a reference to assembly `WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Re: Bugs in 2.1.0
OK, I put in the new database writer. Bugs are reduced to the old one (which may not really be a bug.)
Code: Select all
gary@linux-wh01:~/virtual_radar_server> mono VirtualRadar.exe
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
Re: Bugs in 2.1.0
Yes, the plugins need to be updated to pick up changes that I made in 2.1.
The libpng thing - only some distributions get it, and it's just a warning. I did look into it a couple of years ago, I can't remember tracking down the image that it's warning about though. Or images, there's probably three of them somewhere that it dislikes.
The libpng thing - only some distributions get it, and it's just a warning. I did look into it a couple of years ago, I can't remember tracking down the image that it's warning about though. Or images, there's probably three of them somewhere that it dislikes.
Re: Bugs in 2.1.0
Thanks for the update!
I'm on OSX 10.10 and Mono 3.2.1.
I updated VRS, DB Writer Plugin, and Custom Content plugin.
The splash screen shows things loading and disappears, but the GUI never appears. The log only shows:
I'm on OSX 10.10 and Mono 3.2.1.
I updated VRS, DB Writer Plugin, and Custom Content plugin.
The splash screen shows things loading and disappears, but the GUI never appears. The log only shows:
Code: Select all
[2014-12-07 15:51:53.589 UTC] [t4] Program started, version 2.1.0.42181
[2014-12-07 15:51:53.600 UTC] [t4] Working folder /Users/jfm/.local/share/VirtualRadar
Re: Bugs in 2.1.0
Ah, I was looking into the OSX problems yesterday before release - did mean to update the Linux page but didn't get around to it. It looks like the current mono for OSX has problems with libgdiplus (http://www.mono-project.com/docs/about- ... es/3.10.0/) which, from what I could find on Google, affects the version 3 release. You can try uninstalling 3.2.1 and installing 2.10.9 instead and seeing if that helps.
When you run VRS under mono and you're getting problems then you might want to try the -v switch (as in mono -v VirtualRadar.exe). It won't make it work but it'll show the exceptions that are getting thrown from within the program.
Mono's winforms implementation keeps causing headaches. I do intend to have a headless version of VRS with a web GUI, but that's a little way off yet. When that's done it'll hopefully mean an end to these kinds of problems with the mono version.
When you run VRS under mono and you're getting problems then you might want to try the -v switch (as in mono -v VirtualRadar.exe). It won't make it work but it'll show the exceptions that are getting thrown from within the program.
Mono's winforms implementation keeps causing headaches. I do intend to have a headless version of VRS with a web GUI, but that's a little way off yet. When that's done it'll hopefully mean an end to these kinds of problems with the mono version.
Re: Bugs in 2.1.0
Spoke too soon. I'm still getting this error message, though the program seems to work ok. I'm on opensuse 64 bit 13.1.
Code: Select all
dding a reference to assembly `WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
/tmp/47d9e93d/6a186dd3.cs(2997,51) : error CS0012: The type `System.Collections.ObjectModel.ObservableCollection`1<T>' is defined in an assembly that is not referenced. Consider adding a reference to assembly `WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
/tmp/47d9e93d/6a186dd3.cs(2997,61) : error CS0021: Cannot apply indexing with [] to an expression of type `VirtualRadar.Interface.PortableBinding.NotifyList<string>'
/tmp/47d9e93d/6a186dd3.cs(2999,25) : error CS0012: The type `System.Collections.ObjectModel.ObservableCollection`1<T>' is defined in an assembly that is not referenced. Consider adding a reference to assembly `WindowsBase, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Re: Bugs in 2.1.0
PROBLEM: new ver. of VRS stops receiving messages from FR24 boxes (connected)
Have to restart feed manually
Have to restart feed manually
Re: Bugs in 2.1.0
Hi,
Numbers in various textboxes on the Options screen are not visible in Linux version, e.g. Raw Feed Decoding properties/receiver range. It looks like the 2 last digits get hidden behind the up/down arrows in the boxes.
//Bart
Numbers in various textboxes on the Options screen are not visible in Linux version, e.g. Raw Feed Decoding properties/receiver range. It looks like the 2 last digits get hidden behind the up/down arrows in the boxes.
//Bart
Re: Bugs in 2.1.0
Hi Bart
I have just checked my version of 2.1.0 on Point Linux and the text boxes all appear correctly.
I wonder if this is because my Mono is the latest version? The system is fully updated.
Which flavour of Linux are you using?
Cheers
Jon
I have just checked my version of 2.1.0 on Point Linux and the text boxes all appear correctly.
I wonder if this is because my Mono is the latest version? The system is fully updated.
Which flavour of Linux are you using?
Cheers
Jon
http://www.360radar.co.uk, the new name for MLAT Radar in the UK and Western Europe.
Former PP feeder Bm. No longer feeding. I do not have time to sort out imaginary problems with NTP
when it has been working fine for 2+ Years.
Former PP feeder Bm. No longer feeding. I do not have time to sort out imaginary problems with NTP
when it has been working fine for 2+ Years.