Jump to content

14 posts in this topic

Recommended Posts

@sky9147 Please provide some example apps and crash logs so we can investigate.

To obtain crash logs, head over to Settings -> Privacy -> Analytics & Improvements -> Analytics Data. Once  there, you need to find the crash log pertaining to the app in question which will usually go by the format AppName-Date-Time.ips. Save the file and upload it via DropBox or copy and paste its content.

Link to comment
https://iosgods.com/topic/189670-crash-issues-below-ios-16/#findComment-5838760
Share on other sites

 

@RookI just downloaded a random app

{"app_name":"Supervillain","timestamp":"2024-12-20 11:28:49.00 +0800","app_version":"0.8.0","slice_uuid":"e7400912-240d-3d11-879c-cbd3b89c66f6","build_version":"502","platform":0,"bundleID":"io.supervlabs.catchandtame.gl","share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"iPhone OS 15.5 (19F77)","incident_id":"B4246029-32D0-4429-B5A2-20D3AE8A2CB3","name":"Supervillain"}
{
  "uptime" : 170000,
  "procLaunch" : "2024-12-20 11:28:48.0099 +0800",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "iPhone13,2",
  "procStartAbsTime" : 4261281458500,
  "coalitionID" : 1645,
  "osVersion" : {
    "isEmbedded" : true,
    "train" : "iPhone OS 15.5",
    "releaseType" : "User",
    "build" : "19F77"
  },
  "captureTime" : "2024-12-20 11:28:49.1187 +0800",
  "incident" : "B4246029-32D0-4429-B5A2-20D3AE8A2CB3",
  "bug_type" : "309",
  "pid" : 25548,
  "procExitAbsTime" : 4261308044775,
  "cpuType" : "ARM-64",
  "procName" : "Supervillain",
  "procPath" : "\/private\/var\/containers\/Bundle\/Application\/290778E5-878E-46E2-A352-EA625544DE22\/Supervillain.app\/Supervillain",
  "bundleInfo" : {"CFBundleShortVersionString":"0.8.0","CFBundleVersion":"502","CFBundleIdentifier":"io.supervlabs.catchandtame.gl","DTAppStoreToolsBuild":"16C5031b"},
  "storeInfo" : {"deviceIdentifierForVendor":"15FA193A-E004-4B85-AA94-F59268450F43"},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "io.supervlabs.catchandtame.gl",
  "crashReporterKey" : "5156877c0f25ba7d42350507c9155a4f7862937f",
  "basebandVersion" : "2.54.02",
  "vmRegionInfo" : "0x124427bd0 is in 0x11fb8c000-0x12605c000;  bytes after start: 76135376  bytes before end: 29574191\n      REGION TYPE                 START - END      [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      mapped file              1123dc000-1188ac000 [100.8M] ---\/--- SM=COW  ...t_id=e50031c1\n      GAP OF 0x72e0000 BYTES\n--->  mapped file              11fb8c000-12605c000 [100.8M] ---\/--- SM=COW  ...t_id=e50031c1\n      GAP OF 0x45684000 BYTES\n      Stack Guard              16b6e0000-16b6e4000 [   16K] ---\/rwx SM=NUL  ",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000002, 0x0000000124427bd0","rawCodes":[2,4903304144],"type":"EXC_BAD_ACCESS","signal":"SIGBUS","subtype":"KERN_PROTECTION_FAILURE at 0x0000000124427bd0"},
  "termination" : {"flags":0,"code":10,"namespace":"SIGNAL","indicator":"Bus error: 10","byProc":"exc handler","byPid":25548},
  "ktriageinfo" : "VM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\n",
  "vmregioninfo" : "0x124427bd0 is in 0x11fb8c000-0x12605c000;  bytes after start: 76135376  bytes before end: 29574191\n      REGION TYPE                 START - END      [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      mapped file              1123dc000-1188ac000 [100.8M] ---\/--- SM=COW  ...t_id=e50031c1\n      GAP OF 0x72e0000 BYTES\n--->  mapped file              11fb8c000-12605c000 [100.8M] ---\/--- SM=COW  ...t_id=e50031c1\n      GAP OF 0x45684000 BYTES\n      Stack Guard              16b6e0000-16b6e4000 [   16K] ---\/rwx SM=NUL  ",
  "usedImages" : [
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 7365574656,
  "size" : 2571337728,
  "uuid" : "bd0382a9-939e-309b-9ae8-46950504e548"
},
  "legacyInfo" : {
  "threadHighlighted" : 0
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000451
    },
    {
      "rolloutId" : "60da5e84ab0ca017dace9abf",
      "factorPackIds" : {

      },
      "deploymentId" : 240000008
    }
  ],
  "experiments" : [

  ]
},
  "reportNotes" : [
  "_dyld_process_info_create failed with 5",
  "Failed to create CSSymbolicatorRef - corpse still valid ¯\\_(ツ)_\/¯",
  "thread_get_state(PAGEIN) returned 0x10000003: (ipc\/send) invalid destination port",
  "thread_get_state(EXCEPTION) returned 0x10000003: (ipc\/send) invalid destination port",
  "thread_get_state(FLAVOR) returned 0x10000003: (ipc\/send) invalid destination port"
]
}

Link to comment
https://iosgods.com/topic/189670-crash-issues-below-ios-16/#findComment-5838863
Share on other sites

{"app_name":"Rumble Legion","timestamp":"2024-12-20 11:43:49.00 +0800","app_version":"1.18.0","slice_uuid":"f0495750-a6bf-33f5-bb38-ddf030b1e1cf","build_version":"0","platform":2,"bundleID":"com.superjoy.idlerumblerush","share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"iPhone OS 15.5 (19F77)","incident_id":"835CE913-C7E3-496A-A209-11E3A726EEA4","name":"Rumble Legion"}
{
  "uptime" : 170000,
  "procLaunch" : "2024-12-20 11:43:48.6173 +0800",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "iPhone13,2",
  "procStartAbsTime" : 4275214135189,
  "coalitionID" : 1656,
  "osVersion" : {
    "isEmbedded" : true,
    "train" : "iPhone OS 15.5",
    "releaseType" : "User",
    "build" : "19F77"
  },
  "captureTime" : "2024-12-20 11:43:49.0488 +0800",
  "incident" : "835CE913-C7E3-496A-A209-11E3A726EEA4",
  "bug_type" : "309",
  "pid" : 25662,
  "procExitAbsTime" : 4275224372527,
  "cpuType" : "ARM-64",
  "procName" : "Rumble Legion",
  "procPath" : "\/private\/var\/containers\/Bundle\/Application\/499D5E30-7600-4CBA-B878-D24FCB9AD491\/Rumble_Legion.app\/Rumble Legion",
  "bundleInfo" : {"CFBundleShortVersionString":"1.18.0","CFBundleVersion":"0","CFBundleIdentifier":"com.superjoy.idlerumblerush","DTAppStoreToolsBuild":"16C5031b"},
  "storeInfo" : {"deviceIdentifierForVendor":"E6EF99F4-E42B-4B9E-9412-D35FF3394EA4"},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "com.superjoy.idlerumblerush",
  "crashReporterKey" : "5156877c0f25ba7d42350507c9155a4f7862937f",
  "basebandVersion" : "2.54.02",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"code":4,"flags":518,"namespace":"DYLD","indicator":"Symbol missing","details":["(terminated at launch; ignore backtrace)"],"reasons":["Symbol not found: _$s10Foundation13CustomNSErrorMp","Referenced from: \/Volumes\/VOLUME\/*\/Rumble_Legion.app\/Frameworks\/Rumblelegion.dylib","Expected in: \/System\/Library\/Frameworks\/Foundation.framework\/Foundation"]},
  "ktriageinfo" : "VM - pmap_enter failed with resource shortage\n",
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":1483070,"threadState":{"x":[{"value":6},{"value":4},{"value":6133765056},{"value":240},{"value":6133764032},{"value":0},{"value":0},{"value":6133762560},{"value":32},{"value":9},{"value":1},{"value":10},{"value":0},{"value":50},{"value":9730166396},{"value":6133761368},{"value":521},{"value":4334071380,"symbolLocation":392,"symbol":"__simple_bprintf"},{"value":0},{"value":0},{"value":6133764032},{"value":240},{"value":6133765056},{"value":4},{"value":6},{"value":6133774120},{"value":1},{"value":6133773712},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4334117768},"cpsr":{"value":4096},"fp":{"value":6133763984},"sp":{"value":6133763920},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4334094240,"matchesCrashFrame":1},"far":{"value":4333207552}},"frames":[{"imageOffset":296864,"symbol":"__abort_with_payload","symbolLocation":8,"imageIndex":0},{"imageOffset":320392,"symbol":"abort_with_payload_wrapper_internal","symbolLocation":104,"imageIndex":0},{"imageOffset":320444,"symbol":"abort_with_payload","symbolLocation":16,"imageIndex":0},{"imageOffset":124968,"symbol":"dyld4::halt(char const*)","symbolLocation":328,"imageIndex":0},{"imageOffset":112992,"symbol":"dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)","symbolLocation":3560,"imageIndex":0},{"imageOffset":105668,"symbol":"start","symbolLocation":488,"imageIndex":0}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4333797376,
    "size" : 360448,
    "uuid" : "7c9c7851-8237-38a7-b1eb-9cd2deb4b746",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  }
],
  "sharedCache" : {
  "base" : 7365574656,
  "size" : 2571337728,
  "uuid" : "bd0382a9-939e-309b-9ae8-46950504e548"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=7232K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=7232K(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nSTACK GUARD                         16K        1 \nStack                             1008K        1 \nVM_ALLOCATE                         16K        1 \n__AUTH                            5840K      621 \n__AUTH_CONST                      30.1M      791 \n__CTF                               756        1 \n__DATA                            45.8M      797 \n__DATA_CONST                      32.1M      797 \n__DATA_DIRTY                      3026K      657 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       199.5M       16 \n__OBJC_CONST                      7907K      578 \n__OBJC_RO                         92.1M        1 \n__OBJC_RW                         3536K        1 \n__TEXT                           894.6M      819 \n__UNICODE                          592K        1 \ndyld private memory               2048K        2 \n===========                     =======  ======= \nTOTAL                              1.3G     5086 \n",
  "legacyInfo" : {
  "threadTriggered" : {

  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000451
    },
    {
      "rolloutId" : "60da5e84ab0ca017dace9abf",
      "factorPackIds" : {

      },
      "deploymentId" : 240000008
    }
  ],
  "experiments" : [

  ]
}
}

Link to comment
https://iosgods.com/topic/189670-crash-issues-below-ios-16/#findComment-5838875
Share on other sites

I got the same error for my iPhone iOS 15.3.1 too.

 

Here is a log for newly installed app log:

```

CBE7166B78CC","name":"Towerlands"}
{
  "uptime" : 38000,
  "procLaunch" : "2024-12-24 00:44:45.7417 +0700",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "iPhone13,4",
  "procStartAbsTime" : 934743051257,
  "coalitionID" : 1157,
  "osVersion" : {
    "isEmbedded" : true,
    "train" : "iPhone OS 15.3.1",
    "releaseType" : "User",
    "build" : "19D52"
  },
  "captureTime" : "2024-12-24 00:44:46.1541 +0700",
  "incident" : "E3EA541E-242F-42B7-8B54-CBE7166B78CC",
  "bug_type" : "309",
  "pid" : 2634,
  "procExitAbsTime" : 934752940838,
  "cpuType" : "ARM-64",
  "procName" : "Towerlands",
  "procPath" : "\/private\/var\/containers\/Bundle\/Application\/729369B7-7B58-4D51-AEE9-D52B995A698F\/Towerlands.app\/Towerlands",
  "bundleInfo" : {"CFBundleShortVersionString":"3.4.2","CFBundleVersion":"2036","CFBundleIdentifier":"mobi.blackbears.ios.towerlands","DTAppStoreToolsBuild":"16C5031b"},
  "storeInfo" : {"deviceIdentifierForVendor":"80CF2330-027C-439D-8886-D415AD5A5C77"},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "mobi.blackbears.ios.towerlands",
  "crashReporterKey" : "4ef25432d06c606d33fdc9ae848407c81623bf4b",
  "basebandVersion" : "2.23.02",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
  "termination" : {"code":4,"flags":518,"namespace":"DYLD","indicator":"Symbol missing","details":["(terminated at launch; ignore backtrace)"],"reasons":["Symbol not found: _$s10Foundation13CustomNSErrorMp","Referenced from: \/private\/var\/containers\/Bundle\/Application\/729369B7-7B58-4D51-AEE9-D52B995A698F\/Towerlands.app\/Frameworks\/towerlands.dylib","Expected in: \/System\/Library\/Frameworks\/Foundation.framework\/Foundation"]},
  "ktriageinfo" : "VM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\n",
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":364712,"threadState":{"x":[{"value":6},{"value":4},{"value":6131421840},{"value":235},{"value":6131420816},{"value":0},{"value":0},{"value":6131419344},{"value":32},{"value":9},{"value":1},{"value":10},{"value":0},{"value":50},{"value":8764768964},{"value":6131418152},{"value":521},{"value":4336593936,"symbolLocation":392,"symbol":"__simple_bprintf"},{"value":0},{"value":0},{"value":6131420816},{"value":235},{"value":6131421840},{"value":4},{"value":6},{"value":6131431208},{"value":1},{"value":6131430800},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4336640380},"cpsr":{"value":4096},"fp":{"value":6131420768},"sp":{"value":6131420704},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":4336616824,"matchesCrashFrame":1},"far":{"value":4335566848}},"frames":[{"imageOffset":296312,"symbol":"__abort_with_payload","symbolLocation":8,"imageIndex":0},{"imageOffset":319868,"symbol":"abort_with_payload_wrapper_internal","symbolLocation":104,"imageIndex":0},{"imageOffset":319920,"symbol":"abort_with_payload","symbolLocation":16,"imageIndex":0},{"imageOffset":124172,"symbol":"dyld4::halt(char const*)","symbolLocation":328,"imageIndex":0},{"imageOffset":112340,"symbol":"dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*)","symbolLocation":3484,"imageIndex":0},{"imageOffset":105092,"symbol":"start","symbolLocation":488,"imageIndex":0}]}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4336320512,
    "size" : 360448,
    "uuid" : "780553c7-d39f-322a-8cb9-f4f6de52610d",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  }
],
  "sharedCache" : {
  "base" : 6455541760,
  "size" : 2517204992,
  "uuid" : "cd4586c3-a8c1-3517-a4b5-b83d6d7b1a28"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)\nWritable regions: Total=7328K written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=7328K(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nSTACK GUARD                         16K        1 \nStack                             1008K        1 \nVM_ALLOCATE                        1.0G        2 \n__AUTH                            5729K      613 \n__AUTH_CONST                      29.5M      782 \n__DATA                            46.7M      839 \n__DATA_CONST                      35.9M      790 \n__DATA_DIRTY                      3004K      644 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       224.5M       63 \n__OBJC_CONST                      7809K      569 \n__OBJC_RO                         91.1M        1 \n__OBJC_RW                         3488K        1 \n__TEXT                           889.1M      857 \n__UNICODE                          588K        1 \ndyld private memory               2048K        2 \n===========                     =======  ======= \nTOTAL                              2.3G     5167 \n",
  "legacyInfo" : {
  "threadTriggered" : {

  }
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "601d9415f79519000ccd4b69",
      "factorPackIds" : {
        "SIRI_TEXT_TO_SPEECH" : "622657ce37186c771d5404ad"
      },
      "deploymentId" : 240000416
    },
    {
      "rolloutId" : "602c34a3046661000c9ebdde",
      "factorPackIds" : {
        "SIRI_UNDERSTANDING_NL_OVERRIDES" : "62a74373d586b248af8e1072"
      },
      "deploymentId" : 240000705
    },
    {
      "rolloutId" : "60509d56f2766876dee21c11",
      "factorPackIds" : {
        "SIRI_UNDERSTANDING_ASR_ASSISTANT" : "61fb11b9c773c43cde3bb81d",
        "SIRI_UNDERSTANDING_NL" : "61de1cb3b1ed363a74899503",
        "SIRI_UNDERSTANDING_MORPHUN" : "610072c2f6774779a7ced014",
        "SIRI_EXPERIENCE_CAM" : "619444d12171a2330e561f66"
      },
      "deploymentId" : 240000605
    },
    {
      "rolloutId" : "607844aa04477260f58a8077",
      "factorPackIds" : {
        "SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
      },
      "deploymentId" : 240000066
    },
    {
      "rolloutId" : "5fb4245a1bbfe8005e33a1e1",
      "factorPackIds" : {

      },
      "deploymentId" : 240000021
    },
    {
      "rolloutId" : "63582c5f8a53461413999550",
      "factorPackIds" : {

      },
      "deploymentId" : 240000002
    },
    {
      "rolloutId" : "602ad4dac86151000cf27e46",
      "factorPackIds" : {
        "SIRI_DICTATION_ASSETS" : "61fb0e59c773c43cde3bb80d"
      },
      "deploymentId" : 240000305
    },
    {
      "rolloutId" : "60da5e84ab0ca017dace9abf",
      "factorPackIds" : {

      },
      "deploymentId" : 240000008
    },
    {
      "rolloutId" : "5f72dc58705eff005a46b3a9",
      "factorPackIds" : {

      },
      "deploymentId" : 240000015
    },
    {
      "rolloutId" : "60f8ddccefea4203d95cbeef",
      "factorPackIds" : {

      },
      "deploymentId" : 240000025
    },
    {
      "rolloutId" : "5fc94383418129005b4e9ae0",
      "factorPackIds" : {
        "SIRI_UNDERSTANDING_ASR_HAMMER" : "63f991eb7a214850f5842aba"
      },
      "deploymentId" : 240000614
    },
    {
      "rolloutId" : "60186475825c62000ccf5450",
      "factorPackIds" : {

      },
      "deploymentId" : 240000083
    },
    {
      "rolloutId" : "5ffde50ce2aacd000d47a95f",
      "factorPackIds" : {

      },
      "deploymentId" : 240000454
    }
  ],
  "experiments" : [
    {
      "treatmentId" : "E89C7E51-243C-4FF5-89D4-50C2ABAED010",
      "experimentId" : "CML-UBF8T346G9-IMAGESEGMENTAT-RFO2GP",
      "deploymentId" : 1
    },
    {
      "treatmentId" : "91E15AA4-2F36-404D-A750-65B0C5BC48C2",
      "experimentId" : "CML-UBF8T346G9-IMAGESALIENCYS-RFO28K",
      "deploymentId" : 1
    }
  ]
}
}
```

Link to comment
https://iosgods.com/topic/189670-crash-issues-below-ios-16/#findComment-5840917
Share on other sites

 

"app_name":"PocketLand","timestamp":"2024-12-30 20:48:10.00 +0100","app_version":"0.110.0","slice_uuid":"bbe003aa-c5ca-3351-bd45-bdec5cd406d6","build_version":"213","platform":0,"bundleID":"gs.hadi.pocketisland","share_with_app_devs":0,"is_first_party":1,"bug_type":"309","os_version":"iPhone OS 15.4.1 (19E258)","incident_id":"FBFB03FD-09B5-42C9-B989-775D82E8508D","name":"PocketLand"}
{
  "uptime" : 23000,
  "procLaunch" : "2024-12-30 13:22:25.3358 +0100",
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "iPhone12,5",
  "procStartAbsTime" : 542110961731,
  "coalitionID" : 1458,
  "osVersion" : {
    "isEmbedded" : true,
    "train" : "iPhone OS 15.4.1",
    "releaseType" : "User",
    "build" : "19E258"
  },
  "captureTime" : "2024-12-30 20:48:10.5844 +0100",
  "incident" : "FBFB03FD-09B5-42C9-B989-775D82E8508D",
  "bug_type" : "309",
  "pid" : 3230,
  "procExitAbsTime" : 557644007947,
  "cpuType" : "ARM-64",
  "procName" : "PocketLand",
  "procPath" : "\/private\/var\/containers\/Bundle\/Application\/9699B112-31F7-4CE7-B380-148CFB558294\/PocketLand.app\/PocketLand",
  "bundleInfo" : {"CFBundleShortVersionString":"0.110.0","CFBundleVersion":"213","CFBundleIdentifier":"gs.hadi.pocketisland","DTAppStoreToolsBuild":"16C5031b"},
  "storeInfo" : {"deviceIdentifierForVendor":"D0AAF8F6-95C5-4BD4-91AB-A3AD5E5F5A16"},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "gs.hadi.pocketisland",
  "crashReporterKey" : "0c93f4229bca40b6ea68db68461f0799f010fa3c",
  "basebandVersion" : "3.02.01",
  "vmRegionInfo" : "0x122dc69ec is in 0x11ed74000-0x124f70000;  bytes after start: 67447276  bytes before end: 35296787\n      REGION TYPE                 START - END      [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      mapped file              118b78000-11ed74000 [ 98.0M] ---\/--- SM=COW  ...t_id=3629d735\n--->  mapped file              11ed74000-124f70000 [ 98.0M] ---\/--- SM=COW  ...t_id=3629d735\n      GAP OF 0x460f4000 BYTES\n      Stack Guard              16b064000-16b068000 [   16K] ---\/rwx SM=NUL  ",
  "isCorpse" : 1,
  "exception" : {"codes":"0x0000000000000002, 0x0000000122dc69ec","rawCodes":[2,4879837676],"type":"EXC_BAD_ACCESS","signal":"SIGBUS","subtype":"KERN_PROTECTION_FAILURE at 0x0000000122dc69ec"},
  "termination" : {"flags":0,"code":10,"namespace":"SIGNAL","indicator":"Bus error: 10","byProc":"exc handler","byPid":3230},
  "ktriageinfo" : "VM - pmap_enter failed with resource shortage\n",
  "vmregioninfo" : "0x122dc69ec is in 0x11ed74000-0x124f70000;  bytes after start: 67447276  bytes before end: 35296787\n      REGION TYPE                 START - END      [ VSIZE] PRT\/MAX SHRMOD  REGION DETAIL\n      mapped file              118b78000-11ed74000 [ 98.0M] ---\/--- SM=COW  ...t_id=3629d735\n--->  mapped file              11ed74000-124f70000 [ 98.0M] ---\/--- SM=COW  ...t_id=3629d735\n      GAP OF 0x460f4000 BYTES\n      Stack Guard              16b064000-16b068000 [   16K] ---\/rwx SM=NUL  ",
  "usedImages" : [
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  }
],
  "sharedCache" : {
  "base" : 7504216064,
  "size" : 2558738432,
  "uuid" : "f2090109-5cdf-32a1-99ce-5f8eaa7f964e"
},
  "legacyInfo" : {
  "threadHighlighted" : 0
},
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "61af99aeda72d16a4beb7756",
      "factorPackIds" : {
        "SIRI_DIALOG_ASSETS" : "6360366bc8a2104545a56eeb"
      },
      "deploymentId" : 240000409
    },
    {
      "rolloutId" : "61030413bfe6dc472e1c980c",
      "factorPackIds" : {
        "SIRI_UNDERSTANDING_NL_OVERRIDES" : "62d56a2d4b57044a9fcdfeb2"
      },
      "deploymentId" : 240000489
    }
  ],
  "experiments" : [

  ]
},
  "reportNotes" : [
  "_dyld_process_info_create failed with 5",
  "Failed to create CSSymbolicatorRef - corpse still valid ¯\\_(ツ)_\/¯",
  "thread_get_state(PAGEIN) returned 0x10000003: (ipc\/send) invalid destination port",
  "thread_get_state(EXCEPTION) returned 0x10000003: (ipc\/send) invalid destination port",
  "thread_get_state(FLAVOR) returned 0x10000003: (ipc\/send) invalid destination port"
]

  • Like 1
Link to comment
https://iosgods.com/topic/189670-crash-issues-below-ios-16/#findComment-5845644
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • We Are Warriors! v1.44.0 Cheats +3
      Modded/Hacked App: We Are Warriors! By Lessmore UG haftungsbeschraenkt
      Bundle ID: com.vjsjlqvlmp.wearewarriors
      iTunes Store Link: https://apps.apple.com/us/app/we-are-warriors/id6466648550?uo=4

       

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited everything
      - Auto complete task
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 90 replies
    • We Are Warriors! v1.44.0 Cheats +3
      Modded/Hacked App: We Are Warriors! By Lessmore UG haftungsbeschraenkt
      Bundle ID: com.vjsjlqvlmp.wearewarriors
      iTunes Store Link: https://apps.apple.com/us/app/we-are-warriors/id6466648550?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Unlimited everything
      - Auto complete task
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 62 replies
    • Pixelmon Idle v1.11.5 +2 Cheats
      Modded/Hacked App: Pixelmon Idle By Dreamplaygames Inc.
      Bundle ID: com.dreamplay.pixelmonidle.apple
      iTunes Store Link: https://apps.apple.com/us/app/pixelmon-idle/id6736725882?uo=4

       

       

      🔧 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Cydia, Sileo or Zebra).

       

      🚀 Hack Features

      - Damage Multiplier
      - Loot Multiplier


      🍏 For Non-Jailbroken & No Jailbreak required hacks: 

       

      📥 iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      🎥 Cheat Video/Screenshots

      N/A

       

      🔗 More iOS App Hacks & Android Modded APKs

      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOSGods No Jailbreak Section for a variety of modded games and apps for non-jailbroken iOS devices.

      Need Modded Android APKs too? Head over to the iOSGods Android Section for custom APK mods, cheats, and more.
        • Agree
        • Thanks
        • Like
      • 8 replies
    • Pixelmon Idle v1.11.5 +2 Jailed Cheats
      Modded/Hacked App: Pixelmon Idle By Dreamplaygames Inc.
      Bundle ID: com.dreamplay.pixelmonidle.apple
      iTunes Store Link: https://apps.apple.com/us/app/pixelmon-idle/id6736725882?uo=4

       

       

      🔧 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🚀 Hack Features

      - Damage Multiplier
      - Loot Multiplier


      🍏 Jailbreak iOS hacks: 

       

      📥 iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic which includes a video example.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 5: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 6: Enter your Apple Account email when prompted, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      🎥 Cheat Video/Screenshots

      N/A
        • Agree
        • Thanks
        • Like
      • 3 replies
    • Wizardry Variants Daphne v1.3.1 +2 Jailed Cheats
      Modded/Hacked App: Wizardry Variants Daphne By Drecom Co., Ltd.
      Bundle ID: jp.co.drecom.wizardry.daphne
      iTunes Store Link: https://apps.apple.com/us/app/wizardry-variants-daphne/id1663423521?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Haha
        • Thanks
        • Like
      • 34 replies
    • Wizardry Variants Daphne v1.3.1 +2 Cheats
      Modded/Hacked App: Wizardry Variants Daphne By Drecom Co., Ltd.
      Bundle ID: jp.co.drecom.wizardry.daphne
      iTunes Store Link: https://apps.apple.com/us/app/wizardry-variants-daphne/id1663423521?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier


      iOS Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 93 replies
    • Ancient Gods: Deckbuilding RPG v1.17.0 +1 Jailed Cheat
      Modded/Hacked App: Ancient Gods: Deckbuilding RPG By Linh Lam Quang
      Bundle ID: com.hexpion.6p02
      iTunes Store Link: https://apps.apple.com/us/app/ancient-gods-deckbuilding-rpg/id6444331833?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited Currencies → Spend/Gain


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Thanks
        • Like
      • 25 replies
    • Ancient Gods: Deckbuilding RPG v1.17.0 +1 Cheat
      Modded/Hacked App: Ancient Gods: Deckbuilding RPG By Linh Lam Quang
      Bundle ID: com.hexpion.6p02
      iTunes Store Link: https://apps.apple.com/us/app/ancient-gods-deckbuilding-rpg/id6444331833?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Unlimited Currencies -> Increase When Use


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Thanks
        • Winner
        • Like
      • 37 replies
    • ERGOSUM v1.13.67 +2 Jailed Cheats
      Modded/Hacked App: ERGOSUM By CROOZ Blockchain Lab,inc.
      Bundle ID: com.croozbl.ergosum
      iTunes Store Link: https://apps.apple.com/jp/app/ergosum/id6450420062?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Agree
        • Winner
        • Like
      • 18 replies
    • ERGOSUM v1.13.67 +2 Cheats
      Modded/Hacked App: ERGOSUM By CROOZ Blockchain Lab,inc.
      Bundle ID: com.croozbl.ergosum
      iTunes Store Link: https://apps.apple.com/jp/app/ergosum/id6450420062?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Agree
        • Winner
        • Like
      • 22 replies
    • (Yakuza Online Japan) 龍が如く ONLINE-抗争RPG、極道達の喧嘩バトル v4.1.3 +2 Jailed Cheats
      Modded/Hacked App: 龍が如く ONLINE-抗争RPG、極道達の喧嘩バトル By SEGA CORPORATION
      Bundle ID: com.sega.ron
      iTunes Store Link: https://apps.apple.com/jp/app/%E9%BE%8D%E3%81%8C%E5%A6%82%E3%81%8F-online-%E6%8A%97%E4%BA%89rpg-%E6%A5%B5%E9%81%93%E9%81%94%E3%81%AE%E5%96%A7%E5%98%A9%E3%83%90%E3%83%88%E3%83%AB/id1316356431?uo=4


      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 29 replies
    • (Yakuza Online Japan) 龍が如く ONLINE-抗争RPG、極道達の喧嘩バトル v4.1.3 +2 Cheats
      Modded/Hacked App: 龍が如く ONLINE-抗争RPG、極道達の喧嘩バトル By SEGA CORPORATION
      Bundle ID: com.sega.ron
      iTunes Store Link: https://apps.apple.com/jp/app/%E9%BE%8D%E3%81%8C%E5%A6%82%E3%81%8F-online-%E6%8A%97%E4%BA%89rpg-%E6%A5%B5%E9%81%93%E9%81%94%E3%81%AE%E5%96%A7%E5%98%A9%E3%83%90%E3%83%88%E3%83%AB/id1316356431?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 51 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines