Giter VIP home page Giter VIP logo

l2packets's People

Contributors

minlexx avatar

Watchers

 avatar

Forkers

think7 radviger

l2packets's Issues

Tutorial!

Tutorial is gone, Please add it again.

Original issue reported on code.google.com by [email protected] on 25 Jun 2009 at 1:25

l2packets need update for official Godess of Destruction Servers

It seems like NCSoft has changed their Login Server. 

Running the test_l2_app gives:

root@developer:~/test_l2_app# ./testl2app
Login: trolololol
Pass: tralalala
Socket created...
Connecting... .Connected.
Recv init: rcvd 194 bytes
Warning: Init packet len != 186!
Init parse error!
Login protocol version: 00000000 (0)
Login sessionId: 00 00 00 00
Login protocol version invalid!: Operation now in progress
*** glibc detected *** ./testl2app: free(): invalid pointer: 0x0000000000963bc0 
***
======= Backtrace: =========


I tried to play a little bit around with the code, but couldn't find what has 
changed on their servers...

Original issue reported on code.google.com by [email protected] on 4 Feb 2012 at 2:33

AionGamePacket needs to be changed

On this file:
trunk/src/game/AionGamePacket.h

change this:
static const unsigned char STATIC_CLIENT_OPCODE = 0x5D;

to:

static const unsigned char STATIC_CLIENT_OPCODE = 0x57;

This is the newest static client opcode (client 2.1, with 01/26 patch applied).

Cheers,
-V

Original issue reported on code.google.com by [email protected] on 1 Feb 2011 at 12:54

Linux compilation errors

../src/login/server/L2Login_Init.cpp: In member function ‘virtual bool 
L2Login_Init::create(L2_VERSION)’:
../src/login/server/L2Login_Init.cpp:265: error: expected primary-expression 
before 
‘unsigned’
../src/login/server/L2Login_Init.cpp:265: error: expected ‘)’ before 
‘unsigned’
../src/login/server/L2Login_Init.cpp:266: error: expected primary-expression 
before 
‘unsigned’
../src/login/server/L2Login_Init.cpp:266: error: expected ‘)’ before 
‘unsigned’
../src/login/server/L2Login_Init.cpp:267: error: expected primary-expression 
before 
‘unsigned’
../src/login/server/L2Login_Init.cpp:267: error: expected ‘)’ before 
‘unsigned’
../src/login/server/L2Login_Init.cpp:268: error: expected primary-expression 
before 
‘unsigned’
../src/login/server/L2Login_Init.cpp:268: error: expected ‘)’ before 
‘unsigned’
../src/login/server/L2Login_Init.cpp: At global scope:
../src/login/server/L2Login_Init.cpp:226: warning: unused parameter ‘ver’
../src/login/server/L2Login_Init.cpp:283: warning: unused parameter ‘ver’
make: *** [../build/Release/linux/L2Login_Init.o] Error 1

Original issue reported on code.google.com by ky6uk.kun on 6 Oct 2009 at 6:52

network layer is bugged under linux

What steps will reproduce the problem?
For example, L2PNet_ntoa returns invalid byte order

What is the expected output? What do you see instead?
127.0.0.1
1.0.0.127
:)

TODO: test other functions



Original issue reported on code.google.com by alexey.min on 28 May 2009 at 1:28

compilation under linux

What steps will reproduce the problem?
1. check out r62
2. cd project_linux
3. make -f Makefile_release

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

Instead of compiling correctly there are errors.

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

r62 Ubuntu Linux i686 GNU/Linux

Please provide any additional information below.

Apply the attached patch for correcting errors.

Original issue reported on code.google.com by [email protected] on 17 Apr 2009 at 12:09

Attachments:

Compiling error on linux (UNREFERENCED_PARAMETER)

g++   -c -W -Wall -DSQLITE_THREADSAFE=1 -I../src -I../src/sqlite3
../src/base/L2BasePacket.cpp -o ../build/Release/linux/L2BasePacket.o
../src/base/L2BasePacket.cpp: In member function ‘virtual bool
L2BasePacket::parse(L2_VERSION)’:
../src/base/L2BasePacket.cpp:582: error: ‘UNREFERENCED_PARAMETER’ was not
declared in this scope
../src/base/L2BasePacket.cpp: In member function ‘virtual bool
L2BasePacket::create(L2_VERSION)’:
../src/base/L2BasePacket.cpp:591: error: ‘UNREFERENCED_PARAMETER’ was not
declared in this scope
make: *** [../build/Release/linux/L2BasePacket.o] Ошибка 1

gcc version 4.4.0 (Ubuntu 4.4.0-8ubuntu2)

Original issue reported on code.google.com by ky6uk.kun on 23 Jun 2009 at 11:16

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.