Code Monkey home page Code Monkey logo

core's People

Contributors

kamronbatman avatar voxpire avatar zerodowned avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

core's Issues

ToolbarPOS and ToolbarResize not working [ServUO Version 0.5, Build 7517.31796]

Unsure if VNC is still in active development but I figured I should submit this issue for reference.

As noted in title, these issues manifest with ServUO Version 0.5, Build 7517.31796 and the latest version of VNC.

Client
ClassicUO Version 0.1.4.43
UO Version 7.0.75.6

Changing the toolbar position only works intermittently causing the grid to be significantly smaller than intended. See image:

VNC-ToolbarPOS

Sometimes, when logging into the original classic client and loading the toolbar, the grid will cover the entire screen as intended. This is not 100% repeatable.


In addition, when attempting to resize the toolbar gump to any value other than the default, nothing happens. Using only accepted format of {0},{1}.

DisplayRetroBoot() issue using bash on Windows Server 2019

I was unable to start server in bash under windows 11 pro and also winserv2019. Commenting out DisplayRetroBoot() (VitaNex.cs line 212) has temporarily solved this for me.

Windows terminal compiles without issue without removing DisplayRetroBoot()

Scripts: Compiling C# scripts...done (cached)
Scripts: Verifying...
Finished (6186 items, 1367 mobiles, 3 customs) (0.71 seconds)
DataPath: C:\UO
[VitaNexCore]: [UOFont]: Preloaded (Unicode, 0, 65536)
[VitaNexCore]: [UOFont]: Preloaded (Unicode, 1, 65536)

Error:
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.IOException: The handle is invalid.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.Console.GetBufferInfo(Boolean throwOnNoConsole, Boolean& succeeded)
   at System.Console.set_CursorLeft(Int32 value)
   at VitaNex.VitaNexCore.DisplayRetroBoot() in C:\Repos\uoreborn\Scripts\VitaNex\Core\VitaNex.cs:line 908
   at VitaNex.VitaNexCore.Configure() in C:\Repos\uoreborn\Scripts\VitaNex\Core\VitaNex.cs:line 212
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
   at Server.ScriptCompiler.Invoke(String method) in C:\Repos\uoreborn\Server\ScriptCompiler.cs:line 525
   at Server.Core.Main(String[] args) in C:\Repos\uoreborn\Server\Main.cs:line 637
This exception is fatal, press return to exit

SpellIcons init fails at boot

8320 -> 8383 spell icons are from items data not gumps

SpellIcons fails at boot when registring :
Register(items, 8320, 8383);

should use Ultima.ArtExtUtility.GetImageSize(id);
instead of Ultima.GumpsExtUtility.GetImageSize(id); for items

Cannot Compile 5.3.0.1 + ServUO Master

I am trying Core 5.3.0.1 with ServUO Master.

I am having trouble compiling.
I would appreciate it if you could tell me how to get it to compile.

Please see below for the error message.

Thank you in advance.

Log

Translated


Compile ServUO for Windows

Press any key to continue . . .

C:\ServUO\ServUO>dotnet build -c Release
MSBuild version 17.3.2+561848881 for .
  Determining which projects to restore...
  All projects to be restored are up-to-date.
  Server -> C:\ServUO\ServUO\Server\bin\Release\Server.dll
C:\ServUO\ServUO\Scripts\_Extends\StaffToolbar\ToolbarEdit.cs(10,7): warning CS0105: The using directive for 'System.Collections.Generic' is already used in this namespace Generic' is already used in this namespace [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(63,41): error CS0246: type or namespace name 'WorldItemSA' not found (using directive or assembly reference is specified) [C:\ServUO\servUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(68,41): error CS0246: Could not find type or namespace name 'WorldItemHS' (Make sure using directive or assembly reference is specified) [C:\ServUO\servUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(73,39): error CS0246: type or namespace name 'MobileIncomingOld' not found (Make sure using directive or assembly reference is specified) [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(93,39): error CS0246: type or namespace name 'MobileIncomingSA' not found (Make sure using directive or assembly reference is specified) [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(78,38): error CS0246: type or namespace name 'MobileIncomingOld' not found (Make sure using directive or assembly reference is specified) [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(98,38): error CS0246: type or namespace name 'MobileIncomingSA' not found (Make sure using directive or assembly reference is specified) [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Regions\BoundsPreviewTile.cs(63,24): error CS0115: 'BoundsPreviewTile.OnSingleClick(Mobile)': could not find a suitable method to override [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Throwables\AtMobiles\Fun\HauntedMomento.cs(285,24): error CS0115: 'HauntedMomentoEntity.OnSingleClick(Mobile)': no suitable method found to override [C:\ServUO\servUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Throwables\Base\BaseThrowable.cs(485,24): error CS0115: 'BaseThrowable<TEntity>.OnSingleClick(Mobile)': no suitable method found to override [C:\ServUO\servUO\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Items\PvPSpectatorGate.cs(51,24): error CS0115: 'PvPSpectatorGate.OnSingleClick(Mobile)': no suitable method found to override [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Items\PvPTeamGate.cs(50,24): error CS0115: 'PvPTeamGate.OnSingleClick(Mobile)': Could not find a suitable method to override [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\TrashCollection\Items\SepticTank.cs(147,24): error CS0115: 'SepticTank.OnSingleClick(Mobile)': could not find a suitable method to override [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Objects\Regions.cs(312,24): error CS0115: 'PvPRegion.OnSingleClick(Mobile, object)': could not find a suitable method to override [C:\ServUO\ServUO\Scripts\Scripts.csproj].

Build failed.

C:\ServUO\ServUO\Scripts\_Extends\StaffToolbar\ToolbarEdit.cs(10,7): warning CS0105: The using directive in 'System.Collections.Generic' is already used in this namespace Generic' is already used in this namespace [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(63,41): error CS0246: type or namespace name 'WorldItemSA' not found (using directive or assembly reference is specified) [C:\ServUO\servUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(68,41): error CS0246: Could not find type or namespace name 'WorldItemHS' (Make sure using directive or assembly reference is specified) [C:\ServUO\servUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(73,39): error CS0246: type or namespace name 'MobileIncomingOld' not found (Make sure using directive or assembly reference is specified) [C:\ServUO\servUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(93,39): error CS0246: type or namespace name 'MobileIncomingSA' not found (Make sure using directive or assembly reference is specified) [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(78,38): error CS0246: type or namespace name 'MobileIncomingOld' not found (Make sure using directive or assembly reference is specified) [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(98,38): error CS0246: type or namespace name 'MobileIncomingSA' not found (Make sure using directive or assembly reference is specified) [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Regions\BoundsPreviewTile.cs(63,24): error CS0115: 'BoundsPreviewTile.OnSingleClick(Mobile)': Could not find a suitable method to override [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Throwables\AtMobiles\Fun\HauntedMomento.cs(285,24): error CS0115: 'HauntedMomentoEntity.OnSingleClick(Mobile)': no suitable method found to override [C:\ServUO\servUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Throwables\Base\BaseThrowable.cs(485,24): error CS0115: 'BaseThrowable<TEntity>.OnSingleClick(Mobile)': no suitable method found to override [C:\ServUO\servUO\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Items\PvPSpectatorGate.cs(51,24): error CS0115: 'PvPSpectatorGate.OnSingleClick(Mobile)': no suitable method found to override [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Items\PvPTeamGate.cs(50,24): error CS0115: 'PvPTeamGate.OnSingleClick(Mobile)': Could not find a suitable method to override [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\TrashCollection\Items\SepticTank.cs(147,24): error CS0115: 'SepticTank.OnSingleClick(Mobile)': could not find a suitable method to override [C:\ServUO\ServUO\Scripts\Scripts.csproj].
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Objects\Regions.cs(312,24): error CS0115: 'PvPRegion.OnSingleClick(Mobile, object)': Could not find a suitable method to override [C:\ServUO\ServUO\Scripts\Scripts.csproj].
    1 Warning
    13 errors

Elapsed time 00:00:01.96

 Done!

Please press any key to continue . . .

Original Japanese

Compile ServUO for Windows

続行するには何かキーを押してください . . .

C:\ServUO\ServUO>dotnet build -c Release
MSBuild version 17.3.2+561848881 for .NET
  復元対象のプロジェクトを決定しています...
  復元対象のすべてのプロジェクトは最新です。
  Server -> C:\ServUO\ServUO\Server\bin\Release\Server.dll
C:\ServUO\ServUO\Scripts\_Extends\StaffToolbar\ToolbarEdit.cs(10,7): warning CS0105: 'System.Collections.Generic' の using ディレクティブは、この名前空間で既に使用されています [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(63,41): error CS0246: 型または名前空間の名前 'WorldItemSA' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(68,41): error CS0246: 型または名前空間の名前 'WorldItemHS' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(73,39): error CS0246: 型または名前空間の名前 'MobileIncomingOld' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(93,39): error CS0246: 型または名前空間の名前 'MobileIncomingSA' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(78,38): error CS0246: 型または名前空間の名前 'MobileIncomingOld' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(98,38): error CS0246: 型または名前空間の名前 'MobileIncomingSA' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Regions\BoundsPreviewTile.cs(63,24): error CS0115: 'BoundsPreviewTile.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Throwables\AtMobiles\Fun\HauntedMomento.cs(285,24): error CS0115: 'HauntedMomentoEntity.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Throwables\Base\BaseThrowable.cs(485,24): error CS0115: 'BaseThrowable<TEntity>.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Items\PvPSpectatorGate.cs(51,24): error CS0115: 'PvPSpectatorGate.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Items\PvPTeamGate.cs(50,24): error CS0115: 'PvPTeamGate.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\TrashCollection\Items\SepticTank.cs(147,24): error CS0115: 'SepticTank.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Objects\Regions.cs(312,24): error CS0115: 'PvPRegion.OnSingleClick(Mobile, object)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]

ビルドに失敗しました。

C:\ServUO\ServUO\Scripts\_Extends\StaffToolbar\ToolbarEdit.cs(10,7): warning CS0105: 'System.Collections.Generic' の using ディレクティブは、この名前空間で既に使用されています [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(63,41): error CS0246: 型または名前空間の名前 'WorldItemSA' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(68,41): error CS0246: 型または名前空間の名前 'WorldItemHS' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(73,39): error CS0246: 型または名前空間の名前 'MobileIncomingOld' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(93,39): error CS0246: 型または名前空間の名前 'MobileIncomingSA' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(78,38): error CS0246: 型または名前空間の名前 'MobileIncomingOld' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Extensions\Server\PacketExt.cs(98,38): error CS0246: 型または名前空間の名前 'MobileIncomingSA' が見つかりませんでした (using ディレクティブまたはアセンブリ参照が指定されていることを確認してください) [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Regions\BoundsPreviewTile.cs(63,24): error CS0115: 'BoundsPreviewTile.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Throwables\AtMobiles\Fun\HauntedMomento.cs(285,24): error CS0115: 'HauntedMomentoEntity.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Items\Throwables\Base\BaseThrowable.cs(485,24): error CS0115: 'BaseThrowable<TEntity>.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Items\PvPSpectatorGate.cs(51,24): error CS0115: 'PvPSpectatorGate.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Items\PvPTeamGate.cs(50,24): error CS0115: 'PvPTeamGate.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\TrashCollection\Items\SepticTank.cs(147,24): error CS0115: 'SepticTank.OnSingleClick(Mobile)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
C:\ServUO\ServUO\Scripts\VitaNex\Core\Modules\AutoPVP\Objects\Regions.cs(312,24): error CS0115: 'PvPRegion.OnSingleClick(Mobile, object)': オーバーライドする適切なメソッドが見つかりませんでした [C:\ServUO\ServUO\Scripts\Scripts.csproj]
    1 個の警告
    13 エラー

経過時間 00:00:01.96

 Done!

続行するには何かキーを押してください . . .

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.