Discussion:
[Lazarus] View All a/v
kapibara via Lazarus
2018-04-07 04:28:24 UTC
Permalink
Hi guys, is this a bug or a problem with my installation: Right-clicking
the component palette, then selecting "View All" results in access
violation.

GTK2, Debian 9 64bit, latest laz trunk and FPC3.0.4rc1 [2017/08/05] for
x86_64

--
Juha Manninen via Lazarus
2018-04-07 18:14:19 UTC
Permalink
On Sat, Apr 7, 2018 at 7:28 AM, kapibara via Lazarus
Hi guys, is this a bug or a problem with my installation: Right-clicking the
component palette, then selecting "View All" results in access violation.
GTK2, Debian 9 64bit, latest laz trunk and FPC3.0.4rc1 [2017/08/05] for
x86_64
It works here. Can you open the Component List from View menu or by
shortcut Ctrl-Alt-P?
Could you provide a debugger backtrace.

Juha
--
kapibara via Lazarus
2018-04-08 05:23:00 UTC
Permalink
No, the Component List could not be opened with neither Ctrl+Alt+P nor
shortcut.

I'm not much of a debugger, but opened lazarus.lpi in Lazarus IDE and
set a breakpoint for DoShowComponentList. When Lazarus started from Run
(without RunLazarus), it used a fresh set of config files and lo and
behold, no a/v anymore. So it is the installation, and no bug. If
there's no simple trick to fix the config, I just do a re-install.
Post by Juha Manninen via Lazarus
On Sat, Apr 7, 2018 at 7:28 AM, kapibara via Lazarus
Hi guys, is this a bug or a problem with my installation: Right-clicking the
component palette, then selecting "View All" results in access violation.
GTK2, Debian 9 64bit, latest laz trunk and FPC3.0.4rc1 [2017/08/05] for
x86_64
It works here. Can you open the Component List from View menu or by
shortcut Ctrl-Alt-P?
Could you provide a debugger backtrace.
Juha
Juha Manninen via Lazarus
2018-04-08 06:24:18 UTC
Permalink
On Sun, Apr 8, 2018 at 8:23 AM, kapibara via Lazarus
Post by kapibara via Lazarus
No, the Component List could not be opened with neither Ctrl+Alt+P nor
shortcut.
I'm not much of a debugger, but opened lazarus.lpi in Lazarus IDE and set a
breakpoint for DoShowComponentList. When Lazarus started from Run (without
RunLazarus), it used a fresh set of config files and lo and behold, no a/v
anymore. So it is the installation, and no bug. If there's no simple trick
to fix the config, I just do a re-install.
No, you must delete or rename the config directory (~/.lazarus)
instead if the problem is there. The installation itself is OK.
Reinstallation does not affect the local configuration.

Juha
--
Juha Manninen via Lazarus
2018-04-08 08:26:26 UTC
Permalink
I have no idea what configuration setting could cause such an error.
The config format was changed a lot when the configurable desktops
were introduced. Maybe some leftover setting from before that time can
trigger an error. I don't know.
You probably need to start with a clean configuration and adjust the
needed settings + install needed packages.

Juha
--
kapibara via Lazarus
2018-04-08 20:05:19 UTC
Permalink
The a/v began after an SVN update so you are most likely right. Thanks
for help.
Post by Juha Manninen via Lazarus
I have no idea what configuration setting could cause such an error.
The config format was changed a lot when the configurable desktops
were introduced. Maybe some leftover setting from before that time can
trigger an error. I don't know.
You probably need to start with a clean configuration and adjust the
needed settings + install needed packages.
Juha
--
kapibara via Lazarus
2018-04-22 22:08:39 UTC
Permalink
Update: After installing newest RX lib, the a/v on View Components
returned. But uninstalling RX made View All components work again. So I
guess the problem lies within RX package?
Right-clicking the component palette, then selecting "View All"
results in access violation.
GTK2, Debian 9 64bit, latest laz trunk and FPC3.0.4rc1 [2017/08/05]
for x86_64
--
Лагунов Алексей via Lazarus
2018-04-23 07:51:05 UTC
Permalink
--

Loading...