[Cuis-dev] VectorGraphics broken on Windows?

David Faitelson davidf at afeka.ac.il
Thu Feb 17 07:20:41 PST 2022


Hi Gerald,

Thanks for looking into this!

I've downloaded the latest VM prerelease but the problem persists. Here are the attributes for this version:

 #('Win32' '6.2' 'X64' 'Open Smalltalk Cog[Spur] VM [CoInterpreterPrimitives VMMaker.oscog-eem.3116]' 'Windows' 'Win32 built on Dec 20 2021 13:01:20 Compiler: Clang 13.0.0' 'CoInterpreter VMMaker.oscog-eem.3116 uuid: d757936e-c3f3-48be-9435-9a3a60b14615 Dec 20 2021' 'StackToRegisterMappingCogit VMMaker.oscog-eem.3114 uuid: 0522972d-531d-4f3a-9559-5c9bdbbf5427 Dec 20 2021' 'VM: 202112201228 runneradmin at fv-az82-782:/d/a/opensmalltalk-vm/opensmalltalk-vm Date: Mon Dec 20 13:28:18 2021 CommitHash: 1f30aa6 Plugins: 202112201228 runneradmin at fv-az82-782:/d/a/opensmalltalk-vm/opensmalltalk-vm')

This is how it looks like after I try to 'Load all TrueType fonts' (I hope you will be able to see the image)

[cid:5fb5ac02-4d8d-497a-9746-634a99bfd44d]
________________________________
From: Gerald Klix <cuis.01 at klix.ch>
Sent: Thursday, February 17, 2022 12:15 PM
To: David Faitelson <davidf at afeka.ac.il>
Cc: Discussion of Cuis Smalltalk <cuis-dev at lists.cuis.st>
Subject: Re: [Cuis-dev] VectorGraphics broken on Windows?

David,

I am inclined to ask a few standard questions:

  *
Did install the latest updates, before trying to use a TrueType font and thus installing VectorGrahics.
If no, please test again with the latest updates installed.
  *
What virtual machine do you use?
The following snippet may help identify the VM.

attributes _ Array new: 9.
1 to: attributes size do: [ :index |
attributes
at: index
put: (Smalltalk getSystemAttribute: index + 1000) ].
Especially the last attribute and the 7th might be helpfull.


HTH,

Gerald




On Feb 17 2022, at 10:01 am, David Faitelson via Cuis-dev <cuis-dev at lists.cuis.st> wrote:

I've pulled the recent Cuis from Github and tried to use the TrueType fonts but I get this result


And the system locks, I can't even enter the debugger...

I'm running Windows 10 Pro on  a Dell laptop.

Has anyone else noticed this problem?

Cheers,
David

Dr. David Faitelson
Senior Lecturer
| Office: +972-3-7688782 | Mobile: +972-52-6568896
Mivtza Kadesh St., Tel-Aviv 38
www.afeka.ac.il<http://www.afeka.ac.il/>


--
Cuis-dev mailing list
Cuis-dev at lists.cuis.st
https://lists.cuis.st/mailman/listinfo/cuis-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20220217/7827f53f/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 113408 bytes
Desc: image.png
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20220217/7827f53f/attachment-0001.png>


More information about the Cuis-dev mailing list