[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

[Fixed] Cannot load from mysql.proc. The table is probably corrupted

Something spoopy was going on in my database. All was working fine, but it kept spewing out the following error:

Cannot load from mysql.proc. The table is probably corrupted

So this was fixed by going into the database terminal and entering:

mysql_upgrade -u root -p

Make sure you have the root/privileged password ready. Depending on how many databases you have and how large they are; it can take a bit of time. Have patience.

Loading

I fixed my fuse in Debian 8

[root@conrad ~]# apt-get autoremove
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up fuse (2.9.3-15+deb8u3) ...
Creating fuse device...
/run/udev or .udevdb or .udev presence implies active udev.  Aborting MAKEDEV invocation.
chmod: cannot access '/dev/fuse': No such file or directory
dpkg: error processing package fuse (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 fuse
E: Sub-process /usr/bin/dpkg returned an error code (1)

I have no idea why my fuse got bonked, but I simply made a folder named fuse in the dev folder and everything works as intended again.

Loading