Im gettjng a Segfault

The Uzebox now have a fully functional emulator! Download and discuss it here.
Post Reply
User avatar
Jhysaun
Posts: 214
Joined: Tue Nov 04, 2008 12:32 am

Im gettjng a Segfault

Post by Jhysaun »

So I've finally gotten around to trying to get my laptop set up do work on the Uzebox. I tried to compile the emulator and whenever I run it I get a segmentation fault. Im running Debian/GNU Lenny on AMD64. Any one know what to do?




Thanks

>J



P.S. I hate laptop keyboards.
Lerc wrote:I intend to use my powerful skills of procrastination to ensure that when I get to making things, the chips will be available.
DavidEtherton
Posts: 252
Joined: Tue Dec 02, 2008 12:38 am
Location: Carlsbad, California (USA)

Re: Im gettjng a Segfault

Post by DavidEtherton »

gdb a.out (or whatever you called the resulting executable)
run whatever.hex
bt

Paste the results here.

Also, run it with no parameters to see the options it supports, and try some of them to see if they help -- -fullscreen, -nodoublebuf, etc.

-Dave
shaurz
Posts: 15
Joined: Fri May 15, 2009 3:25 pm

Re: Im gettjng a Segfault

Post by shaurz »

See my recent post :-)
User avatar
Jhysaun
Posts: 214
Joined: Tue Nov 04, 2008 12:32 am

Re: Im gettjng a Segfault

Post by Jhysaun »

Hey Thanks. That worked. You (or I) should put it in the wiki.


>J
Lerc wrote:I intend to use my powerful skills of procrastination to ensure that when I get to making things, the chips will be available.
User avatar
uze6666
Site Admin
Posts: 4812
Joined: Tue Aug 12, 2008 9:13 pm
Location: Montreal, Canada
Contact:

Re: Im gettjng a Segfault

Post by uze6666 »

Pragma is working on the emulator to add SD card support. I bet he will update the code with the more specific type as your mentioned.

Uze
User avatar
pragma
Posts: 175
Joined: Sat Sep 20, 2008 2:16 am
Location: Washington, DC

Re: Im gettjng a Segfault

Post by pragma »

uze6666 wrote:Pragma is working on the emulator to add SD card support. I bet he will update the code with the more specific type as your mentioned.

Uze
Already on it. I added optarg support today, refactored the code a bit and added SD write support.

In fact, I'm most of the way through a FAT16 unittest as I type this. :)

Bad news is: I won't have the MMC/FAT stuff ASM optimized for at least a week, possibly two.
Post Reply