[00:44:57] *** Quits: Peetz0r (~Peetz0r@2a02:58:42:4370:5054:ff:feba:29b6) (Ping timeout: 260 seconds) [01:03:40] *** Joins: Peetz0r (~Peetz0r@2a02:58:42:4370:5054:ff:feba:29b6) [06:20:14] *** Joins: ilovekiruna (~ilovekiru@ip1f12a8ac.dynamic.kabel-deutschland.de) [06:20:14] *** ChanServ sets mode: +v ilovekiruna [08:01:41] hey everyone, I have some probleme to set up navit on windows 32 bits. Where should I configure navit.xml ? on programm (x86)\navit\navit.xml ? (it do nothing :/) [09:06:13] hi @Cyril T the navit.xml file should be in the same directory as navit.exe [09:06:55] ok I try this. Thx 😉 [09:13:16] So I copy/past navit.xml in Programm(x86)\Navit\bin (I find navit.exe here). I create a folder C:\Maps\ where all my maps are stored and I change ligne 419 in the xml file data = "C:\\Maps\\*.bin" but still nothing appear (I have german and french map) [09:18:56] please doublecheck that the mapset and map both have enabled=yes (also note that only one mapset may be enabled, but with multible maps) [09:24:37] All mapset are comment, and i just keep : [09:25:02] still nothing [09:31:43] This is my navit.xml [09:31:44] https://cdn.discordapp.com/attachments/500190750085087235/743401390419869737/navit.xml [09:59:32] try to start navit.exe from commandline with the navit.xml as first parameter like this: navit.exe [path-to-xml]\navit.xml [10:00:12] also you can try to start navit from commandline to see the output and from where navit loads the xml [10:01:04] another idea would be to use / instead of \ [10:01:10] *\ [10:01:17] ** \ \ [10:54:56] @jkoan It work !! Think you so much!!! I just execute through command ligne [11:29:29] nice 🙂 [11:29:46] but you havent found out the usual default path? [11:37:02] no I don't know where to find it :/ [11:37:41] have you seen the navit output when running on cmd? [11:38:56] no, there is no output on command line [11:39:45] can you try to add "-d 1" and see if it does output something? [11:39:59] or better -d 2 [11:41:32] same output [11:41:32] https://cdn.discordapp.com/attachments/500190750085087235/743434057358245888/unknown.png [11:42:29] ah okay, then i need to find where navit writes its logfile on windows (i dont use windows, so i dont know) [11:42:57] ok no problem 😉 [11:45:13] I find where i should the path : C:\Users\USERNAME\navit [11:46:32] i think it was somehere under %appdata%\Microsof\Windows\Virtual... or simular... it was really strange when the last user repoted it [11:47:13] got it: %APPDATA%\Local\VirtualStore\Program Files (x86)\Navit [11:48:12] Oh yes !! [11:48:31] the VirtualStore Path os strange for me [11:48:32] I have some error to patch 😉 [11:48:46] https://cdn.discordapp.com/attachments/500190750085087235/743435879418429522/navit.log [11:48:49] do you also have the patch? 😄 [11:49:21] I try it and when i don't understand error i come back 😉 [11:50:31] first one, of course gpsd could not be found, this makes sense. The vehicle (gps) needs to be configured [11:52:14] and it looks like Windows xinclude is not working like expected [11:52:37] yes I have a internal gps card, should I change the port like this : SENSORS\BCMGNSSLOCATIONSENSOR_BCM_4752_0000\5&2401D037&1&22 [11:54:37] for windows i only know the configuration with a Com-Port. Yours isnt a com port, right? [11:55:11] right, no port com :/ [11:56:09] interesting, do you know how a programm would normaly acces this device? [11:56:58] no I search 😉 [11:59:48] i found a location api for windows (which we dont support as of now) https://docs.microsoft.com/en-us/uwp/api/Windows.Devices.Geolocation?view=winrt-19041 [12:01:21] Oh ! I have to recompile the whole app with this api ? [12:01:53] no, we need to write a plugin that can read from that api [12:02:34] it's sound better 🙂 [12:02:46] if it is possible at all, because we build with mingw toolchain [12:03:33] Could you please open an issue with all the informations on your device including the gps? [12:03:53] ok i made it [12:03:59] thx [12:18:02] Link for issue : https://github.com/navit-gps/navit/issues/1044 [12:59:35] i know, it automatically gets postet to the #github Channel