Max Kellermann | 1 Aug 2005 19:44

Re: Why not a forum instead of mailing list ?

On 2005/07/27 21:26, Fizban <fizban <at> terredifrontiera.it> wrote:
> Why not a forum instead of mailing list ?
> 
> I find that mailing-list uneasy to use, especially in reply to other
> threads.

Anybody is free to open a forum for SunUO.  I personally find forums
uneasy to use, but that's my taste.

Max

da_chris@bk.ru | 1 Aug 2005 21:33
Picon

Forum on my server

Hi

In the next days I get a new server. If you wish I can install a forum 
on that server for you.

Xenctuary | 2 Aug 2005 12:45
Picon

Re: sunuo-users digest, Vol 1 #15 - 2 msgs

You guys are welcome to use our hosting server for SunUO discussions.
It'd be a way of thanking you guys for all of your work on the SunUO
project. I could get a new forum installed or we could use a forum
that already exists on the server (such as www.darkanima.com)

On 02/08/05, sunuo-users-request <at> berlios.de
<sunuo-users-request <at> berlios.de> wrote:
> Send sunuo-users mailing list submissions to
>         sunuo-users <at> lists.berlios.de
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.berlios.de/mailman/listinfo/sunuo-users
> or, via email, send a message with subject or body 'help' to
>         sunuo-users-request <at> lists.berlios.de
> 
> You can reach the person managing the list at
>         sunuo-users-admin <at> lists.berlios.de
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of sunuo-users digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: Why not a forum instead of mailing list ? (Max Kellermann)
>    2. Forum on my server (da_chris <at> bk.ru)
> 
> --__--__--
> 
> Message: 1
(Continue reading)

steamin | 2 Aug 2005 13:30
Picon
Favicon

Could not find file "/tmp/95382.dll"

Hi,

after a few weeks experiments with SunUO i am getting the following message:

World: Loading...System.IO.FileNotFoundException: Could not find file "/tmp/95382.dll". : /tmp/95382.dll
in <0x002ad> System.IO.FileStream:.ctor (System.String name, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean isAsync, Boolean anonymous)
in <0x0001f> System.IO.FileStream:.ctor (System.String name, FileMode mode, FileAccess access, FileShare share)
in (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
in <0x00023> System.IO.File:OpenRead (System.String path)
in <0x002f9> Mono.CSharp.CSharpCodeCompiler:CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames)
in <0x00023> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames)
in <0x0003e> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFile (System.CodeDom.Compiler.CompilerParameters options, System.String fileName)
in <0x004da> System.Xml.Serialization.XmlSerializer:GenerateSerializers (System.Xml.Serialization.GenerationBatch batch, System.CodeDom.Compiler.CompilerParameters cp)
in <0x0004b> System.Xml.Serialization.XmlSerializer:RunSerializerGeneration (System.Object obj)

The Server seems to run well accept the message.

Do you have any sugestion?

steamin
Mono JIT compiler version 1.1.8.3, (C) 2002-2005 Novell, Inc and Contributors. www.mono-project.com
SuSE 9.3



--
steamin | 2 Aug 2005 13:51
Picon
Favicon

RE: Why not a forum instead of mailing list ?


I also find that mailing-list uneasy to use, especially in reply to other threads.

steamin



--
steamin | 2 Aug 2005 17:51
Picon
Favicon

Different SunUO.exe size

Why are different sizes of the from source compiled 510 KB and the binary downloaded 524 KB versions?

--
Anton Butsyk | 3 Aug 2005 08:42

libgdiplus with freebsd

Hi list.

 From http://www.sunuo.org/doc/sunuo.html

wget http://go-mono.com/sources/libgdiplus-1.1/libgdiplus-1.1.8.tar.gz
tar xzf libgdiplus-1.1.8.tar.gz
cd libgdiplus-1.1.8
./configure --prefix=/usr/local
make
make install
ldconfig

I tried 
./configure --without-libjpeg --without-libtiff --without-libungif
....
checking for cairo_ft_font_lock_face in -lcairo... no
checking for libpng12... yes
configure: error: "Failed to compile with X11/Xlib.h include.  You must fix your compiler paths"
Assume it needs X11 headers:
#pkg_add -v -r xorg-libraries

and run ./configure again nothing changes.
Please tell is it possible to setup libgdiplus on freebsd-5.4?

Regards,
Anton.

Jose Roberto Kerne | 3 Aug 2005 16:00
X-Face

Re: libgdiplus with freebsd

You need the XFree sources/headers to complite libgdiplus.

I sugest you to disable Scripts/Engines/Reports to workaround this
problem when you dont have this.

Best wishes.

Kerne

Em Wed, 03 Aug 2005 09:42:19 +0300
Anton Butsyk <butsyk <at> mail.etsplus.net> escreveu:
 AB> Hi list.
 AB> 
 AB>  From http://www.sunuo.org/doc/sunuo.html
 AB> 
 AB> wget http://go-mono.com/sources/libgdiplus-1.1/libgdiplus-1.1.8.tar.gz
 AB> tar xzf libgdiplus-1.1.8.tar.gz
 AB> cd libgdiplus-1.1.8
 AB> ./configure --prefix=/usr/local
 AB> make
 AB> make install
 AB> ldconfig
 AB> 
 AB> I tried 
 AB> ./configure --without-libjpeg --without-libtiff --without-libungif
 AB> ....
 AB> checking for cairo_ft_font_lock_face in -lcairo... no
 AB> checking for libpng12... yes
 AB> configure: error: "Failed to compile with X11/Xlib.h include.  You must fix your compiler paths"
 AB> Assume it needs X11 headers:
 AB> #pkg_add -v -r xorg-libraries
 AB> 
 AB> and run ./configure again nothing changes.
 AB> Please tell is it possible to setup libgdiplus on freebsd-5.4?
 AB> 
 AB> Regards,
 AB> Anton.
 AB> 
 AB> 
 AB> _______________________________________________
 AB> sunuo-users mailing list
 AB> sunuo-users <at> lists.berlios.de
 AB> http://lists.berlios.de/mailman/listinfo/sunuo-users
 AB> 

Jose Roberto Kerne | 4 Aug 2005 15:28
X-Face

Re: Different SunUO.exe size

Em Tue, 02 Aug 2005 17:51:53 +0200
steamin <at> freenet.de escreveu:
 SD> Why are different sizes of the from source compiled 510 KB and the binary downloaded 524 KB versions?
 SD> 
 SD> Noch allein? 1 Million Singles warten auf ein Date!
 SD> Schnell Kontakt aufnehmen bei Deutschlands beliebteste Partnerboerse
 SD> http://singles.freenet.de/index.html?pid=11512
 SD> 

My SunUO-0.1.9:
# du -sh SunUO.exe
516K    SunUO.exe

kerne

Anton Butsyk | 6 Aug 2005 07:31

start up automate

Hi list.

On FreeBSD-5.4 we starting using this script:
#------------------------
#!/bin/sh

PREFIX=/usr/local
USER="uo"

echo -n " uo"
case $1 in
start)
    cd /usr/local/uo/sunuo
    su -f -m ${USER} -c "mono SunUO.exe" ;;
stop)
    killall mono ;;
esac
#------------------------
Follow http://www.sunuo.org/download/sunuo/contrib/configuring_SUNUO_en.txt
added <data-path> so sunuo.xml::
#-----------------------
<?xml version="1.0" encoding="utf-8"?>
<sunuo-config>
  <global>
    <multi-threading value="off" />
    <ignore-type name="Reports"/>
  </global>
  <locations>
    <data-path>
        /usr/local/uo/mul.orig/
    </data-path>
  </locations>
  <libraries />
  <login>
    <ignore-auth-id value="off" />
  </login>
</sunuo-config>
#--------------------------

#./run.sh start
 uoSunUO Version 0.1.9 http://www.sunuo.org/
  on Unix 5.4.0.0, runtime 1.1.4322.573
Please make sure you have Mono 1.1.7 or newer! (mono -V)

Compiling scripts: legacy.
Verifying scripts: core[4 items, 0 mobiles] legacy[1654 items, 435 
mobiles] - done (1658 items, 435 mobiles)
Enter the Ultima Online directory:
 >

Is it possible to disable asking for directory for fully automate ?


Gmane