Skip to content
mercury233 edited this page Feb 22, 2025 · 2 revisions

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

Errors saying swprintf_s is not a member of std

The original irrlicht forcibly redefines swprintf, which needs to be removed. Additionally, the original irrlicht doesn't support input and pasting of Chinese characters. Please use the modified version