pulkomandy / beniccc

4 stars 2 forks source link

Program shows only a black window #2

Open extrowerk opened 4 years ago

extrowerk commented 4 years ago

This is with current 64 bit nightly, legacy boot, intel extreme.

pulkomandy commented 4 years ago

demo or benchmark mode? or both?

extrowerk commented 4 years ago

In both case.

pulkomandy commented 4 years ago

How do you run it? Apparently it needs scene1.bin in the current directory, which is not great. I'll move that to a resource instead.

extrowerk commented 4 years ago

That could be the reason, let me check.

extrowerk commented 4 years ago

I moved the executable to the top level folder, where the .bin and the .mod file is, but still just hangs. Can't even close, just kill it.

pulkomandy commented 4 years ago

I just pushed changes to put the polygon stream inside the executable. However apparently it crashes due to a memory corruption in ffmpeg/libopenmpt (no crash if I use a music in a different format). But it should at least solve your problem.

extrowerk commented 4 years ago

Now the graphics shows up, but then crashes. According to debugger it is not crashed in openmpt code. I hovewer just updated the openmpt recipe to the current one (your program still crashing..)

pulkomandy commented 4 years ago

Yes, it crashes in BWindow, but only when I use a MOD file. With a flac file instead (or no music) it's all fine.