Recent content by CamilleMoon

  1. CamilleMoon

    Getting "Bad Type" Items

    Okay, I will try RebuildCategorization. Thank you. @Max, The window is the [add command.
  2. CamilleMoon

    Getting "Bad Type" Items

    I have been getting this error on a new build for ServUO. I am wondering if I'm not putting the right client data into the server or what. Any help would be appreciated. Running server on Ubuntu 22.04.
  3. CamilleMoon

    Kernel32 Not Found.

    Thanks Max, I will check into that!
  4. CamilleMoon

    Kernel32 Not Found.

    I have been getting this error only when the world saves. Can anyine shed some light on this? Thank you! OS: Ubuntu Server 18.04.3 64 bit Processor: 2x 2.66ghz Intel Xenon x5650 6c Processors RAM: 72 gig 21:48:01 Core: Using parallel save strategy 21:48:01 World: Saving... 21:48:01 Error...
  5. CamilleMoon

    Compile Error Mono

    Never mind I found a solution. For anyone else who has this problem all i did was add -langversion:experimental into the mcs compiler. example: mcs -langversion:experimental -target:library -out:`pwd`/Ultima.dll -r:System.Drawing.dll -nowarn:0618,0219,0414,1635 -d:MONO -d:ServUO -d:NEWTIMERS...
  6. CamilleMoon

    Compile Error Mono

    Hello, I was just wondering if anyone else has got this problem with compiling using ubuntu 18.04 lts? It happened recently not sure if i did something wrong, this is what im getting: sudo make mcs -target:library -out:`pwd`/Ultima.dll -r:System.Drawing.dll -nowarn:0618,0219,0414,1635 -d:MONO...
Back