Skip to main content

Computer fixing - 101

Every now and then a developer needs to change his system to a clean installation. Honestly said for most of us our computers are just like your high-school chemistry assignments, where disregarding all the rules you just mix everything until a chemical reaction starts to stir. Hopefully without any explosions.

In my case I just freshly installed to windows 10 on my solid state drive. One problem after reinstalling the folder path of my username is auto-generated with a rather cryptic scheme. Quickly followed some tutorials. Renamed the folder path in HKLM/CurrentVersion/Microsoft/Windows/ProfileList.... and after this the windows store starts to malfunction.

Even worse, it makes deploying (universal-)apps from Visual Studio also impossible. The solution is always more trivial. To fix the problem all I had to do was go to my user settings, and click the link "Sign in with a local account instead".




This will proceed with a number of questions that changes the account name. After that I simply reversed it again and switched the local account to microsoft account and voila no more errors.

Comments

Popular posts from this blog

Material & shader management

In the upcoming changes in my editor I implemented the material system inspired on  Frostbite engine of DICE, binaries are download-able on the project page. Also I've implemented an conversion tool and file-format for future mesh formats using Assimp.

A visual approach to programming

It's been a while since I had opportunity to write anything, with the added misfortune of a hardware deficit but seemingly still had some backups to recover old older entries. Over the years I've taken a interest in language theory and in particular visual programming. Inspired by Unreal Kismet, CryEngine Flow and BitSquid Flow; I too set out myself of creating a similar environment. Primarily I just wanted a visual language as I believed they hold a certain productivity value. My initial designs were of a very object-orientated nature. However this approach just never felt right to me. It means you are going to increase post-deserialization time due to v-table fix-ups but it is also takes dexterity to maintain the code hierarchy required. So what I really wanted to do was design a system a) that reduces post-deserialization times to a bare minimum b) was not inheritance heavy c) small enough to be embeddable. On of the interesting methods that I considered was generating m...

Roadtrip to Germany-Switzerland-Austria-Czech pt. 1

Last month I had the luxury to go down for a road trip through various countries in Germany. Despite it being early fall season we actually had a lot of sunshine, and it was uncanny to see the beautiful scenery we passed through. Our favorite place was on the road from Salzburg to Halstadt where we were headed for the famous sky outlook. We came across a lake surrounded by mountains (presumable alps), the nature is unfathomable.