Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
67 views

I have a SwiftUI app targeting Mac-only (macOS 15 or higher). I provide a toggle to allow users to launch the app at login (using SMAppService.mainApp.register()). I can get the app to launch (it ...
Martin's user avatar
  • 1,662
0 votes
0 answers
64 views

My app seems to randomly open itself. When that happens, it's not visible in the Dock, Task Switcher, and it's not showing up on the menu bar either. It sounds like the app is launching with ...
fer0n's user avatar
  • 1,303
0 votes
1 answer
921 views

I'm facing issue i'm not able to solve. Previously, i was able to launch my flutter app on my physical phone (or virtual). But my computer crashed and unable to boot. I install a new Windows, pull my ...
dusk's user avatar
  • 47
0 votes
0 answers
55 views

I know I am supposed to ask ROS2 questions on robot stack exchange. I did, no one has answered, and no one gave a working answer in the linux one either. As the title states I am trying to run two ...
John Miller's user avatar
0 votes
0 answers
23 views

"singleInstance". The behavior is the same as for "singleTask", except that the system doesn't launch any other activities into the task holding the instance. The activity is ...
Sprintooo's user avatar
1 vote
1 answer
522 views

I installed the makefile extension for C/C++ in VSCode and in the makefile side panel I can press the makefile build button and it works. I was wondering if there is a way to run the makefile when ...
user2980746's user avatar
0 votes
1 answer
380 views

In a Composable function every time a State variable is changed the function is run again top to bottom and all LaunchedEffect(Unit) are run again. When I have a Coroutine inside the LaunchedEffect ...
jetberrocal's user avatar
0 votes
1 answer
311 views

I have tried every manner of combinations in launch.json adn settings.json including currently, { "type": "firefox", "request": "launch", "name":...
ZADorkMan's user avatar
  • 431
0 votes
1 answer
110 views

The app ran well the first time with no problem. But then when I stopped the program and ran it again, the emulator failed to launch the app and whited out like the following picture, without throwing ...
Loddim's user avatar
  • 23
0 votes
1 answer
332 views

I am a new player of ros2. And one day i create two nodes called topic_helloword_pub and topic_helloworld_sub and a launch file called simple.launch.py to start the nodes.There are no mistake or ...
lieocc's user avatar
  • 1
2 votes
1 answer
76 views

I am working with a Debian (Linux like) OS writing code in c. I am a running process (let's call it "A") which needs to launch an executable program AND to get its PID when the new process &...
Guille's user avatar
  • 472
1 vote
1 answer
42 views

I did some experiments who I thought were safe with PowerShell, but unfortunately after shutting down and launching windows 10 again, it asks for a program to launch a "-shell" shortcut (...
Waldorf's user avatar
  • 11
0 votes
1 answer
84 views

Our iOS app update was submitted to App Store for review. It's been rejected with the following reason: Guideline 2.1 - Performance - App Completeness We were unable to review your app as it crashed ...
Hong Wang's user avatar
1 vote
0 answers
113 views

I have installed Anaconda and am getting this error when launching Jupyter Notebook Traceback (most recent call last): File "C:\ProgramData\anaconda3\Scripts\jupyter-notebook-script.py", ...
Ramesh Narasimhappa's user avatar
0 votes
1 answer
127 views

I have a project with model client-server by visual basic language code windows form. I create my server include all project code at iis server. From client computer (without include project code only ...
jet2803's user avatar
  • 11
1 vote
1 answer
357 views

How to launch application, if my device is Android tv? in android version of 9 and lower this code workid, but higher versions the application do not launching. Is any solutions? `class BootReceiver : ...
Argam Mehrabyan's user avatar
0 votes
0 answers
85 views

I am trying to launch Anypoint studio 7.15 version. But I get a pop up saying an error occurred and to check the .log file created in the workspace. However .log file does not have any information ...
kittuasl's user avatar
2 votes
1 answer
594 views

I am struggling to find a simple example of launching another application on Android using an intent. I have looked into the sample applications of SendIntent and ReceiveIntent but they are more ...
Andre Van Zuydam's user avatar
0 votes
0 answers
274 views

When i try to run main.c that error appears and it takes me to launch.json which is empty (it only shows "version": "0.2.0", "configurations": []). Something that i think ...
André's user avatar
  • 19
1 vote
4 answers
4k views

I cannot launch Anaconda navigator outside of the first time it launches after installation. uninstalling and reinstalling does not work. commands such as conda update anaconda-navigator have not ...
Kevin Dityam's user avatar
-2 votes
1 answer
4k views

i am getting error stating launch program does not exist i installed c compiler mingw that is required for windows still facing errors while compiling. how can i run c program? I have installed all ...
Riya Sharma's user avatar
1 vote
2 answers
8k views

platform: windows 10 golang version : go1.21.1 windows/amd64 dlv version : Delve Debugger Version: 1.21.1 launch json: "version": "0.2.0", "configurations": [ ...
eric's user avatar
  • 21
1 vote
1 answer
21 views

Please i've been trying to launch jupyter notebook, but i keep having the same problem. I've tried reinstalling anaconda but i still have the same problem enter image description here I've tried ...
Rayhan Garibaldi's user avatar
-1 votes
1 answer
633 views

Machine windows 10. Python selenium script does not launch the browser from the vscode console, but runs locally from cmd. I'm downloading the project Creating a venv I download selenium with the pip ...
integer88's user avatar
1 vote
2 answers
4k views

Image for reference As seen in the picture VSCode upon launching is not working, there is blank screen displayed and trying to e.g. a new terminal only shows one more black box in the terminal's place....
user12137981's user avatar

1
2 3 4 5
26