Coder Social home page Coder Social logo

ghettosl's People

Watchers

 avatar  avatar  avatar

ghettosl's Issues

GetGroupRoles renamed in libsecondlife

What steps will reproduce the problem?
1. Download ghettoSL source
2. Attempt to compile in visual studio 2005

What is the expected output? What do you see instead?

Instead of compiling Visual Studio errors with:

 Error  2   'libsecondlife.GroupManager' does not contain a definition for
'GetGroupRoles' C:\svn\ghettosl\alpha\GhettoSL\Parse.cs 1139    39  GhettoSL

Apparently, somewhere down the line, libsl renamed some of their functions.

Please provide any additional information below.

The fix is to change the function call to RequestGroupRoles:

===================================================================
--- Parse.cs    (revision 241)
+++ Parse.cs    (working copy)
@@ -1136,7 +1136,7 @@
                     Display.Help(command);
                     return ScriptSystem.CommandResult.InvalidUsage;
                 }
-                Session.Client.Groups.BeginGetGroupRoles(groupID);
+                Session.Client.Groups.RequestGroupRoles(groupID);
             }

             else if (command == "groupinvite")

Original issue reported on code.google.com by [email protected] on 17 Aug 2007 at 5:44

mono GhettoSl.exe fname lname pass mpass key

System.ArgumentNullException: Argument cannot be null.
  at System.String.FormatHelper (System.Text.StringBuilder result,
IFormatProvider provider, System.String format, System.Object[] args) [0x00000]
  at System.String.Format (IFormatProvider provider, System.String format,
System.Object[] args) [0x00000]
  at System.String.Format (System.String format, System.Object arg0) [0x00000]
  at System.TermInfoDriver.set_ForegroundColor (ConsoleColor value) [0x00000]
  at System.ConsoleDriver.set_ForegroundColor (ConsoleColor value) [0x00000]
  at System.Console.set_ForegroundColor (ConsoleColor value) [0x00000]
  at ghetto.GhettoSL.IntroArt (Int32 imageNumber) [0x00000]
  at ghetto.GhettoSL..ctor (Boolean displayArt, UserSession session) [0x00000]
  at ghetto.GhettoSL.Main (System.String[] args) [0x00000]

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 11 Jan 2007 at 10:08

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.