Status
Not open for further replies.
Voxpire updated Vita-Nex: Core with a new update entry:

4.0.0.0

This version will likely be the final ever public release of VNc.

This update addresses the compatibility issues with the latest RunUO and ServUO builds.

The Updates Service has been completely removed, as has some other redundant modules and services.

General bug fixes and improvements to all code.

Read the rest of this update entry...
 
got two errors


Errors:
+ VitaNex/Core/Geography/Coords.cs:
CS0101: Line 30: The namespace 'Server' already contains a definition for 'C
oords'
+ Misc/Coords.cs:
CS0441: Line 6: 'Server.Coords': a class cannot be both static and sealed
Scripts: One or more scripts failed to compile or no script files were found.
 
got two errors


Errors:
+ VitaNex/Core/Geography/Coords.cs:
CS0101: Line 30: The namespace 'Server' already contains a definition for 'C
oords'
+ Misc/Coords.cs:
CS0441: Line 6: 'Server.Coords': a class cannot be both static and sealed
Scripts: One or more scripts failed to compile or no script files were found.
Im on same boat here did you fix it?
 
did exactly that and still have these errors... i could upload my entire file just to show you honestly
[doublepost=1484536640][/doublepost]Errors:
+ Items/Books/RunicAtlas.cs:
CS0117: Line 182: 'Server.Coords' does not contain a definition for 'ToCoord
inates'
CS0117: Line 304: 'Server.Coords' does not contain a definition for 'ToCoord
inates'
CS0117: Line 307: 'Server.Coords' does not contain a definition for 'ToCoord
inates'
CS0117: Line 327: 'Server.Coords' does not contain a definition for 'ToCoord
inates'
CS0117: Line 330: 'Server.Coords' does not contain a definition for 'ToCoord
inates'
CS0117: Line 347: 'Server.Coords' does not contain a definition for 'ToCoord
inates'
CS0117: Line 350: 'Server.Coords' does not contain a definition for 'ToCoord
inates'
CS0117: Line 373: 'Server.Coords' does not contain a definition for 'ToCoord
inates'
Scripts: One or more scripts failed to compile or no script files were found.
[doublepost=1484536734][/doublepost]here they are
 

Attachments

  • Coords.cs
    593 bytes · Views: 4
  • RunicAtlas.cs
    13.3 KB · Views: 4
Guys... the repo update was a two-line edit. Please pay attention and stop posting support requests in Resource discussions.

https://github.com/ServUO/ServUO/commit/2150753dc0b8df87dc57a69f446257faef515127
But the support requests involve the plugin itself... Even with the latest repo update which works fine when Vita Nex 4.0.0.0 isn't in the data files, the errors pop up when the Vita Nex 4.0.0.0 is placed in. So it's something with the plugin itself involving the coords. I've tried adding the server.misc stuff myself to its coord file, but then would get a definition already defined. I looked at the runicatlas and the servuo coords file, and they match the files on the current latest servuo repo... So, I would have to say it involves the plugin itself not correctly working with the base (current as of this post) repo.
 
In RunicAtlas.cs each of the places where the error came up I added Misc. and it's working fine.

Example line 182:
string coords = Misc.Coords.ToCoordinates(entry.Location, entry.Map);
 
I edited these files to make it work but my codes more customized then some so may or may not work, and remember if Voxpire does more changes it can cause issues so be WARNED that it may cause issues in the future if he updates or changes things...
 

Attachments

  • Coords.cs
    11.1 KB · Views: 11
  • GeoExt.cs
    15.5 KB · Views: 13
  • SerializeExt.cs
    31.4 KB · Views: 9
Whatever is going on, it's weird, because I never release VNc without FULLY compiling it against the latest versions of RunUO and ServUO, in which case the latest release has been.

If anyone has errors, post a new support request in the appropriate forum.
Resource discussion threads ARE NOT help support threads.
 
the download button doesn't seem to be working, instead of taking me an external site it just gives me a "File" named Vita Nex
 
the download button doesn't seem to be working, instead of taking me an external site it just gives me a "File" named Vita Nex

It should automatically download a ZIP archive named "Vita-Nex Core 4.0.0.0.zip" - tested and seems working.
 
Voxpire updated Vita-Nex with a new update entry:

5.3.0.0

+ Optimized Ultima SDK API bootstrapping.
+ Housekeeping updates for old syntax patterns to .NET 4.8 minimum standard.
+ Improved compatibility and support for ServUO Publish 58.
+ Deprecated support for RunUO.

+ Renamed README file to README.md
+ Renamed LICENSE file to LICENSE.md

+ Improved SuperGump API support for enhanced clients.
+ Improved SuperGump API support for dynamic-range scrollbars.
+ Improved SuperGump API support for fluid-layout controls.
+ Improved SuperGump API support...

Read the rest of this update entry...
 
Voxpire updated Vita-Nex with a new update entry:

5.3.1.0

Fix Ultima SDK bootstrapping.
Fix an issue that would prevent static members from being matched on non-static types when using reflection-based Object extension methods.
Remove unused Object extension methods.
Add FreeToArray extension method support for HashSet<T>
Fix SpellIcons initialization for item-based icons.
Add Parsable support to Color555.
Updated file headers for all files.
Renamed object extension method from CallMethod to InvokeMethod.
Rewrite common operations for enum...

Read the rest of this update entry...
 
Status
Not open for further replies.
Back