xboxscene.org forums

Author Topic: Abgx360 + Ubuntu=> Not Enough Space  (Read 98 times)

sexus6

  • Archived User
  • Newbie
  • *
  • Posts: 3
Abgx360 + Ubuntu=> Not Enough Space
« on: March 04, 2009, 01:26:00 PM »

I install abgx360 in ubuntu 8.10 and all is ok.
When I try to check my isos, always said next error => ERROR: Not enought free disk space! you need to free at least 8286208 MB on the partition your file is located. Extending file was aborted”

I test in some different partitions, but the error is the same. At all partitions there is sufficient disc space (almost 20 GB).

WhatÂ’s the problem?
Logged

metalcoat

  • Archived User
  • Full Member
  • *
  • Posts: 164
Abgx360 + Ubuntu=> Not Enough Space
« Reply #1 on: March 06, 2009, 09:14:00 AM »

Did you build from source, use a .deb, or how did you obtain it?  I will try to do the same and report back.
Logged

sexus6

  • Archived User
  • Newbie
  • *
  • Posts: 3
Abgx360 + Ubuntu=> Not Enough Space
« Reply #2 on: March 09, 2009, 01:43:00 PM »

I use this deb=> Abgx360 deb
because I have this problem to compile the source (both 0.9.4 and 1.0.0 ).
(IMG:style_emoticons/default/sad.gif)
Logged

metalcoat

  • Archived User
  • Full Member
  • *
  • Posts: 164
Abgx360 + Ubuntu=> Not Enough Space
« Reply #3 on: March 19, 2009, 08:22:00 PM »

Sorry I took so long...
I see your trying to compile the gui also.  Using the command line is trivial for just the abgx360 without gui.
CODE
./configure
make
sudo make install


Then simply running the program is
CODE
abgx360 xxx.iso


Flags are describe with --help.  Basically
CODE
abgx360 --af3 xx.iso
will auto fix and verify.

If you really refuse to do without the GUI please reference what version of wxwidgets you used when you configured (./configure)

My guess is your using 2.8 the error you provided on the other post is less than helpful.  You need to describe what the program was doing before the error.

This post has been edited by metalcoat: Mar 20 2009, 03:26 AM
Logged

metalcoat

  • Archived User
  • Full Member
  • *
  • Posts: 164
Abgx360 + Ubuntu=> Not Enough Space
« Reply #4 on: March 19, 2009, 09:04:00 PM »

After some more research It would require building wxwidgets from source without unicode.  This is where all the errors are coming from.  I use amd64 so a build for me may or may not work for you.
Logged