StartMachine
Moved
Total Downloads: 836 - First Release: Dec 31, 2015 - Last Update: Jul 28, 2017
- 5/5, 3 likes
-
Hi i have a big problem with this plugin look : https://i.gyazo.com/91dcc9e189c3b68724da682c8ea8a51b.png And nothing start just error in console why ? ^^
-
Everything seems to start except for the drills
Last edited by a moderator: Jan 5, 2016 -
-
Wulf Community Admin
-
[DOUBLEPOST=1452128405][/DOUBLEPOST] -
Before the post for nothing, thank you to provide your full logs Wulf like to ask you.
-
Where would I find the log to post?
-
who i can find this ñog?
-
gamelog.txt
-
is possible this?
[SERVER v1.0.18] Started as service
[SERVER v1.0.18] Running as service
[SERVER v1.0.18] Got Message: Ready
[SERVER v1.0.18] Got Message: Compile
[SERVER v1.0.18] Console: StartMachine.cs(20,22): warning CS0114: `Oxide.Plugins.StartMachine.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
C:\Servidores\Hurtworld-Battleroyale\Oxide.Core.dll (Location of the symbol related to previous warning) -
Code:
[SERVER v1.0.18] Started as service [SERVER v1.0.18] Running as service [SERVER v1.0.18] Got Message: Ready [SERVER v1.0.18] Got Message: Compile [SERVER v1.0.18] Console: StartMachine.cs(20,22): warning CS0114: `Oxide.Plugins.StartMachine.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword C:\TCAFiles\Users\BrianW1\5042\Oxide.Core.dll (Location of the symbol related to previous warning) Teleportation.cs(100,14): warning CS0114: `Oxide.Plugins.Teleportation.LoadConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword C:\TCAFiles\Users\BrianW1\5042\Oxide.Core.dll (Location of the symbol related to previous warning)[SERVER v1.0.18] Got Message: Exit [SERVER v1.0.18] Exit received. [SERVER v1.0.18] Connection closed. [SERVER v1.0.18] ShutdownThis probably isn't the right thing, I'm not sure.
Last edited by a moderator: Jan 7, 2016 -
StartMachine.json
Code:{ "StartMachine": { "BaseMachine": true, "DrillMachine": true, "FridgeMachine": true, "CampfMachine":true } }
-
Drill is not starting
-
it will be a response because I Wulf is not what my problem
-
Attached Files:
-
-
Wulf Community Admin
-
Code:
12:00 AM [Info] Loading Oxide Core v2.0.1692... 12:00 AM [Info] Loading extensions... 12:00 AM [Info] Loaded extension CSharp v1.0.0 by Oxide Team 12:00 AM [Info] Loaded extension JavaScript v1.0.0 by Oxide Team 12:00 AM [Info] Loaded extension Lua v1.0.0 by Oxide Team 12:00 AM [Info] Loaded extension MySql v1.0.0 by Oxide Team 12:00 AM [Info] Loaded extension Python v1.0.0 by Oxide Team 12:00 AM [Info] Loaded extension SQLite v1.0.0 by Oxide Team 12:00 AM [Info] Loaded extension Unity v1.0.0 by Oxide Team 12:00 AM [Info] Loaded extension Hurtworld v1.0.0 by Oxide Team 12:00 AM [Info] Using Covalence provider for game 'Hurtworld' 12:00 AM [Info] Loading plugins... 12:00 AM [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team 12:00 AM [Info] Loaded plugin Hurtworld Core v1.0.0 by Oxide Team 12:00 AM [Info] Kits, LootConfig, StartMachine, Teleportation and TimedExecute were compiled successfully in 4628ms 12:00 AM [Info] Loaded plugin Kits v1.0.4 by Reneb 12:00 AM [Info] Loaded plugin LootConfig v1.0.2 by Nogrod 12:00 AM [Info] Loaded plugin Start Machine v1.7.0 by Alife Studio 12:00 AM [Info] Loaded plugin Teleportation v1.1.11 by LaserHydra 12:00 AM [Info] Loaded plugin Timed Execute v0.1.0 by PaiN 12:00 AM [Info] [Timed Execute] Timer-Once is OFF 12:00 AM [Info] [Timed Execute] Timer-Repeat is ON 12:00 AM [Info] [Timed Execute] RealTime-Timer is ON 12:01 AM [Warning] CallHook 'OnServerInitialized' on plugin 'StartMachine v1.7.0' took: 871ms
-
Hey DrillMachines dont start, can you update ?
-
Code:
Failed to invoke Method DrillMachine:DrillMachineTogglePower with 2 parameters: True, Sender: Player Server (1), timestamp: 25.812 System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object at DrillMachine.HasAuthority (NetworkPlayer player, .DrillMachine machine) [0x00000] in <filename unknown>:0 at DrillMachine.DrillMachineTogglePower (Boolean powered, uLink.NetworkMessageInfo info) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&) at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 --- End of inner exception stack trace ---