TailBite 1.0 Preview, soon in PureProject and PureArea

TailBite specific forum

Moderators: gnozal, ABBKlaus, lexvictory

El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

This is funny: I've realised I can't give you a prior version. The reason is that I build over the previous build and I don't keep a copy.

Anyway, I'd like to try to solve your problem. Can you send me some code which doesn't work in your machine?

Regards,
El_Choni
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Here is 1.2 beta 1.2 ..

Download Here

- np
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

NoahPhense wrote:Here is 1.2 beta 1.2 ..

Download Here

- np
Thanks, but I get an error while installing:
Unable to create temporary file. Installation failed.
The system can't find the specific path.
and
Unable to open temporary installation file. Installation failed.
The system can't find the specific path.
Well, I don't know why I get this errors. I can't install any Tailbite versions anymore.

[EDIT]
Now all is ReadOnly 8O Why?
bye,
Daniel
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

@DarkDragon:

Could you run this code in your machine and tell me what it shows in the debug window?

Code: Select all

*StringBuffer = AllocateMemory(#MAX_PATH)
If GetTempPath_(#MAX_PATH, *StringBuffer)=#FALSE
  GetModuleFileName_(0, *StringBuffer, #MAX_PATH)
  PokeS(*StringBuffer, GetPathPart(PeekS(*StringBuffer)))
  Debug "No system temporary folder."
EndIf
TempFolder$ = PeekS(*StringBuffer)
FreeMemory(*StringBuffer)
Debug TempFolder$
TIA, regards,
El_Choni
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

C:\Dokumente und Einstellungen\Bradan\Lokale Einstellungen\Temp\

WHY IS MY HD READONLY????????

[EDIT]
reboot helps.
Last edited by DarkDragon on Sat Oct 30, 2004 4:21 pm, edited 1 time in total.
bye,
Daniel
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

DarkDragon wrote:C:\Dokumente und Einstellungen\Bradan\Lokale Einstellungen\Temp\

WHY IS MY HD READONLY????????
lol.. after so many failed attempts with TB... it locks down your system to
any further usage... lol
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

Then that's the problem. The installer can't create the temporary file if your HD is readonly. About why is it readonly, I don't know. The installer doesn't change file attributes. TailBite changes the attributes of a single file (APILIST.TXT) to hidden, but not readonly.

You won't be able to install TailBite if your HD is readonly (AFAIK, you won't be able to do nothing at all).
El_Choni
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

Hmm, are you living in prison.. using the prison library computer?

lol

- np
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

ARGH Now I get that Error:
FAsm: SF3DShared.asm
flat assembler version 1.56
TBTemp\Functions\SF3DShared.asm [9]
Public align 4
error: reserved word used as a symbol

The Pipe was closed.
bye,
Daniel
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

DarkDragon wrote:ARGH Now I get that Error:
FAsm: SF3DShared.asm
flat assembler version 1.56
TBTemp\Functions\SF3DShared.asm [9]
Public align 4
error: reserved word used as a symbol

The Pipe was closed.
now run the tb update.. and delete the:
PureBasic\PureLibraries\UserLibraries\TB_Include.

- np
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

And when you are back where you started... let El help you. Because my
libraries don't work either. They work if I make them into dll's.. but not
as libs.. So I know it's something simple.

- np
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

We're trying to find the problem on IRC. Could you send me some source for testing? The problem right now is that I can't reproduce these bugs.
Last edited by El_Choni on Sat Oct 30, 2004 4:44 pm, edited 1 time in total.
El_Choni
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

El .. you should use my mutex lib in your tailbite.. I noticed I could launch
the mgr twice.. it waits until the first one is closed.. then launches another
one.

get it here:

Mutex Lib

- np
El_Choni
TailBite Expert
TailBite Expert
Posts: 1007
Joined: Fri Apr 25, 2003 6:09 pm
Location: Spain

Post by El_Choni »

I've downloaded your lib. But TBManager uses mutexes anyway. But you're right, it's better if the second launching is forgotten instead of delayed.
El_Choni
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

El_Choni wrote:I've downloaded your lib. But TBManager uses mutexes anyway. But you're right, it's better if the second launching is forgotten instead of delayed.
Yeah I saw that.. was just an idea.. I use that in ALL my apps. cept ones
that I want secondary launches on..

- np
Post Reply