帮助解决 flash builder4.5 在启动时崩溃的问题 (Mac)

发布于 2024-11-20 00:13:04 字数 280 浏览 1 评论 0原文

请我的 Flash 生成器在启动时总是崩溃。我以前从未使用过该应用程序,因为它总是崩溃。当我打开它时,它尝试启动但崩溃并在文件中创建日志报告。该文件的内容在这里 --> http://pastebin.com/a0kNni2L

我没有将其发布在这里,因为它有点太长了。请问有人可以帮助我了解发生了什么以及可能的解决方案吗?我真的很感激你的意见..

谢谢

编辑:请有人应该帮助我

Please my flash builder always crashes on startup. I have never used the application before because it always crashes.When i open it, it tries to start up but crashes and creates a log report in a file. The contents of this file is here --> http://pastebin.com/a0kNni2L

I didn't post it here because it was a bit too long. Please can anyone help me with whats going on and a possible solution? I would really appreciate your input..

Thanks

EDIT: PLEASEEEE someone should help me out

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

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

发布评论

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

评论(4

我很坚强 2024-11-27 00:13:04

恭喜。您已经经历了第一次工作区损坏。我最近正在做一个项目,这种情况每天都会发生。

从以下位置的首选项文件中删除您的工作区条目:

~/Documents/Adobe Flash Builder 4.5/cascaded/308971/configuration/.settings/org.eclipse.ui.ide.prefs

注意,.settings 文件夹将从 Finder 中隐藏。

您可能想尝试完全删除首选项文件。

将来,尝试将您的项目保留在默认工作区位置之外(例如,在您的桌面上或其他位置),以便如果工作区再次损坏,您可以在工作区重置后轻松启动并运行您的项目,而无需重新配置每个项目(只需再次导入它们)。

祝你好运!

Congratulations. You have experienced your first workspace corruption. I was working on a project recently where this was a daily occurrence.

Delete your workspace entry from the prefs file found in:

~/Documents/Adobe Flash Builder 4.5/cascaded/308971/configuration/.settings/org.eclipse.ui.ide.prefs

Note, the .settings folder will be hidden from the Finder.

You may want to try deleting the prefs file altogether.

In future, try and keep your projects outside the default workspace location (eg. on your Desktop, or whatever) so that if the workspace gets corrupted again, you can easily get up and running with your projects once the workspace is reset without having to reconfigure each and every project (just import them again).

Good luck!

魔法唧唧 2024-11-27 00:13:04

您登录 Mac 的用户帐户是“管理员”帐户吗?您可能需要检查 Flash Builder 4.5 文件夹(位于“应用程序”文件夹中)的权限。我似乎记得早期版本的 Flex 存在一个问题,即我的用户帐户对该应用程序具有只读访问权限。

您最近多久运行过 Flash Builder 安装程序?您在安装过程中收到任何错误消息吗?

Is the user account you log in to your Mac with an "Administrator" account? You might want to check permissions on the Flash Builder 4.5 folder (located in the Applications folder). I seem to remember a problem with earlier versions of Flex where my user account had read-only access to the application.

How recently did you run the Flash Builder installer? Did you receive any error messages during the install?

他夏了夏天 2024-11-27 00:13:04

我必须删除 Users/[YOUR_NAME]/Documents/Adobe Flash Builder 4.7/.metadata/.plugins 中的 org.eclipse.ui.workbench

在 Flash 之后, 构建器正常启动,项目仍在工作区中。

.metadata 文件夹不可见,因此您必须在终端中运行以下行才能在查找器中显示隐藏文件:

//show hidden files
defaults write com.apple.Finder AppleShowAllFiles YES; killall -HUP Finder

//hide hidden files
defaults write com.apple.Finder AppleShowAllFiles NO; killall -HUP Finder

i had to delete the org.eclipse.ui.workbench package in the Users/[YOUR_NAME]/Documents/Adobe Flash Builder 4.7/.metadata/.plugins

after that flash builder startednormally and the projects were still in their workspace..

.metadata folder is invisible, so you have to run following line in terminal to show hidden files in the finder:

//show hidden files
defaults write com.apple.Finder AppleShowAllFiles YES; killall -HUP Finder

//hide hidden files
defaults write com.apple.Finder AppleShowAllFiles NO; killall -HUP Finder
泪眸﹌ 2024-11-27 00:13:04

这件事发生在我身上,我通过在 workbench.xml 中搜索实际引发启动时崩溃的行来解决它。我从 workbench.xml 中删除了两个节点,之后一切正常。我鼓励每个人制作一个定期保存工作台文件夹的脚本,以便在这种情况下可以恢复。

解决此问题的一般步骤

  1. 打开此文件:“c:\Users[youruser]\Adobe Flash Builder 4.7.metadata.plugins\workbench.xml”并搜索如下所示的节点:

<编辑器 id="com.adobe.flexbuilder.editors.actionscript.ActionScriptEditor" name="[somefile].as" partName="Group0.as" path="[somepath]" title="[somefile].as" 工具提示= "[somefile].as" workbook="DefaultEditorWorkbook">
<输入factoryID =“org.eclipse.ui.part.FileEditorInputFactory”path =“[somepath].as”/>
< editorState SelectionHorizo​​ntalPixel =“0”selectionLength =“3”selectionOffset =“23”selectionTopPixel =“0”/>
< /editor>

请注意,它可能看起来有点不同,但是 <编辑>< /编辑>节点应该在那里。
删除全部<编辑>保存

workbench.xml 并再次启动 Facebook。

  • 如果这不起作用,请确保 Flash 构建器已关闭,然后从其中删除文件 workbench.xml
    c:\Users[youruser]\Adobe Flash Builder 4.7.metadata.plugins\org.eclipse.ui.workbench\

  • 如果这不起作用,请确保 Flash builder 已关闭,然后删除整个文件夹:“org. eclipse.ui.workbench”来自
    c:\Users[youruser]\Adobe Flash Builder 4.7.metadata.plugins

  • 如果这不起作用,请确保 Flash builder 已关闭,并从 c:\Users[youruser]\Adobe Flash Builder 中删除整个 .metadata 文件夹4.7\

  • 如果这不起作用,据我所知,您应该重新安装 Adob​​e Flash Builder。

This thing happened to me and I managed to fix it by searching in workbench.xml for the line that actually provokes the crash at startup. There were two nodes that I deleted from workbench.xml and everything worked fine after that. I encourage everyone to make a script that regulary saves the workbench folder so that, in such a case, a revert would be possible.

General steps to fix this issue

  1. open this file: "c:\Users[youruser]\Adobe Flash Builder 4.7.metadata.plugins\workbench.xml" and search for nodes that look like this:

< editor id="com.adobe.flexbuilder.editors.actionscript.ActionScriptEditor" name="[somefile].as" partName="Group0.as" path="[somepath]" title="[somefile].as" tooltip="[somefile].as" workbook="DefaultEditorWorkbook">
< input factoryID="org.eclipse.ui.part.FileEditorInputFactory" path="[somepath].as"/>
< editorState selectionHorizontalPixel="0" selectionLength="3" selectionOffset="23" selectionTopPixel="0"/>
< /editor>

Please note it might look a bit different, but the < editor>< /editor> nodes should be there.
Delete all < editor> nodes from there.

Save workbench.xml and start Fb again.

  • if that does not work, make sure Flash builder is closed, then delete file workbench.xml from
    c:\Users[youruser]\Adobe Flash Builder 4.7.metadata.plugins\org.eclipse.ui.workbench\

  • if that does not work, make sure Flash builder is closed, then delete the whole folder: "org.eclipse.ui.workbench" from
    c:\Users[youruser]\Adobe Flash Builder 4.7.metadata.plugins

  • if that does not work, make sure Flash builder is closed and delete the whole .metadata folder from c:\Users[youruser]\Adobe Flash Builder 4.7\

  • and if THAT does not work, as far as I know, you should reinstall Adobe Flash Builder.

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