If you are interested in any of this roles, please feel free to contact me at joanbaptista@gmail.com (I can read without problems e-mails in Catalan, Spanish or English ... French, Italian, Portuguese and other languages ... maybe also ... with the help of Google translator ... ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you change your version 2.0
to do this:
TB_OpenGL.Text = Trim(Mid(c_SysInfo12, 23, 4))
c_OpenGL_ver = TB_OpenGL.Text
Try n_OpenGL_ver = Val(c_OpenGL_ver)
If Error Then
c_OpenGL_ver = Replace(TB_OpenGL.Text, ".", ",", gb.Binary)
n_OpenGL_ver = Val(c_OpenGL_ver)
Endif
In Gambas farm It will not crash for those of use that use ' . ' not ' , ',
Cool app but recommends using
Debian 11 xfce 32bit for my 64bit 16gb ryzen 3550h machine, not very correct
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I will take a look at that code this week, as soon as possible.
You do not specify if you are running the Windows or the Linux version of
Tria Sistema Operatiu, nor version, but in the first fast reading of this
code ... I am 100 % sure that you are using Tria Sistema Operatiu FOR
LINUX 1.2.38 or even the latest version, 1.2.38.1.
Keep in mind that the target of this program is to recommend the best
Operating System for a specified or detected computer, evaluating:
Hard Disk Drive (mechanical, M.2 or any other kind of SSD) and that is
probably why your PC is only entering in the 2nd group of a total of 6
groups ... (the 6th group is for the better computers) ... check if the
program is not detecting properly your hard disk drive, because I imagine
that you do NOT have only a 10 GB mechanical hard disc drive with your AMD
Ryzen 5, right?
The latest version of Tria Sistema Operatiu for Windows (1.2.38.1) is
detecting better ALL the hardware ... This is my first program using Gambas
and not my first program using Visual Basic.
Tria Sistema Operatiu 2.0 will be released before ending this month
(improving hardware detection in Linux, including recomendation of Fedora
35 instead Fedora 34, Debian 11.1.0 instead of Debian 11.0, Windows 10
release 21H2 instead of Windows 10 release 21H1 and I will change the URL
from https://tria-s-o-1-2.sourceforge.io to a shorter one, without the
"1-2" ... and also will include (Windows and also Linux versions) the
possibility to specify if someone wants to have "in red" the hardware
necessary to be improved to achieve the program recommends Win7, 10 or 11
for a specific PC.
If you change your version 2.0
to do this:
TB_OpenGL.Text = Trim(Mid(c_SysInfo12, 23, 4))
c_OpenGL_ver = TB_OpenGL.Text
Try n_OpenGL_ver = Val(c_OpenGL_ver)
If Error Then
c_OpenGL_ver = Replace(TB_OpenGL.Text, ".", ",", gb.Binary)
n_OpenGL_ver = Val(c_OpenGL_ver)
Endif
In Gambas farm It will not crash for those of use that use ' . ' not ' , ',
Cool app but recommends using
Debian 11 xfce 32bit for my 64bit 16gb ryzen 3550h machine, not very
correct
Is working like a charm !!! Thank you very much, Brian !!!
I did not know nothing about the :
Try xxxx
If Error Then
And is really great, so maybe it will also help me to improve another tags
of hardware autodetection (cpu & hdd mainly) in the Linux version of Tria
Sistema Operatiu 2.0 this month, because as you probably already know,
there are still some things to improve in that tags, but if you do not want
to use the windows version of Tria-S-O (using wine, or virtualbox or other
software) also you can manually specify the details of YOUR CPU, gpu and
hard disk drive, and you will see the program is then ofering you a better
64 bit O.S.
If you don't mind, I will citate your contribution in 2 short comments (in
english) inside the part of the code that you helped me, and only if you
agree, also inside the "Info-FAQS" button.
As you can see, for me it will be a real pleasure and honor to receive more
help and colaboration from you, specially in everything related with the
Linux version, using Gambas 3.x because I see you have more experience than
me ... at least in Gambas 3.x (and probably also Linux and other things).
If you change your version 2.0
to do this:
TB_OpenGL.Text = Trim(Mid(c_SysInfo12, 23, 4))
c_OpenGL_ver = TB_OpenGL.Text
Try n_OpenGL_ver = Val(c_OpenGL_ver)
If Error Then
c_OpenGL_ver = Replace(TB_OpenGL.Text, ".", ",", gb.Binary)
n_OpenGL_ver = Val(c_OpenGL_ver)
Endif
In Gambas farm It will not crash for those of use that use ' . ' not ' , ',
Cool app but recommends using
Debian 11 xfce 32bit for my 64bit 16gb ryzen 3550h machine, not very
correct
I have created separate classes for each of the bits of system information we need on the linux platform. I have not yet altered the main to call then directly but I have added the basic unit test framework so that they may be tested. press f4 to run the testing framework instead of the normal f5 for run.
Please run the unit test on your computers and let me know if it reports the correct information.
Review the code and let me know how it looks. If all is good I will go in and update the fmain.class to call these classes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is the latest Linux version (2.0.2 released last Saturday, 2021-11-27) already detecting all your hardware 100% ok, Brian? Is it now recommending you something better (for you) than Debian GNU/Linux?
I would appreciate so much your feedback, but you know ... if you prefer another day and/or another way to send feedback, no problem, Brian ! Up to you ! I will do my best to read you ASAP ;-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do you want to be part of this project? YOU are welcome
If you want to be part of this project, you are welcome.
We are searching for :
If you are interested in any of this roles, please feel free to contact me at joanbaptista@gmail.com (I can read without problems e-mails in Catalan, Spanish or English ... French, Italian, Portuguese and other languages ... maybe also ... with the help of Google translator ... ;-)
If you change your version 2.0
to do this:
TB_OpenGL.Text = Trim(Mid(c_SysInfo12, 23, 4))
c_OpenGL_ver = TB_OpenGL.Text
Try n_OpenGL_ver = Val(c_OpenGL_ver)
If Error Then
c_OpenGL_ver = Replace(TB_OpenGL.Text, ".", ",", gb.Binary)
n_OpenGL_ver = Val(c_OpenGL_ver)
Endif
In Gambas farm It will not crash for those of use that use ' . ' not ' , ',
Cool app but recommends using
Debian 11 xfce 32bit for my 64bit 16gb ryzen 3550h machine, not very correct
Thank you very much for your e-mail, Brian.
I will take a look at that code this week, as soon as possible.
You do not specify if you are running the Windows or the Linux version of
Tria Sistema Operatiu, nor version, but in the first fast reading of this
code ... I am 100 % sure that you are using Tria Sistema Operatiu FOR
LINUX 1.2.38 or even the latest version, 1.2.38.1.
Keep in mind that the target of this program is to recommend the best
Operating System for a specified or detected computer, evaluating:
https://www.amd.com/en/products/apu/amd-ryzen-5-3550h )
version compatibility and WDDM version compatibility.
probably why your PC is only entering in the 2nd group of a total of 6
groups ... (the 6th group is for the better computers) ... check if the
program is not detecting properly your hard disk drive, because I imagine
that you do NOT have only a 10 GB mechanical hard disc drive with your AMD
Ryzen 5, right?
The latest version of Tria Sistema Operatiu for Windows (1.2.38.1) is
detecting better ALL the hardware ... This is my first program using Gambas
and not my first program using Visual Basic.
Tria Sistema Operatiu 2.0 will be released before ending this month
(improving hardware detection in Linux, including recomendation of Fedora
35 instead Fedora 34, Debian 11.1.0 instead of Debian 11.0, Windows 10
release 21H2 instead of Windows 10 release 21H1 and I will change the URL
from https://tria-s-o-1-2.sourceforge.io to a shorter one, without the
"1-2" ... and also will include (Windows and also Linux versions) the
possibility to specify if someone wants to have "in red" the hardware
necessary to be improved to achieve the program recommends Win7, 10 or 11
for a specific PC.
Joan Baptista
joanbaptista@gmail.com
Missatge de Brian G ercoupeflyer@users.sourceforge.net del dia dl., 8 de
nov. 2021 a les 1:04:
Is working like a charm !!! Thank you very much, Brian !!!
I did not know nothing about the :
Try xxxx
If Error Then
And is really great, so maybe it will also help me to improve another tags
of hardware autodetection (cpu & hdd mainly) in the Linux version of Tria
Sistema Operatiu 2.0 this month, because as you probably already know,
there are still some things to improve in that tags, but if you do not want
to use the windows version of Tria-S-O (using wine, or virtualbox or other
software) also you can manually specify the details of YOUR CPU, gpu and
hard disk drive, and you will see the program is then ofering you a better
64 bit O.S.
If you don't mind, I will citate your contribution in 2 short comments (in
english) inside the part of the code that you helped me, and only if you
agree, also inside the "Info-FAQS" button.
As you can see, for me it will be a real pleasure and honor to receive more
help and colaboration from you, specially in everything related with the
Linux version, using Gambas 3.x because I see you have more experience than
me ... at least in Gambas 3.x (and probably also Linux and other things).
El dl., 8 de nov. 2021, 1:04, Brian G ercoupeflyer@users.sourceforge.net
va escriure:
I have created separate classes for each of the bits of system information we need on the linux platform. I have not yet altered the main to call then directly but I have added the basic unit test framework so that they may be tested. press f4 to run the testing framework instead of the normal f5 for run.
Please run the unit test on your computers and let me know if it reports the correct information.
Review the code and let me know how it looks. If all is good I will go in and update the fmain.class to call these classes.
Is the latest Linux version (2.0.2 released last Saturday, 2021-11-27) already detecting all your hardware 100% ok, Brian? Is it now recommending you something better (for you) than Debian GNU/Linux?
I would appreciate so much your feedback, but you know ... if you prefer another day and/or another way to send feedback, no problem, Brian ! Up to you ! I will do my best to read you ASAP ;-)