Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Editaw5X

Pages: [1]
1
DotNet / Re: SFML.Audio.Music System.DllNotFoundException
« on: January 16, 2018, 04:15:10 pm »
Ah, hmm I think we still haven't update the download. For some reason the x86 is also x64.
Simplest solution would be to rebuild CSFML from source.

I fixed a problem. I installed OpenAL.

2
DotNet / Re: SFML.Audio.Music System.DllNotFoundException
« on: January 16, 2018, 07:03:38 am »
Ah, hmm I think we still haven't update the download. For some reason the x86 is also x64.
Simplest solution would be to rebuild CSFML from source.

CMake Error at src/SFML/CMakeLists.txt:26 (find_package):
  By not providing "FindSFML.cmake" in CMAKE_MODULE_PATH this project has
  asked CMake to find a package configuration file provided by "SFML", but
  CMake did not find one.

  Could not find a package configuration file provided by "SFML" (requested
  version 2) with any of the following names:

    SFMLConfig.cmake
    sfml-config.cmake

  Add the installation prefix of "SFML" to CMAKE_PREFIX_PATH or set
  "SFML_DIR" to a directory containing one of the above files.  If "SFML"
  provides a separate development package or SDK, be sure it has been
  installed.


Configuring incomplete, errors occurred!

3
DotNet / Re: SFML.Audio.Music System.DllNotFoundException
« on: January 15, 2018, 07:35:33 am »
Where did you get the DLLs from? What package did you download?

I compiled SFML.Net from GitHub and CSFML downloaded from sfml-dev.org

4
DotNet / Re: SFML.Audio.Music System.DllNotFoundException
« on: January 14, 2018, 07:45:13 pm »
Did you match exe/dll architectures? (All x86, or all x64?)
All x86

5
DotNet / SFML.Audio.Music System.DllNotFoundException
« on: January 14, 2018, 06:14:18 pm »
System.DllNotFoundException: "Unable to load DLL "csfml-audio-2""

Code:
Music mainMenuTheme = new Music("C:\path\to\file.wav"); // System.DllNotFoundException


Pages: [1]