Skip to content

Commit dca69b2

Browse files
committed
Version bump for release
1 parent 559ac5e commit dca69b2

File tree

3 files changed

+177
-3
lines changed

3 files changed

+177
-3
lines changed

Patcher/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("0.1.0.0")]
37-
[assembly: AssemblyFileVersion("0.1.0.0")]
36+
[assembly: AssemblyVersion("0.1.1.0")]
37+
[assembly: AssemblyFileVersion("0.1.1.0")]

Plugin/Plugin.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net35</TargetFramework>
55
<AssemblyName>Tobey.PluginDoctor</AssemblyName>
66
<Description>A utility plugin to diagnose and solve common plugin issues</Description>
7-
<Version>0.1</Version>
7+
<Version>0.1.1</Version>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<LangVersion>latest</LangVersion>
1010
<RootNamespace>Tobey.PluginDoctor</RootNamespace>

samples/sample_logs_v0.1.1.txt

Lines changed: 174 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,174 @@
1+
[Message:Plugin Doctor] |===================== PLUGIN DOCTOR REPORT =====================|
2+
[Message:Plugin Doctor]
3+
[Message:Plugin Doctor] PLUGINS SKIPPED BY BEPINEX
4+
[Message:Plugin Doctor]
5+
[Message:Plugin Doctor] - Custom Craft 2
6+
[Message:Plugin Doctor] guid: com.customcraft2sml.psmod
7+
[Message:Plugin Doctor] version: 1.0.0.0
8+
[Message:Plugin Doctor] filename: CustomCraft2SML.dll
9+
[Message:Plugin Doctor]
10+
[Message:Plugin Doctor] SYMPTOMS
11+
[Message:Plugin Doctor]
12+
[Error :Plugin Doctor] plugin requires the following plugins which were not found:
13+
[Message:Plugin Doctor]
14+
[Message:Plugin Doctor] - com.ahk1221.smlhelper
15+
[Message:Plugin Doctor]
16+
[Message:Plugin Doctor] TREATMENT
17+
[Message:Plugin Doctor]
18+
[Message:Plugin Doctor] patient should check the documentation of the plugin for
19+
[Message:Plugin Doctor] information on its requirements and where to obtain them,
20+
[Message:Plugin Doctor] and install them.
21+
[Message:Plugin Doctor]
22+
[Message:Plugin Doctor] patient is advised to consult with the developer of the
23+
[Message:Plugin Doctor] plugin and/or the modding community if symptoms persist.
24+
[Message:Plugin Doctor]
25+
[Message:Plugin Doctor] - Custom Craft 3 (Purple Edition)
26+
[Message:Plugin Doctor] guid: com.mrpurple6411.CustomCraft3
27+
[Message:Plugin Doctor] version: 1.0.0.4
28+
[Message:Plugin Doctor] filename: CustomCraft3.dll
29+
[Message:Plugin Doctor]
30+
[Message:Plugin Doctor] SYMPTOMS
31+
[Message:Plugin Doctor]
32+
[Error :Plugin Doctor] plugin requires the following plugins which were not found:
33+
[Message:Plugin Doctor]
34+
[Message:Plugin Doctor] - com.snmodding.nautilus [>= 1.0.0.25]
35+
[Message:Plugin Doctor]
36+
[Message:Plugin Doctor] TREATMENT
37+
[Message:Plugin Doctor]
38+
[Message:Plugin Doctor] patient should check the documentation of the plugin for
39+
[Message:Plugin Doctor] information on its requirements and where to obtain them,
40+
[Message:Plugin Doctor] and install them.
41+
[Message:Plugin Doctor]
42+
[Message:Plugin Doctor] patient is advised to consult with the developer of the
43+
[Message:Plugin Doctor] plugin and/or the modding community if symptoms persist.
44+
[Message:Plugin Doctor]
45+
[Message:Plugin Doctor] PLUGINS WHICH FAILED TO INITIALISE
46+
[Message:Plugin Doctor]
47+
[Message:Plugin Doctor] - Seamoth Sprint
48+
[Message:Plugin Doctor] guid: com.ramune.SeamothSprint
49+
[Message:Plugin Doctor] version: 1.0.0
50+
[Message:Plugin Doctor] filename: SeamothSprint.dll
51+
[Message:Plugin Doctor]
52+
[Message:Plugin Doctor] SYMPTOMS
53+
[Message:Plugin Doctor]
54+
[Error :Plugin Doctor] plugin threw an Exception during initialisation with the
55+
[Error :Plugin Doctor] following data:
56+
[Message:Plugin Doctor]
57+
[Message:Plugin Doctor] NullReferenceException: Object reference not set to an instance of an object
58+
[Message:Plugin Doctor] Stack trace:
59+
[Message:Plugin Doctor] SMLHelper.V2.Options.Attributes.ConfigFileMetadata`1[T].processMetadata () (at <21ae6a9b90624ee6a507253882306786>:0)
60+
[Message:Plugin Doctor] SMLHelper.V2.Options.Attributes.ConfigFileMetadata`1[T].ProcessMetadata () (at <21ae6a9b90624ee6a507253882306786>:0)
61+
[Message:Plugin Doctor] SMLHelper.V2.Options.Attributes.OptionsMenuBuilder`1[T]..ctor () (at <21ae6a9b90624ee6a507253882306786>:0)
62+
[Message:Plugin Doctor] SMLHelper.V2.Handlers.OptionsPanelHandler.SMLHelper.V2.Interfaces.IOptionsPanelHandler.RegisterModOptions[T] () (at <21ae6a9b90624ee6a507253882306786>:0)
63+
[Message:Plugin Doctor] SMLHelper.V2.Handlers.OptionsPanelHandler.RegisterModOptions[T] () (at <21ae6a9b90624ee6a507253882306786>:0)
64+
[Message:Plugin Doctor] Ramune.SeamothSprint.SeamothSprint..cctor () (at <99ee2cbcdc18403a9c3fb20b3a5be640>:0)
65+
[Message:Plugin Doctor] Rethrow as TypeInitializationException: The type initializer for 'Ramune.SeamothSprint.SeamothSprint' threw an exception.
66+
[Message:Plugin Doctor] UnityEngine.GameObject:AddComponent(Type)
67+
[Message:Plugin Doctor] BepInEx.Bootstrap.Chainloader:Start()
68+
[Message:Plugin Doctor] SystemsSpawner:Awake()
69+
[Message:Plugin Doctor]
70+
[Message:Plugin Doctor] TREATMENT
71+
[Message:Plugin Doctor]
72+
[Message:Plugin Doctor] this symptom could indicate that the plugin is
73+
[Message:Plugin Doctor] incompatible with the current version of the game.
74+
[Message:Plugin Doctor]
75+
[Message:Plugin Doctor] patient should check the documentation of the plugin for
76+
[Message:Plugin Doctor] indications of whether the plugin is intended for use on a
77+
[Message:Plugin Doctor] specific version of the game, and if so, patient should
78+
[Message:Plugin Doctor] consult with the developer of the plugin and/or the
79+
[Message:Plugin Doctor] modding community for advice on how to resolve this.
80+
[Message:Plugin Doctor]
81+
[Message:Plugin Doctor] otherwise, symptom may indicate that the plugin has a bug.
82+
[Message:Plugin Doctor] patient should consult with the developer of the plugin
83+
[Message:Plugin Doctor] and kindly ask them to address the issue.
84+
[Message:Plugin Doctor]
85+
[Message:Plugin Doctor] PLUGINS WITH POTENTIAL ISSUES
86+
[Message:Plugin Doctor]
87+
[Message:Plugin Doctor] - Seamoth Sprint
88+
[Message:Plugin Doctor] guid: com.ramune.SeamothSprint
89+
[Message:Plugin Doctor] version: 1.0.0
90+
[Message:Plugin Doctor] filename: SeamothSprint.dll
91+
[Message:Plugin Doctor]
92+
[Message:Plugin Doctor] SYMPTOMS
93+
[Message:Plugin Doctor]
94+
[Warning:Plugin Doctor] plugin has missing assembly references:
95+
[Message:Plugin Doctor]
96+
[Message:Plugin Doctor] - FMODUnity 0.0.0.0
97+
[Message:Plugin Doctor]
98+
[Message:Plugin Doctor] this might mean the game or game version is incompatible,
99+
[Message:Plugin Doctor] it could be indicative of missing requirements, or the
100+
[Message:Plugin Doctor] missing references could simply be optional dependencies.
101+
[Message:Plugin Doctor]
102+
[Message:Plugin Doctor] ADVISEMENT
103+
[Message:Plugin Doctor]
104+
[Message:Plugin Doctor] patient should check the documentation of the plugin for
105+
[Message:Plugin Doctor] indications of whether the plugin is intended for use on a
106+
[Message:Plugin Doctor] specific version of the game, and if so, patient should
107+
[Message:Plugin Doctor] consult with the developer of the plugin and/or the
108+
[Message:Plugin Doctor] modding community for advice on how to resolve this.
109+
[Message:Plugin Doctor]
110+
[Message:Plugin Doctor] otherwise, patient is advised to check the documentation
111+
[Message:Plugin Doctor] of the plugin for its requirements and optional
112+
[Message:Plugin Doctor] dependencies and where to obtain them, and install them.
113+
[Message:Plugin Doctor]
114+
[Message:Plugin Doctor] patient is advised to consult with the developer of the
115+
[Message:Plugin Doctor] plugin and/or the modding community if symptoms persist.
116+
[Message:Plugin Doctor]
117+
[Message:Plugin Doctor] PLUGINS WITH NO DETECTED ISSUES
118+
[Message:Plugin Doctor]
119+
[Message:Plugin Doctor] - Configuration Manager Tweaks
120+
[Message:Plugin Doctor] guid: Tobey.BepInEx.ConfigurationManagerTweaks.Subnautica
121+
[Message:Plugin Doctor] version: 1.2
122+
[Message:Plugin Doctor] filename: Tobey.BepInEx.ConfigurationManager.Subnautica.dll
123+
[Message:Plugin Doctor]
124+
[Message:Plugin Doctor] - Configuration Manager
125+
[Message:Plugin Doctor] guid: Tobey.BepInEx.ConfigurationManager.Subnautica
126+
[Message:Plugin Doctor] version: 17.1
127+
[Message:Plugin Doctor] filename: Tobey.BepInEx.ConfigurationManager.Subnautica.dll
128+
[Message:Plugin Doctor]
129+
[Message:Plugin Doctor] - QModManager.LogFilter
130+
[Message:Plugin Doctor] guid: QModManager.LogFilter
131+
[Message:Plugin Doctor] version: 4.4.4
132+
[Message:Plugin Doctor] filename: QModInstaller.dll
133+
[Message:Plugin Doctor]
134+
[Message:Plugin Doctor] - QMMLoader
135+
[Message:Plugin Doctor] guid: QModManager.QMMLoader
136+
[Message:Plugin Doctor] version: 4.4.4
137+
[Message:Plugin Doctor] filename: QModInstaller.dll
138+
[Message:Plugin Doctor]
139+
[Message:Plugin Doctor] - UnityExplorer
140+
[Message:Plugin Doctor] guid: com.sinai.unityexplorer
141+
[Message:Plugin Doctor] version: 4.9.0
142+
[Message:Plugin Doctor] filename: UnityExplorer.BIE5.Mono.dll
143+
[Message:Plugin Doctor]
144+
[Message:Plugin Doctor] - BepInEx Tweaks
145+
[Message:Plugin Doctor] guid: Tobey.BepInExTweaks.Subnautica
146+
[Message:Plugin Doctor] version: 1.2.1
147+
[Message:Plugin Doctor] filename: Tobey.BepInExTweaks.Subnautica.dll
148+
[Message:Plugin Doctor]
149+
[Message:Plugin Doctor] - Subnautica Config Handler
150+
[Message:Plugin Doctor] guid: Tobey.Subnautica.ConfigHandler
151+
[Message:Plugin Doctor] version: 1.0.2
152+
[Message:Plugin Doctor] filename: Tobey.Subnautica.ConfigHandler.Plugin.dll
153+
[Message:Plugin Doctor]
154+
[Message:Plugin Doctor] - File Tree
155+
[Message:Plugin Doctor] guid: Tobey.FileTree
156+
[Message:Plugin Doctor] version: 1.0.0
157+
[Message:Plugin Doctor] filename: Tobey.FileTree.dll
158+
[Message:Plugin Doctor]
159+
[Message:Plugin Doctor] - Plugin Doctor
160+
[Message:Plugin Doctor] guid: Tobey.PluginDoctor
161+
[Message:Plugin Doctor] version: 0.1.1
162+
[Message:Plugin Doctor] filename: Tobey.PluginDoctor.dll
163+
[Message:Plugin Doctor]
164+
[Message:Plugin Doctor] - SnapBuilder
165+
[Message:Plugin Doctor] guid: Tobey.SnapBuilder
166+
[Message:Plugin Doctor] version: 2.4.0
167+
[Message:Plugin Doctor] filename: Tobey.SnapBuilder.dll
168+
[Message:Plugin Doctor]
169+
[Message:Plugin Doctor] - Unity Audio Patcher
170+
[Message:Plugin Doctor] guid: Tobey.UnityAudio
171+
[Message:Plugin Doctor] version: 2.0.1
172+
[Message:Plugin Doctor] filename: Tobey.UnityAudio.Plugin.dll
173+
[Message:Plugin Doctor]
174+
[Message:Plugin Doctor] |==================================================================|

0 commit comments

Comments
 (0)