Why won't my game run on other computers???

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
exile
Posts: 3
Joined: Sat Apr 15, 2006 10:36 am
Location: Australia
Contact:

Why won't my game run on other computers???

Post by exile »

Hi.

Can anyone tell me why my game won't run on other computers.
Everything is set up properly and works fine on mine.

Thanks.
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

How does it not run? Do you get errors? Or low framerates?
Image Image Image
exile
Posts: 3
Joined: Sat Apr 15, 2006 10:36 am
Location: Australia
Contact:

Post by exile »

Console window appears for a fraction of a second. Then nothing happens.
FrSl
Posts: 19
Joined: Thu Jan 19, 2006 5:03 pm

Post by FrSl »

Some more info could help indeed,

If the program is starting up and shutting down directly after that then you probably forgot 'Irrlicht.dll', just include it in the same directory of you're .exe and then it will do something more.

EDIT: Then this is the solution :P
exile
Posts: 3
Joined: Sat Apr 15, 2006 10:36 am
Location: Australia
Contact:

Post by exile »

Thanks!! That's what i've done wrong.
(I've only been using irrlicht for 2 days now)

Thanks again. ; )
Dulaithol
Posts: 3
Joined: Mon Jun 12, 2006 12:05 am

Post by Dulaithol »

well, what if I don't want to have the irrlicht.dll included with it.
jam
Posts: 409
Joined: Fri Nov 04, 2005 3:52 am

Post by jam »

Dulaithol wrote:well, what if I don't want to have the irrlicht.dll included with it.
Then you need to compile Irrlicht as a static lib. Acki's IrrExtensions can make compiling one easier, Or you can search the forum as a few topics already exist on how to create one.
drarem
Posts: 81
Joined: Mon Mar 06, 2006 4:40 am
Contact:

Post by drarem »

I've compiled statically with the .dll before; my .exe ended up slightly larger than the .dll but it worked.
Post Reply