You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got problem compiling Wallet GUI bytecoin 2 version using the sources generated by cryptonote generator latest version (no problems with previous version).
All is compiled without errors under windows and under Linux. but when run the program exit trying debug the error is Cannot Create currency Object.
to solve problem I have to use old version and change currency.cpp and currency.h adding lwma functions and zawy functions with the new ones and then it compile and run regularly. But I cannot use all all updates in this way.
I do not know if someone got same problem or found the reasomn why currency object cannot created