Santi871 / DCSWaypointEditor

Simple configurable script to input preplanned missions and waypoints coordinates into DCS aircraft.
GNU General Public License v3.0
49 stars 21 forks source link

Tool Broken in DCS 2.5.6 #32

Open jspencer46 opened 4 years ago

jspencer46 commented 4 years ago

DCS Update to 2.5.6 has broken your very useful tool. Hope you can fix it.

isotaan commented 4 years ago

Getting "unable to capture" error:

2020-03-08 12:46:33,068:gui: DEBUG - Event: capture 2020-03-08 12:46:33,068:gui: DEBUG - Values: {'profileSelector': '', 'activesList': [], 0: None, 'baseSelector': '', 'msnName': '', 'WP': False, 'MSN': True, 'FP': False, 'ST': False, 'IP': False, 'DP': False, 'HA': False, 'HB': False, 'sequence': '8', 'latDeg': '', 'latMin': '', 'latSec': '', 'lonDeg': '', 'lonMin': '', 'lonSec': '', 'elevFeet': '', 'elevMeters': '', 'mgrs': '', 'hornet': True, 'harrier': False, 'mirage': False, 'tomcat': False, 'warthog': False} 2020-03-08 12:46:35,926:gui: DEBUG - Attempting to capture map coords 2020-03-08 12:46:36,180:gui: ERROR - Failed to parse captured text Traceback (most recent call last): File "src\gui.py", line 564, in input_parsed_coords position, elevation = self.parse_map_coords_string(captured_coords) File "src\gui.py", line 540, in parse_map_coords_string decoded_mgrs = mgrs.UTMtoLL(mgrs.decode(mgrs_string)) File "src\pymgrs.py", line 360, in decode raise ("MGRSPoint coverting from nothing") TypeError: exceptions must derive from BaseException

BiekerUdan commented 4 years ago

I have submitted a fix (i hope) for this issue. While we are waiting for the pull request to be accepted I have published a new release out of my repository for testing. You can find it here.

https://github.com/rhulsker/DCSWaypointEditor/releases

Please let me know if this works for you.

PVI-Bat commented 3 years ago

With the v0.9.9b3-testing version of rhulsker released on 3 May 2020 it is possible to capture; but there are no more preset locations and I can't find how to export the created profiles.

EpiicPenguin commented 2 years ago

Make sure you don't have any overlays in the top left corner of the screen when the f10 map is up. I had steam FPS overlay up and and it covered the word MAP and it kept failing Capture. turned off the FPS overlay and it worked.