Forum > Third party

Online Package Manager

<< < (461/466) > >>

GetMem:
Hi Jurassic Pork,

I think this is related to:
https://forum.lazarus.freepascal.org/index.php/topic,61688.msg464839.html#msg464839

--- Quote ---Lnet provides its own version of openssl, which is just a copy of some old synapse unit. Since FPC also has a version of synapse and implicitly openssl.pas, the system(LazarusIDE) got confused.

--- End quote ---
The solution is to delete the openssl units shipped with lnet, it's already in FPC.

Jurassic Pork:
Ok, thanks GetMem, when i remove the openssl.pas from lnet files now i can install the lnetvisual package but i have always the big crash when i load the testnet project. I think that someThing is wrong in this project example.

GetMem:

--- Quote from: Jurassic Pork on March 27, 2023, 07:32:48 am ---Ok, thanks GetMem, when i remove the openssl.pas from lnet files now i can install the lnetvisual package but i have always the big crash when i load the testnet project. I think that someThing is wrong in this project example.

--- End quote ---
You're more then welcome! Unfortunately I know nothing about lnet, perhaps you should contact the package developer?

Jurassic Pork:
 ::) I have found how to do  so that the project testnet works :
1 - in the main.lfm replace the line

--- Quote ---Method = msSslTLS
--- End quote ---
with this :

--- Quote ---Method = msTLS
--- End quote ---
and in the file main.pas comments these lines :

--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---    if FNet.SocketNet = LAF_INET6 then      raise Exception.create('Unable to broadcast with UDPv6');     -->

--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---//    if FNet.SocketNet = LAF_INET6 then//      raise Exception.create('Unable to broadcast with UDPv6');    
may be there is another solution.

Gustavo 'Gus' Carreno:
Hey GetMem,

For the past 3 days I've been pulling my hairs out because I thought the space in the VirstualTreeView V5 's PackageBaseDir JSON field was messing with the setup-lazarus operation under the GitHub action runners.

I did a bunch of attempts at escaping the space and was always frustrated by the resulting error: File not found.

Finally I decided to ls -alf <unziped folder> and as you can see in the image, there is no VirtualTreeView V5 folder, just the content of the zip in the unzipped folder.

Can I ask you to either blank the PackageBaseDir on the JSON, or redo the zip file so that it includes the VirtualTreeView V5 folder that then contains the code?

Many thanks in advance!!

Cheers,
Gus
P.S.: I haven't quitted on the new site for the OPM packages. Like I said many times in my disclaimer, my mental health has been messing with me and I'm kinda just now resuming coding :)
I have some backlog, so I can't really offer a date to resume, sorry!!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version