{"id":364,"date":"2022-12-03T15:09:08","date_gmt":"2022-12-03T15:09:08","guid":{"rendered":"https:\/\/starscape-experiences.space\/?p=364"},"modified":"2022-12-03T15:16:38","modified_gmt":"2022-12-03T15:16:38","slug":"installing-vspec-in-10-steps","status":"publish","type":"post","link":"https:\/\/starscape-experiences.space\/index.php\/2022\/12\/03\/installing-vspec-in-10-steps\/","title":{"rendered":"Installing VSpec in 10 steps"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\"><\/h2>\n\n\n\n<p>Flashing the image and accessing your Astroberry in your local network should be <a href=\"https:\/\/www.astroberry.io\/docs\/index.php?title=Astroberry_Server#Quick_Start\">straightforward<\/a>. Once the local network is set up in Astroberry you simply type <em>astroberry.local<\/em> in your favorite browser and the image below should appear:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"480\" src=\"https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-3-1024x480.png\" alt=\"\" class=\"wp-image-347\" srcset=\"https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-3-1024x480.png 1024w, https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-3-300x141.png 300w, https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-3-768x360.png 768w, https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-3-1536x720.png 1536w, https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-3.png 1909w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption>Welcome screen of the Astroberry OS running on the Pi4 board.<\/figcaption><\/figure><\/div>\n\n\n<p>Installing Vspec is a little bit more complicated (but not impossible) and requires following these steps (valid on 13\/08\/2022):<\/p>\n\n\n\n<p>Since Vspec is designed to run on Windows machines (i686 architectures) and not on Astroberry (arm architectures) we must use an emulator. The following steps are performed on the Pi4 running Astroberry.<\/p>\n\n\n\n<ol><li><strong>Open a terminal<\/strong>.<\/li><li>First, <a href=\"http:\/\/astrosurf.com\/vdesnoux\/download.html\" target=\"_blank\" rel=\"noreferrer noopener\">download the vspec440_setup.exe<\/a> and make sure you are in the folder where you downloaded it when you perform the next steps. In my case I have a folder called VSpec440 in Downloads so I just run <em>cd Downloads\/VSpec440<\/em>.<\/li><li>Install <em>exagear<\/em> to emulate an i686 architecture as VSpec cannot run on arm architectures. I have used the <a href=\"https:\/\/dl.insrt.uk\/mirror\/exagear\/exagear_3428-1_arm64.deb\">exagear_3428-1_arm64.deb<\/a> package on my Pi4 board. Be sure to <mark style=\"background-color:rgba(0, 0, 0, 0);color:#fc0000\" class=\"has-inline-color\"><strong>apply the patch<\/strong><\/mark> as indicated in <a href=\"https:\/\/insrt.uk\/post\/exagear-install\" target=\"_blank\" rel=\"noopener\">this tutorial<\/a>!<\/li><li>Run <em>exagear <\/em>by typing exagear in the terminal. This will emulate an i686 architecture. Type <em>arch <\/em>to check. If you see something similar to the image below you are on the right path! <figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"675\" height=\"155\" class=\"wp-image-348\" src=\"https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-4.png\" alt=\"\" srcset=\"https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-4.png 675w, https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-4-300x69.png 300w\" sizes=\"(max-width: 675px) 100vw, 675px\" \/><\/figure><\/li><li>Install <em>wine <\/em>(I installed version 3 available on the default repo). Run the following commands in the terminal:<\/li><\/ol>\n\n\n\n<p><em>sudo apt-get update<\/em><\/p>\n\n\n\n<p><em>sudo apt-get install wine &#8211;fix-missing<\/em><\/p>\n\n\n\n<ol start=\"4\"><li>Run <em>sudo winecfg<\/em> and check <em>emulate a virtual desktop in the setup window<\/em> (I found that this step is not really needed).<\/li><li>Install <em>winetricks <\/em>as the <strong>Visual Basic runtime<\/strong> required for VSpec must be installed:<\/li><\/ol>\n\n\n\n<p><em>wget &#8220;<a href=\"https:\/\/raw.githubusercontent.com\/Winetricks\/winetricks\/master\/src\/winetricks\">https:\/\/raw.githubusercontent.com\/Winetricks\/winetricks\/master\/src\/winetricks<\/a>&#8220;<\/em><\/p>\n\n\n\n<p><em>chmod +x winetricks<\/em><\/p>\n\n\n\n<ol start=\"6\"><li>Install the VB6 runtime by typing in the terminal:<\/li><\/ol>\n\n\n\n<p><em>winetricks vb6run comctl32ocx comdlg32ocx richtx32 mdac28<\/em><\/p>\n\n\n\n<ol start=\"7\"><li>Install VSpec by typing in the terminal:<\/li><\/ol>\n\n\n\n<p><em>wine vspec440_setup.exe<\/em><\/p>\n\n\n\n<p>Follow the instructions. I installed everything in <em>C:\\<\/em> not in <em>Program Files<\/em>.<\/p>\n\n\n\n<ol start=\"8\"><li>Run VSpec by typing in the terminal:<\/li><\/ol>\n\n\n\n<p><em>wine \u2018C:\\Visual Spec\\vspec.exe\u2019<\/em><\/p>\n\n\n\n<ol start=\"9\"><li>When done close the <em>wine <\/em>window and exit <em>exagear <\/em>by typing exit<\/li><li>Check you actually exited by typing <em>arch<\/em> in the terminal. You should see <em>armv7l <\/em>displayed.<\/li><\/ol>\n\n\n\n<p>You should also have a new <strong>icon <\/strong>on your desktop. Just click it. When prompted click <em>Execute<\/em>.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"291\" height=\"229\" src=\"https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-5.png\" alt=\"\" class=\"wp-image-349\"\/><figcaption>Visual Spec installed on Astroberry.<\/figcaption><\/figure><\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"803\" src=\"https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-6-1024x803.png\" alt=\"\" class=\"wp-image-350\" srcset=\"https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-6-1024x803.png 1024w, https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-6-300x235.png 300w, https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-6-768x602.png 768w, https:\/\/starscape-experiences.space\/wp-content\/uploads\/2022\/11\/image-6.png 1089w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption>The Visual Spec interface accessed in Astroberry.<\/figcaption><\/figure><\/div>\n\n\n<p>If you enjoyed this post consider <strong>following <\/strong>us on <a href=\"https:\/\/www.facebook.com\/profile.php?id=100085743827571\">Facebook<\/a>, <a href=\"https:\/\/www.youtube.com\/channel\/UCR6DmJ5GoOZe1KOYyCVAE0g\">Youtube<\/a>, and <a href=\"https:\/\/twitter.com\/marc_frincu\">Twitter <\/a>or <strong>donating <\/strong>on <a href=\"https:\/\/www.patreon.com\/marc_frincu\">Patreon<\/a>. Also, stay tuned for <strong>public events<\/strong> Marc hosts regularly on <a href=\"https:\/\/www.eventbrite.co.uk\/o\/marc-frincu-starscape-53843261853\">Eventbrite<\/a>.<\/p>\n<div class='watch-action'><div class='watch-position align-left'><div class='action-like'><a class='lbg-style1 like-364 jlk' href='javascript:void(0)' data-task='like' data-post_id='364' data-nonce='8aec206929' rel='nofollow'><img class='wti-pixel' src='https:\/\/starscape-experiences.space\/wp-content\/plugins\/wti-like-post\/images\/pixel.gif' title='Like' \/><span class='lc-364 lc'>0<\/span><\/a><\/div><\/div> <div class='status-364 status align-left'><\/div><\/div><div class='wti-clear'><\/div>","protected":false},"excerpt":{"rendered":"<p>Flashing the image and accessing your Astroberry in your local network should be straightforward. Once the local network is set<\/p>\n<p><a href=\"https:\/\/starscape-experiences.space\/index.php\/2022\/12\/03\/installing-vspec-in-10-steps\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\">Installing VSpec in 10 steps<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":349,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[9],"tags":[47,15,52,48,57,46,59,53,50,51],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/posts\/364"}],"collection":[{"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/comments?post=364"}],"version-history":[{"count":6,"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/posts\/364\/revisions"}],"predecessor-version":[{"id":379,"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/posts\/364\/revisions\/379"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/media\/349"}],"wp:attachment":[{"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/media?parent=364"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/categories?post=364"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/starscape-experiences.space\/index.php\/wp-json\/wp\/v2\/tags?post=364"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}