Quote: "Maybe i should try DB original editor. Hope it will work then."
You can try, but it probably won't make any difference.
You say that it works OK if you run the exe in the project folder, so what is the error you are getting when you run it outside?
I agree with the others that it is most likely a media problem.
Dark Basic Classic is well known for 'losing' media when it's not in the
same folder as the .DBA file.
So, to test this, copy all the images, sounds, models etc. that your program uses into the folder with your DBA source file and change all your Load 'X' lines to just have the filename (without the path) like this example:
Load Image "Filename.jpg",1
Then use Build Final again and see what happens.
TDK_Man