mrlak55
2014-06-10T19:30:53Z
I've built the game successfully from github, but I don't know how to run it. I've tried with "./ygopro" and I get this:

Irrlicht Engine version 1.8.1
Warning: The library version of the Irrlicht Engine (1.8.1) does not match the version the application was compiled with (1.8.0). This may cause problems.
Linux 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64
Using renderer: OpenGL 4.3.12798
AMD Radeon HD 7400M Series: ATI Technologies Inc.
OpenGL driver version is 1.2 or better.
GLSL version: 4.3
Loaded texture: /home/../ygopro/textures/cover.jpg
Loaded texture: /home/../ygopro/textures/unknown.jpg
Loaded texture: /home/../ygopro/textures/act.png
Loaded texture: /home/../ygopro/textures/attack.png
Loaded texture: /home/../ygopro/textures/chain.png
Loaded texture: /home/../ygopro/textures/negated.png
Loaded texture: /home/../ygopro/textures/number.png
Loaded texture: /home/../ygopro/textures/lp.png
Loaded texture: /home/../ygopro/textures/lpf.png
Loaded texture: /home/../ygopro/textures/mask.png
Loaded texture: /home/../ygopro/textures/equip.png
Loaded texture: /home/../ygopro/textures/target.png
Loaded texture: /home/../ygopro/textures/lim.png
Loaded texture: /home../ygopro/textures/f1.jpg
Loaded texture: /home/../ygopro/textures/f2.jpg
Loaded texture: /home/../ygopro/textures/f3.jpg
Loaded texture: /home/../ygopro/textures/bg.jpg
Loaded texture: /home/../ygopro/textures/field.png

After this is written, a window appears for short time and then disappears.

I can run the official release that I have installed on Windows with Wine successfully.

Does the difference in Irrlicht version cause the game to crash or should I run the game some different way?
adriano
2014-06-10T19:54:56Z
Originally Posted by: mrlak55 

Warning: The library version of the Irrlicht Engine (1.8.1) does not match the version the application was compiled with (1.8.0). This may cause problems.


You should try to match the library version.
mrlak55
2014-06-10T20:20:03Z
@adriano

If you know how to do that, please tell me. Where in source code can I change what version of Irrlicht is ygopro compiled with?
checkmate
2014-06-10T21:14:43Z
you should compile with the ubuntu provided irrlicht.
ubuntu has already all the necessary libraries already in the repository.

the workflow on ubuntu is as follows:

git clone "the fluorohydride ygopro repository"
download premake4
premake4 gmake
cd build
in the ygopro.make change "-l liblua" into "-l liblua5.2"
make

copy the generated executable into the ygopro percy folder
./ygopro



UserPostedImage

UserPostedImage
mrlak55
2014-06-10T22:35:49Z
Great, I did it. I had to copy the executable in the right directory 😛 Is it normal that I only get offline mode (LAN, Puzzle, ... and no Multiplayer)?
checkmate
2014-06-10T22:41:43Z
yes.

The open source version has no official support for multiplayer and AI mode.
To play online with the open sourced ygopro:
go to LAN mode
enter this ip: "173.224.211.157"
enter this port: "21001"
in the username field put your username followed by $ and your password.

Here are the full instructions to play multiplayer with the open source version:
http://ygopro.it/web/modules.php?name=ygopro-help 
UserPostedImage

UserPostedImage
mrlak55
2014-06-10T22:57:53Z
Username and password to what exactly? This site?
Also, where do I get the online version then?
Thanks for all your help 🙂
checkmate
2014-06-11T08:32:40Z
no, just enter with a random username$password.
if you pick an unused username the account is created automatically.

the account on the website is not related to the one you create in the game.

The online version is closed source and can be downloaded from this website.
UserPostedImage

UserPostedImage