B4J Question Error running in debug mode when copying my project to another computer

dieterp

Active Member
Licensed User
Longtime User
I get the error "An error occurred. Rapid Debugger failed to connect to process. Please try to run again.Make sure that no firewall or antivirus block the following ports:8937, 8938, and 59812" when I send my project to another person's computer and they try to debug the app (In B4J). We generally get around the problem by unticking any references to the "http" and "Network" libraries on their computer.

I have read the solutions in this link https://www.b4x.com/android/forum/threads/problem-running-in-debug-mode.53975/, but we are struggling to check how to ensure that the ports are open. Is there perhaps a tutorial to demonstrate this? Could this be related to anything else?
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Upvote 0

dieterp

Active Member
Licensed User
Longtime User
I can try using the bridge, but I'm not too sure if that will resolve the issue. The issue seems to be that as soon as we make reference to any libraries that communicate with servers (jHTTP, jNetwork etc.), the app won't run in debug mode (It does however run in Release mode). We found people with the same issue on the forum, but those solutions don't seem to work for us. I was hoping someone might have a different approach we can try
 
Upvote 0
Top