Hope this is the right thread for my question. My setup looks like this:
==============================================================
Ubuntu 14.04 LTS installed on:
VirtualBox Version 5.0.10 r 104061
Lazarus Version #: 1.4.4 Date:2015-11-16 FPC Version: 2.6.4
SVN Revision: Universioned directory i386-linux-gtk2
==============================================================
My problem is that when I want to save a file to my home directory,
I get the error message: "Access Violation". If I start Lazarus in a
terminal the following text is presented:
==============================================================
alf@Lazarus:~$ startlazarus %f
Adding "%f" as a parameter
is a file
TLazarusManager.Run starting /home/alf/.lazarus/bin/lazarus ...
TMainIDE.ParseCmdLineOptions:
PrimaryConfigPath="/home/alf/.lazarus"
SecondaryConfigPath="/etc/lazarus"
Looking for code tools config file: "/home/alf/.lazarus/codetoolsoptions.xml"
NOTE: codetools config file not found - using defaults
TBuildManager.SetBuildTarget Old=i386-linux-gtk2 New=i386-linux-gtk2 FPC=True LCL=False
NOTE: help options config file not found - using defaults
WARNING: command line file not found: "/home/alf/%f"
WARNING: command line file not found: "/home/alf/%f"
TApplication.HandleException Access violation
Stack trace:
$B687E926
==============================================================
Saving and reading files to/from an external USB-drive works fine.
Can someone tell me how to solve this problem?
Regards
Alf