csete / gpredict

Gpredict satellite tracking application
http://gpredict.oz9aec.net/
GNU General Public License v2.0
865 stars 251 forks source link

creating new modules fail #328

Open lid-k opened 1 year ago

lid-k commented 1 year ago

Hello, I’m setting up Gpredict to run with SDSharp on Windows 10 (using these instructions Weather Satellite Tracking Software Setup - YouTube 1) When I open the Gpridict software evrything seems ok until I press Create New Module or Configure, I get this error:

Assertion failed! Program: C:\SDR\gpredict-win32-2.2.1\gpredict-win32-2.2.1\gpredict.exe File: …/src/strnatcmp.c, Line 123

Expression: a && b

Does anyone have any idea what this may refer to?

Thanks! Lid

mdblack98 commented 1 year ago

That means a NULL value got passed into that function.

Try this version https://github.com/Jansemar/Gpredict_win32

Mike W9MDB

On Thursday, March 23, 2023 at 07:03:54 AM CDT, lid-k ***@***.***> wrote:  

Hello, I’m setting up Gpredict to run with SDSharp on Windows 10 (using these instructions Weather Satellite Tracking Software Setup - YouTube 1) When I open the Gpridict software evrything seems ok until I press Create New Module or Configure, I get this error:

Assertion failed! Program: C:\SDR\gpredict-win32-2.2.1\gpredict-win32-2.2.1\gpredict.exe File: …/src/strnatcmp.c, Line 123

Expression: a && b

Does anyone have any idea what this may refer to?

Thanks! Lid

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

lid-k commented 1 year ago

Hi Mike, thank you for your quick advice! This other version hasn't worked either sadly

lid-k commented 1 year ago

Fixed! When I reinstalled the second time the software was still connected to an older folder in a User directory so I've deleted that one and started from scratch in Local Disk (not user folder), and it now works. Thank you for your help :)