Flex 4 现在抛出安全沙箱违规:file:///ProfilerAgent.swf

发布于 2024-11-02 16:12:00 字数 679 浏览 0 评论 0 原文

所以我对 Flex 项目做了一些分析,然后去构建一个发布版本。现在,当我导出发布版本时,它会给出运行时安全错误,表示它试图加载 ProfilerAgent.swf

错误#2044:未处理的安全错误:。 text=错误 #2048:安全沙箱违规:file:///Users/foobar/Documents/Adobe Flash Builder 4/.metadata/.plugins/com.adobe.flash.profiler/ProfilerAgent.swf?host=localhost&port= 9999 无法从 localhost:9999 加载数据。

错误#2044:未处理的安全错误:。 text=错误 #2048:安全沙箱违规:file:///Users/foobar/Documents/Adobe Flash Builder 4/.metadata/.plugins/com.adobe.flash.profiler/ProfilerAgent.swf?host=localhost&port= 9999 无法从 localhost:9999 加载数据。

即使当我退出、重新启动、点击 Flash Builder 4 时,它似乎也不会消失。我尝试通过命令行使用 mxmlc 进行手动编译,但当它从我的服务器运行时,我仍然收到该错误。有人对如何修复它有任何想法吗?

So I was doing some profiling on a Flex project and then went to go build a release build. Now when ever I export a release build it gives a runtime security error saying its trying to load the ProfilerAgent.swf


Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: file:///Users/foobar/Documents/Adobe Flash Builder 4/.metadata/.plugins/com.adobe.flash.profiler/ProfilerAgent.swf?host=localhost&port=9999 cannot load data from localhost:9999.

Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: file:///Users/foobar/Documents/Adobe Flash Builder 4/.metadata/.plugins/com.adobe.flash.profiler/ProfilerAgent.swf?host=localhost&port=9999 cannot load data from localhost:9999.

Even when I exit, restart, punch Flash Builder 4 it doesn't seem to go away. I tried manually compiling using the mxmlc via the command line and I'm still getting that error when it is running from my server. Any one have any ideas on how to fix it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

绝情姑娘 2024-11-09 16:12:00

尝试根据 mm.cfg >这些说明。然后检查并注释(在行开头使用 #)以 ProfilingFileOutputEnablePreloadSwf 开头的行。

希望这有帮助!

Try to locate mm.cfg in your OS according with these instructions. Then check and comment (using # at the beginning of the line) lines starting with ProfilingFileOutputEnable and PreloadSwf.

Hope this helps!

岁月蹉跎了容颜 2024-11-09 16:12:00

打开 mm.cfg 并确保配置中有以下说明:

    ProfileFunctionEnable=1
    ProfilingOutputFileEnable=1
    RendererProfilingEnable=1

Open up mm.cfg and make sure the following instructions are in configuration:

    ProfileFunctionEnable=1
    ProfilingOutputFileEnable=1
    RendererProfilingEnable=1
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文