MyWaypointInfo.TryParse not working with new GPS format

Emanuele Disco shared this bug 4 years ago
Reported

The method MyWaypointInfo.TryParse is not working with the new GPS format that add color at the end

Replies (3)

photo
2

Hello, Engineer!


Thank you for your feedback! Your topic has been added between considered issues.

Please keep voting for the issue as it will help us to identify the most serious bugs.


We really appreciate your patience.


Kind Regards

Keen Software House: QA Department

photo
1

Wow this bug is still not fixed for years?

    MyWaypointInfo info;
    MyWaypointInfo.TryParse("GPS:Unidentified Signal:2425425.19695282:6010677.96923828:-4770245.02258301:", out info);
    Echo(info.ToString());
    MyWaypointInfo.TryParse("GPS:Unidentified Signal:2425425.19695282:6010677.96923828:-4770245.02258301:#FFEDAA38:", out info);
    Echo(info.ToString());

Output:

GPS:Unidentified Signal:2425425.19695282:6010677.96923828:-4770245.02258301:
GPS::0:0:0:

The MyWaypointInfo.TryParse still can't parse the GPS string with colors.

photo
1

Hello Engineer!

Could we kindly ask you to submit a new report using a form here?

https://support.keenswh.com/spaceengineers/pc/topic/add/problem

Thank you very much for your help!

Best Regards,

Keen Software House

photo
photo
1

Hello engineer,

Thank you for reaching our forum with this.

We have reproduced this issue on our side and put it into our internal system.

Kind Regards,

Keen Software House: QA Department

Leave a Comment
 
Attach a file