BreadboardSim icon indicating copy to clipboard operation
BreadboardSim copied to clipboard

[Error] Missing simbe.exe

Open stephane-segning opened this issue 2 years ago • 3 comments

I am trying to launch this project. I'm not an expert, so I need help with explanations too.

I have this error: res/simbe.exe is missing. I can't find it on the internet. What should I do?

stephane-segning avatar Mar 20 '23 18:03 stephane-segning

image

Copy the res folder from the SimGUI project into where the built project .exe is. For Visual Studio, it'll be in the solution's SimGUI/bin/Debug folder

mamboguy avatar Nov 16 '23 18:11 mamboguy

Hey,

I still cant find it. Can you help?

Avi1234-art avatar Nov 17 '23 01:11 Avi1234-art

Hey,

I still cant find it. Can you help?

Try this:

  1. You need to extract the C# code to a folder somewhere (I suggest C:\Users\YOUR WINDOWS NAME\source\repos).
  2. Run VisualStudio.
  3. Click on load project.
  4. Select the location to which you extracted the breadboard C# software in step 1 (It will be the Breadboard-Sim-master folder).
  5. You'll find a BreadboardSim_Final.sln file. Select that file, then load it.
  6. NOTE: After it's loaded, if you try to run the code, it'll give you a couple of errors. Just close them.
  7. Open Windows Explorer (Windows Key + E).
  8. Go into the location where you saved the BreadboardSim-master folder in step 1.
  9. Go into the SimGUI folder, and you'll see the folder "res."
  10. Copy the "res" folder.
  11. You'll see a bin folder. Enter that folder.
  12. You'll see a Debug folder. Enter that folder.
  13. Paste the folder "res" inside the Debug folder.
  14. Once you do all of that, then go back into VisualStudio and run the breadboard software. You will be able to use it then.

Hope this helps you out. Good luck!

devildog2112 avatar Apr 28 '24 05:04 devildog2112