[GH-ISSUE #162] TheIDE windows version shows parsing errors #70

Closed
opened 2026-05-05 03:37:48 -06:00 by gitea-mirror · 9 comments
Owner

Originally created by @erusyd on GitHub (Aug 29, 2023).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/162

Originally assigned to: @erusyd on GitHub.

I downloaded Protect package from:
https://www.ultimatepp.org/forums/index.php?t=rview&th=5547&goto=49922
When I open "ProtectEncrypt" from linux, parsing is OK:
image
But when I open it from Windows 10 Enterprise LTSC in vmware workstation, it shows parsing errors:
image

I've attached the source files(put "Protect" and "Xed" in uppsrc, and "ProctecEncrypt" in MyApps):
ProtectPackage.zip

Originally created by @erusyd on GitHub (Aug 29, 2023). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/162 Originally assigned to: @erusyd on GitHub. I downloaded Protect package from: https://www.ultimatepp.org/forums/index.php?t=rview&th=5547&goto=49922 When I open "ProtectEncrypt" from linux, parsing is OK: ![image](https://github.com/ultimatepp/ultimatepp/assets/1529102/d60f1e72-dcc1-4f2a-93ae-f17f77d040f3) But when I open it from Windows 10 Enterprise LTSC in vmware workstation, it shows parsing errors: ![image](https://github.com/ultimatepp/ultimatepp/assets/1529102/43c44140-604f-4fa7-b75b-341d06268a06) I've attached the source files(put "Protect" and "Xed" in uppsrc, and "ProctecEncrypt" in MyApps): [ProtectPackage.zip](https://github.com/ultimatepp/ultimatepp/files/12460929/ProtectPackage.zip)
Author
Owner

@mirek-fidler commented on GitHub (Sep 5, 2023):

This might be fixed in the current master, please check.

<!-- gh-comment-id:1706439719 --> @mirek-fidler commented on GitHub (Sep 5, 2023): This might be fixed in the current master, please check.
Author
Owner

@erusyd commented on GitHub (Sep 6, 2023):

Problem still exists:
xxx

<!-- gh-comment-id:1707701299 --> @erusyd commented on GitHub (Sep 6, 2023): Problem still exists: ![xxx](https://github.com/ultimatepp/ultimatepp/assets/1529102/e771f15e-948c-410d-bbb5-154f06042e81)
Author
Owner

@mirek-fidler commented on GitHub (Sep 6, 2023):

If you activate Assist diagnostics in Settings/Assist, there should be
"Current file parse errors" in Assist menu. Can you dump that list here?

Also, looking at the screenshot, it feels like it is possibly actual error.
If it is not "private" code, can you send me "ProtectEncrypt"?

On Wed, Sep 6, 2023 at 7:41 AM Song Yadong @.***> wrote:

Problem still exists:
[image: xxx]
https://user-images.githubusercontent.com/1529102/265904100-e771f15e-948c-410d-bbb5-154f06042e81.png


Reply to this email directly, view it on GitHub
https://github.com/ultimatepp/ultimatepp/issues/162#issuecomment-1707701299,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AARH2352Z2FZT3SE6OSIJP3XZAEHPANCNFSM6AAAAAA4CNOH7Y
.
You are receiving this because you commented.Message ID:
@.***>

<!-- gh-comment-id:1707944457 --> @mirek-fidler commented on GitHub (Sep 6, 2023): If you activate Assist diagnostics in Settings/Assist, there should be "Current file parse errors" in Assist menu. Can you dump that list here? Also, looking at the screenshot, it feels like it is possibly actual error. If it is not "private" code, can you send me "ProtectEncrypt"? On Wed, Sep 6, 2023 at 7:41 AM Song Yadong ***@***.***> wrote: > Problem still exists: > [image: xxx] > <https://user-images.githubusercontent.com/1529102/265904100-e771f15e-948c-410d-bbb5-154f06042e81.png> > > — > Reply to this email directly, view it on GitHub > <https://github.com/ultimatepp/ultimatepp/issues/162#issuecomment-1707701299>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AARH2352Z2FZT3SE6OSIJP3XZAEHPANCNFSM6AAAAAA4CNOH7Y> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Author
Owner

@erusyd commented on GitHub (Sep 6, 2023):

Everything is in the zip. Put "Protect" and "Xed" in uppsrc, and "ProctecEncrypt" in MyApps:
ProtectPackage.zip

<!-- gh-comment-id:1708049515 --> @erusyd commented on GitHub (Sep 6, 2023): Everything is in the zip. Put "Protect" and "Xed" in uppsrc, and "ProctecEncrypt" in MyApps: [ProtectPackage.zip](https://github.com/ultimatepp/ultimatepp/files/12460929/ProtectPackage.zip)
Author
Owner

@erusyd commented on GitHub (Sep 6, 2023):

parse_errors.txt

<!-- gh-comment-id:1708056392 --> @erusyd commented on GitHub (Sep 6, 2023): [parse_errors.txt](https://github.com/ultimatepp/ultimatepp/files/12536197/parse_errors.txt)
Author
Owner

@mirek-fidler commented on GitHub (Sep 6, 2023):

Well, it does not build either. The problem is in Xed - VERSION file
conflicts with standard library version file. Renaming VERSION to VERSION0
fixes both build and Assist.

On Wed, Sep 6, 2023 at 12:06 PM Song Yadong @.***>
wrote:

Everything is in the zip. Put "Protect" and "Xed" in uppsrc, and
"ProctecEncrypt" in MyApps:
ProtectPackage.zip
https://github.com/ultimatepp/ultimatepp/files/12460929/ProtectPackage.zip


Reply to this email directly, view it on GitHub
https://github.com/ultimatepp/ultimatepp/issues/162#issuecomment-1708049515,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AARH23774FDGDRQSZP2KDE3XZBDK3ANCNFSM6AAAAAA4CNOH7Y
.
You are receiving this because you commented.Message ID:
@.***>

<!-- gh-comment-id:1708177896 --> @mirek-fidler commented on GitHub (Sep 6, 2023): Well, it does not build either. The problem is in Xed - VERSION file conflicts with standard library version file. Renaming VERSION to VERSION0 fixes both build and Assist. On Wed, Sep 6, 2023 at 12:06 PM Song Yadong ***@***.***> wrote: > Everything is in the zip. Put "Protect" and "Xed" in uppsrc, and > "ProctecEncrypt" in MyApps: > ProtectPackage.zip > <https://github.com/ultimatepp/ultimatepp/files/12460929/ProtectPackage.zip> > > — > Reply to this email directly, view it on GitHub > <https://github.com/ultimatepp/ultimatepp/issues/162#issuecomment-1708049515>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AARH23774FDGDRQSZP2KDE3XZBDK3ANCNFSM6AAAAAA4CNOH7Y> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Author
Owner

@erusyd commented on GitHub (Sep 7, 2023):

Thanks. MSVC17 compiler is OK with VERSION file. I'm just wondering why Linux does not have such problem.

<!-- gh-comment-id:1709305136 --> @erusyd commented on GitHub (Sep 7, 2023): Thanks. MSVC17 compiler is OK with VERSION file. I'm just wondering why Linux does not have such problem.
Author
Owner

@mirek-fidler commented on GitHub (Sep 7, 2023):

Linux: "VERSION" vs "version" I think - win32 is case insensitive.

All that said, maybe assist handling of internal includes is not quite
correct - I put that dir at the end of include path...

Mirek

On Thu, Sep 7, 2023 at 2:46 AM Song Yadong @.***> wrote:

Thanks. MSVC17 compiler is OK with VERSION file. I'm just wondering why
Linux does not have such problem.


Reply to this email directly, view it on GitHub
https://github.com/ultimatepp/ultimatepp/issues/162#issuecomment-1709305136,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AARH23YUB4E4I76F3YI354DXZEKPLANCNFSM6AAAAAA4CNOH7Y
.
You are receiving this because you commented.Message ID:
@.***>

<!-- gh-comment-id:1709515700 --> @mirek-fidler commented on GitHub (Sep 7, 2023): Linux: "VERSION" vs "version" I think - win32 is case insensitive. All that said, maybe assist handling of internal includes is not quite correct - I put that dir at the end of include path... Mirek On Thu, Sep 7, 2023 at 2:46 AM Song Yadong ***@***.***> wrote: > Thanks. MSVC17 compiler is OK with VERSION file. I'm just wondering why > Linux does not have such problem. > > — > Reply to this email directly, view it on GitHub > <https://github.com/ultimatepp/ultimatepp/issues/162#issuecomment-1709305136>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AARH23YUB4E4I76F3YI354DXZEKPLANCNFSM6AAAAAA4CNOH7Y> > . > You are receiving this because you commented.Message ID: > ***@***.***> >
Author
Owner

@erusyd commented on GitHub (Sep 7, 2023):

OK, clear now.

<!-- gh-comment-id:1709527740 --> @erusyd commented on GitHub (Sep 7, 2023): OK, clear now.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#70
No description provided.