SFML community forums
Help => General => Topic started by: ravenheart on February 28, 2009, 05:48:35 pm
-
is it possible that the download from sourceforge causes some trouble??
as i told u i downloaded it several times with linux systems and often i had the error
: unexpected end of file
when i tried to extract the full sdk
now i downloaded the windows-sdk and tried to extract it using winrar:
! C:\Users\Osiris\Documents\Downloads\SFML-1.4-sdk-windows.zip: Unerwartetes Archivende.
for those who dont speak german:
unexpected end of file
...
-
I have no problem with the SFML archives. I just tested the Windows SDK again to be sure: I can extract it with winrar without any error.
Are you sure you're not trying to extract it before the download completes? :lol:
-
yes i am sure^^
i didnt have any problems with it before
well here it is again:
downlöoad completed
40,9 MB in 59 s
Speed: 702 kb/s
last time it didnt work now it does ... is still wonder why
... it is really maddening -.-
-
well i think that googles chrome browser does make problems at moment
with ie it works...
-
Try clearing your cache. I think chrome cached a corrupted download
-
hmm now i tried again downloading sdk for linux:
firefox did not report any error but again i couldnt extract the files so i used
konqueror
msg:
connection to 213.203.218.125 interrupted
and that almost every time i try it -- sometimes it works but 3 times it didnt ... and i dont believe my inet has problems i can download anything else... it works
________________________________
i installed the working one- i can compile and link files now with no problems
but i cant run them
and thats what i get when i try to run the samples:
kleopatra@localhost:~/Desktop/SFML-1.4/samples/bin> ./opengl
./opengl: error while loading shared libraries: libsfml-graphics.so.1.4: wrong ELF class: ELFCLASS64
kleopatra@localhost:~/Desktop/SFML-1.4/samples/bin> ./ftp
./ftp: error while loading shared libraries: libsfml-network.so.1.4: wrong ELF class: ELFCLASS64
kleopatra@localhost:~/Desktop/SFML-1.4/samples/bin> ./wxwidgets
./wxwidgets: error while loading shared libraries: libsfml-graphics.so.1.4: wrong ELF class: ELFCLASS64
kleopatra@localhost:~/Desktop/SFML-1.4/samples/bin> ./pong
./pong: error while loading shared libraries: libsfml-audio.so.1.4: wrong ELF class: ELFCLASS64
-
Are you using a 64 bits OS? SFML binaries are compiled for 32 bits.
-
yes i use 64 bit
how can i use sfml with my 64-bit os??
the files i create cannot be opened too, even when compiling and linking worked, then i get this msg:
localhost:/home/kleopatra/Dokumente # ./test
./test: error while loading shared libraries: libsfml-system.so.1.4: cannot open shared object file: No such file or directory
-
You have to recompile SFML.
-
how can i recompile it ?!
-
Read the tutorial :)
-
if u mean
make sfml or make sfml-samples , i already did it -> tat lkeads to following output when i try to run samples or my own files:
X Error of failed request: BadRequest (invalid request code or no such operation)
Major opcode of failed request: 143 (GLX)
Minor opcode of failed request: 19 (X_GLXQueryServerString)
Serial number of failed request: 14
Current serial number in output stream: 14
-
So you don't have any issue with compiling SFML... Don't forget "make install" after "make sfml".
Do you have an OpenGL implementation working (is glxgears running?)?
-
finally.. it seems here lies the problem:
glxgears is NOT running, it is the same error message like i posted before,
what is missing in my system??
-
Probably an OpenGL implementation (look into your standard packages), or a proper OpenGL driver. I'm not an expert so I can't help much, sorry.