I've been working on a project for 3 months and now i've been trying to compile it to .exe using Inno setup compiling. The issue is the app works on the first scene, but after typing my login details through MySQL database it doesn't get to the next scene.
My log
<?xml version="1.0" encoding="windows-1252" standalone="no"?>
<!DOCTYPE log SYSTEM "logger.dtd">
<log>
</log>
I tried to reinstall Inno, made sure that the login details are correct but nothing helps. However if i typed wrong password it shows me that the password is incorrect so it's not database problem
