kajott / TrackMeister

TrackMeister: a MOD/XM/IT/etc. player in fullscreen mode for tracked music compos at demoparties
MIT License
32 stars 1 forks source link

Binary you added not win32 #1

Closed DimastyK closed 7 months ago

kajott commented 7 months ago

It's a plain Win32 application, not UWP or anything else.

Maybe you confused the platform (which is Win32) with the architecture (which is x86_64)? I'll try to be more diligent in the future and include the architecture in the release file name as well.

DimastyK commented 7 months ago

It's a plain Win32 application, not UWP or anything else.

Maybe you confused the platform (which is Win32) with the architecture (which is x86_64)? I'll try to be more diligent in the future and include the architecture in the release file name as well.

app doesn't run on windows7 32bit - "Bad descriptor"

kajott commented 7 months ago

Yes, it doesn't run on x86 ("32-bit") Windows; sorry for that. I have to admit that I never tried to build it for 32-bit x86, but I don't know why it shouldn't work. I may give it a try later.

kajott commented 7 months ago

Here's a 32-bit build: TrackMeister-v1.0.0-win32-x86.zip

Please keep two things in mind:

DimastyK commented 7 months ago

Here's a 32-bit build: TrackMeister-v1.0.0-win32-x86.zip

Please keep two things in mind:

  • It's untested. (I built it in a Remote Desktop session without sound, so I couldn't test it fully.)
  • It's built against the current Windows SDK, which targets Windows 10 version 1903 or later, so it might not work on operating systems that are almost four years out of support!

Now "Could not create GL Context". Boring, huh?

kajott commented 7 months ago

Graphics card or drivers too old? OpenGL 3.3 is required.

DimastyK commented 7 months ago

Graphics card or drivers too old? OpenGL 3.3 is required.

3.0, there is no new version for this video card. Anyway, thanks for your patience and for doing that.