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.


Topics - gasquakee

Pages: [1]
1
C / New to CSFML, audio issues?
« on: July 20, 2016, 05:57:16 am »
So, I've just setup CSFML and I've used this sample code from the documentation. However, after a while of running the program it eventually crashes. I've targeted this down to the audio section of the example code and I'm not sure what's wrong with it, especially because it's example code. Here is the source: http://pastebin.com/nQHcNDLi. Also, at the beginning of the program it prints this message: AL lib: (EE) MMDevApiMsgProc: Unexpected message: 49425; this is weird though because it works for a while despite this. Also while I'm here this is probably a more C(Pretty new) is there a better way to phrase this:
            sfVector2f vec = {-0.25f, 0};
            sfSprite_move(sprite, vec);
More inline I mean. If you could help me with these that would be great, thanks :).

2
Java / Exporting problems! Please help!
« on: December 12, 2015, 01:57:46 am »
Hey guys,

So my experience with jSFML has been absolutely superb but I'm having some problems whilst making a jar. I can make my jar and and run it but none of my assets go through; Instead, they are replaced with White rectangles. Does anyone know what's going on? I'd really appreciate it! Thank you.

Pages: [1]
anything