Pogo doesn't launch on Windows 10 PC
|
|
---|---|
Goodday, everyone. I bumped into a strange problem: start-pogo.bat doesn't work after I installed Tango onto a Windows 10 PC. It launches a console app for a brief moment and closes it immidiately, I don't even know if there's anything written there, and nothing else happens. My Tango system seems to be installed right and working (it's just an almost clean installation without much for now). The AtkPanel shows lots of changing values in my TangoTest device server so I assume my Tango works. Also, all the other tools from the Tango subfolder in the Launch menu (attached screenshot) launch and work, except for just one - Pogo. Could anyone tell what may cause the problem? |
|
|
---|---|
I think you ran into a bug. You can try to edit start-pogo.bat according to https://gitlab.com/tango-controls/TangoSourceDistribution/-/merge_requests/175/diffs. This should fix the issue. |
|
|
---|---|
Oh, yes, now I see that those paths written in my "start-pogo.bat" file were a little incorrect, indeed. However, I still have a problem with this line: TMPLT="%TANGO_ROOT%\templates\pogo" - the thing is, I don't have any folders named "templates" in my Tango folder at all. Where do I get it from? |
|
|
---|---|
Hi, I don't think it's needed anymore… You can get rid of this line and replace the last one from:
to:
or even better:
The encoding is extra, but we ran into some issues before when not using UTF-8, so I'd recommend switching anyway. The TEMPL_HOME parameter was used with older versions of Pogo that were using templates, but now we do not rely on this at all, we should remove it. |
|
|
---|---|
I've raised https://gitlab.com/tango-controls/TangoSourceDistribution/-/issues/145. @Damien: Could you provide an MR with a fix? |