edo9300 / edopro

A script engine for "yu-gi-oh!" and sample gui (former "ygopro")
Other
279 stars 75 forks source link

Can't build game #256

Closed Eduardo-Vilas-Boas closed 1 year ago

Eduardo-Vilas-Boas commented 1 year ago

Installed Git Bash, Visual Studio with C++ support

Tried following instructions in Wiki, and also complemented with others: here is the final script (final_build_script.sh - txt to bypass security)

build_final_product.txt

Right now, I am stuck on this error -> "Failed to load strings!"

Eduardo-Vilas-Boas commented 1 year ago

imagem

Eduardo-Vilas-Boas commented 1 year ago

On file gframe/data_handler.cpp

Eduardo-Vilas-Boas commented 1 year ago

The files ARE there.

Eduardo-Vilas-Boas commented 1 year ago

Capture

edo9300 commented 1 year ago

The solution was correctly built, the error you're getting is that it doesn't find its config files, by default the program will change its working directory to the location of the exe, you can change this by adding a command line argument to the project settings, Debug->ygopro's debug properties->Debug->Command line arguments and you put the working directory as -C "path" immagine