Search found 11 matches
- Mon Oct 29, 2018 7:30 pm
- Forum: Building
- Topic: Invalid Manifest
- Replies: 10
- Views: 12706
Re: Invalid Manifest
Very nice! That resolved my problem, so the game now works. I went to Gahreesen for my Ki, but that didn't work. I assume that I have to meet Zandi and listen to Yeesha before I can get my Ki. Once I've played with it a while, then I'll have to consider what I can do with the development environment ...
- Fri Oct 26, 2018 11:34 am
- Forum: Building
- Topic: Invalid Manifest
- Replies: 10
- Views: 12706
Re: Invalid Manifest
Thanks. Both my client and server use the files from the master branch of the moul-scripts repository. In addition, the client uses files from a working version of a client that connects to the main URU shard [not the Gehn shard].
server
ages directory : 47 .age files
dat directory: 39 .fni files ...
server
ages directory : 47 .age files
dat directory: 39 .fni files ...
- Fri Oct 26, 2018 4:43 am
- Forum: Building
- Topic: Invalid Manifest
- Replies: 10
- Views: 12706
Re: Invalid Manifest
I went back and replaced the .age, .fni and .sdl files under /opt/dirtsand with versions from moul-script. I see a number of warnings such as:
[SDL] WARNING: Did not fully parse SDL blob! (@0x14)
[SDL] Requested invalid decriptor version 1 for Teledahn
and it still generated a segmentation fault on ...
[SDL] WARNING: Did not fully parse SDL blob! (@0x14)
[SDL] Requested invalid decriptor version 1 for Teledahn
and it still generated a segmentation fault on ...
- Thu Oct 25, 2018 8:26 pm
- Forum: Building
- Topic: Invalid Manifest
- Replies: 10
- Views: 12706
Re: Invalid Manifest
That helped a lot. Thank you very much.
Just to be clear, I loaded the \dat directory with age and fni files from the moul-scripts repository and took the csv, loc, prp and p2f files from a running MOULA instance. I loaded the \SDL directory with files from the moul-scripts repository. I loaded the ...
Just to be clear, I loaded the \dat directory with age and fni files from the moul-scripts repository and took the csv, loc, prp and p2f files from a running MOULA instance. I loaded the \SDL directory with files from the moul-scripts repository. I loaded the ...
- Tue Oct 23, 2018 6:44 am
- Forum: Building
- Topic: Invalid Manifest
- Replies: 10
- Views: 12706
Re: Invalid Manifest
Thanks.
If I add -LocalData to the command line it avoids the invalid manifest errors. Now the screen progresses to 'Loading Global' and shows a counter of the number of messages processed. That count is currently greater than a million and shows no sign of finishing. Is that to be expected? Or have ...
If I add -LocalData to the command line it avoids the invalid manifest errors. Now the screen progresses to 'Loading Global' and shows a counter of the number of messages processed. That count is currently greater than a million and shows no sign of finishing. Is that to be expected? Or have ...
- Fri Oct 19, 2018 7:59 am
- Forum: Building
- Topic: Invalid Manifest
- Replies: 10
- Views: 12706
Invalid Manifest
When my client starts up the server displays the following error messages:
requested invalid manifest /opt/dirtsand/data/SecurePreloader.mfs
requested invalid manifest /opt/dirtsand/data/CustomAvatars.mfs
I guess that I need to generate manifest files to be served to the client from my data ...
requested invalid manifest /opt/dirtsand/data/SecurePreloader.mfs
requested invalid manifest /opt/dirtsand/data/CustomAvatars.mfs
I guess that I need to generate manifest files to be served to the client from my data ...
- Fri Oct 19, 2018 7:25 am
- Forum: Building
- Topic: Creation of a Testing Shard
- Replies: 4
- Views: 4849
Re: Creation of a Testing Shard
Those are the instructions that I followed. I don't like giving dirtsand superuser access, so I'll take a look closer once I get the client/server working properly.
What instructions are you following to set up the server? Step 1 of the README's Setting up a Server section should have properly ...
What instructions are you following to set up the server? Step 1 of the README's Setting up a Server section should have properly ...
- Tue Oct 09, 2018 4:08 pm
- Forum: Building
- Topic: AuthServ Error
- Replies: 2
- Views: 4093
Re: AuthServ Error
If I execute the following commands:
sudo -u postgres psql
\df
it shows that uuid_generate_v4() does exist. It seems that the function exists for the postgres database, but not dirtsand. If I connect to the dirtsand database and perform the following:
\connect dirtsand
CREATE EXTENSION IF NOT EXISTS ...
sudo -u postgres psql
\df
it shows that uuid_generate_v4() does exist. It seems that the function exists for the postgres database, but not dirtsand. If I connect to the dirtsand database and perform the following:
\connect dirtsand
CREATE EXTENSION IF NOT EXISTS ...
- Mon Oct 08, 2018 8:58 am
- Forum: Building
- Topic: AuthServ Error
- Replies: 2
- Views: 4093
AuthServ Error
Hi,
I don't know if this is the right place to post questions about setting up a new shard. If it isn't, then please let me know.
If I try to add a new account to my dirtsand database, I get the following error. Have I missed a step in setting up my server?
Thanks.
ds-918> addacct testacct xxxxxx44 ...
I don't know if this is the right place to post questions about setting up a new shard. If it isn't, then please let me know.
If I try to add a new account to my dirtsand database, I get the following error. Have I missed a step in setting up my server?
Thanks.
ds-918> addacct testacct xxxxxx44 ...
- Sun Oct 07, 2018 8:39 am
- Forum: Building
- Topic: Creation of a Testing Shard
- Replies: 4
- Views: 4849
Re: Creation of a Testing Shard
I modified the database to give dirtsand superuser access and the problem disappeared. That led to further problems as processing continued. I'll document that in a separate posting.
Thanks.
Hi,
I've created a new shard in a vmware Ubuntu 18.04.1 environment using postgresql 10. I've run into the ...
Thanks.
Hi,
I've created a new shard in a vmware Ubuntu 18.04.1 environment using postgresql 10. I've run into the ...