nununoisy / nsf-presenter-rs

NSF visualizer used for my YouTube videos based on RusticNES and FFmpeg
MIT License
32 stars 0 forks source link

Crashes #3

Closed MusicBoiJBoy closed 1 year ago

MusicBoiJBoy commented 1 year ago

as soon as i open the application it crashes and idk why

nununoisy commented 1 year ago

Sorry to hear that. I’m going to need a bit more information to help you out.

MusicBoiJBoy commented 1 year ago

i am using windows 10.

i am using an Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz processor

and no i didnt get a message saying that one of the DLL's are missong

nununoisy commented 1 year ago

It’s just a hunch, but since I compiled on a more modern processor, it’s entirely possible that the build I posted is using processor extensions that your CPU doesn’t support. I’ll rebuild the release using a compatible instruction set when I get home - hopefully that fixes it. If it doesn’t, I have an Ivy Bridge system with similar specs that I can use to test on my end.

nununoisy commented 1 year ago

Alright, I've updated the release with binaries compiled using -Ctarget-cpu=x86-64-v2 which should include support for your processor. Try running it now, and if still isn't working let me know.