Welcome, Guest. Please login or register.

Author Topic: Fblit Problem * Solved*  (Read 3831 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline meega

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 952
    • Show all replies
Re: Fblit Problem
« on: June 17, 2007, 11:42:17 PM »
Can't say I've had such problems, older FBlit though... But I do recall that it comes early in the startup-seq, well before BindDrivers.
:)
 

Offline meega

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 952
    • Show all replies
Re: Fblit Problem
« Reply #1 on: June 18, 2007, 12:39:22 AM »
Are the file protection bits correct?
:)
 

Offline meega

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 952
    • Show all replies
Re: Fblit Problem
« Reply #2 on: June 18, 2007, 01:09:03 AM »
Select the FBlit program's icon, and choose Information from the Icons menu, and check that the e (executable) bit is set/checked/on.

If it is not set on, then set it in the Information window and save, or type:

Protect C:FBlit +e

into a shell/cli.

(Standard arrangement of set bits is rwed, for an executable binary.)
:)
 

Offline meega

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 952
    • Show all replies
Re: Fblit Problem *Resolved*
« Reply #3 on: June 18, 2007, 02:26:27 PM »
Excellent, you have solved it. :-)

Protection bits are not necessarily preserved correctly in archives. It used to be standard practice to check that any executable files were actually set as such when you extracted your files from the archive. Readme files often told the user which files to check.
:)
 

Offline meega

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 952
    • Show all replies
Re: Fblit Problem *Resolved*
« Reply #4 on: June 18, 2007, 05:18:21 PM »
Quote

bakoulis wrote:

What I say?

You said:

Quote

bakoulis wrote:

The problem was really the protection, I give: "Protect C:FBlit +e" in a shell and the problem gone.

Solved.

Edit: and a very satisfying (for me) 290th post.
:)