29/04/2022
Topic:
SyMenu Published App Track
mrx
|
Just in case someone has the same problem as me:
PAT needs a certain minimum desktop resolution at every startup to build the GUI correctly. In my tests it was 1440x900. The display of my notebook is only 1366x768 and the result looks like the attached screenshot.
I almost went crazy before I got the idea to test PAT on my external monitor. The GUI is displayed correctly and can now be enlarged and also reduced to any size.
Apart from that it is a handy, well integrated and easy to understand tool. Thanks for that. |
10/11/2024
Topic:
SyMenu Published App Track
mrx
|
Update: I was able to view the source code of the PAT and noticed two errors that I made in the last manipulated exe file posted here. So here is the correction. All-clear: These errors only affect the strings - the program code is NOT affected!
_________________
Hi, it's me again.
The user agent string of SyMenu Published App Track is already quite old, which is why sourceforge.net has not been delivering web pages to SyMenu Published App Track for some time.
To work around the problem, I used a hex editor to change the string in the EXE file. Since then, everything has been working as usual again. Even a little better: some download sources were previously unavailable. If you are interested, you can download the manipulated EXE file below.
The old strings
- Mozilla/5.0 (Windows NT 10.0; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
- Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko
- Wget/1.19.1
has been replaced by these:
- Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/132.0.0.0
- (likewise)
- Wget/1.25.0
The missing characters at the end have been filled with spaces.
edited by mrx on 10/11/2024
edited by mrx on 18/01/2025
edited by mrx on 18/01/2025 |
12/11/2024
Topic:
SyMenu Published App Track
mrx
|
Hi Gian, those are two very valuable cents.
I'm quite an expert with this kind of thing and I can help you. Thank you, I would like to take you up on your offer. I'm just afraid that this is beyond my competence, even if the source code is available.
I completely missed the fact that symenu must also have a user agent. I think that if PET synchronizes it's with symenu's, everything should work fine.
edited by mrx on 12/11/2024 |