Delphi XE5 PAServer Unauthorized user - delphi

I have a Windows 8.1 on a VirtualBox with Delphi XE5.
On my Mac OSX 10.9.1, I installed the package PAServer version 4.2.0.05 and executed with no password.
I've used previously in the PAServer XE4 version, so I know how it works, but tests with XE5 error occurs.
When I create an example app for iOS and deploy, I put the IP of my Mac and do a test connection, so I get the following message:
Remote Error: Unauthorized user, all server request are ignored.
Ping from Windows to Mac is OK.
I have no firewall enabled on Mac and Windows.
I gave permission to all folders generated by PAServer on Mac.
On Windows, I have a user with the same username of Mac.
Using "sudo" to run the PAServer had no effect.
I have no more idea...

PAServer is not stable at this stage. There are MANY reports about this:
PAServer can't load dyld: Library
Delphi XE5 PAServer Unauthorized user
How can i debug my DLL project with Delphi's PAServer
Delphi XE4 iOS can't connect to PAServer
https://stackoverflow.com/questions/28115855/paserver-crashes-on-win64
Delphi Mac OS X
Solution: wait until they release something stable. (You will have to pay again, of course)

Related

Delphi iOS Simulator error message 'Session ended'

I am trying to run iOS Simulator from Delphi having setup the following needed configurations:
I am using mac with Parallel Desktop for my RAD Studio virtual machine.
I am using Delphi 10.1 Berlin.
Already installed an XCode and running.
I have my command line tools.
I have platform assistant and running in my mac.
I already created my connection profile using the IPAddress and port given by PAServer.
Installed SDK for OSX and iOS in the SDK Manager.
I have no problem running my OSX on my Mac.
The only issue I have is my iOS Simulator is not working. Here'sscreenshot of the error message.
I swear I checked the recommended troubleshoot procedures several times but no avail.
I hope someone help me get through with this. I already spent the whole day searching/troubleshooting this connection.
Many thanks and cheers!
There is a Hotfix for 10.1 Berlin called "30680_rad_studio_10.1_berlin_hotfix_11_jan_2017". It should be available for download from your EDN account under "My registered user downloads".
You need to copy the files from this zip archive onto your Mac in the PAServer-18.0 application folder /Applications/PAServer-18.0.app/Contents/MacOS. There is a readme_en.txt with a detailed description.

Can't run new project in win64 mode, but win32 mode works fine

I have recently reformatted my computer running Windows 8.1 and re-installed Delphi XE6 which was working fine prior to formatting the computer. Whenever i open up a new project and hit F9 (Windows 64 as target platform) i receive the following error:
Debugger Assertion Failure: "lastErr == WSAEINTR" in ..\win32src\wmcipc.cpp at line 294
Fatal error starting debugger kernel: 'Invalid debugger request'. Please save your work and restart RAD Studio XE6
I downloaded XE7 trial and ran into the same problem. I have done some google search but cannot find a resolution.
I guess there is some user access problem or a program blocking the debugger?
This Question was answered here:
https://forums.embarcadero.com/thread.jspa?messageID=712725
"Open a command prompt as Administrator, and run"
netsh winsock reset

How can i debug my DLL project with Delphi's PAServer

I Have a dll Project. I want to debug this Project with paserver on remote side. How can i pass my dll outpath dir on remote side and how can i pass my dll’s debug launcher application ?
For example my dll should be run on C:\MyApp\MyApp.DLL (On remote side)
And my debug launcher program should be run on C:\MyApp\MyDebugger.EXE (On remote side)
My Host application is Win32 VCL Application
Best Regards
PAServer is not stable at this stage. It simply cannot be used. There are MANY reports about this:
PAServer can't load dyld: Library
Delphi XE5 PAServer Unauthorized user
How can i debug my DLL project with Delphi's PAServer
Delphi XE4 iOS can't connect to PAServer
https://stackoverflow.com/questions/28115855/paserver-crashes-on-win64
Delphi Mac OS X
https://quality.embarcadero.com/browse/RSP-34061 (2021)
Solution: wait until they release something stable. (You will have to pay again, of course)
follow solution as discussed here : https://www.delphipraxis.net/204383-dll-unter-linux-deploy-prozess-2.html (German only)

MSVCR110.dll missing on Win 8.1 needed for TIdHTTP

In Delphi XE2, I use Indy TIdHTTP to make a http connection. In Windows 7 it works perfectly. But now I have started the program on a Windows 8.1 computer and when trying to connect (which in Windows 7 works perfectly) I get an error message from Windows telling me that MSVCR110.dll is missing on the computer (message title: "Drag: MyProgram.exe - System error").
Is it safe to take the MSVCR110.dll from my Windows 7 computer and install it on the Windows 8.1 computer in my application's directory? Do I have to somehow register the DLL when I install it in Windows 8.1 in my application's directory?
EDIT 201407152319: Ahhhh, found the culprit: This error occurs only in Windows 8.1 when using the new (version 1.0.1.7) (heart-bleed-tested) libeay32.dll and ssleay32.dll! When using the older DLLs in Windows 8.1 the error does not occur!
Indy has no dependencies on the VC++ runtime library. However, some distributions of the OpenSSL DLLs do. The OpenSSL DLLs that are available on Indy's Fulgan mirror have been compiled without the dependency.

Why won't a Delphi-XE2 64-bit windows program run from within integrated environment?

An attempt to debug a small and simple 64-bit Windows application in Delphi XE2 gives this runtime error message: Unable to create process, ...
This error occurs upon an attempt to run the program with the build-configurations debug and release. It does not occur when started with the "Run without Debugging" in the project manager.
This happens only when trying to run the program from within Delphi's integrated environment.
This is on a 64 bit Desktop, with Windows 7 Professional and Delphi XE2 Update 4.
I have experienced exactly this. In my case the problem was my anti-virus (Sophos at that time). I had to completely uninstall the AV program to resolve the problem.
I had this problem when I was sharing internet connection through a wi-fi adapter. The solution is to turn sharing off

Resources