Thread: ESO crash...
View Single Post
12/24/14, 12:44 PM   #16
TribeofOne
Join Date: Mar 2014
Posts: 41
Originally Posted by votan View Post
Oh damn, I don't hope so.

@circonian: What about this: long-strings-in-saved-variables-being-replaced-with-invalid-lua

@TribeofOne & @QuadroTony: How does the ZO_Ingame.lua section of that char look like? Could be interesting.
is this what you need?
Code:
            ["Nynova"] = 
            {
                ["SmithingCreation"] = 
                {
                    ["haveMaterialChecked"] = false,
                    ["haveKnowledgeChecked"] = true,
                    ["version"] = 2,
                },
                ["TrialAccount"] = 
                {
                    ["seen"] = 
                    {
                    },
                    ["version"] = 1,
                },
                ["AutoComplete"] = 
                {
                    ["RecentInteractions"] = 
                    {
                        ["@RonanColt"] = 1416898415,
                        ["Antetokounmpo"] = 1415164850,
                        ["Dreykala"] = 1418328691,
                        ["@Starrsie737"] = 1418328691,
                        ["Fal Duuhm"] = 1415412474,
                    },
                    ["version"] = 3,
                },
                ["Dyeing"] = 
                {
                    ["version"] = 1,
                    ["sortStyle"] = 1,
                    ["showLocked"] = false,
                },
                ["Chat"] = 
                {
                    ["containers"] = 
                    {
                        [1] = 
                        {
                            ["height"] = 266.1161499023,
                            ["point"] = 2,
                            ["y"] = 344.2146301270,
                            ["x"] = -3092.5253906250,
                            ["width"] = 733.1313476563,
                            ["relPoint"] = 2,
                        },
                    },
                    ["version"] = 4,
                },
                ["DeathRecap"] = 
                {
                    ["recapOn"] = true,
                    ["version"] = 1,
                },
                ["PerformanceMeters"] = 
                {
                    ["point"] = 12,
                    ["y"] = 17.3482055664,
                    ["version"] = 1,
                    ["x"] = -262.4039306641,
                    ["relPoint"] = 12,
                },
                ["Provisioner"] = 
                {
                    ["haveIngredientsChecked"] = true,
                    ["haveSkillsChecked"] = true,
                    ["version"] = 1,
                },
                ["DurabilityWarner"] = 
                {
                    ["version"] = 1,
                },
                ["WorldMap"] = 
                {
                    [1] = 
                    {
                        ["mapSize"] = 2,
                        ["keepSquare"] = true,
                        ["width"] = 488,
                        ["filters"] = 
                        {
                            [2] = 
                            {
                                [6] = false,
                                [1] = false,
                            },
                            [1] = 
                            {
                            },
                        },
                        ["point"] = 128,
                        ["y"] = 0,
                        ["height"] = 550,
                        ["x"] = 0,
                        ["relPoint"] = 128,
                    },
                    [2] = 
                    {
                        ["mapSize"] = 1,
                        ["filters"] = 
                        {
                            [2] = 
                            {
                                [1] = false,
                                [6] = false,
                                [11] = 1,
                            },
                            [1] = 
                            {
                            },
                        },
                    },
                    [3] = 
                    {
                        ["allowHistory"] = false,
                        ["filters"] = 
                        {
                            [2] = 
                            {
                                [8] = false,
                                [1] = false,
                                [3] = false,
                                [4] = false,
                                [5] = false,
                                [7] = false,
                            },
                        },
                        ["mapSize"] = 1,
                        ["disableMapChanging"] = true,
                    },
                    [4] = 
                    {
                        ["allowHistory"] = false,
                        ["mapSize"] = 1,
                        ["filters"] = 
                        {
                            [2] = 
                            {
                                [2] = false,
                                [3] = false,
                            },
                            [1] = 
                            {
                            },
                        },
                    },
                    [5] = 
                    {
                        ["allowHistory"] = false,
                        ["filters"] = 
                        {
                            [2] = 
                            {
                                [8] = false,
                                [1] = false,
                                [3] = false,
                            },
                        },
                        ["mapSize"] = 1,
                        ["disableMapChanging"] = true,
                    },
                    ["version"] = 4,
                    ["userMode"] = 2,
                },
            },
i deleted junkit from the addon folder and was able to login with my crafter so that leads me to think theres something there.
With junkit i had weapon trait materials "junked" and game crashed when logging into my crafter after removing Junkit i was able to log in to that character and i had mail (from the hireling, that only shows up on that particular toon) that had weapon trait attachments. could that be the conflict?
  Reply With Quote