Search found 149 matches
- Sun Jan 16, 2022 1:57 am
- Forum: Mac OS
- Topic: the driverNames not finding usb to serial controller on Big Sur
- Replies: 13
- Views: 22791
Re: the driverNames not finding usb to serial controller on Big Sur
I'm showing my age here but when I say "serial port", I mean RS232
- Thu Dec 16, 2021 2:35 pm
- Forum: Mac OS
- Topic: the driverNames not finding usb to serial controller on Big Sur
- Replies: 13
- Views: 22791
Re: the driverNames not finding usb to serial controller on Big Sur
Yes they used to appear in the driverNames. I worked on a stack during lockdown and (almost) had it all sussed. Reading and writing serial ports (almost real time). Big Sur came along and the stack no longer works. I have been following the issue since it appeared on Arduino Microcontroler forums. T...
- Thu Dec 16, 2021 2:23 pm
- Forum: Linux
- Topic: Hi-DPI scaling on Linux 64
- Replies: 2
- Views: 14542
Re: Hi-DPI scaling on Linux 64


- Thu Dec 16, 2021 12:22 pm
- Forum: Linux
- Topic: Hi-DPI scaling on Linux 64
- Replies: 2
- Views: 14542
Hi-DPI scaling on Linux 64
Has anyone found a cure for the hi-dpi scaling issue on Linux 64 yet? I'm no spring chicken and I can barely read anything on the IDE when I run it on Zorin OS or Elementary OS in Hi-DPI mode. https://i.imgflip.com/1p5p4u.jpg It runs well on these OS' so far everything works ok for me apart from the...
- Thu Dec 16, 2021 9:34 am
- Forum: Mac OS
- Topic: the driverNames not finding usb to serial controller on Big Sur
- Replies: 13
- Views: 22791
Re: the driverNames not finding usb to serial controller on Big Sur
done - Bug 23488 - the driverNames no longer lists USB to Serial Adapters on OSX Big Sur
- Thu Dec 16, 2021 8:24 am
- Forum: Mac OS
- Topic: the driverNames not finding usb to serial controller on Big Sur
- Replies: 13
- Views: 22791
Re: the driverNames not finding usb to serial controller on Big Sur
I added all the permissions I could to LiveCode in security and preferences. "Whole Disk Access" was the only one that had a checkbox entry for LiveCode. If I put shell("ls /dev/tty*") I get 2 devices: /dev/tty.usbserial-14530 /dev/tty.usbserial-4 If I put shell("ls /dev/cu*") I get another 2 device...
- Wed Dec 15, 2021 6:47 pm
- Forum: Mac OS
- Topic: the driverNames not finding usb to serial controller on Big Sur
- Replies: 13
- Views: 22791
the driverNames not finding usb to serial controller on Big Sur
I was quite happily reading and writing to usb serial ports up until upgrading to Big Sur. The usb to serial devices use the FTDI chipset. You could query the driverNames and it would list the serial ports no problem. After the upgrade to Big Sur the USB to serial drivers were known to be broken bro...
- Thu Nov 11, 2021 9:19 pm
- Forum: Building Externals
- Topic: Another attempt at 3D external using openb3d
- Replies: 12
- Views: 34882
Re: Another attempt at 3D external using openb3d
Sorry for the late reply I normally get notified of a reply on here but it appears not... WELL HOT DOG! IT WORKED! I'm glad someone had some success. I can't really offer much help with the building of standalone and including externals etc as I rarely build them. I can only assume if it works in th...
- Thu Oct 28, 2021 4:15 pm
- Forum: Building Externals
- Topic: Another attempt at 3D external using openb3d
- Replies: 12
- Views: 34882
Re: Another attempt at 3D external using openb3d
Jeezo I just noticed they have removed every community download. What a waste! 

- Tue Oct 26, 2021 4:22 pm
- Forum: Building Externals
- Topic: Another attempt at 3D external using openb3d
- Replies: 12
- Views: 34882
Re: Another attempt at 3D external using openb3d
OK so it works in windows 10 64 bit as well. Installed 8.0.2 on windows 10 64 bit. dropped openb3d.dll into Windows\SysWoW64 folder dropped extopenb3d.dll external into C:\Program Files (x86)\RunRev\LiveCode Business 8.0.2\Externals then modified the external.txt file as above Screenshots for both x...
- Tue Oct 26, 2021 3:27 pm
- Forum: Building Externals
- Topic: Another attempt at 3D external using openb3d
- Replies: 12
- Views: 34882
Re: Another attempt at 3D external using openb3d
Downloaded 322 times and nobody got it working... I did loool. Thanks for letting me know. I got this going again just now (26th Oct 2021) using this recipe. Originally this was tested on 32 bit windows XP so that's what I have used here in a virtual machine. Download and install LiveCode V8.0.2 (T...
- Thu Apr 15, 2021 10:04 am
- Forum: Bug Triage
- Topic: 9.6.2 (rc5) No context menus after script error
- Replies: 1
- Views: 631
9.6.2 (rc5) No context menus after script error
Another bug that has annoyed me no end for a few versions. After a script error I can no longer right click my stack for context menu. I am using 9.6.2 (rc5) on OSX 11.2.3 Big Sur create a blank stack and edit the card script on doSomethingElse nonExistentHandler end doSomethingElse Right click the ...
- Thu Apr 15, 2021 9:57 am
- Forum: Bug Triage
- Topic: 9.6.2 (rc5) No messages to message box
- Replies: 2
- Views: 833
9.6.2 (rc5) No messages to message box
I'm sure this has been a bug for a few versions now but I am currently using 9.6.2 (rc5) on OSX 11.2.3 Big Sur. Create a blank stack and edit the card script. on doSomething put "Hello World!" end doSomething Apply If I right click the card, send card message, doSomething...No message box is popping...
- Tue Jul 14, 2020 2:13 pm
- Forum: Bug Triage
- Topic: encrypt command "at x bit" being ignored
- Replies: 1
- Views: 1817
Re: encrypt command "at x bit" being ignored
I couldn't see a way around this so I have spent a few days writing my own blowfish stuff. This is very rough (and fairly slow) at the moment but will suit my needs for the time being... Apologies for the code but I want it to be deliberately hard to read. I have left in some comments. This passes t...
- Wed Jul 08, 2020 9:29 am
- Forum: Bug Triage
- Topic: encrypt command "at x bit" being ignored
- Replies: 1
- Views: 1817
encrypt command "at x bit" being ignored
I am currently trying to use the encrypt command to reproduce test vectors given to me by a regulating body. The algorithm is bf-ecb. We are given a few test keys along with the plain text and cipher text. Key = 3130313231 (hex) or 10121 (ascii) Clear Text = 3132333435 (hex) or 12345 (ascii) Clear T...