Welcome, Guest
Username: Password: Remember me
CodeTyphon Linux OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

Problem Ubuntu 10.04 64Bits / Codetyphon 3.10 11 years 3 months ago #2951

  • Marco Pinero
  • Marco Pinero's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
I downloaded las version of Codetyphon 3.10 for using it in my Ubuntu 10.04 LTS 64 Bits.

There were no problem with installation following step by step (as I have always done with other versions of Codetyphon).

After a perfect installation I tried to open a project which uses a TIdHTTPServer component (from Indy) and ... surprise!!!.... my IDE raises an error.

Then I realized that when I tryed to put a TIdHTTPServer component into a new Application Project, IDE closes after showing an empty dialog window.

I realized too that other indy components do the same thing to IDE.

I ran using command line "startlazarus64" and got the following messages when I put the component TIdHTTPServer:

AddComponent TIdHTTPServer Parent=Form1:TForm1 95,101,0,0
Parent is 'Form1:TForm1'
TMainIDE.OnPropHookPersistentAdded A IdHTTPServer1:TIdHTTPServer
TPkgManager.AddUnitDependenciesForComponentClasses Adding Project Dependency project1 -> pl_indycomp
TPkgManager.AddUnitDependenciesForComponentClasses Extending Uses unit1.pas IdHTTPServer
[TEventsCodeTool.CompleteComponent] CurComponent=IdHTTPServer1:TIdHTTPServer
TApplication.HandleException Access violation
Stack trace:
$0000000000F442B0

and then IDE closes.

Any idea of what is wrong? :S




Thanx in advance.
Attachments:

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

Problem Ubuntu 10.04 64Bits / Codetyphon 3.10 11 years 3 months ago #2952

  • FredyCC
  • FredyCC's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Database/Developer
  • Posts: 60
  • Thank you received: 10
Try running Lazarus with root. :dry:

regards

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

Problem Ubuntu 10.04 64Bits / Codetyphon 3.10 11 years 3 months ago #2965

  • Marco Pinero
  • Marco Pinero's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
I tried, but same problem.

I used ">sudo startlazarus64" and got same result.

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

Problem Ubuntu 10.04 64Bits / Codetyphon 3.10 11 years 3 weeks ago #3434

  • Marco Pinero
  • Marco Pinero's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 13
  • Thank you received: 0
I've formatted my PC, installed Ubuntu 12.04, installed Codetyphon 4.10, and I got the same problem: when a put a TIdHTTPServer component on form1 on new project:

AddComponent TIdHTTPProxyServer Parent=Form1:TForm1 109,13,0,0
Parent is 'Form1:TForm1'
TMainIDE.OnPropHookPersistentAdded A IdHTTPProxyServer1:TIdHTTPProxyServer
TPkgManager.AddUnitDependenciesForComponentClasses Adding Project Dependency project1 -> pl_indycomp
TPkgManager.AddUnitDependenciesForComponentClasses Extending Uses unit1.pas IdHTTPProxyServer
[TEventsCodeTool.CompleteComponent] CurComponent=IdHTTPProxyServer1:TIdHTTPProxyServer
TApplication.HandleException Access violation
Stack trace:
$0000000000F72D80


And close everything.....

:( :angry:

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

Problem Ubuntu 10.04 64Bits / Codetyphon 3.10 11 years 2 weeks ago #3466

  • Joao Kho
  • Joao Kho's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
Same here on Ubuntu 12.04 CodeTyphon 4.10 , All Indy Server Protocol has this kind of problems. It's bug on ubuntu version?

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

Problem Ubuntu 10.04 64Bits / Codetyphon 3.10 11 years 2 weeks ago #3467

  • Joao Kho
  • Joao Kho's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
After some testing, i found that, if you add Indy Package into your opened Application, and then add IdHttpServer, you can compile and run without problem.

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

Problem Ubuntu 10.04 64Bits / Codetyphon 3.10 11 years 2 weeks ago #3468

  • Joao Kho
  • Joao Kho's Avatar
  • Offline
  • New Member
  • New Member
  • Posts: 4
  • Thank you received: 0
Another testing, after you open package Indy do compile and install, to rebuilt lazarus IDE, you can drop Indy Server Protocols without any problem. May this help.

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

  • Page:
  • 1