StartMachine

Moved

Total Downloads: 836 - First Release: Dec 31, 2015 - Last Update: Jul 28, 2017

5/5, 3 likes
  1. Sounds good I will test everything this afternoon
     
  2. Everything seems to start except for the drills
     
    Last edited by a moderator: Jan 5, 2016
  3. Wulf

    Wulf Community Admin

  4. I have the same problem :S
    [DOUBLEPOST=1452128405][/DOUBLEPOST]
    I have the same problem
     
  5. Before the post for nothing, thank you to provide your full logs Wulf like to ask you.
     
  6. Where would I find the log to post?
     
  7. who i can find this ñog?
     
  8. gamelog.txt
     
  9. 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)
     
  10. 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
  11. StartMachine.json

    Code:
    {
      "StartMachine": {
        "BaseMachine": true,
        "DrillMachine": true,
        "FridgeMachine": true,
        "CampfMachine":true
      }
    }
     
  12. Drill is not starting
     
  13. it will be a response because I Wulf is not what my problem
     
  14. Its upload
     

    Attached Files:

  15. Wulf

    Wulf Community Admin

    Those are warnings, not errors, and do not affect the plugin.
     
  16. 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
     
  17. Hey DrillMachines dont start, can you update ?
     
  18. 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 ---