[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #2901: Packages dependies (step 7 of packager)
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #2901: Packages dependies (step 7 of packager)
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Fri, 26 Jun 2026 09:20:40 GMT
- To: gbWilly@xxxxxxxxxxxxxx,Karl.Reinl@xxxxxxxxxx,brian@xxxxxxxxxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
http://gambaswiki.org/bugtracker/edit?object=BUG.2901&from=L21haW4- Comment #41 by Willy RAETS: Ok, I updated both systems. On IDE system I recreated LibTester package depending on library series 0.2 I recreated library series 0.2 package I recreated library series 0.3 package On target system (no IDE) 1. Installed series 0.2 library 2. Installed LibTester 3. Started LibTester -> it starts and shows an Icon from library (so far so good) 4. Click on button 'Click me' should open a form provided by the library, but then the application crashes The error is shown on screenshot 1, you can also see that I installed LibTester and series 0.2 library (I did first completely remove previous versions first) On screenshot 2 you see application running and showing the icon from library, before clicking 'Click Me' Since 'Click Me' is not clicked it doesn't crash, but it will when clicking. The 'Click Me' button is a simple call to a class in the library that should show a form with all available icons in the libarry. This used to work, nothing changed in the library, no idea what is going on. Strangely enough, if I run the application as root, it all works (see screenshot 3) and the form shows when clicking 'Click Me' On a side note: THIS HAPPENED BEFORE CLEANING THE TARGET SYSTEN AND DOING ABOVE TEST ON IT LibTester and series 0.3 of library where still installed on the target system from previous test. I updated Gambas to latest OSB and since only interpreter was changed I was curious what would happen if I run the application as is. Would it work without having to recreate all packages? I got same results as mentioned above (but now with the series 0.3 library installed on the target from previous test) So, application runs as root and works as expected but as regular user the 'Click Me' causes a crash. After that I created the new packages on dev system, cleaned up this system and did above reported test. So, the fix to use a higher series library seems to work (as when running as root it does use the series 0.3 library), but a new problem seems to occur and it seems to be a permission thing. The applications are all installed from .deb packages. ---------------------------------------------------------------------------- Attachment: screen1.png Attachment: screen2.png Attachment: screen3.png Willy RAETS changed the state of the bug to: Accepted. ----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----