Page 6 of 7

Re: [WIP] new GUI for debug console

Posted: Tue Apr 23, 2024 8:41 am
by MrFlibble
So just for fun.
MrFlibble wrote: Tue Apr 23, 2024 6:59 am
:) Better yet if I can make it work on alpine x86!!
That was far easier than expected.

VM with 256M ram, 4g HD, and 1 CPU. Installed alpine x64. Didn't take long to figure out what was needed to build the bundle. Installed the resulting tarball. It appeared in the menu, and worked. The python version works too. I can report that the alt-tab icon works in openbox.

The whole system is still well under 2Gb. Maybe a sane-ish purpose for my old eee700, if I don't add the build tools. Now.. where the heck is it?

Re: [WIP] new GUI for debug console

Posted: Sat Apr 27, 2024 8:59 pm
by hiran
Guys, are you still interested maintaining your code on Github?
Then register accounts and let us know them here or PM them to a project admin.

Re: [WIP] new GUI for debug console

Posted: Sun Apr 28, 2024 12:45 am
by MrFlibble
hiran wrote: Sat Apr 27, 2024 8:59 pm
Guys, are you still interested maintaining your code on Github?
Then register accounts and let us know them here or PM them to a project admin.
Yes! I've some (arguably) normal things to do for the weekend. Will do the github gubbins at my next 'proper' sitting.

Re: [WIP] new GUI for debug console

Posted: Sat May 04, 2024 4:01 pm
by MrFlibble
hiran wrote: Sat Apr 27, 2024 8:59 pm
Guys, are you still interested maintaining your code on Github?
Then register accounts and let us know them here or PM them to a project admin.
I've set up an account on github for this purpose: OoMrFlibble

Re: [WIP] new GUI for debug console

Posted: Sat May 04, 2024 6:03 pm
by another_commander
MrFlibble wrote: Sat May 04, 2024 4:01 pm
I've set up an account on github for this purpose: OoMrFlibble
You should now have an invitation for the oolite-debug-console repo in your mailbox.

Re: [WIP] new GUI for debug console

Posted: Mon May 27, 2024 6:15 am
by hiran
Just to let everybody know: We have now builds of the Oolite Debug Console for all three platforms (Linux, Mac, Windows).
While I was able to test the functionality of the Linux build, the other two just exist. Could someone check if the Windows version and the Mac version work?

If yes, we can merge the changes to the master branch.

https://github.com/OoliteProject/oolite ... 4-newGUI.2

Re: [WIP] new GUI for debug console

Posted: Mon May 27, 2024 6:34 am
by another_commander
The Windows build fails to run, apparently because twisted has not been included in the package. Here is the error:
Image

Re: [WIP] new GUI for debug console

Posted: Mon May 27, 2024 2:25 pm
by hiran
another_commander wrote: Mon May 27, 2024 6:34 am
The Windows build fails to run, apparently because twisted has not been included in the package. Here is the error:
Thank you for bringing it up. I added twisted on the windows build environment. Could you please check again?

https://github.com/OoliteProject/oolite ... 4-newGUI.2

Re: [WIP] new GUI for debug console

Posted: Mon May 27, 2024 3:48 pm
by another_commander
Still error, I'm afraid.

Image

I think this time it's missing pyWin32.

Re: [WIP] new GUI for debug console

Posted: Mon May 27, 2024 7:00 pm
by hiran
another_commander wrote: Mon May 27, 2024 3:48 pm
Still error, I'm afraid.

I think this time it's missing pyWin32.
At least it is no more the previous error....
Here is another attempt:

https://github.com/OoliteProject/oolite ... 4-newGUI.3

I admit I am poking in the dark. Not my programming language. Not my operating system. All I can do is follow guidance from people who test this release.

Re: [WIP] new GUI for debug console

Posted: Mon May 27, 2024 7:31 pm
by another_commander
Image

Re: [WIP] new GUI for debug console

Posted: Mon May 27, 2024 8:08 pm
by hiran
another_commander wrote: Mon May 27, 2024 7:31 pm
Yay, we did it! :-)
Thank you so much for your support, @another_commander.

Now the last item to be verified is the MacOs build. Unless that might be not required at all. I heard the Mac version of Oolite comes with a built-in debug console. Plus we do not compile Oolite for Mac any more anyway...

Re: [WIP] new GUI for debug console

Posted: Wed May 29, 2024 6:57 am
by hiran
hiran wrote: Mon May 27, 2024 8:08 pm
another_commander wrote: Mon May 27, 2024 7:31 pm
Yay, we did it! :-)
Thank you so much for your support, @another_commander.

Now the last item to be verified is the MacOs build. Unless that might be not required at all. I heard the Mac version of Oolite comes with a built-in debug console. Plus we do not compile Oolite for Mac any more anyway...
Looks like Oolite Mac supports both an integrated and an external debug console:
https://wiki.alioth.net/index.php/Debug ... le_support

So I'll leave the MacOs build as it is. If someone complains we can still improve it.
The current status (v2) is released now.

Re: [WIP] new GUI for debug console

Posted: Wed May 29, 2024 7:41 am
by another_commander
oolite.space still has links to the older v1.6 console in the downloads page. This should be updated. The packaging has also changed. Previously we had one package for both Windows and Linux, now it is one package per platform. This has to also be updated on the website.

Re: [WIP] new GUI for debug console

Posted: Wed May 29, 2024 8:19 am
by hiran
another_commander wrote: Wed May 29, 2024 7:41 am
oolite.space still has links to the older v1.6 console in the downloads page. This should be updated. The packaging has also changed. Previously we had one package for both Windows and Linux, now it is one package per platform. This has to also be updated on the website.
Thank you for pointing out. I'll take a look.