LEGO® Universe Newly Imagined
Menu
  • Home
  • Download
    • Musik
  • Foren
  • Info
    • Mitwirkende
    • Welt
    • FAQ
    • Objects
  • Tutorial
    • Kompilieren in Visual Studio
    • Server 0.3
    • Server 0.4 (Pre-2)
    • Server 0.5.1
  • Home
  • Download
    • Musik
  • Foren
  • Info
    • Mitwirkende
    • Welt
    • FAQ
    • Objects
  • Tutorial
    • Kompilieren in Visual Studio
    • Server 0.3
    • Server 0.4 (Pre-2)
    • Server 0.5.1

Xiphoseer


  • Profil
  • Eröffnete Themen
  • Verfasste Antworten
  • Beteiligungen
  • Favoriten

Verfasste Forenbeiträge

Ansicht von 15 Beiträgen – 166 bis 180 (von insgesamt 182)
← 1 2 3 … 11 12 13 →
  • Autor
    Beiträge
  • August 29, 2015 um 11:00 am Uhr als Antwort auf: Need Help!! #371
    Xiphoseer
    Moderator

    then click on the netstat button and send us a screenshot of the window

    August 29, 2015 um 10:59 am Uhr als Antwort auf: How to edit my profile picture after registering #369
    Xiphoseer
    Moderator

    Don’t use your account from here, but register a new one with the same e-mail address there. They don’t have your password, ONLY this site knows your account at the moment

    August 29, 2015 um 10:50 am Uhr als Antwort auf: Need Help!! #364
    Xiphoseer
    Moderator

    That looks like you have Skype running. Skype uses Port 80 that’s why it states This may be due to a blocked port.
    Go to Tools->Options, then in the options dialog go to Advanced->Connection and deactivate the checkbox stating Use port 80 and 443 for additional incoming connections. Then restart Skype.

    August 29, 2015 um 10:45 am Uhr als Antwort auf: Missing .dll files #359
    Xiphoseer
    Moderator

    Is the error still the same?

    August 29, 2015 um 10:44 am Uhr als Antwort auf: Need Help!! #358
    Xiphoseer
    Moderator

    have you done that: run Apache & MySQL. (You must close Skype while running Apache) ?

    August 26, 2015 um 11:24 am Uhr als Antwort auf: Wanna be a LUNI developer? #310
    Xiphoseer
    Moderator

    @LegoClub, being a part of LUNI is not a title that you recieve when someone is in the right mood, being a part of a team means you are engaged in helping the project. Writing precise tutorials and translating documents to another language could be a form of contributing. You could also frequently look around here, IRC or on Github to see if they are any ingame research tasks to be done (none atm) for which you don’t need to be a developer.

    if you have old LU game files lying around, it could help to upload them somewhere, and you can use your memory or rewatch videos of LU to write how the game behaves, what it should be doing when interacting with it somehow. For that the most important part is that this is precise research and not statements like „Nexus Jay gives the player a mission“. But don’t ignore resources that are already there. You can use the LegoUniverse Wikia Wiki to find some additional information.

    August 14, 2015 um 8:03 pm Uhr als Antwort auf: Progress? #244
    Xiphoseer
    Moderator

    I’m sorry to say that, but i missed one thing:
    the login widget now has text problems.

    .page_sidebar .widget a.button{
        color: #FFF !important;
      }
    

    fixes it but i’m kind of diappointed that it does that.
    Actually i should have proposed another was to fix it.

    • Diese Antwort wurde vor 9 Jahren, 9 Monaten von Xiphoseer geändert.
    August 14, 2015 um 3:30 pm Uhr als Antwort auf: Progress? #242
    Xiphoseer
    Moderator

    Yes indeed, i’m talking about the CSS of this theme, which doesn’t seem to work well with that editor. As far as i can see, it is enough to remove the !important in style.css on line 685, which has no other negative effects as far as i can see.

    August 12, 2015 um 3:43 pm Uhr als Antwort auf: Progress? #234
    Xiphoseer
    Moderator

    Actually you already fixed the tutorials page it seems. Sorry for requesting that.

    August 12, 2015 um 3:42 pm Uhr als Antwort auf: my sql help #233
    Xiphoseer
    Moderator

    That lib file is not in your source but in another one that can be found on this site. In another thread, Timtech has posted a link to it. (I think it was „Wanna be a LUNI developer“)

    August 12, 2015 um 3:35 pm Uhr als Antwort auf: Progress? #232
    Xiphoseer
    Moderator

    Timtech, i guess you meant they work in privacy. Actually there are multiple groups of people working on a server right now. There is humanoid24 and lcdr who did some fantastic work on documenting packets which every developer can use, there is DarwinAnim8or with TheMachine who seem to be doing well too. These are the people working in privacy. On the Luni Github jon200 and CDFalcon and mater06 did some work and I myself am working on an implementation based on that. The fact is: what we need is knowledge about the way the server needs to work. When this is done, implementing it is relative easy for developers. So doing a trello for a specific implementation is not that useful. If you have enough expertise to clone the github source and experiment with it, you may do a trello for what is not known.

    This is just my personal impression of the current situation, i guess as a task list for the public repo on github, there is the „issues“ section.

    Btw Timtech, you may want to fix the font color of the text editor buttons (there is an !important somwhere it is not appropriate) and the main tutorial page. In addition, the page for clicking on play on the main site doesn’t exist.

    August 9, 2015 um 10:36 am Uhr als Antwort auf: Wanna be a LUNI developer? #191
    Xiphoseer
    Moderator

    OK, if you’d like to add me, just add „xiphoseer“ on Skype

    August 8, 2015 um 9:18 am Uhr als Antwort auf: Intermediate Dev willing to help out #179
    Xiphoseer
    Moderator

    Hello TheGoomy42, I had the same problem with the mysql lib file. There was another source for the server on timtechs site, that included a .lib and a .dll in the mysql/lib/ directory. I used that and it works fine. (There is actaully another thread where that issue appeared too). I guess you can also search that file on the mysql website.

    For your other Error, you seem to have a slightly different RakNet version than I have (I have cloned the repo too), for some reason, it’s line 80 for me, and it should be a macro defined in RakNetTypes.h. I don’t know why your compiler tries to see that as an operator. This might actaually mean that something is going wrong in the preprocessor. I hope that helps a bit.

    August 7, 2015 um 6:04 am Uhr als Antwort auf: my sql help #174
    Xiphoseer
    Moderator

    Ok, i had that same libmysql error, in and I can tell you what I did though i quess there are better ways to do that. I had downloaded another LUNI Source from Timtechs site, and in there was a mysql.lib and a mysql.dll in /Debug/Mysql/lib/. Putting that into and furthermore adding a folder with mysql.dll to the %PATH% variable, fixed it.

    August 5, 2015 um 11:56 am Uhr als Antwort auf: my sql help #169
    Xiphoseer
    Moderator

    That file that VisualStudio tells you is the actual server executable, the server itself. I wonder how it is possible to get that message, since VisualStudio compiles that file (creating it from the source code). Please write down and post here what exactly you did to get that message, which (LUNI related) programs you started, what you did in VisualStudion and where/how in VisualStudio this message appeared (Message Box, Console, Debug Output, …)

    I did a quick search on google to find possible explanations of the problem, and it seems like this error occurs when you try to launch an empty project (without any source code). Make sure that you have sucessfully loaded all of the source files (in the project explorer on the right) and try to rebuild (right-click on Project name in the Project Explorer) or to reopen the project. If you haven’t done that, it might also help to download the source again and to open the LUNI Server.sln file in the Source folder of the Version you choose.

    • Diese Antwort wurde vor 9 Jahren, 9 Monaten von Xiphoseer geändert.
  • Autor
    Beiträge
Ansicht von 15 Beiträgen – 166 bis 180 (von insgesamt 182)
← 1 2 3 … 11 12 13 →

Bevorzugte Sprache


  • English (en) English (en)
  • Deutsch (de) Deutsch (de)
  • Español (es) Español (es)

Die Foren durchsuchen


Neueste Themen


  • Happy New Year
  • FORUMS CLOSED

Foren

  • General Discussion

Andere Seiten

  • LU Server Projects Github online
  • Community Discord online
  • Suche im LUNIversum

    Bitte zur Kenntnis nehmen!

    Die LEGO Group hat den Betrieb dieses Spiels nicht offiziell genehmigt und übernimmt in keiner Weise Verantwortung für mögliche Sicherheitsprobleme im Zusammenhang mit diesem Spiel.

    Urheberrecht © 2015-2021 LUNI™ Server Projekt

    Gehostet von TimTech Software