Craftoria

Craftoria

816k Downloads

[Bug Report]: Broken Quest Chapters - 1.18.0 Server Files

hamcoremusic opened this issue ยท 20 comments

commented

Modpack Version

1.18.0

Describe your issue.

Cross post from Discord

So it seems that on the latest Craftoria version, the server file has some sort of error in it causing some quest steps to come up as Smart Filters from FTB Filter System. Currently it is present in the Personal Storage Backpack quest line, and most of Mekanism. I tried looking at the server config files and differences on the GitHub but couldn't find anything. Below is a snippet from the Personal Storage.snbt FTB Quests chapter. This could be present in other chapters, just haven't looked further into it.

I have tried to reload FTBQuests and relog to no avail. Another player reported running /reload and relogging, but I don't want to do that every time I play/one of my players play.

        {
            id: "248200AA7C929D48"
            rewards: [{
                id: "6AE3F0D036B50356"
                table_id: 6467551270008706529L
                type: "random"
            }]
            shape: "circle"
            tasks: [{
                id: "3EC339AE3A212A05"
                item: { components: { "ftbfiltersystem:filter": "or(item(sophisticatedbackpacks:copper_backpack)item(sophisticatedbackpacks:iron_backpack))", "minecraft:custom_name": "\"Cu or Fe, You Decide\"" }, count: 1, id: "ftbfiltersystem:smart_filter" }
                type: "item"
            }]
            x: -5.0d
            y: -1.5d
        }

Image

Image

Image

Crash Report

No response

Latest Log

https://gist.github.com/hamcoremusic/e9fccf48bd7940cb5ceffed03e671136

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Server

Discord Username

hamcore

commented

Uploaded latest.log just in case.

commented

Same problem on my server too

commented

more chapters on 1.21.1

Image

commented

As of modpack version 1.21.2, this appears to be affecting the following quests:

Affected Quests
  • Storage
    • Personal Storage
      • "Cu or Fe, You Decide"
  • Logistics
    • Applied Energistics
      • "Advanced Pattern Provider"
    • Gadgets
      • "Mining Gadget"
  • Technology
    • Just Dire Things
      • "Block Placer"
      • "Block Breaker"
      • "Fluid Placer"
      • "Fluid Collector"
      • "Upgrades"
      • "Sensor"
      • "Clicker"
      • "Swapper"
      • "Portal Gun"
    • Mekanism: Ore Processing
      • "Chemical Injection for Sulfur"
      • "Tier 1, 1:1"
      • "Smelting" and it's subquest "Ingots"
      • "Tier 2, 1:2"
      • "Enriching" and it's subquest "Dusts"
      • "Crushing" and it's subquest "Dirty Dusts"
      • "Tier 3, 1:3"
      • "Purifying" and it's subquest "Clumps"
      • "Tier 4, 1:4"
      • "Injecting" and it's subquest "Shards"
      • "Crystals" (Subquest of "Chemical Crystallizer")
      • "Tier 5, 1:5"
      • Also appears that the path directions going down the tier list are in the wrong direction
  • Magic
    • Iron's Spells
      • Multiple titled "Smart Filter"
      • "Scroll"
      • "Ink"
      • "Magelike Spellbooks"
      • "Hats"
      • "Boots"
      • "Leggins"
    • Occultism
      • "Knives"
    • Theurgy
      • "Sulfurs"

These are the ones I notices with some fairly brief scans of the quest book. It looks like which ones are affected is consistent with the screenshots from others.

I'll see if I can't take a look at the files myself and see if there's any clear issues.

commented

freshly installed server and client are working fine for me. did you update your server and client? how did you update your client (curseforge app, for example, tends to fail to update quite often)? how did you update your server?

Image
commented

freshly installed server and client are working fine for me. did you update your server and client?

Downloaded the 1.21.2 server files from CurseForge yesterday. This is our first time playing, haven't needed to install any updates

commented

which launcher did you use to install the modpack on the clientside?

commented

which launcher did you use to install the modpack on the clientside?

Prism Launcher is what we're all using. Though I've only checked with one other person on the server if the issue is occurring.

commented

does the quest issue show up in single player?

commented

does the quest issue show up in single player?

It does not. Definitely a server-side issue.

commented

try this:
stop the server
rename the kubejs and config folders to kubejs_backup and config_backup
copy the config and kubejs folders from client to the server
(i would suggest that if it still has an issue, you post the latest.log from server and client to https://mclo.gs/ and link them here)

commented

Stopped the server, backed up the config and kubejs, then moved the files over, and spun up the server again.

Friend joined and the items listed above were still appearing as filter items.
I was unable to join. Failed to sync registries from the server: java.lang.NullPointerException

commented

you copied the files over, not moved them, correct? they are still present in your profile? the logs would help, then.

commented

Correct. The server is run on a separate computer and the software I use for accessing it only copies, not moves.

I was able to fix my join issue by doing a fresh install of the modpack. Issue does persist for me as well.

Server - latest.log
Client - latest.log

I will note that my client log was getting absolutely spammed with OpenGL Debug Messages. I purged those from the log in the upload since they're probably unrelated, bringing the count down from 100k lines to about 11k

commented

which version of the pack are you installing? you seem to have modified the modpack on your client. I would suggest testing the modpack as delivered and see if that resolves it. You can test the server locally on the same machine as your client for easy testing.

commented

Pack version is 1.21.2
The only change we've made is adding ProtoManly's Weather mod. All other mods seen on my client are client side only, and aren't being used by the friend who is also having this issue.

Did a completely fresh install of the client, added the weather mod, no client-side mods, and connected to the existing server. Issue is present.
Deleted that install, did another fresh install of both the client and server, no weather mod mods this time, and connected to a freshly installed test server. Issue is present.

commented

can you do me a favor and test without create: filters anywhere

commented

Apologies for the delay, started actually playing xD

Removed CFA from both the server and the client, no change. I'm pretty sure that mod is just for Create's item filters and only affects storage mods, not quests

commented

Small update... Nothing's changed on either the server or my client, but the icons are now showing up properly. Weird.

commented

Thanks. I have an idea where the issue is now and can reproduce it. I appreciate you bearing with the process.