unitycoder / UnityLauncher

Unity Version Launcher
MIT License
138 stars 28 forks source link

Fix for NullPointer Exception after column resize. #42

Closed geo-at-github closed 6 years ago

geo-at-github commented 6 years ago

Pull request to fix issue #41 Details: https://github.com/unitycoder/UnityLauncher/commit/799ba7f8993a2fa58496aebd3af4689c5fbd9a2a

unitycoder commented 6 years ago

i changed that to int32[] array in https://github.com/unitycoder/UnityLauncher/commit/dbf5a6879da0983ba084bc7eb544ef17495b528c , because the xml version gives error everytime visiting settings, and then it breaks the value no matter what you choose it seems? image

from int array as setting value: https://stackoverflow.com/a/4267845/5452781

can you test if this build gives you the error, i added default values to the array https://github.com/unitycoder/UnityLauncher/issues/41#issuecomment-370134949

geo-at-github commented 6 years ago

Reverted the old fix and applied a new one which does not use the xml definition in App.config.