Pages

Friday, April 14, 2023

Running WeavePoint on an Apple Mac computer

WeavePoint is made for Windows. There is no WeavePoint version for Mac OS, but you can still run WeavePoint on a Mac.

One option is to use Wine, as CrossOver or PlayOnMac, this does not require Windows. This way, WeavePoint can integrate seamlessly in Mac OS, you don't really "see" Windows, WeavePoint starts and runs from Mac OS.


This page is about installing WeavePoint on a Mac with CrossOver and PlayOnMac (or other versions of Wine). If using Parallels, Boot Camp, WM Fusion or similar, see their instructions instead.

Note that loom control via a serial port will not work under CrossOver/PlayOnMac/Wine at present.

Note that updates of your macOS operating system may require that you also update your Crossover or PlayOnMac versions.

Update March 2023: We now recommend CrossOver. PlayOnMac 4.4.3 cannot be used with WeavePoint and later versions of macOS. We've tested WeavePoint and Crossover 22 with macOS 12.6 Monterey, and it seems to work well. The latest macOS updates has created problems for WeavePoint running under PlayOnMac 4.4.3 or before. WeavePoint starts as normal, but dialogs cannot be opened. This means we cannot recommend PlayOnMac for the moment. A future PlayOnMac update may correct this.

 

Installation by CrossOver

How to install WeavePoint with CrossOver

For new bottle name, you can write "WeavePoint".

 

Mouse

It can be convenient to use a mouse for drawing in the WeavePoint grids. Note that if you use an Apple mouse and it appears to have only one button, you can add right-click in your Mac's System Preferences.

Right-click is used in WeavePoint to erase in grids. Another way to do a right-click is Ctrl+click or click with two fingers on the trackpad.

 

Some observations

To keep your patterns easily available in one location, it can be recommended to save pattern files in the WeavePoint folder under the Documents folder.

When clicking the yellow button to minimize WeavePoint, the WeavePoint running icon will appear in the Dock. If the program does not reappear when you click the icon, right-click or Ctrl+click the icon and choose WeavePoint.

If the grids do not appear to fill the WeavePoint window correctly, close and restart WeavePoint.

 

Font size and smoothing

The menu and dialogue text fonts may look slightly different from when you run WeavePoint under standard Windows. Text size will depend on your Mac's screen size and resolution.

If you open CrossOver, click Wine Configuration and then select Graphics, there is a setting for Screen Resolution (DPI). If you increase this to 120 DPI (recommended), menu text, Help text and other texts will get larger.

Text fonts in dialogues etc. may not look as smooth and "dark" as expected. It is possible to fix this, although it may seem a little bit more andvanced. It requires a small, plain text file (like you can make with Notepad in Windows) and must have the subfix .reg. On a Mac, you can use TextEdit. In the Format menu, select Make Plain Text. Copy the text below and paste it in. You can can save it as smoothfont.reg (or something similar). In CrossOver, click the Run command and write Regedit. When Regedit opens, in the Registry menu, click Import Registry File and open your reg file. If a success, fonts should now be better. This is how the file should look (note: a blank line under the version line, only one blank line allowed):

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
"FontSmoothingType"=dword:00000002
"FontSmoothingGamma"=dword:00000578
"FontSmoothingOrientation"=dword:00000001

Printing

If WeavePoint does not recognize your printer, you can use File/Export/Save as PNG-image, to save a hight quality image and then open the image in a standard Mac program to print it. Another workaround is to install a virtual PDF printer called PDFWriter on your Mac. Once installed you can print to PDFWriter and then open the resulting PDF file in the native Mac program Preview and then print it.

Computer Assisted Looms

If using electronic loom control, note that this will not work under PlayOnMac/CrossOver/Wine at present. If you have an AVL loom with Compu-Dobby IV or later or a Little Weaver, you can use AVLDrive for Mac to run the loom: Design in WeavePoint, save as wif-file and open the pattern in AVLDrive to weave.

 Run Microsoft Windows Applications and Games on Mac, Linux or ChromeOS save up to 20% off  CodeWeavers CrossOver+ today.

Saturday, April 8, 2023

Codeweavers CrossOver promo code for 2023

 Hello Everyone,

I want to share my CodeWeavers coupon / promo code, the code is ( TOM23 ) and its good for a instant 20% discount off any product in CodeWeavers online store. Just go to CodeWeavers store and enter the code then update and you will see your discount. This promo code is valid until December 31st 2024 so feel free to share it with family and friends so they can also save 20% off CrossOver for Linux, Mac, ChromeOS. 
 
This coupon code currently isn't valid for a discount off CrossOver Lifetime. But if you should decide to purchase CrossOver LifeTime you will receive 65 Swag Bucks that can be used in CodeWeavers Swag store.




Putty for Mac
Putty for Mac
$10.00

https://winereviews.onfastspring.com/putty-for-mac

Friday, April 7, 2023

How To Play Roblox On Linux

 Roblox is one of the most talked-about and played in the gaming community right now. But with only options for Windows & Mac downloads, many Linux users are feeling left out. But till the devs plan to release an official version, there are several workarounds you can do to get it done for now. So today let’s look at how to get, install, and play Roblox on Linux Ubuntu.

Here’s how to get, install, and play Roblox on Linux Ubuntu:

  1. Open Internet Browser on your Linux system.
  2. We are using Mozilla Firefox for this process.
  3. Go to WineHQ webpage.
  4. Click on “Ubuntu”.
  5. Select the Ubuntu version you have.
  6. Make sure to remove any old Wine package repository first.
  7. This page will guide you with all commands.
  8. Still for your convenience, we will share them here.
  9. Open Ubuntu Terminal with Ubuntu using Ctrl+Alt+T.
  10. Type in 32-bit architecture command:
    • sudo dpkg –add-architecture i386.
  11. Now download the repository key:
    • wget -nc https://dl.winehq.org/wine-builds/winehq.key.
    • sudo apt-key add winehq.key
  12. Add the repository according to your Ubuntu version:
    • Ubuntu 21.10 – sudo add-apt-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ impish main’
    • Ubuntu 21.04 – sudo add-apt-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ hirsute main’
    • Ubuntu 20.10 – sudo add-apt-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ groovy main’
    • Ubuntu 20.04 | Linux Mint 20.x – sudo add-apt-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ focal main’
    • Ubuntu 18.04 | Linux Mint 19.x – sudo add-apt-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main’
  13. Now use the update command:
    • sudo apt update
  14. Use of the below package:
    • Stable branch:
      • sudo apt install –install-recommends winehq-stable
    • Development branch:
      • sudo apt install –install-recommends winehq-devel
    • Staging branch:
      • sudo apt install –install-recommends winehq-staging
  15. We used the Stable branch
  16. Now get Roblox for the Windows version
  17. Wait for it to complete
  18. Open “download folder” in “File Manager”
  19. Find the Roblox file
  20. Right-click, open with, choose “Wine Windows Program Loader”
  21. Roblox will install now
  22. Once done, you will see the Roblox icon on your desktop
  23. Right-click & select “Allow Launch”
  24. Log in with your Roblox account, and enjoy

Run Microsoft Windows Applications and Games on Mac, Linux or ChromeOS save up to 20% off  CodeWeavers CrossOver+ today.

Sunday, April 2, 2023

Run Windows software on Mac Linux and ChromeOS with CodeWeavers CrossOver

 Even if you’re not a Windows user, you never know when you might need Windows to run a certain software. For instance, did you know TurboTax for Business is only available on Windows?


If you’re running a Mac, Linux, or ChromeOS operating system, CrossOver+ Windows Compatibility App is a major asset. CrossOver is the easiest way to run Microsoft applications on your non-Windows computer without dealing with the clunkiness of a Windows emulator. Rather than an emulator, CrossOver translates Windows commands to your present operating system, allowing you to run Windows software as if it was designed for your native environment. From productivity software to games, it all runs better, and you can set it up in a matter of minutes.

Michelle Delio of Wired writes, “In general, running CrossOver Office was so similar to using Office on a standard Windows system that it was sometimes difficult to remember the PC was actually running Linux.”

Run Microsoft Windows Applications and Games on Mac, Linux or ChromeOS save up to 20% off  CodeWeavers CrossOver+ today.