[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Out of Bounds error #21 on image selection
- Subject: Out of Bounds error #21 on image selection
- From: Ian Roper <westozscribe@xxxxxxxxx>
- Date: Tue, 13 May 2025 09:35:55 +0800
- To: user@xxxxxxxxxxxxxxxxxxxxxx
I have received this error a number of times and can now show how it occurs.
I have a Project where I wished to include a form developed in another similar project.
They only difference is that the pictures for form controls were stored in different places.
I used copy & paste from the required projects .src folder for the form & class.
(NOT using form import from the right-click on the source folder - which may be part of the problem?)
When refreshing the project after the copy, the forms appears.
When you edit the form, the pictures on the controls are not displayed which is the expected behaviour.
Click on a control and select the 'picture'.
This opens the root of the project folder.
I select the folder where the images are stored.
Click this button...
Gambas then stalls with the error being displayed and can only be closed with the 'Force Quit' button when you try to cancel.
Note # If you select a displayed image without clicking on the 'Preview View' button then the control picture is selected as normal.
Test project attached.
Select the button in the form.
Select the 'picture' parameter.
click the 'Preview View' button.
Error 'should' occur.
Cheers,
Ian.
[System]
Gambas=3.19.5
OperatingSystem=Linux
Distribution=Linux Mint 21.3 (Virginia)
Kernel=5.15.0-139-generic
Architecture=x86_64
Cores=12
Memory=15905M
Language=en_AU.UTF-8
Platform=x11
Desktop=CINNAMON
DesktopResolution=96
DesktopScale=8
WidgetTheme=mint-y-aqua
Font=Ubuntu,11
[Programs]
dpkg=Debian 'dpkg' package management program version 1.21.1
(amd64).
gcc=gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
msgmerge=msgmerge (GNU gettext-tools) 0.21
rpmbuild=RPM version 4.17.0
[Libraries]
Cairo=libcairo.so.2.11600.0
Curl=libcurl.so.4.7.0
DBus=libdbus-1.so.3.19.13
GDK2=libgdk-x11-2.0.so.0.2400.33
GDK3=libgdk-3.so.0.2404.29
GStreamer=libgstreamer-1.0.so.0.2003.0
GTK+2=libgtk-x11-2.0.so.0.2400.33
GTK+3=libgtk-3.so.0.2404.29
OpenGL=libGL.so.1.7.0
Poppler=libpoppler.so.118.0.0
QT5=libQt5Core.so.5.15.3
RSvg=librsvg-2.so.2.48.0
SDL=libSDL2-2.0.so.0.18.2
SQLite 3=libsqlite3.so.0.8.6
[Environment]
CINNAMON_VERSION=6.0.4
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
DESKTOP_SESSION=cinnamon
DISPLAY=:0
GB_GUI=gb.gtk3
GDMSESSION=cinnamon
GDM_LANG=en_AU
GIO_LAUNCHED_DESKTOP_FILE=/usr/share/applications/gambas3.desktop
GIO_LAUNCHED_DESKTOP_FILE_PID=13754
GJS_DEBUG_OUTPUT=stderr
GJS_DEBUG_TOPICS=JS ERROR;JS LOG
GNOME_DESKTOP_SESSION_ID=this-is-deprecated
GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1
GTK3_MODULES=xapp-gtk3-module
GTK_MODULES=gail:atk-bridge
HOME=<home>
LANG=en_AU.UTF-8
LANGUAGE=en_AU.UTF-8
LC_ALL=en_AU.UTF-8
LOGNAME=<user>
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
PWD=<home>
QT_ACCESSIBILITY=1
QT_LOGGING_RULES=*.debug=false
QT_QPA_PLATFORMTHEME=qt5ct
SESSION_MANAGER=local/<hostname>:@/tmp/.ICE-unix/1609,unix/<hostname>:/tmp/.ICE-unix/1609
SHELL=/bin/bash
SHLVL=0
SSH_AUTH_SOCK=/run/user/1000/keyring/ssh
TZ=:/etc/localtime
USER=<user>
XAUTHORITY=<home>/.Xauthority
XDG_CONFIG_DIRS=/etc/xdg/xdg-cinnamon:/etc/xdg
XDG_CURRENT_DESKTOP=X-Cinnamon
XDG_DATA_DIRS=/usr/share/cinnamon:/usr/share/gnome:<home>/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
XDG_GREETER_DATA_DIR=/var/lib/lightdm-data/<user>
XDG_RUNTIME_DIR=/run/user/1000
XDG_SEAT=seat0
XDG_SEAT_PATH=/org/freedesktop/DisplayManager/Seat0
XDG_SESSION_CLASS=user
XDG_SESSION_DESKTOP=cinnamon
XDG_SESSION_ID=c2
XDG_SESSION_PATH=/org/freedesktop/DisplayManager/Session0
XDG_SESSION_TYPE=x11
XDG_VTNR=7
Attachment:
ImageError.tar.gz
Description: application/gzip
Re: Out of Bounds error #21 on image selection | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |