Wohlstand / OPL3BankEditor

A small cross-platform editor of the OPL3 FM banks of different formats (Downloads in README below)
GNU General Public License v3.0
143 stars 12 forks source link

[Windows] liboplproxy64.dll throws error during launch #171

Closed freq-mod closed 3 years ago

freq-mod commented 3 years ago

Oops... I have failed to load_chipInit@0 function: | Oops... I have failed to load_chipPoke@8 function: Error 127 Continuing without FM sound

Bank editor throws these error boxes anytime I start it under Windows 10 x64. Running it with user admin mode doesn't help. Tool itself works fine, though.

Wohlstand commented 3 years ago

I guess, the dll didn't packed into archive...

Wohlstand commented 3 years ago

The mess of a build script

Wohlstand commented 3 years ago

Okay, I see the true reason - wrong calls. I did some work to fix that, so, going to push...

Wohlstand commented 3 years ago

One thing I should to do - do initialize OPL Proxy library on the first attempt to use it, rather initialize it since startup.

Wohlstand commented 3 years ago

Done! So, the actual initialization of hardware OPL3 module will happen once you'll choose it.

freq-mod commented 3 years ago

Right, now it starts correctly, thanks!