Page 2 of 2
Posted: Thu Nov 09, 2006 11:53 pm
by PB
> have you installed Wine?
No, but I think I should give it a try. I'm so impressed by the speed of the
Live CD of Ubuntu v6.10 that I might partition my drive and install it and
Wine. The older version of Ubuntu that I had (can't remember the version)
was way too slow when running the Live CD, making it almost unusable.
Posted: Wed Nov 22, 2006 12:35 pm
by frederic
i've the same problem, the ide start and close.
here is some lines of error log
Code: Select all
(purebasic:8003): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
The program 'purebasic' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 3930 error_code 11 request_code 53 minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
with
Section “Extensions”
Option “Composite” “Disable”
EndSection
the ide works but it's not a good solution
Posted: Mon Nov 27, 2006 8:06 pm
by andreyu
frederic wrote:
with
Section “Extensions”
Option “Composite” “Disable”
EndSection
the ide works but it's not a good solution
Fo me this is not solution, because it not works anyway
Fred, when new linux build will be available?
Posted: Mon Nov 27, 2006 8:12 pm
by remi_meier
Use a console editor like nano, your " (double quotes) are wrong.
Not
Section “Extensions”
Option “Composite” “Disable”
EndSection
but
Section "Extensions"
Option "Composite" "Disable"
EndSection