How to run PB4.0 in Ubuntu Linux 6.10?

Linux specific forum
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post 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.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
frederic
User
User
Posts: 56
Joined: Thu Jan 05, 2006 11:22 pm

Post 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
andreyu
User
User
Posts: 16
Joined: Sun Oct 01, 2006 7:12 pm
Location: Belarus
Contact:

Post 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?
Regards, _Andrey_
http://www.wegroup.org
remi_meier
Enthusiast
Enthusiast
Posts: 468
Joined: Sat Dec 20, 2003 6:19 pm
Location: Switzerland

Post 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
Athlon64 3700+, 1024MB Ram, Radeon X1600
Post Reply