Yes it does generate. I wrote it above.
Once I check the BIP39 and type in only followong derivation path: m/44'/0'/0' - then I get different addresses which I have used after I have updated the wallet.
If I don't check the BIP box then it generates the wallet I had after the update.
THere are a couple of things you can try. This is the derivation path structure:
m / purpose' / coin_type' / account' / script_type' / change / address_index
As your address starts with 1:
m/44'/0'/ account / change
You can also try purpose 45' (you may have mistankely created a multisig wallet):
Your coins might be in a change address, so you need to try setting to 1 the value in change:
m/44'/0'/0/0
m/44'/0'/0/1
m/45'/0'/0/1
m/45'/0'/0/0
You also need to try some accounts: 0, 1, 2 , as you may have mistankely created a new account inside your wallet , for example
(change address and account 1)
m/44'/0'/1'/1