kometbomb / klystrack

A chiptune tracker
http://kometbomb.github.io/klystrack/
Other
484 stars 28 forks source link

klystrack compile on linux #244

Open muziker opened 6 years ago

muziker commented 6 years ago

On ubuntu, after compilation, and after shifting the key files and the res files to the /usr/lib directory, running the klystrack binary gives an open application with the initial multicoloured lines of the splash screen. But the splash screen doesn't disappear, so the lines obscure the main window.

alexmyczko commented 6 years ago

Built from source? Or the package? What version of klystrack and Ubuntu exactly?

muziker commented 6 years ago

Built from source. Direct from a git clone, with a checkedout 1.7.3. it is a ubuntu 17.04

kometbomb commented 6 years ago

Does the animation continue indefinitely or does it stop?

ti 11. syyskuuta 2018 klo 21.47 muziker notifications@github.com kirjoitti:

On ubuntu, after compilation, and after shifting the key files and the res files to the /usr/lib directory, running the klystrack binary gives an open application with the initial multicoloured lines of the splash screen. But the splash screen doesn't disappear, so the lines obscure the main window.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystrack/issues/244, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6UKa3Ev74wfoYcHyHJ-zscfEAqMgks5uaAUtgaJpZM4Wj7nh .

muziker commented 6 years ago

It does not stop.

kometbomb commented 6 years ago

Can you check if it helps when you put this in ~/.klystrack (you can create the file if it does not exist):

disable_nostalgy = yes

The animation should display for 60 frames, there is no other condition for it to stop other than the frame count. So it's highly bizarre if it keeps happening.

muziker commented 6 years ago

After adding the klystrack config file, interestingly, the splash screen disappears when i run strace on it. Now the splash screen doesn't appear, but when selecting the menu, the menubar starts flickering as if it is constantly redrawing that section.

kometbomb commented 6 years ago

It could be the intermediate texture render. You can disable it in the config (should be easy to spot) or in the prefs menu. Needs a restart to take effect.

ke 12. syyskuuta 2018 klo 21.20 muziker notifications@github.com kirjoitti:

After adding the klystrack config file, interestingly, the splash screen disappears when i run strace on it. Now the splash screen doesn't appear, but when selecting the menu, the menubar starts flickering as if it is constantly redrawing that section.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kometbomb/klystrack/issues/244#issuecomment-420748519, or mute the thread https://github.com/notifications/unsubscribe-auth/ABCK6ezMCF2NlmWhxiB0yKeYiOzVzdW2ks5uaVBrgaJpZM4Wj7nh .

alexmyczko commented 4 years ago

@muziker is the issue still a thing? care to try the debian package? got 20.04 ?