airsdk / Adobe-Runtime-Support

Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
202 stars 11 forks source link

Error: EncryptedLocalStore internal error AirSDK33.1.1.444 #781

Open Devkjk opened 3 years ago

Devkjk commented 3 years ago

AirSDK33.1.1.444 MacOS Mojave10.14.6 Animate2021

When I test,below error occurs.

Error: EncryptedLocalStore internal error at flash.data::EncryptedLocalStore$/processErrorCode() at flash.data::EncryptedLocalStore$/getItem() at myApp_v2_5_fla::MainTimeline/checkdb()[myApp_v2_5_fla.MainTimeline::frame1:4160] at myApp_v2_5_fla::MainTimeline/file_permission()[myApp_v2_5_fla.MainTimeline::frame1:4154] at myApp_v2_5_fla::MainTimeline/frame1()[myApp_v2_5_fla.MainTimeline::frame1:4122]

It seems to be same as this issue. https://github.com/Gamua/Adobe-Runtime-Support/issues/508

Devkjk commented 3 years ago

When I try AirSDK33.1.1.217,then works. (I haven't tried between 33.1.1.217 and 33.1.1.444)

Devkjk commented 3 years ago

When I copied bin folder of 33.1.1.217 to 33.1.1.444,this problem goes away. But I dont know if it is a true solution.