Skip to content
mercury233 edited this page Apr 3, 2022 · 1 revision

Flash and exit while running

Make sure the executable is in the project folder. Check the error.log, copy missing database file, or fix missing font by changing the system.conf

SSH error when cloning

Find the method of setting SSH key by yourself, or manually change the sub modules to HTTPS protocol, or download them manually

DirectX SDK related errors

After installing the DirectX SDK, you may need to restart the computer to make the PATH take effect

Errors saying _inflate_copyright defined

Problem in freetype 2.12.0, use 2.11.1 instead

Tons of lua functions can't be linked

lua must be compiled with C++, can't be compiled with C, but most of the pre-build binaries of lua are built with C

Can't find irrklang.dll

Copy the 3 DLL from irrklang\bin\win32-visualStudio to YGOPro dir

Can't open in WinXP

Use v141_xp in VS

I'm using EDOPro

EDOPro is not fully compatible with YGOPro, please go to Project Ignis: EDOPro

Can't use IME in linux

Not supported by irrlicht, help wanted

Error when applying irrlicht.patch

Use dos2unix or unix2dos to change the patch file and source files to same CR/LF, or try to make the patch tool to ignore CR/LF