lively icon indicating copy to clipboard operation
lively copied to clipboard

When opening Lively it shows "System Error" / "The system detected an overrun of a stack-based buffer.."

Open THEBOSS619 opened this issue 2 years ago • 5 comments

Describe the bug When opening Lively it shows "System Error"

To Reproduce Steps to reproduce the behavior:

  1. Opening Lively Beta program

Expected behavior To be opened the app without issues

Screenshots/Video image

Desktop (please complete the following information):

  • OS: [Windows 10 21H1 - OS Build - 19044.1561]
  • The matrix wallpaper.

Additional context Non

Log file (Important) logs.zip

THEBOSS619 avatar Feb 15 '22 01:02 THEBOSS619

I managed to find the real cause behind this problem... it was due to UAC was disabled. So once I enabled back UAC everything is going good 👍 and it runs without any problems.

Consider to add a note if this happens to others so they at least know that it was just UAC disabled and needs to be enabled for it to function.

THEBOSS619 avatar Feb 18 '22 13:02 THEBOSS619

I am not sure if that was the cause, I tested with UAC turned off on my system and everything works..

  1. Does the error return if you turn off UAC?

  2. By UAC you mean User Account Control right?

Untitled

rocksdanister avatar Feb 18 '22 13:02 rocksdanister

I am not sure if that was the cause, I tested with UAC turned off on my system and everything works..

  1. Does the error return if you turn off UAC?

  2. By UAC you mean User Account Control right?

Untitled

1- Yes

2- Yes

Your way doesn't disable the UAC completely... In order to disable UAC completely (UAC driver doesn't load) you must do this...

Open the Windows Control Panel.

Click Administrative Tools > Local Security Policy > Security Settings > Local Policies > Security Options.

Double-click User Account Control: Run all administrators in Admin Approval Mode and select disable. Changing this setting requires a system restart.

After doing that Lively beta will have problems opening up.

THEBOSS619 avatar Feb 18 '22 18:02 THEBOSS619

Ah I see.. so what is happening is you are disabling limited user account so everything runs as admin. Windows App SDK does not support running as admin yet: unknown

rocksdanister avatar Feb 18 '22 19:02 rocksdanister

Exactly, thank you for your reply and time.... really appreciate it. I didn't even know that it was a limitation from the SDK itself... so thank you for pointing that out.

THEBOSS619 avatar Feb 18 '22 22:02 THEBOSS619