Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
31 views

Following is the Java Code for SNMP Simulator: package org.example; import org.snmp4j.*; import org.snmp4j.agent.*; import org.snmp4j.agent.mo.*; import org.snmp4j.agent.mo.snmp.*; import org.snmp4j....
Jagadeesh Musham's user avatar
0 votes
0 answers
60 views

After updating my Mac to macOS Tahoe 26.0.1 and Xcode 26, the XAML Hot Reload in my .NET 10 MAUI projects stopped working. When I make any XAML change, the app stays unchanged and the output shows: ...
Matan Yamin's user avatar
0 votes
0 answers
89 views

My screen is not rendering completely in the simulator, and apparently this only happens with iOS 26. I have tested it with other iPhone versions in the simulator and the same problem occurs. My app ...
Vinicius Carvalho's user avatar
2 votes
0 answers
117 views

Xcode preview is not working but running the simulator works totally fine... When I try to render a preview of a simple view, the preview canvas fails with a SimulatorShutdownUnexpectedlyError. == ...
Wahab Khan Jadon's user avatar
0 votes
0 answers
49 views

I have a Flutter project that I’m trying to run on the iOS Simulator, but the app closes immediately after launching. What I did: Created a new Flutter project and it runs fine on the iOS Simulator. ...
Snehil Tejani's user avatar
1 vote
0 answers
99 views

I'm building a high-performance tick simulator in C++ that generates market-like ticks (up to 65,536 per second). Now, I want to send these ticks to another local process on the same Linux machine in ...
Vishwesh Kandukuri's user avatar
0 votes
0 answers
26 views

I am really new to flutter and simulators. Does anyone know why my vscode cannot find nox? There exists similar topics. Flutter VSCode and Nox Emulator wont Connect how i can connect nox with vscode ...
SNORLAX's user avatar
  • 327
6 votes
1 answer
252 views

I have created a 2D physics simulation in rust that works for the most part. It involves creating balls which collide with each other and their container. I have looked at a lot of resources and found ...
FreddieLumsden's user avatar
-1 votes
1 answer
41 views

Hey I need help with "my" code. I generated it with chat GPT based on the data for the arduino pro micro I have and data on the sensors/switches i use. I want my simulator peripheral to ...
hetot he's user avatar
0 votes
0 answers
33 views

I am trying to understand the way Castalia uses the temporal model file. I know that depending on the previous value of the signal and the time passed since then it chooses a value from the ...
Christos Giachoudis's user avatar
0 votes
0 answers
40 views

I need Ruby cache on my gem5 simulation. I have followed the ruby-intro-chapter documentation. On section Compiling a protocol with SCons / In the newer gem5 version (gem5 >= 23.1), when I run, ...
pnlp's user avatar
  • 35
0 votes
1 answer
182 views

In order to stay under the 30 MB memory limit for widgets I'd like to profile the widget in the Simulator in Instruments. However, Instruments doesn’t start the profiling session with the error ...
Ortwin Gentz's user avatar
  • 54.3k
0 votes
0 answers
64 views

I’m trying to run a Flutter app on the iOS simulator using VSCode, but I encounter the following error: Launching lib/main.dart on iPhone 16 in debug mode... Xcode build done. Failed to build iOS app ...
Moustafa Hesham's user avatar
0 votes
0 answers
29 views

I am looking for some example code to simulate EDCA on ns-3. How do we use EdcaParameterSet edcaParams and "load" it to STAs on MAC layer? ns-3 documents has :: in functions which are ...
Ella's user avatar
  • 1
1 vote
0 answers
60 views

I have a simple circuit (with PIC16F628) which repeatedly measures the frequency of a signal connected to Timer1. I use Timer2 as a timing gate. To simulate the 'system', I used GPSIM, but I'm having ...
jcoppens's user avatar
  • 5,472
0 votes
1 answer
49 views

I've setup Timer0 to work with an external clock on pin T0: TCCR0A=0x02 // CTC Mode TCCR0B=0x07 // Start timer on external T0 clock (rising edge) OCR0A=90 // Compare after 90 clock ticks TIMSK0=0x03 //...
Buzz's user avatar
  • 1,472
0 votes
2 answers
479 views

Not able to figure out what can be done, as everything is update to date and the app via Xcode but not through Android Studio MacOS 15.0.1 Flutter: 3.24.3 Android Studio Ladybug Xcode 16 iOS 18 ...
Hitesh Chaudhari's user avatar
0 votes
0 answers
88 views

I'm using ChampSim - an open-source trace based simulator and I have created my own implementations of lfu and fifo. ChampSim: https://github.com/ChampSim/ChampSim However, I was wondering if I could ...
Saffy's user avatar
  • 13
0 votes
0 answers
96 views

Im having troubles with the Webots simulator. Whenever I run the code, it always freezes at exactly 0.750 secs, and reports that the main bot controller crashed (there's a second controller for ...
user avatar
1 vote
0 answers
51 views

//pubspec.yaml permission_handler: ^11.3.1 import 'package:flutter/material.dart'; import 'package:permission_handler/permission_handler.dart'; void main() => runApp(MaterialApp(home: MyHome())); ...
Atakan ATASOY's user avatar
1 vote
1 answer
1k views

I am trying to solve the following Turing machine challenge: The number choice function The number choice function is defined as follows. INPUT: a sequence 𝑘, 𝑥1, 𝑥2,..., 𝑥𝑛 where 𝑘 is a ...
Gwin Lim's user avatar
0 votes
0 answers
110 views

I'm not able to launch ios simulator for flutter apps. Note the error faced below. Failed to build iOS app Error output from Xcode build: ↳ --- xcodebuild: WARNING: Using the first of multiple ...
J.Dhinesh's user avatar
1 vote
1 answer
62 views

i have a problem with flutter i could not solve it i tried to clean flutter and restart computer everything but still i have this error. (https://i.sstatic.net/6Hg3g2EB.png) Future\<String\> ...
Atakan ATASOY's user avatar
1 vote
1 answer
80 views

Need easy way for users to export a data file from iOS Simulator to use on their Mac file system. Drag and drop from Mac Finder to iOS Simulator Files app works but there isn't a files app drag and ...
dvossCricut's user avatar
-1 votes
1 answer
42 views

I'm working on sort of automaton where there is one red with "state = 2" square which checks neighboring squares in order up, left, down, right and if one of them is has "state = 0"...
Aaran's user avatar
  • 45
1 vote
0 answers
205 views

As said in the topic, I can not find any entry to trigger the camera control button in the iPhone 16-iOS 18.0 simulator. Is it only available in real machines?
Perry Wang's user avatar
11 votes
0 answers
1k views

With iOS 18 beta the FaceID authentication is not working for us in simulator context. It's crashing the Simulator, see: However with a real device on iOS 18 beta the biometry prompt appears and ...
balazs630's user avatar
  • 3,735
1 vote
1 answer
354 views

I'm trying to install a WidgetKit app on the iOS Simulator, but I'm encountering an error that I can't resolve. The app fails to launch, and the widget doesn't appear in the simulator. The error ...
Qazi Ammar's user avatar
  • 1,604
1 vote
0 answers
110 views

I am running a simulator for my DJI drone so I can learn to use the drone before flying it in person. However, whenever I initialize the code the drone fails to enter GUIDED mode. This is my code: ...
kovi ressler's user avatar
-1 votes
1 answer
415 views

I was just starting to learn gem5 and i was trying to add an L3 cache on top of the two-level cache in the official tutorial. These are the L2 cache and L3 cache i wrote according to the tutorial: ...
Overstacked's user avatar
0 votes
2 answers
251 views

I want to simulate how often you'd have to play the lottery for a win: import random lotterylist = [random.randint(1, 49) for x in range(6)] winning_numbers = [6, 26, 31, 32, 33, 49] counter = 0 ...
ajodho's user avatar
  • 9
-1 votes
1 answer
61 views

import pygame from pygame import * import math class orb: def __init__(self, mass=1, s0=[0,0], v0=[0,0], a=[0,0], r=10, color=(255, 255, 255), fix = False, F=0, Fx=0, Fy=0): self....
연수루's user avatar
0 votes
1 answer
310 views

When using url_launcher with following code, the token is not taken into account in iOS and Android simulators. It opens the url starting with login page, while with the 'Authorization' header and ...
F. F.'s user avatar
  • 55
0 votes
1 answer
366 views

I executed xcodebuild -downloadPlatform iOS for download ios17.2 simulator. The download is complete, but the installation process failed due to lack of space and nearly 7 gigs of hard drive space was ...
or123456's user avatar
  • 2,209
1 vote
0 answers
92 views

I'm trying to build a TPM2.0 simulator on macOS Sonoma (14.2.1) using Official TPM 2.0 Reference Implementation (by Microsoft) and it seems to be failing at generating a make file for executing. This ...
scottstots's user avatar
0 votes
1 answer
174 views

I'm new and I have a problem installing Lora simulator from docker. I have followed all the steps in the installation. https://github.com/UniCT-ARSLab/LWN-Simulator In the second step, run the built ...
Lithia's user avatar
  • 1
2 votes
0 answers
220 views

I could not run the app build on Xcode. It keeps saying that I need to install iOS 17.4 but even when I installed it, it still doesn't work. Please screenshot below. I tried reset and clean build and ...
ngiang's user avatar
  • 21
-1 votes
1 answer
396 views

I'm a fresh user for xcode,and this my first time to try to public my unity game to ios. I make a empty unity project, set the simulator sdk option true in unity, export the project to xcode,but I can'...
BoysheO's user avatar
  • 21
2 votes
0 answers
390 views

I'm currently doing a project using gem5 to simulate some different system configurations to test the difference in their performance. I would like to run SPEC2017/2006 for benchmarking the ...
escanor's user avatar
  • 21
3 votes
1 answer
74 views

I have had success using multithreading in Julia for simulating a graph with evolving values and would like to implement a similar scheme in Python. Because the value at a node at time t may depend on ...
neurox's user avatar
  • 31
1 vote
0 answers
34 views

I have a Mac Book Pro and another Windows laptop and I have Android Studio installed and configured on both of them. What I need is to run my Android project on Mac but connect it to the simulator on ...
Mohsen Emami's user avatar
  • 3,192
0 votes
1 answer
599 views

// factorial.c #include <stdio.h> // Function to calculate factorial unsigned long long factorial(unsigned int n) { if (n == 0) return 1; else return n * factorial(n - ...
Vindhya Ejanthkar's user avatar
0 votes
0 answers
149 views

Suppose , i have a apps called "GEM", to make it run in Operation system in personal computer i need userid and password to log in.Now whenever i login to "GEM" with a user id ...
Farabi Rashid's user avatar
1 vote
1 answer
2k views

So I have updated to the latest Xcode version, and for the first 2 weeks, everything was working as expected. But today the simulators that I was using with iOS 16.4 disappeared. I have also the Xcode ...
Stefa's user avatar
  • 23
-1 votes
1 answer
50 views

I'm making 32-bit MIPS simulator with cpp just for studying. But I can't understand how benchmark programs are run on simulator. Also, I don't know how code of benchmark programs are structured. Can ...
KIMKIMKIM's user avatar
1 vote
0 answers
156 views

Always allow is gone When I try to build to a physical device, it suddenly asks for permissions, which is fine, but not that I should repeat myself 14 times, each time building for a device. ...
Vatom's user avatar
  • 11
1 vote
1 answer
1k views

When I try to run a Flutter app in an ios simulator, It shows this error. [!] The version of CocoaPods used to generate the lockfile (1.14.3) is higher than the version of the current executable (1.11....
Rashmi Rekha's user avatar
2 votes
0 answers
1k views

I have react-native v0.73.2, expo v50.0.5, and Xcode v13.4 installed on my computer. When I try running it using npm run ios or npx expo start --ios it will ask me to update my code. Xcode (13.4.0) ...
Ekky Armandi's user avatar
0 votes
0 answers
80 views

I am trying to build new project but Podfile always unable to created, so I do pod init to create it and when I run in simulator always getting Target debug_unpack_ios failed: Exception: Binary /mine/...
wahyu's user avatar
  • 2,545
1 vote
0 answers
118 views

I am trying to open a TCP port on coppeliaSim to connect to, but when doing the command /Applications/coppeliaSim.app/Contents/MacOS/coppeliaSim -gREMOTEAPISERVERSERVICE_19999_FALSE_TRUE it opens ...
Liza Darwesh's user avatar

1
2 3 4 5
36