<div dir="ltr">Thank you for the thorough reply, we seem to have covered the basics. I have not used XAMPP, so far I have only used EasyPHP, but there should be no appreciable difference between these wamps. The way I usually do it (because I saw it in a youtube video a year ago when I started fiddling with OS) is as follows:<div><br></div><div>1. Log in to PHPMyAdmin.</div><div>2. Create a database.</div><div>3. Create a user (user name seems to be case sensitive). Set Host to localhost. Set password. Save the user without assigning database privileges (unselect global privileges).</div><div>4. Edit the user. Add database-specific privileges for the database that was created earlier (FULL privileges).</div><div>5. Save and exit.</div><div>6. Repeat 4 and 5 for each database.</div><div><br></div><div>another thing you might try if this fails, is to uninstall XAMPP, remove all residual directories and then reinstall.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 25 February 2015 at 01:18, CiderJack <span dir="ltr"><<a href="mailto:opensim.users@katijackstudio.com" target="_blank">opensim.users@katijackstudio.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Unadecal,<br>
Replies interspersed below...<br>
<br>
---<br>
~!CJ<span class=""><br>
<br>
On 2015-02-25 07:47, Unadecal Arado wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello CiderJack,<br>
<br>
You sound like a seasoned Opensim user, but we need to go over the<br>
basics. Please go through this check list and make sure that these<br>
usual suspects are not the culprit<br>
</blockquote></span>
Certainly - the very beginning is a very good place to start.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Check Opensim.ini and verify that you are using a unique<br>
http_listener_port for each instance of opensim.exe and that their are<br>
within the range which your router forwards to your server.<br>
</blockquote></span>
Only one instance of OS/D2 is being run at any time, just using defaults (which are in range).<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Check your regions.ini file and verify that the UUIDs are unique a<br>
correspond to the ones you wish to assign to each region.<br>
</blockquote></span>
Have done this, and they are (for both OS & D2). Further, with the D2 install there is only one region (The OS install has 4).<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Verify that InternalPorts are all unique and within the forwarding<br>
range. Problems with region ports are not reported and usually result<br>
in erratic and unpredictable behaviour.<br>
</blockquote></span>
Done this, and they are. (Though again D2 only has one region.)<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Verify that the InternalAdress is set to 0.0.0.0 for all regions.<br>
</blockquote></span>
Have double-checked, and it is in D2. In OS I left them at the default setting of 127.0.0.1. Have now tested with that changed to 0.0.0.0 in all regions, with the same results as previously.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Verify that the ExternalHostName is set correctly. The meaning of<br>
"correctly" is dependent on your particular situation, but this is<br>
either your router's external IP address or a dns name which resolves<br>
to your router's external IP address. (if your simulator is accessible<br>
externally).<br>
</blockquote></span>
Have just been using the default of SYSTEMIP, which of course has always worked in the past - I've never bothered opening it beyond the local network.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Without knowing more about your installation, That's where I'd start.<br>
</blockquote></span>
Both installs are almost pure default settings for standalone. In<br>
regular OpenSim, the only changes that have been made:<br>
<br>
StandalondCommon.ini<br>
-------<br>
[DatabaseService]<br>
; MySql<br>
    StorageProvider = "OpenSim.Data.MySQL.dll"<br>
    ConnectionString = "Data Source=localhost;Database=<u></u>opensimdb;User<br>
ID=opensim;Password=123;Old Guids=true;"<br>
<br>
Regions.ini<br>
-------<br>
[Dreamtime]<br>
RegionUUID = "11111111-2222-3333-4444-<u></u>555555555555"<br>
Location = "1000,1000"<br>
InternalAddress = "127.0.0.1"<br>
InternalPort = 9000<br>
AllowAlternatePorts = False<br>
ExternalHostName = "SYSTEMIP"<br>
<br>
[NW]<br>
RegionUUID = "11111111-2222-3333-4444-<u></u>555555555556"<br>
Location = "1000,1001"<br>
InternalAddress = "127.0.0.1"<br>
InternalPort = 9001<br>
AllowAlternatePorts = False<br>
ExternalHostName = "SYSTEMIP"<br>
<br>
[SE]<br>
RegionUUID = "11111111-2222-3333-4444-<u></u>555555555557"<br>
Location = "1001,1000"<br>
InternalAddress = "127.0.0.1"<br>
InternalPort = 9002<br>
AllowAlternatePorts = False<br>
ExternalHostName = "SYSTEMIP"<br>
<br>
[NE]<br>
RegionUUID = "11111111-2222-3333-4444-<u></u>555555555558"<br>
Location = "1001,1001"<br>
InternalAddress = "127.0.0.1"<br>
InternalPort = 9003<br>
AllowAlternatePorts = False<br>
ExternalHostName = "SYSTEMIP"<br>
<br>
<br>
With the Diva Distro, the only changes that have been made (besides<br>
changing the region name on Regions.ini):<br>
<br>
MyWorld.ini<br>
-------<br>
[DatabaseService]<br>
    ; ### Set the password (again)<br>
    ConnectionString = "Data Source=localhost;Database=<u></u>opensimdiva;User<br>
ID=opensim;Password=123;Old Guids=true;Allow Zero Datetime=true;"<br>
<br>
<br>
So after going through this it occurs to me that the issue may possibly<br>
be somewhere in my database settings? OS & D2 use separate databases of<br>
course, but the same user (with global privileges). (running this<br>
locally on XAMPP using PHPmyAdmin for creating database/user)<br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<br>
Regards,<br>
<br>
Unadecal<br>
<br>
On 24 February 2015 at 08:50, CiderJack<br>
<<a href="mailto:opensim.users@katijackstudio.com" target="_blank">opensim.users@katijackstudio.<u></u>com</a>> wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Issues had arisen with two of the regions in a 4-region standalone<br>
no longer loading. Every bootup of OS was asking for region name,<br>
uuid, whether to join the estate, etc. then loading default pinheads<br>
on the SW & NE regions, while loading the other two correctly.<br>
(disclosure: I had been playing with region settings extensively so<br>
probably something I changed that I didn't un-change). So I deleted<br>
the entire OpenSim 0.8.0.3 folder and database, then recreated the<br>
database and reinstalled. This is where the fun begins<br>
<br>
After reinstalling regular OpenSim 0.8.0.3, logging in doesn't pass<br>
the 'handshake' portion. No errors on console. Then I am offered the<br>
choice to read chat or teleport (or close), and Teleport is chosen.<br>
Immediately notified that I am 'unable to authenticate'.<br>
<br>
Console says salted hashes do not match. Maybe I typed in the wrong<br>
password when setting up, so I reinstall (including dropping &<br>
creating new database) but the issue persists.<br>
<br>
A project I had been working on was (fortunately) saved to an oar<br>
file, and was needing more work. In a separate folder with a<br>
separate database the latest Diva Distro is then installed.<br>
<br>
I am inworld for an hour or so, then get called away. An oar file<br>
is saved and the simulator & the server shut down. About an hour<br>
later they are both started up again, but I am unable to log in. The<br>
same issue that was happening with plain OS has now occurred with<br>
the most recent Diva Distro.<br>
<br>
Through all of this I am using Singularity 1.8.6. I then tried<br>
Imprudence 1.3.2 (the only other viewer I have installed). This goes<br>
only slightly differently.<br>
<br>
The first part is the same - can't get past handshake. The console<br>
shows no errors or suggestions of potential issues. The second half<br>
is different - when choosing 'Teleport', Imprudence immediately<br>
crashes. Nothing (zilch) is registered on the console.<br>
<br>
Also tried from another terminal on the network. Exactly the same.<br>
<br>
TL;DR: OpenSim can't get handshake (getting this far implies<br>
authentication worked I think?) then asks 'View Chat/Close/Teleport'<br>
and then says 'unable to authenticate avatar'. D2 worked fine on<br>
first run, but now does the same thing.<br>
<br>
Open for suggestions :)<br>
<br>
--<br>
~!CJ<br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org" target="_blank">Opensim-users@opensimulator.<u></u>org</a><br>
</div></div><a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" target="_blank">http://opensimulator.org/cgi-<u></u>bin/mailman/listinfo/opensim-<u></u>users</a> [1]<br>
</blockquote>
<br>
<br>
<br>
Links:<br>
------<br>
[1] <a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" target="_blank">http://opensimulator.org/cgi-<u></u>bin/mailman/listinfo/opensim-<u></u>users</a><span class=""><br>
<br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org" target="_blank">Opensim-users@opensimulator.<u></u>org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" target="_blank">http://opensimulator.org/cgi-<u></u>bin/mailman/listinfo/opensim-<u></u>users</a><br>
</span></blockquote><div class="HOEnZb"><div class="h5">
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org" target="_blank">Opensim-users@opensimulator.<u></u>org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" target="_blank">http://opensimulator.org/cgi-<u></u>bin/mailman/listinfo/opensim-<u></u>users</a><br>
</div></div></blockquote></div><br></div>