Page 1 of 1

[SOLVED] Compiling. (0xc0000007b error).

Posted: Sat May 28, 2016 9:13 pm
by Wonder
Hey, i'm new to all this stuff.

I do everything by guide.
So i've got that error:

libopusfile-0.dll is missing.

I copied all dll files from binaries package. Compiling process was finished succefully.
And when i run ddnet_d.exe i've got - 0xc0000007b error.

I changed nothing, just want to compile it. :)

Server was compiled too, so i able to start it, and can play on my own compiled server. But client crashes on start. :(

Re: Compiling. (0xc0000007b error).

Posted: Sat May 28, 2016 10:49 pm
by Wonder
Win 7
Visual Studio 11
Python 3.x
bam 0.4.0

Compiling via bam.

Re: Compiling. (0xc0000007b error).

Posted: Sat May 28, 2016 11:03 pm
by deen
Make sure to copy the correct libraries. If you compile 32bit binary you need 32bit libraries. You can also find them in other/opus/windows/lib32/

Re: Compiling. (0xc0000007b error).

Posted: Sat May 28, 2016 11:28 pm
by Wonder
Oh, yes, i compiled 32-bit version, but copied dll's from x64 downloaded version.

Now client works.
So i'm prepared to make my own superclient ^^

Thank you. Solved.