Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After adding Songs to "..\usdx\songs\" usdx crashes and won't start until the songs are removed #227

Open
dere013 opened this issue Feb 11, 2017 · 2 comments

Comments

@dere013
Copy link

dere013 commented Feb 11, 2017

Hello,
I got problems with usdx crashing. The crashinfo told me to post this here.

The Crashinfo:
ultrastar fehler wenn songs dabei sind

error.log
USDX Crash after Songs.txt

Thank you for your help.

@dere013 dere013 changed the title After adding Songs to ..\usdx\songs\ usdx crashes and wont start until reinstalled After adding Songs to ..\usdx\songs\ usdx crashes and wont start until songs removed Feb 11, 2017
@dere013 dere013 changed the title After adding Songs to ..\usdx\songs\ usdx crashes and wont start until songs removed After adding Songs to "..\usdx\songs\" usdx crashes and won't start until the songs are removed Feb 11, 2017
@basisbit
Copy link
Member

the mentioned lines are:

// Songs
Log.LogStatus('Creating Song Array', 'Initialization');
Songs := TSongs.Create; // -> calls int_LoadSongList

This means loading of the song files fails either because of some null pointer or index out of array exception.
In your config.ini file, what exactly did you set in the "[Directories]" section? Also, please try if usdx starts when only one song is in that folder.

@dere013
Copy link
Author

dere013 commented Feb 11, 2017

Hello,
the config.ini has no entry after "SongDir1=" but after adding just one Song in the "...\UltraStar Deluxe\Songs" folder, usdx starts, recognizes this song and shows it in the selection window.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants