|
||
|
|||||||
| Server Support on Mono Forum dedicated to RunUO 2.0 on Mono. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#77 (permalink) |
|
Newbie
Join Date: May 2008
Posts: 46
|
i had 2 errors with gmsc...
Code:
/Server/Item.cs(822,26): error CS0103: The name `Ultima' does not exist in the current context ./Server/Item.cs(832,17): error CS0103: The name `Ultima' does not exist in the current context Compilation failed: 2 error(s), 0 warnings |
|
|
|
|
|
#78 (permalink) | |
|
Newbie
|
Quote:
__________________
Coming soon will show a new pvp server.. Evil Wars.. |
|
|
|
|
|
|
#81 (permalink) |
|
Lurker
Join Date: Jul 2008
Age: 20
Posts: 2
|
Hi, I've searched on the forum and couldn't find an answer for this problem:
Code:
./Serialization.cs(33,14): error CS0234: The type or namespace name `Guilds' does not exist in the namespace `Server'. Are you missing an assembly reference? ./Serialization.cs(138,62): error CS0246: The type or namespace name `Item' could not be found. Are you missing a using directive or an assembly reference? Compilation failed: 2 error(s), 0 warnings What am i missing? Last edited by RWaltenberg; 07-30-2008 at 09:49 PM. |
|
|
|
|
|
#82 (permalink) |
|
Newbie
Join Date: Dec 2005
Posts: 14
|
RunUO 2 RC 2 (files attached copied)
Mono v 1.2.6 Ubuntu Hardy Heron Using the command in the first post. Code:
gmcs -out:../runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data,System.Drawing,System.EnterpriseServices,System.Management,System.Security,System.ServiceProcess,System.Web,System.Web.Services,System.Windows.Forms,System.Xml -nowarn:219 -recurse:*.cs error CS0006: cannot find metadata file `System.Windows.Forms' Compilation failed: 1 error(s), 0 warnings |
|
|
|
|
|
#84 (permalink) | |
|
Newbie
Join Date: Dec 2005
Posts: 14
|
Quote:
Code:
gmcs -out:../runuo.exe -d:MONO -optimize+ -unsafe -r:System,System.Configuration.Install,System.Data,System.Drawing,System.EnterpriseServices,System.Management,System.Security,System.ServiceProcess,System.Web,System.Web.Services,System.Windows.Forms,System.Xml -nowarn:219 -recurse:*.cs ./Serialization.cs(33,14): error CS0234: The type or namespace name `Guilds' does not exist in the namespace `Server'. Are you missing an assembly reference? ./Serialization.cs(33,1): error CS0246: The type or namespace name `Server.Guilds' could not be found. Are you missing a using directive or an assembly reference? ./Serialization.cs(138,62): error CS0246: The type or namespace name `Item' could not be found. Are you missing a using directive or an assembly reference? Compilation failed: 3 error(s), 0 warnings |
|
|
|
|
|
|
#89 (permalink) |
|
Newbie
|
Be sure to have Mono 1.2.9
Then download the file I gived in link in a post of me on page 2 or 3 I think. Edit the DataPatch.cs script to edit the CustomPatch="..." to put your UO installation dir into. And run "mono runuo.exe" it shoud work. If it crash when you or a client open a gump, make a symbolic link like this : ln -s /usr/lib/libz.so.1 /usr/libz.so (with root privileges) Good luck |
|
|
|
|
|
#90 (permalink) |
|
Forum Expert
|
This is the error I get (I downloaded all the fixes and evrything into my shard and got all the files needed to run the shard according to the list you provided).
It does not even load the shard or compile it, I get this when I do the gmcs command... Code:
root@GreyWolf79-desktop:/home/GreyWolf79# System.Drawing,System.EnterpriseServices,System.Ma nagement, System.Security,System.ServiceProcess,System.Web, System.Web.Services,System.Windows.Forms,System.Xm l -nowarn:219 -recurse:*.cs bash: System.Drawing,System.EnterpriseServices,System.Ma: command not found root@GreyWolf79-desktop:/home/GreyWolf79# GreyWolf. |
|
|
|
|
|
#93 (permalink) |
|
Newbie
Join Date: Nov 2003
Posts: 17
|
I'd like to give some small updates to the existing howto in the first post.
Last edited by karth; 09-25-2008 at 07:57 AM. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|