carykh / yoyleCityWords

This is a city renderer I created in 2013. It's all hacked together and very slow, so watch out. Explanation video here: https://www.youtube.com/watch?v=y0nsXiI_I9c
MIT License
81 stars 21 forks source link

com.sun.opengl #5

Open ghost opened 7 years ago

ghost commented 7 years ago

When I hit the play button this pops up

"The package "com.sun.opengl" does not exist. You might be missing a library."

and

"No library found for com.sun.opengl.util.texture Libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder."

AlexCMueller commented 7 years ago

com.sun.opengl? This sounds like a package that comes with java and shouldn't need to be imported.

ghost commented 7 years ago

I re-downloaded it and the issue persists... Is is on java though

AlexCMueller commented 7 years ago

It works for other people--sadly I have no way to test. Can you run minecraft properly?

ghost commented 7 years ago

I have thousands of times

AlexCMueller commented 7 years ago

what operating system are you on? Is your java up to date?

ghost commented 7 years ago

I just deleted the 3 import lines and it works now :) I will see if it loads properly

ghost commented 7 years ago

It works

AlexCMueller commented 7 years ago

it won't. OpenGL is critical to the redering. Is your processing version up to date?

EDIT: it worked? what the heck?

ghost commented 7 years ago

2.2.1

ghost commented 7 years ago

it it for 3?

AlexCMueller commented 7 years ago

it's for processing 2 iirc

ghost commented 7 years ago

hold on, brb

ghost commented 7 years ago

k back i got the 3 import lines back

hanss314 commented 7 years ago

replace "sun" with "jogamp" and it should work. I'll make a PR

ghost commented 7 years ago

Still says there is no library but the simulation launches :)

hanss314 commented 7 years ago

That's what's happening with me too. I'll see if there's something better.

ghost commented 7 years ago

kk

hanss314 commented 7 years ago

Made a PR with the new library. You can download it here.

ghost commented 7 years ago

where do i put the file?

ghost commented 7 years ago

Where do i put "jogl.util.jar"?

hanss314 commented 7 years ago

In the same folder as objloader

krux02 commented 7 years ago

Did what you told me I get this error message afterwards.

I did add the jar file, and I did do the rename because adding the jar file alone did not help.

hanss314 commented 7 years ago

Go here and download it.

hanss314 commented 7 years ago

Also, use processing 2. DO NOT use processing 3