Open GoogleCodeExporter opened 9 years ago
The same issue in libgdx repository
https://code.google.com/p/libgdx/issues/detail?id=1418
Original comment by asdani...@gmail.com
on 3 May 2013 at 11:02
Same here - when I switched to the nightly build jars the loader failed. Same
trace as above.
Original comment by jmalbane...@gmail.com
on 6 May 2013 at 4:55
Nate refactored the Json reading process:
http://www.badlogicgames.com/wordpress/?p=2993
It broke the code.
private Model readJson(String str) {
Model m = new Model();
OrderedMap<String,?> rootElem = (OrderedMap<String,?>) new JsonReader().parse(str);
That doesnt work anymore.
I need a fix too, gonna try it myself.
Original comment by alchemic...@gmail.com
on 6 May 2013 at 1:43
It's critical bug. Physics Body Editor does not work with libgdx nightlies.
Original comment by swiez9u...@gmail.com
on 8 May 2013 at 7:42
Hello. I fixed that issue. Here is my version of BodyEditorLoader.java
https://gist.github.com/kzudov/5566204
I tested it with some of my shapes and with loader-libgdx-demo.
Original comment by kzudov....@gmail.com
on 13 May 2013 at 4:50
Attachments:
help ...I use this fix but still same error...can anybody help me ??
Original comment by pipu...@gmail.com
on 20 May 2013 at 4:36
@ kzudov, nice it works gr8
Original comment by joker...@gmail.com
on 6 Jun 2013 at 5:41
Thanks for reporting. Being away from the project led to some nasty bugs like
that. I'll include the provided fix in the source code and will release a new
version.
Original comment by aurelien.ribon
on 1 Oct 2013 at 7:59
I have tested with kzudov solution and it works fine
Original comment by igor.far...@gmail.com
on 11 Oct 2013 at 10:33
Any update on the new version? kzudov's link is down.
I could do with this tool, got a HUGE world that has a ground sprite that is
up, down and all over the place, going to be very difficult/time consuming to
create a fixture for it.
Original comment by Gibson.S...@gmail.com
on 11 Dec 2013 at 4:22
I just updated to libgdx 0.9.9 and I'm facing the same issue. I don't want to
fix it myself, waiting for the fix.
Original comment by webf...@gmail.com
on 12 Dec 2013 at 9:00
KZUDOV's version in attachement
Original comment by asdani...@gmail.com
on 13 Dec 2013 at 6:09
Attachments:
Here is the original version of kzudov's BodyEditorLoader.java.
Original comment by swiez9u...@gmail.com
on 13 Dec 2013 at 7:37
Attachments:
Thank you so much for this fix! :-)
Original comment by autrel.f...@gmail.com
on 26 Feb 2014 at 12:39
[deleted comment]
Ohh. I changed my github username, that's why the link was down.
Here's a working link: https://gist.github.com/zudov/5566204
Original comment by kzudov....@gmail.com
on 13 Mar 2014 at 12:09
The BodyEditorLoader.java works great. Thanks =)
Original comment by cavpo...@gmail.com
on 5 Apr 2014 at 9:37
[deleted comment]
send your email to jmalbanese@venicecreative.com - I have the fix.
Original comment by jmalbane...@gmail.com
on 28 Jun 2014 at 4:38
I have fixed this and it works fine with LibGDX 1.4.1. Of course you will need
to change the package name. :)
Original comment by bigfoot_...@yahoo.com
on 19 Dec 2014 at 9:31
Attachments:
@bigfoot_software
It works great for me with LibGDX 1.4.1. Thank you so much bro !
Original comment by nhannguy...@gmail.com
on 21 Dec 2014 at 5:34
Original issue reported on code.google.com by
wy.willi...@gmail.com
on 2 May 2013 at 2:27