为什么 MonoDevelop 2.4 无法在运行 Tiger 的 PowerPC Mac 上启动

发布于 2024-09-24 15:45:47 字数 1241 浏览 4 评论 0原文

我正在尝试让 MonoDevelop 2.4 在运行 Tiger 的 PowerPC Mac 上运行。

我已经从下载页面的“旧版本”页面下载了 Mono 2.4.3 并安装了它。我已经下载了 OS X MonoDevelop 2.4 软件包并安装了它。当我运行时,它无法启动 - 它在坞站中上下弹跳一段时间,然后消失。控制台日志中的堆栈跟踪为:

Mac OS X 版本 10.4.11 (Build 8S165) 2010-09-24 14:45:13 +0100 2010-09-24 14:45:17.383 SystemUIServer[174] lang 是:en 堆栈跟踪:

位于 MonoDevelop.Core.Properties.Get (string) <0xffffffff> 在 MonoDevelop.Core.Properties.Get (字符串) <0x000cc> 在 MonoDevelop.Core.Properties.Set (字符串,对象) <0x00048> 在 MonoDevelop.Core.PropertyService..cctor () <0x00188> 处 at (包装运行时调用) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>; 在 MonoDevelop.Ide.IdePreferences.get_UserInterfaceTheme () <0xffffffff> 处 在 MonoDevelop.Ide.IdePreferences.get_UserInterfaceTheme () <0x00038> 处 在 MonoDevelop.Ide.IdeStartup.Run (string[]) <0x0092c> 处 在 MonoDevelop.Startup.MonoDevelopMain.Main (string[]) <0x000b0> 在(包装器运行时调用)MonoDevelop.Startup.MonoDevelopMain.runtime_invoke_int_object(对象,intptr,intptr,intptr)<0xffffffff>;

我做了一些网络搜索,一个建议是 MD 需要 CSDK,但我找不到 2.4.3 版本的链接。另一个原因是 MD 正在通过启动脚本在调试模式下运行,这导致其他 Mac ppc 用户出现问题,但 2.4 版本的脚本中似乎并非如此。

这种软件和操作系统的组合应该有效吗?如果是这样,我还能尝试什么?

I am trying to get MonoDevelop 2.4 to run on a PowerPC Mac running Tiger.

I have downloaded Mono 2.4.3 from the "older releases" page off the download page and installed it. I have downloaded the OS X MonoDevelop 2.4 package and installed it. When I run it is doesn't start - it bounces up and down in the dock for a bit and then disappears. The stack trace in the console log is:

Mac OS X Version 10.4.11 (Build 8S165)
2010-09-24 14:45:13 +0100
2010-09-24 14:45:17.383 SystemUIServer[174] lang is:en
Stacktrace:

at MonoDevelop.Core.Properties.Get (string) <0xffffffff>
at MonoDevelop.Core.Properties.Get (string) <0x000cc>
at MonoDevelop.Core.Properties.Set (string,object) <0x00048>
at MonoDevelop.Core.PropertyService..cctor () <0x00188>
at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0xffffffff>
at MonoDevelop.Ide.IdePreferences.get_UserInterfaceTheme () <0xffffffff>
at MonoDevelop.Ide.IdePreferences.get_UserInterfaceTheme () <0x00038>
at MonoDevelop.Ide.IdeStartup.Run (string[]) <0x0092c>
at MonoDevelop.Startup.MonoDevelopMain.Main (string[]) <0x000b0>
at (wrapper runtime-invoke) MonoDevelop.Startup.MonoDevelopMain.runtime_invoke_int_object (object,intptr,intptr,intptr) <0xffffffff>

I have done some web searching and one suggestion was that MD requires the CSDK but I can't find a link for the 2.4.3 version of that. Another is that MD is being run in debug mode by the launch script and that has caused other Mac ppc owners problems however that doesn't seem to be the case in the script for version 2.4.

Should this combination of software and OS work? if so, what else can I try?

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

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

发布评论

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

评论(1

晨与橙与城 2024-10-01 15:45:47

它看起来像是原生 Mono 崩溃。不幸的是,PPC 没有得到很好的支持,因为现在很少有人拥有 PPC 机器。如果您可以尝试在 gdb 中运行它并捕获跟踪,然后针对 Mono 提交错误,这会有所帮助。

It looks like a native Mono crash. Unfortunately PPC isn't very well supported as very few people now have PPC machines. If you could try running it in gdb and capturing the trace, then filing a bug against Mono, that would help.

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