hi all
ive got modesmixer working on my win8.1 laptop which is great. ive just started to try and get modesdeco2 working, it starts off ok but ends up doing this
2016-06-11 09:58:12.231 INFO ModeSDeco2 v.20160520
2016-06-11 09:58:12.246 INFO Magnetic declination value was calculated
2016-06-11 09:58:12.293 INFO Device: 0 mnf: Realtek prod: RTL2838UHIDIR ser
ial: 00000001
2016-06-11 09:58:12.825 INFO Supported Gains (dB): 0.0 0.9 1.4 2.7 3.7 7.7
8.7 12.5 14.4 15.7 16.6 19.7 20.7 22.9 25.4 28.0 29.7 32.8 33.8 36.4 37.2 38.6
40.2 42.1 43.4 43.9 44.5 48.0 49.6
2016-06-11 09:58:12.919 INFO Freq Correction: 64 ppm
2016-06-11 09:58:12.997 INFO Gain: 49.6 dB
2016-06-11 09:58:13.028 INFO AGC: Off
2016-06-11 09:58:13.044 INFO Start Beast Server on port 30005
2016-06-11 09:58:13.059 INFO Start MSG Server on port 30003
2016-06-11 09:58:14.575 INFO Open DB session
2016-06-11 09:58:14.591 ERROR sqlite3_step() attempt to write a readonly dat
abase 8
2016-06-11 09:58:14.622 ERROR sqlite3_finalize() attempt to write a readonly
database 8
Press any key to continue . . .
does anyone have any ideas on what i can do to get past this stage?
cheers
Phil
Phil,
Can you post your .bat file? Obfuscate your location if you wish. I assume you have specified a file location for a basestation.sqb type file? D:\temp\dbase\basestation.sqb for example. Is that file being used by another program at the same time?
Tim
this is my .bat file
@echo off
C:\Users\phat01\Desktop\modesdeco2\modesdeco2.exe --gain 49.6 --freq-correction 64 --location 50.3830:-4.8799 --web 8080 --db C:\basestation.sqb --frdb C:\COAA\PlanePlotter\Log files\flightroute.sqb --silhouettes C:\COAA\PlanePlotter\Image files\logo's --pictures C:\Users\phat01\Dropbox\Plane's --msg 30003 --beast 30005 --filter-dup --disable-correction
PAUSE
exit
hope that helps
phil
I'm not 100% but you might like to try enclosing the folder paths in double quotes as I see you have a space in 'Log files' and 'Image files' so perhaps try:
--frdb "C:\COAA\PlanePlotter\Log files\flightroute.sqb" --silhouettes "C:\COAA\PlanePlotter\Image files\logo's" --pictures "C:\Users\phat01\Dropbox\Plane's"
Tim
yay got that working but it dosnt seem to be picking any aircraft up? i use a DVB-T dongle which is plugged in and working and got VR on and working but no planes....... at least its a working progress lol
Phil
What do you see in the ModeSDeco2 web browser when you type the following into the address bar:
{IP address of your PC}:8080
127.0.0.1:8080 might work as well.
Tim
a nice modesdeco page with all the stats, pages, maps and so on just no planes..... >:(
Are you sure your dongle is functioning properly. Have you carried out the Zadig driver substitution?
http://m3ghe.blogspot.co.uk/p/installing-rtl-dongle-sdr-driver-using.html
Tim
as far as i know it is...... i put rtl1090 on with it instead and works great, lots of planes..... >:(
will keep having a go with it and see what i can mess with lol
right dunno what i did but it seems to be working now 8)
cheers for the help much appreciated
Phil
Should be no need to put file paths in "" if no spaces in the path. Only needed for example with 'C:\Program Files\.......' where there is a space between 'Program' and 'Files' since batch files originate from DOS where spaces were not allowed (and therefore not understood).
For anyone reading this for future reference, to troubleshoot complex batch files try taking out all the options until the basics work.
So start with your equivalent of:
@echo off
C:\[your file location]\modesdeco2\modesdeco2.exe --gain 49.6 --location xx.xxxx:-yy.yyyy --web 8080
and then (as suggested by Triple7) try typing the following into the web browser address bar: {IP address of your PC}:8080.
127.0.0.1:8080 might work as well.
Once that is working start to add the options ;D If not working it reduces the possibilities to find the problem.
funny thing is it works great on win8.1 but fails on win7 everytime tis very odd but at least i got it working on one of my machines 8)