Page 12 of 40

Posted: Sat Oct 30, 2004 3:08 pm
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,

Posted: Sat Oct 30, 2004 3:40 pm
by NoahPhense
Here is 1.2 beta 1.2 ..

Download Here

- np

Posted: Sat Oct 30, 2004 4:05 pm
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?

Posted: Sat Oct 30, 2004 4:12 pm
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,

Posted: Sat Oct 30, 2004 4:13 pm
by DarkDragon
C:\Dokumente und Einstellungen\Bradan\Lokale Einstellungen\Temp\

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

[EDIT]
reboot helps.

Posted: Sat Oct 30, 2004 4:18 pm
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

Posted: Sat Oct 30, 2004 4:20 pm
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).

Posted: Sat Oct 30, 2004 4:24 pm
by NoahPhense
Hmm, are you living in prison.. using the prison library computer?

lol

- np

Posted: Sat Oct 30, 2004 4:24 pm
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.

Posted: Sat Oct 30, 2004 4:28 pm
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

Posted: Sat Oct 30, 2004 4:38 pm
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

Posted: Sat Oct 30, 2004 4:42 pm
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.

Posted: Sat Oct 30, 2004 4:43 pm
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

Posted: Sat Oct 30, 2004 5:00 pm
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.

Posted: Sat Oct 30, 2004 5:08 pm
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