Jump to content
  • Sign Up
  • 0
eatyourglory

Running MCGalaxy on MacOS Sonoma

Question

I'd really like to run the MCGalaxy server software on my Mac running MacOS Sonoma, however I really don't know how to run it since the file that I get when I download the software is an exe (which I don't think my mac can't run).

Could someone more experienced than me please help me?

  • cube 1

Share this post


Link to post

10 answers to this question

Recommended Posts

  • 2
8 minutes ago, eatyourglory said:

Error message:

WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all

Don't use the GUI, use the command line executable from the terminal.

Share this post


Link to post
  • 0
31 minutes ago, eatyourglory said:

I tried to do "mono MCGalaxy.exe" but it just spits out an error message.

it would help if you posted the error

Share this post


Link to post
  • 0
1 hour ago, MESYETI said:

it would help if you posted the error

Error message:

WARNING: The Carbon driver has not been ported to 64bits, and very few parts of Windows.Forms will work properly, or at all

=================================================================
    Native Crash Reporting
=================================================================
Got a segv while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

=================================================================
    Native stacktrace:
=================================================================
    0x102ab5679 - /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64 : mono_dump_native_crash_info
    0x102a4d40e - /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64 : mono_handle_native_crash
    0x102aaf7f6 - /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64 : altstack_handle_and_restore
    0x7ff80e3f2b06 - /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight : SLDisplayBounds
    0x113f9bea8 - Unknown
    0x10dec6656 - Unknown
    0x1029aa352 - /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64 : mono_jit_runtime_invoke
    0x102bbb7e2 - /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64 : mono_runtime_try_invoke
    0x102bba408 - /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64 : mono_runtime_class_init_full
    0x1029a1d5c - /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64 : mono_jit_compile_method_inner
    0x1029a58aa - /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64 : mono_jit_compile_method_with_opt
    0x102a4ff2e - /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64 : common_call_trampoline
    0x102a4f970 - /Library/Frameworks/Mono.framework/Versions/6.12.0/bin/mono-sgen64 : mono_magic_trampoline
    0x10b901393 - Unknown
    0x113f9b4fb - Unknown

=================================================================
    Telemetry Dumper:
=================================================================
Pkilling 0x13056159744x from 0x8639025728x
Pkilling 0x13049831424x from 0x8639025728x
Pkilling 0x13051940864x from 0x8639025728x
Pkilling 0x13054050304x from 0x8639025728x
Pkilling 0x13047721984x from 0x8639025728x
Entering thread summarizer pause from 0x8639025728x
Finished thread summarizer pause from 0x8639025728x.
Failed to create breadcrumb file (null)/crash_hash_0x967285b17

Waiting for dumping threads to resume

=================================================================
    External Debugger Dump:
=================================================================

=================================================================
    Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x7ff80e3f2b06):0x7ff80e3f2af6  89 fb 48 8b 05 99 54 eb 3b 0f 10 00 0f 10 48 10  ..H...T.;.....H.
0x7ff80e3f2b06  0f 11 4f 10 0f 11 07 89 f7 48 89 de e8 22 da f9  ..O......H..."..
0x7ff80e3f2b16  ff 48 89 d8 48 83 c4 08 5b 5d c3 55 48 89 e5 53  .H..H...[].UH..S
0x7ff80e3f2b26  48 83 ec 28 48 8b 05 17 6e ea 3b 48 8b 00 48 89  H..(H...n.;H..H.

=================================================================
    Managed Stacktrace:
=================================================================
      at <unknown> <0xffffffff>
      at System.Windows.Forms.XplatUICarbon:CGDisplayBounds <0x000b7>
      at System.Windows.Forms.XplatUICarbon:get_WorkingArea <0x00072>
      at System.Windows.Forms.XplatUICarbon:get_VirtualScreen <0x00043>
      at System.Windows.Forms.XplatUI:get_VirtualScreen <0x00048>
      at System.Windows.Forms.Screen:.cctor <0x0017a>
      at System.Object:runtime_invoke_void <0x000a5>
      at <unknown> <0xffffffff>
      at System.Windows.Forms.Hwnd:GetNextStackedFormLocation <0x001aa>
      at System.Windows.Forms.XplatUICarbon:CreateWindow <0x0046a>
      at System.Windows.Forms.XplatUI:CreateWindow <0x00047>
      at System.Windows.Forms.NativeWindow:CreateHandle <0x0006a>
      at System.Windows.Forms.Control:CreateHandle <0x000b8>
      at System.Windows.Forms.Form:CreateHandle <0x00052>
      at System.Windows.Forms.Control:CreateControl <0x000c6>
      at System.Windows.Forms.Control:SetVisibleCore <0x00112>
      at System.Windows.Forms.Form:SetVisibleCore <0x00252>
      at System.Windows.Forms.Control:set_Visible <0x00052>
      at System.Windows.Forms.Control:set_Visible <0x000aa>
      at System.Windows.Forms.Application:RunLoop <0x00412>
      at System.Windows.Forms.Application:Run <0x00092>
      at System.Windows.Forms.Application:Run <0x0007a>
      at MCGalaxy.Gui.Program:StartGUI <0x001d2>
      at MCGalaxy.Gui.Program:Main <0x0004a>
      at <Module>:runtime_invoke_void_object <0x000b0>
=================================================================
Abort trap: 6

Share this post


Link to post
  • 0
10 hours ago, icanttellyou said:

Don't use the GUI, use the command line executable from the terminal.

Tysm! It now works!

Share this post


Link to post
  • 0
21 hours ago, eatyourglory said:

I tried to do "mono MCGalaxy.exe" but it just spits out an error message.

Your trying to use the graphical interface one, use "MCGalaxyCLI.exe". 

mono MCGalaxyCLI.exe

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...