Yes, login fails for me on the current head using OpenSim.exe; but
strangely works fine if I copy over and use
OpenSim.32BitLaunch.exe from the shared directory. Prior to the
previously mentioned commit I am able to login fine with
OpenSim.exe. I'm running Windows 7 x64 on .NET 4.0
On Wed, Oct 22, 2014 at 6:03 PM, Justin Clark-Casey
<[email protected] <mailto:[email protected]>> wrote:
Okay, that last commit is the first of 4 updates I made recently
to the libomv libraries. I presume things also
fail with OpenSim.exe for you on current head?
As far as I know you're using Windows? If so, which version (or
which version of mono)? I may well try rebuilding
the libraries in Windows instead (I did it in Mono) and see if it
helps, though if that's the cause I'm surprised
things look like they work fine on my own Windows machine.
On 21/10/14 07:55, Chris wrote:
Git bisect says 3e5bc75f89998e9b1bba5e7e5f4042__e883afb522 is
the first bad commit ( Remove the 32 bit launchers as
discussed at OpenSimulator Office Hour ... ). That seemed a
bit strange to me at first until it hit me that I've
always
been using OpenSim.32BitLaunch.exe because I had been having
some issues in the past running OpenSim.exe (issues
with
OpenSim crashing on load; not with login). So I copied over
the 32 bit launchers from the shared directory, ran
it, and
could log in just fine.
So I figured something must have happened elsewhere and I ran
git bisect again testing solely OpenSim.exe and
came up
with a different commit:
fbdf507e98fc0e456b45d1e9200f34__3dceaecd5b
*Git Bisect Output:**
*
fbdf507e98fc0e456b45d1e9200f34__3dceaecd5b is the first bad
commit
commit fbdf507e98fc0e456b45d1e9200f34__3dceaecd5b
Author: Justin Clark-Casey (justincc)
<[email protected] <mailto:[email protected]>>
Date: Tue Aug 12 01:45:15 2014 +0100
Update libomv libraries with those built from commit
2208379.
This is to resolve some issues for pCampbot, chiefly
with capability connect
ion and inbound handling.
:040000 040000 badf3e1b7fa561c0a310c6c6802da9__1fa7bc8566
f98aba1851f1913325fd5d2d
f0783a6a26ba5d9c M bin
On 10/20/2014 6:05 PM, Justin Clark-Casey wrote:
I just checked with current master (94250b6) on both
Linux (Mono 3.2.8) and Windows with no problem on login.
I agree with Dahlia, this is highly reminiscent of the
system picking up some mismatching DLLs. Could you
pinpoint
the commit on which this stared to happen for you?
On 20/10/14 21:29, Chris wrote:
Hmm... I'm not sure. This was a fresh pull from git
and newly compiled. I also made sure to start over
with new copies
of the appropriate .ini files for configuration (as
opposed to copying existing ones from a previous
install) I've
actually done fresh installation from scratch for a
few different commits over the past week with the
same results.
On 10/20/2014 2:58 PM, Dahlia Trimble wrote:
Just a guess but maybe your installation is
messed up with some old .dll files or some missing
assets. I'd probably
try a fresh installation from scratch.
On Mon, Oct 20, 2014 at 12:25 PM, Chris
<[email protected] <mailto:[email protected]>
<mailto:[email protected]
<mailto:[email protected]>>> wrote:
Hello all,
While attempting to test the latest master
(commit 94250b6) I have found that I'm not able to
log in and an
exception is printed out in the console. In
the viewer I get an error message that says "Login
Failed. Error
generating Login Response". I've tried login
with several different viewers including Phoenix,
Firestorm, and
Singularity but same results for all.
I also get what appears to be a related
exception when using the create user command.
Is anyone else seeing this as well?
*Exception on login:
*13:55:30 - [LLOGIN SERVICE]: Exception
processing login for Test User: System.Ty
peInitializationException: The type
initializer for 'OpenMetaverse.AppearanceMan
ager' threw an exception. --->
System.ArgumentException: Value does not fall wit
hin the expected range.
at
System.Runtime.__CompilerServices.__RuntimeHelpers.__InitializeArray(Array
array
, RuntimeFieldHandle fldHandle)
at
OpenMetaverse.__AppearanceManager..cctor()
--- End of inner exception stack trace ---
at
OpenSim.Framework.__AvatarAppearance.__SetDefaultTexture() in
c:\Users\admin\D
esktop\opensim-94250b6\__OpenSim\Framework\__AvatarAppearance.cs:line
307
at
OpenSim.Framework.__AvatarAppearance..ctor() in
c:\Users\admin\Desktop\opens
im-94250b6\OpenSim\Framework\__AvatarAppearance.cs:line 139
at
OpenSim.Services.Interfaces.__AvatarData.ToAvatarAppearance(__) in
c:\Users\ad
min\Desktop\opensim-94250b6\__OpenSim\Services\Interfaces\__IAvatarService.cs:line
1
93
at
OpenSim.Services.__AvatarService.AvatarService.__GetAppearance(UUID
principalI
D) in
c:\Users\admin\Desktop\__opensim-94250b6\OpenSim\__Services\AvatarService\Avat
arService.cs:line 57
at
OpenSim.Services.__LLLoginService.LLLoginService.__Login(String
firstName, Str
ing lastName, String passwd, String
startLocation, UUID scopeID, String clientVe
rsion, String channel, String mac, String
id0, IPEndPoint clientIP) in c:\Users\
admin\Desktop\opensim-94250b6\__OpenSim\Services\__LLLoginService\LLLoginService.__cs:
line 464 at
OpenSim.Framework.__AvatarAppearance.__SetDefaultTexture() in c:\User
s\admin\Desktop\opensim-__94250b6\OpenSim\Framework\__AvatarAppearance.cs:line
307
at
OpenSim.Framework.__AvatarAppearance..ctor() in
c:\Users\admin\Desktop\opens
im-94250b6\OpenSim\Framework\__AvatarAppearance.cs:line 139
at
OpenSim.Services.Interfaces.__AvatarData.ToAvatarAppearance(__) in
c:\Users\ad
min\Desktop\opensim-94250b6\__OpenSim\Services\Interfaces\__IAvatarService.cs:line
1
93
at
OpenSim.Services.__AvatarService.AvatarService.__GetAppearance(UUID
principalI
D) in
c:\Users\admin\Desktop\__opensim-94250b6\OpenSim\__Services\AvatarService\Avat
arService.cs:line 57
at
OpenSim.Services.__LLLoginService.LLLoginService.__Login(String
firstName, Str
ing lastName, String passwd, String
startLocation, UUID scopeID, String clientVe
rsion, String channel, String mac, String
id0, IPEndPoint clientIP) in c:\Users\
admin\Desktop\opensim-94250b6\__OpenSim\Services\__LLLoginService\LLLoginService.__cs:
line 464*
Exception on create user command:
*13:55:43 - [USER ACCOUNT SERVICE]: Creating
default avatar entries for 38207c63-
12db-4689-93b4-3f26bf50401d
13:55:43 - Command error:
System.__TypeInitializationException: The type initializ
er for 'OpenMetaverse.__AppearanceManager'
threw an exception. ---> System.Argumen
tException: Value does not fall within the
expected range.
at
System.Runtime.__CompilerServices.__RuntimeHelpers.__InitializeArray(Array
array
, RuntimeFieldHandle fldHandle)
at
OpenMetaverse.__AppearanceManager..cctor()
--- End of inner exception stack trace ---
at
OpenSim.Framework.__AvatarAppearance.__SetDefaultTexture() in
c:\Users\admin\D
esktop\opensim-94250b6\__OpenSim\Framework\__AvatarAppearance.cs:line
307
at
OpenSim.Framework.__AvatarAppearance..ctor() in
c:\Users\admin\Desktop\opens
im-94250b6\OpenSim\Framework\__AvatarAppearance.cs:line 139
at
OpenSim.Services.__UserAccountService.__UserAccountService.__CreateDefaultAppear
anceEntries(UUID principalID) in
c:\Users\admin\Desktop\__opensim-94250b6\OpenSim\
Services\UserAccountService\__UserAccountService.cs:line 662
at
OpenSim.Services.__UserAccountService.__UserAccountService.CreateUser(__UUID
sco
peID, UUID principalID, String firstName,
String lastName, String password, Stri
ng email) in
c:\Users\admin\Desktop\__opensim-94250b6\OpenSim\__Services\UserAccount
Service\UserAccountService.cs:__line 532
at
OpenSim.Services.__UserAccountService.__UserAccountService.__HandleCreateUser(St
ring module, String[] cmdparams) in
c:\Users\admin\Desktop\__opensim-94250b6\OpenS
im\Services\__UserAccountService\__UserAccountService.cs:line 355
at
OpenSim.Framework.Console.__Commands.Resolve(String[] cmd) in
c:\Users\admin
\Desktop\opensim-94250b6\__OpenSim\Framework\Console\__CommandConsole.cs:line
495
at
OpenSim.Framework.Console.__LocalConsole.ReadLine(String p, Boolean
isComman
d, Boolean e) in
c:\Users\admin\Desktop\__opensim-94250b6\OpenSim\__Framework\Consol
e\LocalConsole.cs:line 557
at
OpenSim.Framework.Console.__CommandConsole.Prompt() in
c:\Users\admin\Deskto
p\opensim-94250b6\OpenSim\__Framework\Console\__CommandConsole.cs:line 757
at OpenSim.Application.Main(__String[]
args) in c:\Users\admin\Desktop\__opensim-
94250b6\OpenSim\Region\__Application\Application.cs:__line 332
--
OpenSim: 10 Region Standalone on 0.7.6 Dev
Physics: Open Dynamics Engine
OS: Windows 7 (x64)
CPU: AMD FX 8320 8-Core 3.5 GHz
Memory: 16 GB DDR3
Database: MySQL 5.1.63 (x64)
_________________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.__org
<mailto:[email protected]>
<mailto:Opensim-users@__opensimulator.org
<mailto:[email protected]>>
http://opensimulator.org/cgi-__bin/mailman/listinfo/opensim-__users
<http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users>
_________________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.__org
<mailto:[email protected]>
http://opensimulator.org/cgi-__bin/mailman/listinfo/opensim-__users
<http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users>
--
OpenSim: 10 Region Standalone on 0.7.6 Dev
Physics: Open Dynamics Engine
OS: Windows 7 (x64)
CPU: AMD FX 8320 8-Core 3.5 GHz
Memory: 16 GB DDR3
Database: MySQL 5.1.63 (x64)
_________________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.__org
<mailto:[email protected]>
http://opensimulator.org/cgi-__bin/mailman/listinfo/opensim-__users
<http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users>
--
OpenSim: 10 Region Standalone on 0.7.6 Dev
Physics: Open Dynamics Engine
OS: Windows 7 (x64)
CPU: AMD FX 8320 8-Core 3.5 GHz
Memory: 16 GB DDR3
Database: MySQL 5.1.63 (x64)
_________________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.__org
<mailto:[email protected]>
http://opensimulator.org/cgi-__bin/mailman/listinfo/opensim-__users
<http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users>
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
_________________________________________________
Opensim-users mailing list
Opensim-users@opensimulator.__org
<mailto:[email protected]>
http://opensimulator.org/cgi-__bin/mailman/listinfo/opensim-__users
<http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users>
_______________________________________________
Opensim-users mailing list
[email protected]
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users