fegennari / 3DWorld

3D Procedural Game Engine Using OpenGL
GNU General Public License v3.0
1.15k stars 89 forks source link

Can you help me with this issue? #14

Closed trsh closed 2 years ago

trsh commented 2 years ago

I downloaded the project and exe from release. When I run exe I got this error:

C:\Users\janis>C:\Users\janis\Downloads\3DWorld-master\3DWorld-master\3DWorld.exe
Starting 3DWorld
*** Error: Could not open input configuration file file 'scene_config/config_pre.txt'.
*** Error: Could not open input configuration file file 'scene_config/config_post.txt'.
Loading.....alut error: There was an error opening the ALC device
alutInit failed
fegennari commented 2 years ago

You have to clone the entire git repo, and then place the release executable in the root of the git project. The scene_config directory and required DLLs are there, along with all of the other required assets. This data is too large to package with every release.

fegennari commented 2 years ago

It's been awhile. Did you ever solve this? I just updated the alut project files to toolset v143 and added both the win32 and x64 libraries to the git repo. I'm going to close this issue since I never heard back from you and can't reproduce the problem. Feel free to re-open it if needed, with some more info.

trsh commented 2 years ago

Sorry I did lost interest in this project. Its good, but not the thing I was looking for.