Hello everyone,
I am trying to get familiar with how Omnetpp works. I am using Omnetpp 4.1 on Windows 7. I tried to run the simple project source-sink example(also the tic-toc one), but everytime I get an error.
What I did to execute the simulation:
1)1. Open the OMNeT++ IDE, create new omnet++ project, project name is demo, select the source-sink example and finish.
2) select the project, choose run configurations, working directory is /demo, simulation executable /demo/out/gcc-debug/src/demo, simulation ini file: simulations/omnetpp.ini, choose config name, command line is user interface.
3) And got the following error:
<!> Error during startup: Cannot open ini file `workspace/demo/src;D:/omnetpp-4.1/omnet'.
Simulation terminated with exit code: 1
Command line: D:/omnetpp-4.1/omnet workspace/demo/out/gcc-debug/src/demo.exe -r 0 -u Cmdenv -c General -n D:/omnetpp-4.1/omnet workspace/demo/src;D:/omnetpp-4.1/omnet workspace/demo/simulations D:/omnetpp-4.1/omnet workspace/demo/simulations/omnetpp.ini
Working directory: D:/omnetpp-4.1/omnet workspace/demo
Can anyone please give me some hints why there is this error?
Thanks.