arnaud-neny / rePlayer

another multi-formats music player
Other
55 stars 4 forks source link

Win 7 32 bit release do not work. #19

Closed Speedvicio closed 1 month ago

Speedvicio commented 1 month ago

Hi! I'm running the last 32 bit version of your player on a Windows 7 32 bit OS. The program do not start without error or log, probably due to unsupported video backed (I'm using a Asus eeepc 701 with intel integrated gma915 GPU). Imgui run onto furnace in this pc using sdl2.

arnaud-neny commented 1 month ago

imgui doesn't support multi-viewport with sdl2 :(

arnaud-neny commented 1 month ago

Found an old laptop in my drawer yesterday working in win7; I was able to find some issues with the win32 version and I made it working. Let's hope it will go further on yours. You'll have to redownload the release as the runtime wasn't working properly.

Speedvicio commented 1 month ago

Found an old laptop in my drawer yesterday working in win7; I was able to find some issues with the win32 version and I made it working. Let's hope it will go further on yours. You'll have to redownload the release as the runtime wasn't working properly.

You are my hero <3, all working fine, the only problem is the dB creation that requires a lot of time, but this is a problem of my pc that run at 900 mhz

arnaud-neny commented 1 month ago

Great news :) Yeah, it's a little bit slow on these computers as the code is written for modern 64bits and several cores. It's not fast too on my laptop.