Hi list,
I have a windows system with wsl2 Ubuntu distro on it. Installing on the ubuntu subsystem pd and compiling Gem from Dekken, the rectangle object does not understand the [width $1( message in case I want to draw bordering lines. On windows it has no problem and other ubuntu not subsystem can handle the message as well. Does anybody have any clue how I can fix it?
Thanks in advance for any ideas.
Best, Popesz
On 9/19/23 22:54, Csaba Láng wrote:
Hi list,
I have a windows system with wsl2 Ubuntu distro on it. Installing on the ubuntu subsystem pd and compiling Gem from Dekken
i'm not sure what you mean with "compiling Gem from deken"...deken is a way to deliver pre-built binaries, nothing to compile.
, the rectangle object
does not understand the [width $1( message
what exactly do you mean with "does not understand the message"?
gfmdsa IOhannes
You are right, wrong word I used. I meant installing Gem 0.94 from Deken.
On Tue, Sep 19, 2023 at 11:13 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
On 9/19/23 22:54, Csaba Láng wrote:
Hi list,
I have a windows system with wsl2 Ubuntu distro on it. Installing on the ubuntu subsystem pd and compiling Gem from Dekken
i'm not sure what you mean with "compiling Gem from deken"...deken is a way to deliver pre-built binaries, nothing to compile.
, the rectangle object
does not understand the [width $1( message
what exactly do you mean with "does not understand the message"?
gfmdsa IOhannes _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
By the way, the same issue with the circle object. [width $1( is just ignored with the draw line message.
On Tue, Sep 19, 2023 at 11:15 PM Csaba Láng langcsaba@gmail.com wrote:
You are right, wrong word I used. I meant installing Gem 0.94 from Deken.
On Tue, Sep 19, 2023 at 11:13 PM IOhannes m zmölnig zmoelnig@iem.at wrote:
On 9/19/23 22:54, Csaba Láng wrote:
Hi list,
I have a windows system with wsl2 Ubuntu distro on it. Installing on the ubuntu subsystem pd and compiling Gem from Dekken
i'm not sure what you mean with "compiling Gem from deken"...deken is a way to deliver pre-built binaries, nothing to compile.
, the rectangle object
does not understand the [width $1( message
what exactly do you mean with "does not understand the message"?
gfmdsa IOhannes _______________________________________________ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
On 9/19/23 23:33, Csaba Láng wrote:
By the way, the same issue with the circle object. [width $1( is just ignored with the draw line message.
so i guess that when you wrote "does not understand the [width $1( message" you meant to say that it just ignores it (as opposed to "the object complains with an error message "rectangle: no method for 'width'"
the "width" property just wraps the 'glLineWidth' property which is somewhat dependent on the openGL implementation.
quoting from the standard (https://registry.khronos.org/OpenGL-Refpages/gl4/html/glLineWidth.xhtml):
Only width 1 is guaranteed to be supported; others depend on the
implementation.
in practice i've never encountered a maximum width below 7, but probably things are slightly different with WSL.
you might try something like https://stackoverflow.com/questions/3484260/, but apparently this is rather complicated.
gmdsar IOhannes
hello,
The width message is working as expected here. GEM: ver: 0.94.git v0.94-351-g2ba06167 GEM: compiled on Jan 12 2023
Can you send the test patch you are using, or try the curve-help file and tell us if the width message is working?
if it's not a patch problem, it's the hardware that can't interpret this message. What is your GPU?
cheers C
Le 19/09/2023 à 23:33, Csaba Láng a écrit :
By the way, the same issue with the circle object. [width $1( is just ignored with the draw line message.
On Tue, Sep 19, 2023 at 11:15 PM Csaba Láng <langcsaba@gmail.com mailto:langcsaba@gmail.com> wrote:
You are right, wrong word I used. I meant installing Gem 0.94 from Deken. On Tue, Sep 19, 2023 at 11:13 PM IOhannes m zmölnig <zmoelnig@iem.at <mailto:zmoelnig@iem.at>> wrote: On 9/19/23 22:54, Csaba Láng wrote: > Hi list, > > I have a windows system with wsl2 Ubuntu distro on it. Installing on the > ubuntu subsystem pd and compiling Gem from Dekken i'm not sure what you mean with "compiling Gem from deken"...deken is a way to deliver pre-built binaries, nothing to compile. , the rectangle object > does not understand the [width $1( message what exactly do you mean with "does not understand the message"? gfmdsa IOhannes _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Indeed too complicated, especially taking into account that I have something like 100 patches using the same thick lines. So it is not Gem related according to you but openGL?
On Wed, Sep 20, 2023 at 8:29 AM cyrille henry ch@chnry.net wrote:
hello,
The width message is working as expected here. GEM: ver: 0.94.git v0.94-351-g2ba06167 GEM: compiled on Jan 12 2023
Can you send the test patch you are using, or try the curve-help file and tell us if the width message is working?
if it's not a patch problem, it's the hardware that can't interpret this message. What is your GPU?
cheers C
Le 19/09/2023 à 23:33, Csaba Láng a écrit :
By the way, the same issue with the circle object. [width $1( is just
ignored with the draw line message.
On Tue, Sep 19, 2023 at 11:15 PM Csaba Láng <langcsaba@gmail.com
mailto:langcsaba@gmail.com> wrote:
You are right, wrong word I used. I meant installing Gem 0.94 from
Deken.
On Tue, Sep 19, 2023 at 11:13 PM IOhannes m zmölnig <zmoelnig@iem.at
mailto:zmoelnig@iem.at> wrote:
On 9/19/23 22:54, Csaba Láng wrote: > Hi list, > > I have a windows system with wsl2 Ubuntu distro on it.
Installing on the
> ubuntu subsystem pd and compiling Gem from Dekken i'm not sure what you mean with "compiling Gem from
deken"...deken is a
way to deliver pre-built binaries, nothing to compile. , the rectangle object > does not understand the [width $1( message what exactly do you mean with "does not understand the message"? gfmdsa IOhannes _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
it can be a patch problem, specially if your patch is very complex. Please, create a simple patch (gemhead / rectangle and the witdh message), that reproduce your problem so we can compare on other computer. cheers
Le 20/09/2023 à 09:13, Csaba Láng a écrit :
Indeed too complicated, especially taking into account that I have something like 100 patches using the same thick lines. So it is not Gem related according to you but openGL?
On Wed, Sep 20, 2023 at 8:29 AM cyrille henry <ch@chnry.net mailto:ch@chnry.net> wrote:
hello, The width message is working as expected here. GEM: ver: 0.94.git v0.94-351-g2ba06167 GEM: compiled on Jan 12 2023 Can you send the test patch you are using, or try the curve-help file and tell us if the width message is working? if it's not a patch problem, it's the hardware that can't interpret this message. What is your GPU? cheers C Le 19/09/2023 à 23:33, Csaba Láng a écrit : > By the way, the same issue with the circle object. [width $1( is just ignored with the draw line message. > > On Tue, Sep 19, 2023 at 11:15 PM Csaba Láng <langcsaba@gmail.com <mailto:langcsaba@gmail.com> <mailto:langcsaba@gmail.com <mailto:langcsaba@gmail.com>>> wrote: > > You are right, wrong word I used. I meant installing Gem 0.94 from Deken. > > On Tue, Sep 19, 2023 at 11:13 PM IOhannes m zmölnig <zmoelnig@iem.at <mailto:zmoelnig@iem.at> <mailto:zmoelnig@iem.at <mailto:zmoelnig@iem.at>>> wrote: > > On 9/19/23 22:54, Csaba Láng wrote: > > Hi list, > > > > I have a windows system with wsl2 Ubuntu distro on it. Installing on the > > ubuntu subsystem pd and compiling Gem from Dekken > > i'm not sure what you mean with "compiling Gem from deken"...deken is a > way to deliver pre-built binaries, nothing to compile. > > > , the rectangle object > > does not understand the [width $1( message > > what exactly do you mean with "does not understand the message"? > > > gfmdsa > IOhannes > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>> mailing list > UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list> <https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>> > > > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list > UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list> _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
I have found this discussion on the web.
https://github.com/microsoft/WSL/issues/2855 Does it take me closer to make it work? I have a NUC i9 Beast Canyon computer with the integrated graphic card in it https://simplynuc.com/beast-canyon/
Surely I have tried the simplest patch from the rectangle-help.pd. Tha was my first to try
On Wed, Sep 20, 2023 at 9:13 AM Csaba Láng langcsaba@gmail.com wrote:
Indeed too complicated, especially taking into account that I have something like 100 patches using the same thick lines. So it is not Gem related according to you but openGL?
On Wed, Sep 20, 2023 at 8:29 AM cyrille henry ch@chnry.net wrote:
hello,
The width message is working as expected here. GEM: ver: 0.94.git v0.94-351-g2ba06167 GEM: compiled on Jan 12 2023
Can you send the test patch you are using, or try the curve-help file and tell us if the width message is working?
if it's not a patch problem, it's the hardware that can't interpret this message. What is your GPU?
cheers C
Le 19/09/2023 à 23:33, Csaba Láng a écrit :
By the way, the same issue with the circle object. [width $1( is just
ignored with the draw line message.
On Tue, Sep 19, 2023 at 11:15 PM Csaba Láng <langcsaba@gmail.com
mailto:langcsaba@gmail.com> wrote:
You are right, wrong word I used. I meant installing Gem 0.94 from
Deken.
On Tue, Sep 19, 2023 at 11:13 PM IOhannes m zmölnig <
zmoelnig@iem.at mailto:zmoelnig@iem.at> wrote:
On 9/19/23 22:54, Csaba Láng wrote: > Hi list, > > I have a windows system with wsl2 Ubuntu distro on it.
Installing on the
> ubuntu subsystem pd and compiling Gem from Dekken i'm not sure what you mean with "compiling Gem from
deken"...deken is a
way to deliver pre-built binaries, nothing to compile. , the rectangle object > does not understand the [width $1( message what exactly do you mean with "does not understand the message"? gfmdsa IOhannes _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Le 20/09/2023 à 09:39, Csaba Láng a écrit :
I have found this discussion on the web.
https://github.com/microsoft/WSL/issues/2855 https://github.com/microsoft/WSL/issues/2855 Does it take me closer to make it work? I have a NUC i9 Beast Canyon computer with the integrated graphic card in it https://simplynuc.com/beast-canyon/ https://simplynuc.com/beast-canyon/
Surely I have tried the simplest patch from the rectangle-help.pd. Tha was my first to try
the rectangle-help patch did not include a width message! It may look silly, but I want to be 100% sure that you are using the width message correctly before blaming anything else. Since you refuse to provide a simple patch that reproduce the problem on your computer, I can't confirm the problem and will not investigate further.
Cheers
On Wed, Sep 20, 2023 at 9:13 AM Csaba Láng <langcsaba@gmail.com mailto:langcsaba@gmail.com> wrote:
Indeed too complicated, especially taking into account that I have something like 100 patches using the same thick lines. So it is not Gem related according to you but openGL? On Wed, Sep 20, 2023 at 8:29 AM cyrille henry <ch@chnry.net <mailto:ch@chnry.net>> wrote: hello, The width message is working as expected here. GEM: ver: 0.94.git v0.94-351-g2ba06167 GEM: compiled on Jan 12 2023 Can you send the test patch you are using, or try the curve-help file and tell us if the width message is working? if it's not a patch problem, it's the hardware that can't interpret this message. What is your GPU? cheers C Le 19/09/2023 à 23:33, Csaba Láng a écrit : > By the way, the same issue with the circle object. [width $1( is just ignored with the draw line message. > > On Tue, Sep 19, 2023 at 11:15 PM Csaba Láng <langcsaba@gmail.com <mailto:langcsaba@gmail.com> <mailto:langcsaba@gmail.com <mailto:langcsaba@gmail.com>>> wrote: > > You are right, wrong word I used. I meant installing Gem 0.94 from Deken. > > On Tue, Sep 19, 2023 at 11:13 PM IOhannes m zmölnig <zmoelnig@iem.at <mailto:zmoelnig@iem.at> <mailto:zmoelnig@iem.at <mailto:zmoelnig@iem.at>>> wrote: > > On 9/19/23 22:54, Csaba Láng wrote: > > Hi list, > > > > I have a windows system with wsl2 Ubuntu distro on it. Installing on the > > ubuntu subsystem pd and compiling Gem from Dekken > > i'm not sure what you mean with "compiling Gem from deken"...deken is a > way to deliver pre-built binaries, nothing to compile. > > > , the rectangle object > > does not understand the [width $1( message > > what exactly do you mean with "does not understand the message"? > > > gfmdsa > IOhannes > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>> mailing list > UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list> <https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>> > > > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list > UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list> _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
You misunderstood me. I did use a simple patch and of course I used the width message correctly to the first inlet of the rectangle or circle objects with numbers from 1 to 7. Under windows works correctly.
On Wed, 20 Sep 2023 at 10:29, cyrille henry ch@chnry.net wrote:
Le 20/09/2023 à 09:39, Csaba Láng a écrit :
I have found this discussion on the web.
https://github.com/microsoft/WSL/issues/2855%3E
Does it take me closer to make it work? I have a NUC i9 Beast Canyon computer with the integrated graphic card
in it https://simplynuc.com/beast-canyon/ < https://simplynuc.com/beast-canyon/%3E
Surely I have tried the simplest patch from the rectangle-help.pd. Tha
was my first to try the rectangle-help patch did not include a width message! It may look silly, but I want to be 100% sure that you are using the width message correctly before blaming anything else. Since you refuse to provide a simple patch that reproduce the problem on your computer, I can't confirm the problem and will not investigate further.
Cheers
On Wed, Sep 20, 2023 at 9:13 AM Csaba Láng <langcsaba@gmail.com <mailto:
langcsaba@gmail.com>> wrote:
Indeed too complicated, especially taking into account that I have
something like 100 patches using the same thick lines. So it is not Gem related according to you but openGL?
On Wed, Sep 20, 2023 at 8:29 AM cyrille henry <ch@chnry.net <mailto:
ch@chnry.net>> wrote:
hello, The width message is working as expected here. GEM: ver: 0.94.git v0.94-351-g2ba06167 GEM: compiled on Jan 12 2023 Can you send the test patch you are using, or try the curve-help
file and tell us if the width message is working?
if it's not a patch problem, it's the hardware that can't
interpret this message. What is your GPU?
cheers C Le 19/09/2023 à 23:33, Csaba Láng a écrit : > By the way, the same issue with the circle object. [width $1(
is just ignored with the draw line message.
> > On Tue, Sep 19, 2023 at 11:15 PM Csaba Láng <
langcsaba@gmail.com mailto:langcsaba@gmail.com <mailto: langcsaba@gmail.com mailto:langcsaba@gmail.com>> wrote:
> > You are right, wrong word I used. I meant installing Gem
0.94 from Deken.
> > On Tue, Sep 19, 2023 at 11:13 PM IOhannes m zmölnig <
zmoelnig@iem.at mailto:zmoelnig@iem.at <mailto:zmoelnig@iem.at mailto: zmoelnig@iem.at>> wrote:
> > On 9/19/23 22:54, Csaba Láng wrote: > > Hi list, > > > > I have a windows system with wsl2 Ubuntu distro on
it. Installing on the
> > ubuntu subsystem pd and compiling Gem from Dekken > > i'm not sure what you mean with "compiling Gem from
deken"...deken is a
> way to deliver pre-built binaries, nothing to compile. > > > , the rectangle object > > does not understand the [width $1( message > > what exactly do you mean with "does not understand
the message"?
> > > gfmdsa > IOhannes > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:
Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at> mailing list
> UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E < https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E%3E
> > > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing
list
> UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E
_______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Cyrille,
I am attaching the screenshot from my both system installed: [image: Screenshot 2023-09-20 113857.png]
The top line is the windows based Pd, the bottom line is from the wsl2 Ubuntu. width 5 was applied on both rectangles. No error message printed in the console. I hope it clears your doubts. Let me know if you need anything else at this point. Best, Popesz
On Wed, Sep 20, 2023 at 10:34 AM Csaba Láng langcsaba@gmail.com wrote:
You misunderstood me. I did use a simple patch and of course I used the width message correctly to the first inlet of the rectangle or circle objects with numbers from 1 to 7. Under windows works correctly.
On Wed, 20 Sep 2023 at 10:29, cyrille henry ch@chnry.net wrote:
Le 20/09/2023 à 09:39, Csaba Láng a écrit :
I have found this discussion on the web.
https://github.com/microsoft/WSL/issues/2855%3E
Does it take me closer to make it work? I have a NUC i9 Beast Canyon computer with the integrated graphic card
in it https://simplynuc.com/beast-canyon/ < https://simplynuc.com/beast-canyon/%3E
Surely I have tried the simplest patch from the rectangle-help.pd. Tha
was my first to try the rectangle-help patch did not include a width message! It may look silly, but I want to be 100% sure that you are using the width message correctly before blaming anything else. Since you refuse to provide a simple patch that reproduce the problem on your computer, I can't confirm the problem and will not investigate further.
Cheers
On Wed, Sep 20, 2023 at 9:13 AM Csaba Láng <langcsaba@gmail.com
mailto:langcsaba@gmail.com> wrote:
Indeed too complicated, especially taking into account that I have
something like 100 patches using the same thick lines. So it is not Gem related according to you but openGL?
On Wed, Sep 20, 2023 at 8:29 AM cyrille henry <ch@chnry.net
mailto:ch@chnry.net> wrote:
hello, The width message is working as expected here. GEM: ver: 0.94.git v0.94-351-g2ba06167 GEM: compiled on Jan 12 2023 Can you send the test patch you are using, or try the
curve-help file and tell us if the width message is working?
if it's not a patch problem, it's the hardware that can't
interpret this message. What is your GPU?
cheers C Le 19/09/2023 à 23:33, Csaba Láng a écrit : > By the way, the same issue with the circle object. [width
$1( is just ignored with the draw line message.
> > On Tue, Sep 19, 2023 at 11:15 PM Csaba Láng <
langcsaba@gmail.com mailto:langcsaba@gmail.com <mailto: langcsaba@gmail.com mailto:langcsaba@gmail.com>> wrote:
> > You are right, wrong word I used. I meant installing Gem
0.94 from Deken.
> > On Tue, Sep 19, 2023 at 11:13 PM IOhannes m zmölnig <
zmoelnig@iem.at mailto:zmoelnig@iem.at <mailto:zmoelnig@iem.at mailto: zmoelnig@iem.at>> wrote:
> > On 9/19/23 22:54, Csaba Láng wrote: > > Hi list, > > > > I have a windows system with wsl2 Ubuntu distro
on it. Installing on the
> > ubuntu subsystem pd and compiling Gem from Dekken > > i'm not sure what you mean with "compiling Gem from
deken"...deken is a
> way to deliver pre-built binaries, nothing to
compile.
> > > , the rectangle object > > does not understand the [width $1( message > > what exactly do you mean with "does not understand
the message"?
> > > gfmdsa > IOhannes > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:
Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at> mailing list
> UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E < https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E%3E
> > > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing
list
> UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E
_______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
hello,
ok, thanks for the screenshot. (i still think a patch is easier to share than a screenshot)
Since nothing have been changed in this part of Gem this last 10 years, it is safe to assume that the difference between your 2 computers is not related to Gem. So, as Iohannes say, the problem is probably on the openGL implementation, certainly because of WSL. I never had this problem on a ubuntu computer with old intel GPU.
I'm sorry , but I have no solution to offer exept not using WSL cheers
Le 20/09/2023 à 11:42, Csaba Láng a écrit :
Cyrille,
I am attaching the screenshot from my both system installed: Screenshot 2023-09-20 113857.png
The top line is the windows based Pd, the bottom line is from the wsl2 Ubuntu. width 5 was applied on both rectangles. No error message printed in the console. I hope it clears your doubts. Let me know if you need anything else at this point. Best, Popesz
On Wed, Sep 20, 2023 at 10:34 AM Csaba Láng <langcsaba@gmail.com mailto:langcsaba@gmail.com> wrote:
You misunderstood me. I did use a simple patch and of course I used the width message correctly to the first inlet of the rectangle or circle objects with numbers from 1 to 7. Under windows works correctly. On Wed, 20 Sep 2023 at 10:29, cyrille henry <ch@chnry.net <mailto:ch@chnry.net>> wrote: Le 20/09/2023 à 09:39, Csaba Láng a écrit : > I have found this discussion on the web. > > https://github.com/microsoft/WSL/issues/2855 <https://github.com/microsoft/WSL/issues/2855> <https://github.com/microsoft/WSL/issues/2855 <https://github.com/microsoft/WSL/issues/2855>> > Does it take me closer to make it work? > I have a NUC i9 Beast Canyon computer with the integrated graphic card in it https://simplynuc.com/beast-canyon/ <https://simplynuc.com/beast-canyon/> <https://simplynuc.com/beast-canyon/ <https://simplynuc.com/beast-canyon/>> > > Surely I have tried the simplest patch from the rectangle-help.pd. Tha was my first to try the rectangle-help patch did not include a width message! It may look silly, but I want to be 100% sure that you are using the width message correctly before blaming anything else. Since you refuse to provide a simple patch that reproduce the problem on your computer, I can't confirm the problem and will not investigate further. Cheers > > On Wed, Sep 20, 2023 at 9:13 AM Csaba Láng <langcsaba@gmail.com <mailto:langcsaba@gmail.com> <mailto:langcsaba@gmail.com <mailto:langcsaba@gmail.com>>> wrote: > > Indeed too complicated, especially taking into account that I have something like 100 patches using the same thick lines. So it is not Gem related according to you but openGL? > > > On Wed, Sep 20, 2023 at 8:29 AM cyrille henry <ch@chnry.net <mailto:ch@chnry.net> <mailto:ch@chnry.net <mailto:ch@chnry.net>>> wrote: > > hello, > > The width message is working as expected here. > GEM: ver: 0.94.git v0.94-351-g2ba06167 > GEM: compiled on Jan 12 2023 > > Can you send the test patch you are using, or try the curve-help file and tell us if the width message is working? > > if it's not a patch problem, it's the hardware that can't interpret this message. What is your GPU? > > cheers > C > > > Le 19/09/2023 à 23:33, Csaba Láng a écrit : > > By the way, the same issue with the circle object. [width $1( is just ignored with the draw line message. > > > > On Tue, Sep 19, 2023 at 11:15 PM Csaba Láng <langcsaba@gmail.com <mailto:langcsaba@gmail.com> <mailto:langcsaba@gmail.com <mailto:langcsaba@gmail.com>> <mailto:langcsaba@gmail.com <mailto:langcsaba@gmail.com> <mailto:langcsaba@gmail.com <mailto:langcsaba@gmail.com>>>> wrote: > > > > You are right, wrong word I used. I meant installing Gem 0.94 from Deken. > > > > On Tue, Sep 19, 2023 at 11:13 PM IOhannes m zmölnig <zmoelnig@iem.at <mailto:zmoelnig@iem.at> <mailto:zmoelnig@iem.at <mailto:zmoelnig@iem.at>> <mailto:zmoelnig@iem.at <mailto:zmoelnig@iem.at> <mailto:zmoelnig@iem.at <mailto:zmoelnig@iem.at>>>> wrote: > > > > On 9/19/23 22:54, Csaba Láng wrote: > > > Hi list, > > > > > > I have a windows system with wsl2 Ubuntu distro on it. Installing on the > > > ubuntu subsystem pd and compiling Gem from Dekken > > > > i'm not sure what you mean with "compiling Gem from deken"...deken is a > > way to deliver pre-built binaries, nothing to compile. > > > > > > , the rectangle object > > > does not understand the [width $1( message > > > > what exactly do you mean with "does not understand the message"? > > > > > > gfmdsa > > IOhannes > > _______________________________________________ > > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>>> mailing list > > UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list> <https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>> <https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list> <https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>>> > > > > > > _______________________________________________ > > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>> mailing list > > UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list> <https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>> > > > > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>> mailing list > UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list> <https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>> > > > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list > UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list> _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Cyrille,
thanks for your answer. I have not seen the sense to send a simple patch as it would not show the behaviour of the rendered Gem window under wsl2. Anyway, I have to use both Windows and subsystem Linux as on Windows does not work the shell or command objects while under Linux the above mentioned [width( command to the 2d shape objects such as triangle, rectangle or circle.
Thanks for your support anyway. Best, Popesz
On Thu, Sep 21, 2023 at 5:10 PM cyrille henry ch@chnry.net wrote:
hello,
ok, thanks for the screenshot. (i still think a patch is easier to share than a screenshot)
Since nothing have been changed in this part of Gem this last 10 years, it is safe to assume that the difference between your 2 computers is not related to Gem. So, as Iohannes say, the problem is probably on the openGL implementation, certainly because of WSL. I never had this problem on a ubuntu computer with old intel GPU.
I'm sorry , but I have no solution to offer exept not using WSL cheers
Le 20/09/2023 à 11:42, Csaba Láng a écrit :
Cyrille,
I am attaching the screenshot from my both system installed: Screenshot 2023-09-20 113857.png
The top line is the windows based Pd, the bottom line is from the wsl2
Ubuntu. width 5 was applied on both rectangles. No error message printed in the console.
I hope it clears your doubts. Let me know if you need anything else at this point. Best, Popesz
On Wed, Sep 20, 2023 at 10:34 AM Csaba Láng <langcsaba@gmail.com
mailto:langcsaba@gmail.com> wrote:
You misunderstood me. I did use a simple patch and of course I used
the width message correctly to the first inlet of the rectangle or circle objects with numbers from 1 to 7.
Under windows works correctly. On Wed, 20 Sep 2023 at 10:29, cyrille henry <ch@chnry.net <mailto:
ch@chnry.net>> wrote:
Le 20/09/2023 à 09:39, Csaba Láng a écrit : > I have found this discussion on the web. > > https://github.com/microsoft/WSL/issues/2855 <
https://github.com/microsoft/WSL/issues/2855%3E < https://github.com/microsoft/WSL/issues/2855 < https://github.com/microsoft/WSL/issues/2855%3E%3E
> Does it take me closer to make it work? > I have a NUC i9 Beast Canyon computer with the integrated
graphic card in it https://simplynuc.com/beast-canyon/ < https://simplynuc.com/beast-canyon/%3E <https://simplynuc.com/beast-canyon/ https://simplynuc.com/beast-canyon/>
> > Surely I have tried the simplest patch from the
rectangle-help.pd. Tha was my first to try
the rectangle-help patch did not include a width message! It may look silly, but I want to be 100% sure that you are using
the width message correctly before blaming anything else.
Since you refuse to provide a simple patch that reproduce the
problem on your computer, I can't confirm the problem and will not investigate further.
Cheers > > On Wed, Sep 20, 2023 at 9:13 AM Csaba Láng <
langcsaba@gmail.com mailto:langcsaba@gmail.com <mailto: langcsaba@gmail.com mailto:langcsaba@gmail.com>> wrote:
> > Indeed too complicated, especially taking into account
that I have something like 100 patches using the same thick lines. So it is not Gem related according to you but openGL?
> > > On Wed, Sep 20, 2023 at 8:29 AM cyrille henry <
ch@chnry.net mailto:ch@chnry.net <mailto:ch@chnry.net mailto: ch@chnry.net>> wrote:
> > hello, > > The width message is working as expected here. > GEM: ver: 0.94.git v0.94-351-g2ba06167 > GEM: compiled on Jan 12 2023 > > Can you send the test patch you are using, or try the
curve-help file and tell us if the width message is working?
> > if it's not a patch problem, it's the hardware that
can't interpret this message. What is your GPU?
> > cheers > C > > > Le 19/09/2023 à 23:33, Csaba Láng a écrit : > > By the way, the same issue with the circle object.
[width $1( is just ignored with the draw line message.
> > > > On Tue, Sep 19, 2023 at 11:15 PM Csaba Láng <
langcsaba@gmail.com mailto:langcsaba@gmail.com <mailto: langcsaba@gmail.com mailto:langcsaba@gmail.com> <mailto: langcsaba@gmail.com mailto:langcsaba@gmail.com <mailto: langcsaba@gmail.com mailto:langcsaba@gmail.com>>> wrote:
> > > > You are right, wrong word I used. I meant
installing Gem 0.94 from Deken.
> > > > On Tue, Sep 19, 2023 at 11:13 PM IOhannes m
zmölnig <zmoelnig@iem.at mailto:zmoelnig@iem.at <mailto:zmoelnig@iem.at mailto:zmoelnig@iem.at> <mailto:zmoelnig@iem.at mailto:zmoelnig@iem.at <mailto:zmoelnig@iem.at mailto:zmoelnig@iem.at>>> wrote:
> > > > On 9/19/23 22:54, Csaba Láng wrote: > > > Hi list, > > > > > > I have a windows system with wsl2
Ubuntu distro on it. Installing on the
> > > ubuntu subsystem pd and compiling Gem
from Dekken
> > > > i'm not sure what you mean with "compiling
Gem from deken"...deken is a
> > way to deliver pre-built binaries, nothing
to compile.
> > > > > > , the rectangle object > > > does not understand the [width $1(
message
> > > > what exactly do you mean with "does not
understand the message"?
> > > > > > gfmdsa > > IOhannes > >
> > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>
<mailto:Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at> <mailto: Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at <mailto: Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at>> mailing list
> > UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E < https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E%3E < https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E < https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E%3E%3E
> > > > > > _______________________________________________ > > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at>
<mailto:Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at> mailing list
> > UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E < https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E%3E
> > > > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> <mailto:
Pd-list@lists.iem.at mailto:Pd-list@lists.iem.at> mailing list
> UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E < https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E%3E
> > > _______________________________________________ > Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing
list
> UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E
_______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list < https://lists.puredata.info/listinfo/pd-list%3E
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list