-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNS3 2.2.49+ New projects with IOU work, previous GNS3 2.2.47 IOU projects fail to OPEN alleging image is missing #3647
Comments
since it was the first time I launched GNS3 after reinstallation in 2.2.50 I opened it by typing 'gns3' in a terminal window, |
Having same issue. Also crashes on cosmic using wayland not sure if its related. |
it seems there was not a GNS3 2.2.50 new version with corrections for cosmic (i.e 18.10) judging by Jeremy's message: |
OK in the message above the error was issued by the module : topology.py line 258. So I've edited the file to see if I could see something:
line 258 is: QtWidgets.QMessageBox.critical(self._main_window, "New project", message) the last function called: What is definitely not NORMAL is that we go through the function "_projectCreationErrorSlot(self, message)" How come we end up in this case ? |
Sorry I meant System76 Cosmic that is 22.04 using wayland |
Installed the recent update still unable to locate images that were installed |
I cannot reproduce the error, even though I created an IOU project with v2.2.47 and opened it with v2.2.50. Please can you provide the output of Also, do you have the same issue if you create a project with IOU nodes under v2.2.50? Thanks. |
Hello,
Please can you provide the output of ls -la /home/thibault/GNS3/images/IOU/?
For the moment I cannot because the VM is on my pro laptop which has been "upgraded" in such a way that none of my VM can start now
I have open a ticket and wait for a solution as soon as I can reply I will.
Le dimanche 27 octobre 2024 à 11:07:51 UTC+1, Jeremy Grossmann ***@***.***> a écrit :
I cannot reproduce the error, even though I created an IOU project with v2.2.47 and opened it with v2.2.50.
Please can you provide the output of ls -la /home/thibault/GNS3/images/IOU/?
Also, do you have the same issue if you create a project with IOU nodes under v2.2.50?
No, as I said for new projects created under GNS3 2.2.50 I could run them (when I had my VM...)
Thanks.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
@e-thibault I would like to release v2.2.51 soon. Any news about this? |
HiUnfortunately even though the ticket I raised has been solved, I still cannot launch my VMs on my pro laptop
(VMware worstation telling me to train to regain ownership which fails)For the moment I have to concentrate on my mission for a customer next week I'll have more time I think.
Best Regards
Thibault
Le lundi 4 novembre 2024 à 05:50:35 UTC+1, Jeremy Grossmann ***@***.***> a écrit :
@e-thibault I would like to release v2.2.51 soon. Any news about this?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hello Jeremy,
My VMs finally work again (another windows update ?)
I managed to enter the command you have asked for and I put the result in :https://gns3.com/community/featured/after-upgrade-2-2-50-router-is-missing-even-if-it-exist
I found something else interesting that could help understand the issue, on my ubuntu 22.04 VM with GNS3 2.2.47 when I launch GNS3 and I click on "Projects Library",I get that (i.e. normal) :
ubuntu 22.04 GNS3 2.2.47
|
|
| |
18-11_directory_project_u2204_GNS3_2-2-47.png
|
|
|
on my ubuntu 24.04 VM with GNS3 2.2.50 when I launch GNS3 and I click on "Projects Library",I get that (weird) :
ubuntu 24.04 GNS3 2.2.50
|
|
| |
18-11_directory_project_u2404_GNS3_2-2-50.png
|
|
|
I hope it helps, Best Regards
Thibault
Le dimanche 27 octobre 2024 à 11:07:51 UTC+1, Jeremy Grossmann ***@***.***> a écrit :
I cannot reproduce the error, even though I created an IOU project with v2.2.47 and opened it with v2.2.50.
Please can you provide the output of ls -la /home/thibault/GNS3/images/IOU/?
Also, do you have the same issue if you create a project with IOU nodes under v2.2.50?
Thanks.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
This applies to GNS3 installation on ubuntu, the issue was found on ubuntu 24.04 and GNS3 2.2.49
but is still present in GNS3 2.2.50.
The issue in GNS3 2.2.49 and following has been reported first there :
https://gns3.com/community/featured/gns3-2-2-49-on-ubuntu-24-04-does-not-recognize-gns3-2-2-47-projects-working-on-ubuntu-22-04
No-body else than me replied.
Thinking GNS3 2.2.50 could may be have corrected it, I upgraded to GNS3 2.2.50
I hit the issue of users rights which I reported in gns3 comunity.
When the GNS3 2.2.50 user right issue got corrected, I upgraded to the new GNS3 2.2.50
the user right issue is corrected.
The previous issue with existing IOU projects with previous GNS3 2.2.47 .gns3 project files still exist so I create this issue.
Describe the bug
I can create a new project with my IOU device, I can start it I can console in it.
But when I OPEN (not even launch) a previous project with the same IOU device
I get the error :
the image is missing
To Reproduce
You need to have a previous .gns3 project file with an IOU device used in it,
a project file created in GNS3 2.2.47 or before.
You need to have created the same device, with the image.
You will see the new projects using the IOU image will work.
But at the time of OPENING a previous .gns3 project with an IOU device referenced (created in GNS3 2.2.47 or before)
Screenshots or videos
N.B. this project works 100% fine on ubuntu 22.04 on GNS3 2.2.47
The text was updated successfully, but these errors were encountered: