TailBite 1.0 Preview, soon in PureProject and PureArea
Moderators: gnozal, ABBKlaus, lexvictory
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Thanks, but I get an error while installing:
andUnable to create temporary 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.Unable to open temporary installation file. Installation failed.
The system can't find the specific path.
[EDIT]
Now all is ReadOnly 8O Why?
bye,
Daniel
Daniel
@DarkDragon:
Could you run this code in your machine and tell me what it shows in the debug window?
TIA, regards,
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$
El_Choni
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
C:\Dokumente und Einstellungen\Bradan\Lokale Einstellungen\Temp\
WHY IS MY HD READONLY????????
[EDIT]
reboot helps.
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
Daniel
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
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).
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
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
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
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida
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
the mgr twice.. it waits until the first one is closed.. then launches another
one.
get it here:
Mutex Lib
- np
- NoahPhense
- Addict
- Posts: 1999
- Joined: Thu Oct 16, 2003 8:30 pm
- Location: North Florida