Failed to load remote questing state from description.txt
astetyn opened this issue ยท 8 comments
Hello,
I have made some quests in single player mode. I copied these quest sets to the server side config/hqm/default. I wiped my client side config and enable only server sync. When I join server, no quests or description are shown. This Failed to load remote questing state from description.txt I found in client side log. Where could be a problem?
- server sync enabled on both sides
- edit mode disabled
- questing mode enabled on both sides
When joined to the server, only data, deaths, state and teams are synced to the client remote folder
Using version: HQM-1.12-5.4.0
Yes, the mod itself copied the the files from default folder to the world/hqm. The quests are there now, but still not syncing with client side.
Only these. Data, Deaths, State and Teams http://prntscr.com/mvgk8v
That is extremely strange. Is there anything in the error log to indicate that server sync isn't working when enabled?
In client side log I found: [13:01:14] [main/ERROR] [Hardcore Questing Mode]: Failed to load remote questing state from description.txt
And in server log, everytime when someone joins, I found: Hardcore Questing Mode: Requires version @VERSION@ but mod is not found on client.
and on START server: Hardcore Questing Mode]: Couldn't copy default files
(but there are already in worlds folder)
First thing I would do would be to move the quests from config/hqm/default
to world/hqm
, as that's where the server is looking for them. The default
and remote
folders are purely client-side, IIRC. default
is where quests are copied to when editing them, remote
is where quests are synced to from the server.
The server itself should be looking in world/hqm/
for the files to sync to the client.
I am an idiot. I didnt notice the config file in the config folder where I could set the server sync. Its working now.
Sorry, my bad. Thanks for your time.