LWJGL Forum

Programming => OpenAL => Topic started by: nabila_usto on June 15, 2011, 22:49:32

Poll
Question: How to use openAl ?
Option 1: wave votes: 1
Option 2: *.ogg votes: 2
Title: help (game with java)
Post by: nabila_usto on June 15, 2011, 22:49:32
i have to simulate a game of basketball with multi-agent system (java), and i use jogl to create it, i want to create players (humain) who move and shoot, and i need a beatiful menu for my game  ::), and sounds also, can you help me please? ???
i had use openAl to play my sound, but i have an error
Exception in thread "main" java.lang.NullPointerException  :(
Title: Re: help (game with java)
Post by: CodeBunny on June 15, 2011, 23:28:44
A NullPointerException is something that can be caused by literally every single object in the java language. It's the most common exception there is. Do you have anything more specific to go on?

Reasonably, if you have a bug, it's not possible for us to either understand what's happening or help you without code examples or a complete stack trace (hopefully both).

It kind of sounds like you're asking us to write the game for you... do you have any experience with any of this type of programming (LWJGL, OpenGL, Java, game programming in general)? Or is this a "first project?"
Title: Re: help (game with java)
Post by: Fool Running on June 16, 2011, 12:35:43
Sounds to me like a school project he has to do, but he has no idea how to do it and wants us to do it for him.
We've had other people do this kind of stuff. I recall someone offering to pay us to do his project for him once (for like $50). ;D
Title: Re: help (game with java)
Post by: CodeBunny on June 16, 2011, 14:08:10
That's kind of sad.