Hello, i've switched to Git source control and everything working fine except when i try to commit one or more objects of my project. The Commits in fact finish correctly but the PB IDE crashes closing itself (experiencing same behaviour both on PB2017 R3 Build 1915 and PB2019 Build 2170).
this is my environment:
Windows 10 Pro 1909 Build 18363.535 (64bit)
PowerBuilder 2019 Build 2170
GitHub (https://github.com)
Git for Windows v.2.24.1.2 as client
GitHub Desktop as visual git client
TortoiseGit v.2.9.0.0 for Logs and Diffs
this is part of the log but no errors reported. Ide crashes just after the "Git commit success":
20-01-13 19:17:39 INFO: Git push
20-01-13 19:17:39 INFO: Starting to push workspace...
20-01-13 19:17:39 INFO: Git client is pushing workspace. Please wait...
20-01-13 19:17:40 INFO: Pushing current objects: 0, total objects: 14.
20-01-13 19:17:42 INFO: Pushing current objects: 14, total objects: 14.
20-01-13 19:17:42 INFO: Push workspace success.
20-01-13 19:17:42 INFO: Git push completed.
20-01-13 19:32:24 INFO: Git commit
20-01-13 19:32:24 INFO: Git client is finding files. Please wait...
20-01-13 19:32:32 INFO: Git client has finished finding files. 3 file(s) found.
20-01-13 19:32:34 INFO: Git client is committing files. Please wait...
20-01-13 19:32:34 INFO: Committing file: ws_objects/_gen_print.pbl.src/doc_web_def_preview.srd.
20-01-13 19:32:35 INFO: Committing file: ws_objects/_gen_print.pbl.src/doc_web_default.srd.
20-01-13 19:32:35 INFO: Committing file: ws_objects/_doc.pbl.src/w_stampa_doc_pb.srw.
20-01-13 19:32:35 INFO: Git commit success.
20-01-13 19:36:48 INFO: Git commit
20-01-13 19:36:48 INFO: Git client is finding files. Please wait...
20-01-13 19:36:56 INFO: Git client has finished finding files. 2 file(s) found.
20-01-13 19:36:58 INFO: Git client is committing files. Please wait...
20-01-13 19:36:58 INFO: Committing file: ws_objects/_gen_print.pbl.src/doc_web_def_preview.srd.
20-01-13 19:36:58 INFO: Committing file: ws_objects/_gen_print.pbl.src/doc_web_default.srd.
20-01-13 19:36:58 INFO: Git commit success.
what am i missing?
tia,
simone