Page 5 of 5

Re: G3DEditor - 3D GeoEditor

Posted: Fri Oct 24, 2014 8:17 pm
by Forsaiken
You should make sure that you got the latest graphic drivers installed.

Re: G3DEditor - 3D GeoEditor

Posted: Sun Nov 30, 2014 12:02 pm
by volond1
Yes, updated program :D :D :D

Re: G3DEditor - 3D GeoEditor

Posted: Sun Nov 30, 2014 9:53 pm
by Aikimaniac
Forsaiken wrote:You should make sure that you got the latest graphic drivers installed.
lol...youre alive ? :D married and 3 kids ? :) sup bro? :D

Re: G3DEditor - 3D GeoEditor

Posted: Wed Feb 25, 2015 10:00 pm
by Forsaiken
Aikimaniac wrote:
Forsaiken wrote:You should make sure that you got the latest graphic drivers installed.
lol...youre alive ? :D married and 3 kids ? :) sup bro? :D
Well somehow alive, busy with job, not married, no children, yet no time <.<

Re: G3DEditor - 3D GeoEditor

Posted: Sat May 02, 2020 9:46 pm
by jurchiks
Some dude copied this code and replaced all credits with his own, along with some updates.
I assume this isn't Forsaiken's GitHub account?

https://github.com/Sacrifice/Geo3DEditor

Re: G3DEditor - 3D GeoEditor

Posted: Sun May 24, 2020 4:49 pm
by Sacrifice
jurchiks wrote: Sat May 02, 2020 9:46 pm Some dude copied this code and replaced all credits with his own, along with some updates.
I assume this isn't Forsaiken's GitHub account?

https://github.com/Sacrifice/Geo3DEditor
Not copied, FIXED!... It's the same... Original authors are reverted, no problem!.

Re: G3DEditor - 3D GeoEditor

Posted: Mon Dec 28, 2020 6:35 pm
by fakoykas
Sacrifice wrote: Sun May 24, 2020 4:49 pm
jurchiks wrote: Sat May 02, 2020 9:46 pm Some dude copied this code and replaced all credits with his own, along with some updates.
I assume this isn't Forsaiken's GitHub account?

https://github.com/Sacrifice/Geo3DEditor
Not copied, FIXED!... It's the same... Original authors are reverted, no problem!.
Thanks for your work! :)

Re: G3DEditor - 3D GeoEditor

Posted: Wed Oct 16, 2024 8:20 am
by shippou
Hello, what Java to use for it, I have JDk8 and got this error

Code: Select all

Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/awt/AWTUtilities
        at g3deditor.swing.Splash.<init>(Splash.java:62)
        at g3deditor.G3DEditor.main(G3DEditor.java:46)
Caused by: java.lang.ClassNotFoundException: com.sun.awt.AWTUtilities
        at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
        at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
        ... 2 more
Press any key to continue . . .