Advertisement
Guest User

Untitled

a guest
Mar 4th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. ➜ ServUO git:(master) ✗ make
  2. `pwd`/ServUO.sh
  3. ServUO - [https://www.servuo.com] Version 0.5, Build 7001.26010 - Build on 3/3/2019 2:27:00 PM UTC - Release
  4. Core: Running with arguments: -noconsole
  5. Core: Optimizing for 4 64-bit processors
  6. Core: Unix environment detected
  7. Core: Compiled for MONO and running on 5.18.0.240 (tarball Tue Feb 12 15:18:28 GMT 2019)
  8. RandomImpl: SimpleRandom (Software)
  9. Core: Loading config...
  10. Scripts: Compiling C# scripts...Finished with: 0 errors, 5 warnings
  11. Warnings:
  12. + Misc/Email.cs:
  13. CS0618: Line 36: `System.Net.Mail.SmtpClient' is obsolete: `SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead'
  14. CS0618: Line 50: `System.Net.Mail.SmtpClient' is obsolete: `SmtpClient and its network of types are poorly designed, we strongly recommend you use https://github.com/jstedfast/MailKit and https://github.com/jstedfast/MimeKit instead'
  15. + Services/Monster Stealing/Items/GemOfSalvation.cs:
  16. CS0472: Line 49: The result of comparing value type `System.DateTime' with null is always `true'
  17. + Services/Monster Stealing/Items/ManaDraught.cs:
  18. CS0472: Line 30: The result of comparing value type `System.DateTime' with null is always `true'
  19. CS0472: Line 70: The result of comparing value type `System.DateTime' with null is always `true'
  20. + Services/Monster Stealing/Items/SeedOflife.cs:
  21. CS0472: Line 43: The result of comparing value type `System.DateTime' with null is always `true'
  22. CS0472: Line 84: The result of comparing value type `System.DateTime' with null is always `true'
  23. + Services/Town Cryer/TownCryerSystem.cs:
  24. CS1717: Line 538: Assignment made to same variable; did you mean to assign something else?
  25. Scripts: Verifying...
  26. Finished (5700 items, 1346 mobiles, 3 customs) (0.85 seconds)
  27. Config: Warning, using default value for DataPath.CustomPath
  28. Enter the Ultima Online directory:
  29. > /Users/mthompson/personal/Ultima Online Stygian Abyss Classic
  30. DataPath: /Users/mthompson/personal/Ultima Online Stygian Abyss Classic
  31. Regions: Loading...done
  32. World: Loading...
  33. ...done (0 items, 0 mobiles, 0 customs) (0.01 seconds)
  34. [Honesty]: Generating...
  35. [Honesty]: Felucca - Reticulating splines...Error:
  36. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'Server.SpawnArea' threw an exception. ---> System.BadImageFormatException: Method has no body
  37. at System.Drawing.Bitmap..ctor (System.Int32 width, System.Int32 height, System.Drawing.Imaging.PixelFormat format) [0x00006] in <a439d535e8f440b4ab09d2856c1f3903>:0
  38. at (wrapper remoting-invoke-with-check) System.Drawing.Bitmap..ctor(int,int,System.Drawing.Imaging.PixelFormat)
  39. at Server.SpawnArea..cctor () [0x00000] in <b8e28abd8c8b4ea7962faf5dfd5dacdf>:0
  40. --- End of inner exception stack trace ---
  41. at Server.Services.Virtues.HonestyVirtue.GenerateHonestyItems () [0x0005b] in <b7684961974646aa92380519fc8e12b8>:0
  42. at Server.Services.Virtues.HonestyVirtue.Initialize () [0x000a8] in <b7684961974646aa92380519fc8e12b8>:0
  43. at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
  44. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0003b] in <72ce9eef86654f57b8eadb2543cb8f98>:0
  45. --- End of inner exception stack trace ---
  46. at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00051] in <72ce9eef86654f57b8eadb2543cb8f98>:0
  47. at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <72ce9eef86654f57b8eadb2543cb8f98>:0
  48. at Server.ScriptCompiler.Invoke (System.String method) [0x00092] in <b8e28abd8c8b4ea7962faf5dfd5dacdf>:0
  49. at Server.Core.Main (System.String[] args) [0x00647] in <b8e28abd8c8b4ea7962faf5dfd5dacdf>:0
  50. This exception is fatal, press return to exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement