Few problems with linux. (solved)

new BookmarkLockedFalling
ekvirtanen
Guest

Guest Avatar

Post by ekvirtanen on Jan 10, 2008 11:46:11 GMT -5

I did install RB with wine and it somehow works. This happens everytime when using win application in linux.
Anyway, has any linux user experienced problems i have?

Installation itself went fine and RB opens in my browser.
But when i get "interpreter" in front of my eyes, i cant run it since there is only a text box with a 4 links which all produces a errors.
I am using RB as super user to avoid permission problems.

Propably something silly which i dont just get ;D


ERROR_ACCESS_DENIED ("code.log")

* HandleRegistry>>evaluateWithFullProtection:

self a HandleRegistry protected by a RecursionLock with (#[128 194 19 0]->an active SocketAccessor #[160 ...etc...
temps
t1 BlockClosure [] in HandleRegistry>>registerValueOf:
t2 nil
t3 an OsInaccessibleError
t4 nil
inst vars
tally 2
valueArray WeakArray (nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil...etc...
executors #(nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil...etc...
accessLock a RecursionLock

* HandleRegistry>>registerValueOf:

self a HandleRegistry protected by a RecursionLock with (#[128 194 19 0]->an active SocketAccessor #[160 ...etc...
temps
t1 BlockClosure [] in OSHandle class>>handleValue:
inst vars
tally 2
valueArray WeakArray (nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil...etc...
executors #(nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil...etc...
accessLock a RecursionLock

* PCDiskFileAccessor class(OSHandle class)>>handleValue:

self PCDiskFileAccessor
temps
t1 BlockClosure [] in IOAccessor class>>openFileNamed:direction:creation:
inst vars
superclass PCIOAccessor
methodDict MethodDictionary (#isSeekable #lock:for: #commit #setSem:forWrite: #connectionClass #readWriteStream...etc...
format 16386
subclasses nil
instanceVariables nil
organization ('accessing' #commit) ('defaults' #connectionClass) ('stream creation' #readWriteStream) ('synchroni...etc...
name #PCDiskFileAccessor
classPool nil
environment OS

* IOAccessor class>>openFileNamed:direction:creation:

self IOAccessor
temps
t1 'code.log'
t2 2
t3 1
inst vars
superclass OSHandle
methodDict MethodDictionary (#printOn: #close #truncateTo: #primWriteFrom:startingAt:for: #readInto: #writeWait...etc...
format 16386
subclasses #(BlockableIOAccessor MacIOAccessor PCIOAccessor)
instanceVariables nil
organization ('initialize-release' #close) ('accessing' #bufferSize #commit #descriptor #fileSize #truncateTo:) (...etc...
name #IOAccessor
classPool IOAccessor asNameSpace
environment OS

* FileConnection>>open

self a FileConnection
temps
inst vars
inputDescriptor nil
outputDescriptor nil
fileName a PortableFilename('code.log')
rwmode #readWrite
creationRule #mayCreate
rememberedPosition nil


Last Edit: Jan 10, 2008 12:06:04 GMT -5 by ekvirtanen
carlgundel
Administrator
*****
Creator of Run BASIC

carlgundel Avatar

Posts: 975

ekvirtanen
Guest

Guest Avatar

Post by ekvirtanen on Jan 10, 2008 12:05:11 GMT -5

Hi carl.

Permissions was the problem.
"Run" tab is missing only in default style. I changed to space and now i can run my codes. Seems like its in other styles too (except that default one).

[edit]
Ok, i changed back to default and now there is "run" tab too. Prolly some browser issue. Ill add (solved) at topic.
Last Edit: Jan 10, 2008 12:05:50 GMT -5 by ekvirtanen
carlgundel
Administrator
*****
Creator of Run BASIC

carlgundel Avatar

Posts: 975

Post by carlgundel on Jan 10, 2008 12:26:12 GMT -5

ekvirtanen said:
Hi carl.

Permissions was the problem.

Glad to hear it. What was the incorrect setting?
"Run" tab is missing only in default style. I changed to space and now i can run my codes. Seems like its in other styles too (except that default one).

[edit]
Ok, i changed back to default and now there is "run" tab too. Prolly some browser issue. Ill add (solved) at topic.

Do you mean a Run button?

-Carl
ekvirtanen
Guest

Guest Avatar