Connection Lost - Character-Specific

Everything having to do with OpenMW's TES3MP branch.
Post Reply
Seldalore
Posts: 36
Joined: 09 Sep 2017, 08:40
Location: Pelagiad

Connection Lost - Character-Specific

Post by Seldalore »

Hi,

For some reason, the character I was using the most (primary) on my server causes a lost connection issue. Seems to crash when loading equipment, from what I can see... can someone take a look and help me determine what's wrong with my character? Here are my Client, Server and character text files. All other characters load though, no issues.
Character.txt
Character (extension changed)
(9.46 KiB) Downloaded 312 times
tes3mp-server-2019-04-13-20_02_06.log
Server
(4.31 KiB) Downloaded 308 times
tes3mp-client-2019-04-13-20_02_08.log
Client
(17.54 KiB) Downloaded 312 times
davidcernat
Posts: 256
Joined: 19 Jul 2016, 01:02

Re: Connection Lost - Character-Specific

Post by davidcernat »

You seem to have manually edited your factionReputation without closing the brackets correctly. Change this:

Code: Select all

  "factionReputation":{
    "mages guild":5,

  "factionExpulsion":[],
into:

Code: Select all

  "factionReputation":{
    "mages guild":5
  },
  "factionExpulsion":[],
Seldalore
Posts: 36
Joined: 09 Sep 2017, 08:40
Location: Pelagiad

Re: Connection Lost - Character-Specific

Post by Seldalore »

That fixed it, thanks David! However, I did not alter faction rep - I deleted my character from House Hlaalu entirely. I must have left some other field in the file (or deleted something else by accident). When completing the investigation of Ralen Hlaalo's murder, leaving the server and coming back, I get put into the House Hlaalu faction for some reason, and have to delete that area from the Json file. Maybe that quest gives faction rep even when not being in that faction, which confuses things?
davidcernat
Posts: 256
Joined: 19 Jul 2016, 01:02

Re: Connection Lost - Character-Specific

Post by davidcernat »

Are you sharing faction ranks across all players in your config.lua?
Seldalore
Posts: 36
Joined: 09 Sep 2017, 08:40
Location: Pelagiad

Re: Connection Lost - Character-Specific

Post by Seldalore »

Nope, just per character. Journal entries are shared though (until supported otherwise). I don't have any other people using the server. It's become pretty common practice to remove the character from that faction upon completing that quest :lol:
Post Reply