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 - bryan800

Pages: [1]
1
General / Re: Clean template i386 Architecture won't start
« on: November 21, 2015, 03:22:06 pm »
Thank you very much for the information and your time to investigate this issue.

I will try to fix this but I'm just a student who build a game for the first time for a school project.

If I found a solution I will post it.
 


2
General / Clean template i386 Architecture won't start
« on: November 19, 2015, 09:34:43 am »
I just created a new SFML project using the template and changed the archtecture to i386. I tried both release and debug config and also a new project using cmake.

#The error after compiling:

dyld`dyld_fatal_error:
0x8fe01084 <+0>: int3

-> 0x8fe01085 <+1>: nop

#Console output:

dyld: Library not loaded: /Users/m/Prog/Projects/SFML/build_deps/libvorbis-1.3.4/build/1.3.4//i386/root/lib/libvorbis.0.dylib
Referenced from: /Users/user/Library/Developer/Xcode/DerivedData/GameDevelopment-amsiyeknecjdthfapvfranpkf/Build/Products/Release/GameDevelopment.app/Contents/Frameworks/vorbisenc.framework/Versions/A/vorbisenc
Reason: image not found

#My development setup
OSX 10.11.1
Xcode 7.1
SFML 2.3.2

Pages: [1]