gxemul

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
CaseyB
Posts: 15
Joined: Mon Jan 23, 2006 7:28 am

gxemul

Post by CaseyB »

I am having trouble getting it to run the "Hello World" tutorial. When I use the command line

Code: Select all

./gxemul.exe -E psp hello.elf
it says

Code: Select all

WARNING! You are emulating a PSP without -X.  You will miss graphical output!
Image
and it doesn't show the "Hello World" and I can't figure out how to stop it! When I use the -X like this

Code: Select all

./gxemul.exe -X -E psp hello.elf
I get this result.
Image
User avatar
ReKleSS
Posts: 73
Joined: Sat Jun 18, 2005 12:57 pm
Location: Melbourne, Australia

Post by ReKleSS »

It looks like it's trying to connect to an X11 display, which isn't going to work under windows. Don't bother with emulators, you're not going to get anywhere. Use a real psp.
-ReK
User avatar
groepaz
Posts: 305
Joined: Thu Sep 01, 2005 7:44 am
Contact:

Post by groepaz »

actually it should work under windows if you install the X server from cygwin
Post Reply