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

Pages: [1]
1
C / Re: New to CSFML, audio issues?
« on: July 20, 2016, 06:56:47 pm »
Yes, I am using openal32.dll which came directly from the download page on the site.

2
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 :).

3
Java / Re: Exporting problems! Please help!
« on: December 16, 2015, 01:52:19 am »
Yeah, I was thinking about batch I just didn't know how many OS' supported it. I'll look into launch4j.

4
Java / Re: Exporting problems! Please help!
« on: December 13, 2015, 05:18:46 am »
Hmm, I've replaced what you've told me to and I can run it through CMD as a jar but I cant run it via double click?

5
Java / Re: Exporting problems! Please help!
« on: December 13, 2015, 04:59:24 am »
Thank you!

Also, though, sad. How would you say the current version of jSFML is though? I've used it for a little over a month now and I like it quite nice. When do you think it will be too old?

6
Java / Re: Exporting problems! Please help!
« on: December 12, 2015, 11:36:21 pm »
I load resources like this:
try {
   spritesheet.loadFromFile(Paths.get("res/spritesheet.png"));
} catch (Exception e) {
   e.printStackTrace();
}

and I add a class folder in eclipse called "res"

This seems right to me? Could it be how I export it? I export a runnable jar file and I extract libraries into a generated jar according to Eclipse.

side note: is jSFML still being worked on?

7
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