[Solved] ArchiCAD “Error cannot create temporary documents”

I have to work with software ejecta named ArchiCAD (it’s not that bad, but i am so sick and tired of my job lol) and once in a while you get the following message:

"Error cannot create temporary documents"

It can be fixed easily by doing the following:

  1. Go to the drive where you are storing the USERS folder.
  2. Open the user’s folder
  3. Open the Graphisoft folder
    —> So basically “C:\Users\USERNAME\GRAPHISOFT”
  4. You will see the following folders:Screenshot of the graphisoft folder showing a large number of autosave folders.
  5. Delete all those AutoSave-xx-xx folders except for the most recent one which is just named AutoSave-xx (xx for the version of your archicad software) In my case, the total amount of data in these folders was 85Gb. That’s Eighty-Five Gigabyte…..

Done, ArchiCAD will now start again.

 

Loading

Window position fix – Unraid/NoVNC/Krusader

My krusader windows was creeping upwards and I could not see the controls any more, nor could I move the window back into view.

APPLE: OPTION + COMMAND + Mouse Left = Drag
APPLE WITH WINDOWS KEYBOARD: WINDOWS KEY + Mouse Left = Drag

WINDOWS: ALT + Mouse Left = Drag

Enjoy!

Loading

[Solved] MySQL docker on Unraid does an unwanted upgrade

the logo of mysql, showing the name and the outline of a dolphin.

I usually do not fear updates, but when it comes to databases, I am getting really careful with updating them. It wouldn’t be the first time when a database goes plonk after this.

So what happened? My MySQL docker got updated becuase I simply misclicked and of course, the thing broke. The update script, which was set to “latest”, performed an upgrade to 9.x instead of sticking to the latest 8.x version.

After some research, I read that one can enter “mysql:8.2.0” in the repository field. After entering this and starting the docker, the software got reinstalled with the proper version and everything worked again. I must’ve been lucky that the database itself was not migrated to v9 already, I guess.

Loading

Side-project: I’ll just build my own dashcam.

While I am trying to repair the Koonlung K1S Dashcam, I am going to build my own dashcam. Sure, I can buy one and pay a ridiculous amount of money for a half-way decent one, but I paid € 230 for the K1S which I assumed did not turn out to be trash.

And so, I am going to build one myself and learn from it in the process. The project was first going to be a pwnagotchi, but I think building a dashcam is more useful. For now @_@

While I am waiting for the auxiliary battery, I will have to start with soldering the 40-pin header onto the board. And if you wonder why I didn;t buy one with a header soldered on it already, my answer is: “I had no idea that this was an option!!1 D: ”

A box of parts that will become a dashcam at some point. There is a raspberri Pi Zero board, a E-Inkt screen, a clock timer, a camera and some wiring
The box of stuff!

Loading