Welcome, Guest
Username: Password: Remember me
CodeTyphon MS Windows (Win7, Win8.x, Win10 and Win11) OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

CT Center win64 crash when clicked status tree 11 years 5 months ago #2805

  • NeoDreamer
  • NeoDreamer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 0
I Installed CodeTyphon 3.0 on Windows 7 x64.
I see the error message when I click the item on status tree of "CodeTyphon Center Ver 3.00 fro Win64" window.
The error occurs when click below items and select some main menus("Run Lazarus 32bit" and "Run Lazarus 64bit").
  • FPC for Win64
  • FPC for Win32
  • GDB for Win64
  • GDB for Win32
  • Lazarus for Win64
  • Lazarus for Win32

The error message is "Control-C Hit".
I try to re-install after clean old one. but It's same.

What's wrong. hot to fix this problem.



Please Log in or Create an account to join the conversation.

Last edit: by NeoDreamer.

CT Center win64 crash when clicked status tree 11 years 5 months ago #2806

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Did you have (at the same pc) any other
Lazarus installation ?
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

CT Center win64 crash when clicked status tree 11 years 5 months ago #2807

  • NeoDreamer
  • NeoDreamer's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 11
  • Thank you received: 0
I was install the lazarus 1.0 before.
but not now.
I remove all other lazarus before install CodeTyphon.

Can other lazarus crush with CodeTyphon? just only x64 version?
"CodeTyphon Center Ver 3.00 for Win32" is not problem on my system.

Please Log in or Create an account to join the conversation.

CT Center win64 crash when clicked status tree 11 years 4 months ago #2966

  • engerex engerex
  • engerex engerex's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 1
I not Installed CodeTyphon 3.1 (and old version) on Windows 7 x64.

===============================================================
CodeTyphon Studio
Version 3.10
Installation for Windows
===============================================================


ERROR: "User has NOT Administrator Privileges"
Please, run this script with Administrator Privileges
Installation Aborted...

Press Any Key to continue . . .


I try Run Administrator. Not work.

Please Log in or Create an account to join the conversation.

CT Center win64 crash when clicked status tree 11 years 3 months ago #2967

  • Manos S. Pappas
  • Manos S. Pappas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 69
  • Thank you received: 1
Right click on the Command Prompt icon (inside your start menu) and select "Run as Administrator".
Then, CD to the CodeTyphon install directory (CodeTyphonIns) and run install.bat.
Best Regards,
Manos S. Pappas

Please Log in or Create an account to join the conversation.

CT Center win64 crash when clicked status tree 11 years 3 months ago #2969

  • engerex engerex
  • engerex engerex's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 1

Frontier314 wrote: Right click on the Command Prompt icon (inside your start menu) and select "Run as Administrator".
Then, CD to the CodeTyphon install directory (CodeTyphonIns) and run install.bat.


(Sory. my English Bad)


for install.bat

1. User > engerex > Administrator NOT WORK

2. Run as Administrator NOT WORK
(sample image)


3. File Proterties NOT WORK
(sample image)



RESULT

===============================================================
CodeTyphon Studio
Version 3.10
Installation for Windows
===============================================================


ERROR: "User has NOT Administrator Privileges"
Please, run this script with Administrator Privileges
Installation Aborted...

Press Any Key to continue . . .

Please Log in or Create an account to join the conversation.

CT Center win64 crash when clicked status tree 11 years 3 months ago #2970

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
your OS version please

1) my Win7-64 Ultimate SP1 screen



2) And my user account "sternas"


PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

CT Center win64 crash when clicked status tree 11 years 3 months ago #2971

  • Manos S. Pappas
  • Manos S. Pappas's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 69
  • Thank you received: 1
Run the tool MSCONFIG.EXE.
Go to Tools -> Change UAC settings -> Launch (screen 1).

Then select the lowest UAC setting (Never Notify), press OK and restart your computer (screen 2).
Then, try installing CT again.
Best Regards,
Manos S. Pappas

Please Log in or Create an account to join the conversation.

CT Center win64 crash when clicked status tree 11 years 3 months ago #2993

  • engerex engerex
  • engerex engerex's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 1


Please watch. 75 Second

Please Log in or Create an account to join the conversation.

CT Center win64 crash when clicked status tree 11 years 3 months ago #2995

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
always you can remove administrator check from install.bat and setup.bat

REM Check for user with Administrator privileges
NET SESSION >nul 2>&1
IF %ERRORLEVEL% EQU 0 (
GOTO GO_execute
) ELSE (
ECHO.
ECHO ERROR: "User has NOT Administrator Privileges"
ECHO Please, run this script with Administrator Privileges
ECHO Installation Aborted...
ECHO.
Pause
GOTO GO_END
)


:GO_execute

but i don't know if install-build CT procedure
will finish OK.

2) Please check and this
if you run binTools\win32\Command_Prompt


PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

Last edit: by Sternas Stefanos.

CT Center win64 crash when clicked status tree 11 years 3 months ago #2998

  • engerex engerex
  • engerex engerex's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 1

sternas wrote: Sir
always you can remove administrator check from install.bat and setup.bat

REM Check for user with Administrator privileges
NET SESSION >nul 2>&1
IF %ERRORLEVEL% EQU 0 (
GOTO GO_execute
) ELSE (
ECHO.
ECHO ERROR: "User has NOT Administrator Privileges"
ECHO Please, run this script with Administrator Privileges
ECHO Installation Aborted...
ECHO.
Pause
GOTO GO_END
)


:GO_execute

but i don't know if install-build CT procedure
will finish OK.

2) Please check and this
if you run binTools\win32\Command_Prompt



1) I can remove Administrator check install.bat and setup.bat
OK.
2) yes Administrator


new problem


setup.bat path ..\installbin\setup.bat

(note: Now CT install windows XP >> WMware its work. Windows7 problem problem problem )

Please Log in or Create an account to join the conversation.

CT Center win64 crash when clicked status tree 11 years 3 months ago #2999

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Sir
your PC don't has "xcopy" command ?
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

CT Center win64 crash when clicked status tree 11 years 1 month ago #3455

  • engerex engerex
  • engerex engerex's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 12
  • Thank you received: 1

sternas wrote: Sir
your PC don't has "xcopy" command ?

Now installed Windows8proX64
XCOPY command works. I have tested. "XCOPY C:\file1 C:file2" (old Windows7 ?, not test. I dont know.)

I tried to install Windows 8.

I solved the problem.

old command = xcopy /E /R /Y /Q installbin\*.* C:\codetyphon\
...file not found
0 files copy....


new command
xcopy /E /R /Y /Q D:\CodeTyphonIns\installbin\*.* C:\codetyphon\
Now works.

Please Log in or Create an account to join the conversation.

CT Center win64 crash when clicked status tree 11 years 1 month ago #3456

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
Thanks Sir
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1