Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Jochen Schäfer

Pages: 1 2 [3] 4 5 ... 23
31
Games / Re: Minecraft
« on: April 04, 2024, 07:46:11 am »
No, I could enter my ClassiCube credentials and got to the server list.
Movement is WASD.
Perhaps I should test this on another machine.

32
Games / Re: Minecraft
« on: April 03, 2024, 11:31:16 pm »
I have made an initial port of ClassiCube. You need to install libcurl to automatically download the assets be able to connect to servers.
Please unpack the exe in an separate directory because the assets will be created in the same directory where the exe is.
There is no sound ATM, and drawing is slow and buggy, but everything works,  including connecting to a server.
Have fun.

33
Programming / Re: ArcaOS - Recreate a complete build environment?
« on: April 03, 2024, 10:17:28 am »
Should you have some link for Paul's B.E. may you put it here? TIA.

I uploaded mine. I use gcc9, but I just didn't change the filename ;-)

34
Programming / Re: ArcaOS - Recreate a complete build environment?
« on: April 02, 2024, 10:41:23 am »
I have adapted Paul's environment script to my needs, and run it from an copied shell object by calling the script via parameter. This confines the scope of the environment values and everything apart from development remains untouched.

Also, I have cmake installed, since many projects use that and we have good support for it.

35
Programming / Re: CMake
« on: March 13, 2024, 09:43:31 am »
Most likely you are missing libcx:
Code: [Select]
set(CMAKE_EXE_LINKER_FLAGS  "${CMAKE_EXE_LINKER_FLAGS} -lcx")
If you want to test and get some output on the shell, set the Exe type to WINDOWCOMPAT.
For the app icon to show in PM, you need to set the exe type to WINDOWAPI. The console output then isn't shown, but can be captured like this:
Code: [Select]
app -someparameter | less
My Qt5 ports are here:
https://github.com/josch1710/FeatherNotes
https://github.com/josch1710/FeatherPad

36
Applications / Re: FeatherNotes for OS/2
« on: January 23, 2024, 11:32:18 am »
Hi Andreas.

I tried to PM you several times, but the messages seems to vanish. I cannot even see them in my Sent folder.

To the issue at hand:
In the provided file seems to be no problems. All persisted data in the XML are shown in FeatherNotes.
I can add and delete items, then save and reload. All items are there.

Can you provide more infos about what leads you to assume lost items?

37
Applications / Re: FeatherNotes for OS/2
« on: December 12, 2023, 07:34:17 pm »
Sorry, I was occupied with other stuff, and didn't look into the forums.
Next week, I have holidays. I try to make room for the issue.


Bye Jochen

38
Applications / Re: FeatherNotes for OS/2
« on: November 14, 2023, 06:20:26 pm »
Can you please PM me some file, so I can test it?

39
Setup & Installation / Re: UEFI: Dual Boot - Windows 11 and ArcaOS 5.1
« on: October 29, 2023, 10:05:29 am »
In my experience, rEFInd works really good with ArcaOS.

Is there an install program for rEFInd that works on ArcaOS?
Not to my knowledge, but alle the install scripts do is mount the ESP volume and copy the necessary files to it.
On the rEFInd site is a page with instructions for manual installation.
Also, Rich has instructions how to do it in ArcaOS, posted above

40
Setup & Installation / Re: UEFI: Dual Boot - Windows 11 and ArcaOS 5.1
« on: October 28, 2023, 01:18:07 pm »
In my experience, rEFInd works really good with ArcaOS.

41
Applications / Re: Csm2Uefi migration tool (updated)
« on: September 07, 2023, 09:21:15 am »
Hi Rich.

I really don't much with Rexx, so I didn't know it comes with ArcaOS.
I tried the new version again, and it finished the job.
Good Job.


Bye Jochen

42
Applications / Re: Csm2Uefi migration tool (updated)
« on: September 06, 2023, 01:20:47 pm »

43
Applications / Re: Csm2Uefi migration tool
« on: September 05, 2023, 02:17:40 pm »
Yeah, my bad, Should have had a closer look :-(
Now, it copied some files, and then I got an error message (cf. attachment).

44
Applications / Re: Csm2Uefi migration tool
« on: September 05, 2023, 10:34:10 am »
Thanks Rich.

I have put the exe on the installer usb stick, and installed 5.1 as CSM boot.
If I try your tool, I always get "Can't determine the source version", although the referenced iso is exactly the iso from the installer stick.

45
Applications / Re: ArcaOS 5.1 - First Impressions
« on: August 30, 2023, 06:30:34 pm »
I use Refind.

Pages: 1 2 [3] 4 5 ... 23