Naali saving avatar trouble

1 view
Skip to first unread message

MasterJ

unread,
Aug 27, 2010, 3:20:39 PM8/27/10
to realXtend
Hello to all i'm testing actually Naali 0.3.0

so i go to avatar generator for mod a few my avatar when i click on
SAVE it's doing that :
http://www.masterj.name/Naalierror.jpg

hmmm strange error no? any idea how to solve it?
if solvable :P


Greetings,

MasterJ

Jonne Nauha

unread,
Aug 27, 2010, 3:26:47 PM8/27/10
to real...@googlegroups.com
Once again mysql max db store size hits in. A usual problem on the taiga servers for people. Find your mysql install dir, look for my.ini and set the max_allowed_packet you see there in the server print higher. The default for me was 1mb and jack.mesh is bigger than that so mysql is refusing to store it. You'll prolly have to restart mysql and the taiga servers after changing the setting.

Best regards,
Jonne Nauha
realXtend developer

http://www.realxtend.org/
http://www.evocativi.com/


Ali Kämäräinen

unread,
Aug 27, 2010, 4:08:44 PM8/27/10
to real...@googlegroups.com
Hi ya'll,

For me this max_allowed_packet thing seems like a poster boy of Taiga FAQ material for the wiki page?

Greys skies,
Ali
Message has been deleted

MasterJ

unread,
Aug 27, 2010, 5:09:36 PM8/27/10
to realXtend
thank you for the fast reply,

hmmm i found my.ini but i have nothing related to max_allowe_packet
inside..... any idea why?
this my.ini is on MySql server 5.1 folder not directly inside the main
MySql folder.

ha i found just now when i type it's named here : my-huge.ini i have
lot of my-XXX.ini ..... hmmmm ok i test them all.


Greetings,

MasterJ

On 27 août, 22:08, Ali Kämäräinen <ali.kamarai...@realxtend.org>
wrote:

Peter Steinlechner

unread,
Aug 28, 2010, 3:34:01 AM8/28/10
to real...@googlegroups.com
Hi Ali, Jonne

That's a good idea to post it in the FAQ, as most people will trip over this max_allowed_packet thingy at least once.  Maybe it's good to mention it in the Taiga Setup Wizzard too.

Jonne Nauha

unread,
Aug 28, 2010, 3:52:11 AM8/28/10
to real...@googlegroups.com
Yeah we would first need to make a FAQ as we dont have one for naali or taiga ;) Someone just needs to make the initiative!

Best regards,
Jonne Nauha
realXtend developer

http://www.realxtend.org/
http://www.evocativi.com/


Peter Steinlechner

unread,
Aug 28, 2010, 4:00:43 AM8/28/10
to real...@googlegroups.com
If i can help out somehow, i would be glad.

Antti Ilomäki

unread,
Aug 28, 2010, 4:25:10 AM8/28/10
to real...@googlegroups.com
Well here's some initiative for you:
http://wiki.realxtend.org/index.php/Getting_Started_with_Taiga#Frequently_Asked_Questions_About_Taiga

My internet is barely working for some reason, I'll try to get the
Taiga release mail out shortly.

Anyway, ANYONE who has good ideas about additions or modifications to
the wiki are welcome to contribute. Creating tutorials and maintaining
the wiki is very time consuming work for the developers who are very
busy with other tasks as well, so it would be a good way to contribute
for people who know how to use stuff, but don't want to do
programming.

2010/8/28 Jonne Nauha <jonne...@evocativi.com>:

MasterJ

unread,
Aug 31, 2010, 9:17:04 AM8/31/10
to realXtend
hello to all,

so i have modified max_allowed_packet like this :
i change them all because here i have :
my.ini but inside nothing about max_allowed_packet.
my-huge.ini changed max_allowed_packet from 1M to 1000M
my-innodb-heavy-4G.ini changed max_allowed_packet from 1M to 1000M
my-large.ini changed max_allowed_packet from 1M to 1000M
my-medium.ini changed max_allowed_packet from 1M to 1000M
my-small.ini changed max_allowed_packet from 1M to 1000M
my-template.ini but inside nothing about max_allowed_packet

save them all
then i go to task managers and stop mysql service and turn it on again

then i start taiga server i log with Naali i mod my avatar but
again ... same error .....

any idea were i do not correctly?



On 28 août, 10:25, Antti Ilomäki <antti.ilom...@gmail.com> wrote:
> Well here's some initiative for you:http://wiki.realxtend.org/index.php/Getting_Started_with_Taiga#Freque...
>
> My internet is barely working for some reason, I'll try to get the
> Taiga release mail out shortly.
>
> Anyway, ANYONE who has good ideas about additions or modifications to
> the wiki are welcome to contribute. Creating tutorials and maintaining
> the wiki is very time consuming work for the developers who are very
> busy with other tasks as well, so it would be a good way to contribute
> for people who know how to use stuff, but don't want to do
> programming.
>
> 2010/8/28 Jonne Nauha <jonne.na...@evocativi.com>:
>
> > Yeah we would first need to make a FAQ as we dont have one for naali or
> > taiga ;) Someone just needs to make the initiative!
> > Best regards,
> > Jonne Nauha
> > realXtend developer
>
> >http://www.realxtend.org/
> >http://www.evocativi.com/
>
> > On Sat, Aug 28, 2010 at 10:34 AM, Peter Steinlechner
> > <psteinlech...@gmail.com> wrote:
>
> >> Hi Ali, Jonne
>
> >> That's a good idea to post it in the FAQ, as most people will trip over
> >> this max_allowed_packet thingy at least once.  Maybe it's good to mention it
> >> in the Taiga Setup Wizzard too.
>

Jonne Nauha

unread,
Aug 31, 2010, 1:32:29 PM8/31/10
to real...@googlegroups.com
Maybe your config files/setup if different from mine. my.ini should have a ini section called "mysqld" and that have all sorts of stuff. Here is what I have:

[mysqld]
basedir                 = "C:/xampp/mysql/"
datadir                 = "C:/xampp/mysql/data/"
port            = 3306
socket            = "MySQL"
skip-locking
key_buffer              = 16M
max_allowed_packet      = 50M
table_cache             = 64
sort_buffer_size        = 512K
net_buffer_length       = 8K
read_buffer_size        = 256K
read_rnd_buffer_size    = 512K
myisam_sort_buffer_size = 8M

So i have moved max_allowed_packet from 1mb into 50mb. I could suggest installing mysql via xampp for windows. Its very nice comes with apache and mysql. You can handle all your databases from a web gui that runs on your local apache. Very easy to setup and use databases. When you install xampp into the default location youll find the file from c:\xampp\mysql\bin\my.ini

Give it a try http://www.apachefriends.org/en/xampp-windows.html I think you should uninstall your previous mysql stuff first if you are going to try this.

Best regards,
Jonne Nauha
realXtend developer

http://www.realxtend.org/
http://www.evocativi.com/


Peter Steinlechner

unread,
Aug 31, 2010, 1:51:31 PM8/31/10
to real...@googlegroups.com
Here is a little Quickstarter for the Taiga Installation:

- Check on your Server that Microsoft .net 3.5 and the most actual patches are installed
- Check if MySQL 5 or higher is installed
- Install MySQL and search for the my.ini file.
- search for max_allowed_packet, most likely the default value is 1M, change this to 16M
- If not present, then add the following line In the Section [MySQLD]:

max_allowed_packet=16M

- restart the MySQL Service and follow the Taiga installation instructions.

BTW - if anyone has some issues with uploading meshes that are smaller then the 16M set check for the time when this happens - if its after exactly 60 seconds, then i assume its .net timeout and a faster internet connection helps substantialy.

Cheers, Pedro




2010/8/28 Antti Ilomäki <antti....@gmail.com>
Well here's some initiative for you:
http://wiki.realxtend.org/index.php/Getting_Started_with_Taiga#Frequently_Asked_Questions_About_Taiga

My internet is barely working for some reason, I'll try to get the
Taiga release mail out shortly.

Anyway, ANYONE who has good ideas about additions or modifications to
the wiki are welcome to contribute. Creating tutorials and maintaining
the wiki is very time consuming work for the developers who are very
busy with other tasks as well, so it would be a good way to contribute
for people who know how to use stuff, but don't want to do
programming.

2010/8/28 Jonne Nauha <jonne...@evocativi.com>:
> Yeah we would first need to make a FAQ as we dont have one for naali or
> tationaiga ;) Someone just needs to make the initiative!

MasterJ

unread,
Aug 31, 2010, 4:22:15 PM8/31/10
to realXtend
Ok thank you for the answer all,

hmmm now MySql is 5.1 i only install the server due to messed enough
with MySql ;) like 2 months of try to resolve that.
i prefer to take care of this and just add the line inside my.ini for
now. then when i have learn deeper how it's work i test more:P
but your link is very helpfull and it's not extremly hard to use xampp
maybe it's work better.
hmmmm Vista isn't my friend and this f.. heam sorry this stupid 64
bits version don't help (no choice).

thank you again for the help i add the line and tell you if it's work
better.

Best regards,

MasterJ (MasterJ Chaplin on grids)

On 31 août, 19:51, Peter Steinlechner <psteinlech...@gmail.com> wrote:
> Here is a little Quickstarter for the Taiga Installation:
>
> - Check on your Server that Microsoft .net 3.5 and the most actual patches
> are installed
> - Check if MySQL 5 or higher is installed
> - Install MySQL and search for the my.ini file.
> - search for max_allowed_packet, most likely the default value is 1M, change
> this to 16M
> - If not present, then add the following line In the Section [MySQLD]:
>
> max_allowed_packet=16M
>
> - restart the MySQL Service and follow the Taiga installation instructions.
>
> BTW - if anyone has some issues with uploading meshes that are smaller then
> the 16M set check for the time when this happens - if its after exactly 60
> seconds, then i assume its .net timeout and a faster internet connection
> helps substantialy.
>
> Cheers, Pedro
>
> 2010/8/28 Antti Ilomäki <antti.ilom...@gmail.com>
>
> > Well here's some initiative for you:
>
> >http://wiki.realxtend.org/index.php/Getting_Started_with_Taiga#Freque...
>
> > My internet is barely working for some reason, I'll try to get the
> > Taiga release mail out shortly.
>
> > Anyway, ANYONE who has good ideas about additions or modifications to
> > the wiki are welcome to contribute. Creating tutorials and maintaining
> > the wiki is very time consuming work for the developers who are very
> > busy with other tasks as well, so it would be a good way to contribute
> > for people who know how to use stuff, but don't want to do
> > programming.
>
> > 2010/8/28 Jonne Nauha <jonne.na...@evocativi.com>:
> > > Yeah we would first need to make a FAQ as we dont have one for naali or
> > > tationaiga ;) Someone just needs to make the initiative!
> > > Best regards,
> > > Jonne Nauha
> > > realXtend developer
>
> > >http://www.realxtend.org/
> > >http://www.evocativi.com/
>
> > > On Sat, Aug 28, 2010 at 10:34 AM, Peter Steinlechner
> > > <psteinlech...@gmail.com> wrote:
>
> > >> Hi Ali, Jonne
>
> > >> That's a good idea to post it in the FAQ, as most people will trip over
> > >> this max_allowed_packet thingy at least once.  Maybe it's good to
> > mention it
> > >> in the Taiga Setup Wizzard too.
>

MasterJ

unread,
Sep 1, 2010, 7:37:32 AM9/1/10
to realXtend
OK it's work ;) thank you now i only have error about creating an
unknow asset type but it's anotehr story i think

Greetings,

MasterJ

Jonne Nauha

unread,
Sep 2, 2010, 4:37:48 AM9/2/10
to real...@googlegroups.com
If you use OS auth and export rex avatar with into the webdav inventory then you will get those errors. I think it doesent like at least .png .xml files. But those are just warnings, the assets go into the db never the less. And they can be fetched with http all the same, as naali knows what to do with them it doesent matter if OS doesent know the type or know how to use them (it doesnt need to).

Glad you got it working.

Best regards,
Jonne Nauha
realXtend developer

http://www.realxtend.org/
http://www.evocativi.com/


MasterJ

unread,
Sep 2, 2010, 2:00:23 PM9/2/10
to realXtend
Yes it's work all modification actually show me as white .mesh for
attachement but it's work i just need to ut the textures into a
specific folder i think.
hehehe now the girls never said again i'm a male i have no choice ;)

so i think about this famous textures for have attachement in fully
colors ( a white trouser isn't really nice) and i uplaod all textures
files on my inventory in-world.
and localy on my computer i work like this :

ok for the appearence i put all my files i want to use for clothes,
other avatars as roboto, mushroom, etc (.xml textures, .mesh .material
etc etc) into one folder on Naali folder like this :

C:/Programmes Files (x86)/Naali 0.3.0/media/models


for me it doesn't load the textures so i think i need to copy/paste
from the realxtend models directory exactly the same it's show.
exemple:

jack_yellow.jpg is located into /models/textures on realxtend 0.42

and i put this texture into models/ on Naali

can i found more information directly on the .xml files?

and for other people want to save appearence too how they need to do?
because if they want to choose an attachement for exemple they need to
have them into their own Naali directories on the computer right?

or i need to give them the needed files for be sure it's work
correctly?

i have found a link for the old realxtend files into the wiki but
badly it's down.

Best regards,

(server is open only the evening here between 18h00 to 23h00 actually
during the week and more during week-end my time is GMT +1h
(switzerland))

MasterJ

On 2 sep, 10:37, Jonne Nauha <jonne.na...@evocativi.com> wrote:
> If you use OS auth and export rex avatar with into the webdav inventory then
> you will get those errors. I think it doesent like at least .png .xml files.
> But those are just warnings, the assets go into the db never the less. And
> they can be fetched with http all the same, as naali knows what to do with
> them it doesent matter if OS doesent know the type or know how to use them
> (it doesnt need to).
>
> Glad you got it working.
>
> Best regards,
> Jonne Nauha
> realXtend developer
>
> http://www.realxtend.org/http://www.evocativi.com/
Reply all
Reply to author
Forward
0 new messages