Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Trying to run jSFML in an applet (UnsatisfiedLink)  (Read 6454 times)

0 Members and 1 Guest are viewing this topic.

ShadowGrimm

  • Newbie
  • *
  • Posts: 2
    • View Profile
Trying to run jSFML in an applet (UnsatisfiedLink)
« on: July 02, 2013, 02:38:11 am »
Hi there, I've compiled the source on Github for the AWT RenderCanvas and when I try to run my game I get this error:

Exception in thread "JSFML RenderCanvas Runner" java.lang.UnsatisfiedLinkError: org.jsfml.graphics.RenderCanvas.nativeCreateRenderWindow(Lorg/jsfml/window/ContextSettings;)J
        at org.jsfml.graphics.RenderCanvas.nativeCreateRenderWindow(Native Method)
        at org.jsfml.graphics.RenderCanvas.access$1(RenderCanvas.java:88)
        at org.jsfml.graphics.RenderCanvas$1.run(RenderCanvas.java:103)
        at java.lang.Thread.run(Unknown Source)
 

Perhaps something I'm missing? Thanks in advance for any help...
« Last Edit: July 02, 2013, 02:52:48 am by ShadowGrimm »

pdinklag

  • Sr. Member
  • ****
  • Posts: 330
  • JSFML Developer
    • View Profile
    • JSFML Website
Re: Trying to run jSFML in an applet (UnsatisfiedLink)
« Reply #1 on: July 02, 2013, 07:01:14 am »
Did you do any local merging? That branch is severely outdated and I have honestly no idea what the last state of it was, but I do believe it ran at least.

I won't be able to look into this for a week. :-\
JSFML - The Java binding to SFML.

ShadowGrimm

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Trying to run jSFML in an applet (UnsatisfiedLink)
« Reply #2 on: July 02, 2013, 07:07:10 am »
Did you do any local merging? That branch is severely outdated and I have honestly no idea what the last state of it was, but I do believe it ran at least.

I won't be able to look into this for a week. :-\

Is there any other means of incorporating jSFML into an applet? There may also be something I'm simply overlooking...

pdinklag

  • Sr. Member
  • ****
  • Posts: 330
  • JSFML Developer
    • View Profile
    • JSFML Website
Re: Trying to run jSFML in an applet (UnsatisfiedLink)
« Reply #3 on: July 02, 2013, 06:35:52 pm »
Nope, that's exactly what the RenderCanvas is for.
JSFML - The Java binding to SFML.

noobcakes

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Trying to run jSFML in an applet (UnsatisfiedLink)
« Reply #4 on: July 03, 2013, 02:03:24 am »
 :'( Well boo. Thank you very much for your time though mr. dpinklag. We do appreciate the response.

Edit: The only reason we're not using your newest library release is because of its lack of mac support. Is this a feature that is planned on being updated in the sooner rather than later future ? We do understand you're busy. :) We're just trying to make plans on what we're going to do and when :p
« Last Edit: July 03, 2013, 05:27:33 am by noobcakes »

pdinklag

  • Sr. Member
  • ****
  • Posts: 330
  • JSFML Developer
    • View Profile
    • JSFML Website
Re: Trying to run jSFML in an applet (UnsatisfiedLink)
« Reply #5 on: July 21, 2013, 08:25:30 pm »
The problem is that I do not own a Mac, I depend on Hiura there and I must confess that I did not even contact him about this test release.  :-X

When I find some time, I will pack up a 4th test release that also contains the latest SFML bugfixes. Time is a resource very limited to me lately, and that does not seem to want to change. I'm sorry for this.
JSFML - The Java binding to SFML.

Hiura

  • SFML Team
  • Hero Member
  • *****
  • Posts: 4321
    • View Profile
    • Email
Re: Trying to run jSFML in an applet (UnsatisfiedLink)
« Reply #6 on: July 23, 2013, 07:31:45 pm »
Yeah, I would love to help more on JSFML but time is hard to find these days..  :-\
SFML / OS X developer

 

anything