Minecraft-Console-Client icon indicating copy to clipboard operation
Minecraft-Console-Client copied to clipboard

[BUG]

Open NavaShield opened this issue 3 years ago • 0 comments

Prerequisites

  • [X] I made sure I am running the latest development build
  • [X] I tried to look for similar issues before opening a new one
  • [X] I have set debugmessages=true in config to diagnose my issue
  • [x] I have redacted session tokens and passwords before attaching screenshots

Minecraft Version

1.18.1

Console Client Version

12

Expected Behavior

Connecting to a server

Actual Behavior

Not even starting fully, loading config then crashing

Steps to Reproduce the bug

  1. delete config and start application
  2. enter details
  3. connect to server
  4. restart app
  5. not working anymore

Attach screenshot here (If applicable)

No response

Anythings that could help diagnosing the bug

Minecraft Console Client v1.18.1 - for MC 1.4.6 to 1.18.1 - Github.com/MCCTeam
GitHub build 12, built on 2022-03-07 from commit 41950c8
[MCC] [Settings] Loading Settings from /home/pi/Desktop/bubajee/MinecraftClient.ini

=================================================================
	Native Crash Reporting
=================================================================
Got a SIGSEGV 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:
=================================================================
	 (No frames) 


=================================================================
	Telemetry Dumper:
=================================================================
Pkilling 0x74561440 from 0x76fe3240
Entering thread summarizer pause from 0x76fe3240
Finished thread summarizer pause from 0x76fe3240.

Waiting for dumping threads to resume

=================================================================
	Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x76ed65b0):0x76ed65a0  bc ff ff ea 98 70 00 00 f0 4f 2d e9 14 d0 4d e2  .....p...O-...M.
0x76ed65b0  24 50 90 e5 a5 31 b0 e1 28 01 00 0a 00 c0 a0 e1  $P...1..(.......
0x76ed65c0  01 50 15 e2 20 30 bc e5 00 e0 a0 e1 80 50 a0 13  .P.. 0.......P..
0x76ed65d0  0a 00 00 ea 01 10 83 e3 9f 2f 9c e1 03 00 52 e1  ........./....R.

=================================================================
	Managed Stacktrace:
=================================================================
	  at <unknown> <0xffffffff>
	  at MinecraftClient.Program:Main <0x00613>
	  at <Module>:runtime_invoke_void_object <0x000f3>
=================================================================


{
  "protocol_version" : "0.0.5",
  "configuration" : {
    "version" : "(6.8.0.105) (Debian 6.8.0.105+dfsg-3.2)",
    "tlc" : "normal",
    "sigsgev" : "normal",
    "notifications" : "epoll",
    "architecture" : "armel,vfp+hard",
    "disabled_features" : "none",
    "smallconfig" : "disabled",
    "bigarrays" : "disabled",
    "softdebug" : "enabled",
    "interpreter" : "enabled",
    "llvm_support" : "disabled",
    "suspend" : "preemptive"
  },
  "memory" : {
    "minor_gc_time" : "0",
    "major_gc_time" : "0",
    "minor_gc_count" : "0",
    "major_gc_count" : "0",
    "major_gc_time_concurrent" : "0"
 },
  "threads" : [
 {
    "is_managed" : false,
    "offset_free_hash" : "0x0",
    "offset_rich_hash" : "0x0",
    "crashed" : false,
    "native_thread_id" : "0x74561440",
    "thread_info_addr" : "0x743005f8",
    "thread_name" : "Finalizer",
    "ctx" : {
      "IP" : "0x76ed8b00",
      "SP" : "0x74560d40",
      "BP" : "0x43f750"
  }
  },
  {
      "is_managed" : true,
      "offset_free_hash" : "0x125dfbeaf",
      "offset_rich_hash" : "0x125dfc0e0",
      "crashed" : true,
      "native_thread_id" : "0x76fe3240",
      "thread_info_addr" : "0x1d065d8",
      "thread_name" : "mono",
      "ctx" : {
        "IP" : "0x76ed65b0",
        "SP" : "0x7ef0fa68",
        "BP" : "0x1"
   },
      "managed_frames" : [
   {
        "is_managed" : "false",
        "native_address" : "unregistered"
    }
,
   {
        "is_managed" : "true",
        "guid" : "237EE4DB-641F-4DCA-ACCA-1ADA5B94B2FC",
        "token" : "0x600073f",
        "native_offset" : "0x0",
        "filename" : "MinecraftClient.exe",
        "sizeofimage" : "0x24a000",
        "timestamp" : "0x62250727",
        "il_offset" : "0x001d1"
    }
,
   {
        "is_managed" : "true",
        "guid" : "237EE4DB-641F-4DCA-ACCA-1ADA5B94B2FC",
        "token" : "0x00000",
        "native_offset" : "0x0",
        "filename" : "MinecraftClient.exe",
        "sizeofimage" : "0x24a000",
        "timestamp" : "0x62250727",
        "il_offset" : "0x00060"
    }

   ]
  }
  ]
}

Device

Raspberry Pi

Operating System

Linux

Server Address (If applicable)

No response

NavaShield avatar Mar 16 '22 18:03 NavaShield