LordOfDragons / dragengine

Drag[en]gine Game Engine
MIT License
70 stars 6 forks source link

Install v1.6 over v1.4 selects old modules by default #13

Closed LordOfDragons closed 3 years ago

LordOfDragons commented 3 years ago

Describe the bug Installing 1.6 over an old version 1.4 should automatically select the newer modules instead of the old ones if available. It seems as if this is not the case and old modules are selected as shown in the log files.

To Reproduce Steps to reproduce the behavior:

  1. Install Drag[en]gine 1.4
  2. Install Drag[en]gine 1.6
  3. Start IGDE
  4. Log files show the old modules are used instead of the new ones.

Expected behavior Newest module should be selected by default.

Log Files IGDE logs

You find the log files in these locations (all log files have the extension ".log"):

Desktop (please complete the following information):

Hardware Information

Workaround Uninstall previous Drag[en]gine version then reinstall the 1.6 version.