RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Mono; In and Output error

Hurraa

Wanderer
Mono; In and Output error

Hi,
i am using mono 1.9 and ubuntu 7.10. I want to start the server with mono runuo.exe ( and of course i did compile it with the files of runuoforge ) but the console throws this error:

Code:
Server/Utility.cs(1252,125): error CS0030: Cannot convert type `TInput' to `TOutput'
Server/Utility.cs(1252,125): The type `' has two conflicting definitions, one comes from `RunUO, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' and the other from `RunUO, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' (in the previous error)

I searched through the forum and i found some people who had the same error but there was not really a solution for it... Can somebody give me a short advice?
 

Hurraa

Wanderer
Ok there was just one thing to change to solve my problem: Mono!
Just use 1.2.6_6... then it works fine
 
Top