IceYGO / ygosharp

A C# implementation of an ygopro duel server, using the ocgcore library.
MIT License
49 stars 17 forks source link

How to use this, i cant run application #1

Closed salvadorc17 closed 6 years ago

salvadorc17 commented 9 years ago

Hi, i have compiled this succesfully, but when i try to run application nothing happen, no error mesage, nothing, do you can tell me what else is requiered appart of the ygopro files??

IceYGO commented 9 years ago

Hi,

Have you tried to pass some arguments to the program? cards.cdb, lflist.conf, ocgcore.dll (or libocgcore.so on linux) and the script folder are the only required files.

salvadorc17 commented 9 years ago

Thats what i mean how to pass arguments, when i run (including all those files) window closes instantly

IceYGO commented 9 years ago

Can you try again using the latest version? The previous versions had the console and the console output disabled, so the program was running but invisible.

salvadorc17 commented 8 years ago

I have tried it again today, but now im getting error reading banlist, in class BanlistManager

Zayelion commented 8 years ago

What is the exact command line string you are using to launch the application, and can you give us a screenshot of the folder that the application is in?

salvadorc17 commented 8 years ago

Im not using command line parameters and the fodler is the debug folder, adding scripts/ ifflist and cards.cdb

Zayelion commented 8 years ago

can I see a picture of the directory?

salvadorc17 commented 8 years ago

Nevermind, tracked error and fixed, now opens normally, but it does not show message, it should show some text?

Zayelion commented 8 years ago

what was the error you tracked down and fixed? what was the fix?

IceYGO commented 8 years ago

ygosharp does not display any message by default. You can add StandardStreamProtocol=true to the arguments if you want some output.

salvadorc17 commented 8 years ago

Which version of ygopro should i use to host a match?

Zayelion commented 8 years ago

https://github.com/IceYGO/ygosharp/blob/b770ecb4145b74d450c4e790d9dd34aa0f589be3/YGOSharp/Program.cs#L12

0x1338 (which is unreleased) run it with the parameters ClientVersion=0x1337 to allow percy clients to connect