tonuino-toolbox
tonuino-toolbox copied to clipboard
Trace/breakpoint trap
Hallo, danke für dieses klasse Tool. Doppelt danke für ein AppImage.
Leider bekomme ich weder das AppImage noch das deb auf meinem System zum Laufen:
me@host:~$ tonuino-toolbox
Trace/breakpoint trap
me@host:~$ cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.4 LTS"
NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
Hier das strace Log:
hey @probonopd Danke fürs Testen. ubuntu 18.04 sollte kein Problem sein. Wie schaut es mit dem neuen 1.1.7 release aus? starte doch das AppImage mal über die Konsole und schick den Output rüber.
#neue Version laden
wget https://github.com/raph-ael/tonuino-toolbox/releases/download/v1.1.7/tonuino-toolbox-1.1.7-linux-x86_64.AppImage
# Ausführrechte geben
chmod +x tonuino-toolbox-1.1.7-linux-x86_64.AppImage
#starten
./tonuino-toolbox-1.1.7-linux-x86_64.AppImage
Passiert denn gar nichts oder bleibt es beim einlesen der SD-karte hängen?
Aha, Fortschritt! Hier startet etwas:
Aber weiter geht es dann nicht. SD-Karte ist keine eingelegt.
Konsole sagt:
me@host:~$ ./tonuino-toolbox-1.1.7-linux-x86_64.AppImage
(electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true" in Electron 9. For more information please check https://github.com/electron/electron/issues/18397
(node:29896) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed.
(node:29896) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed.
(node:29896) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed.
(node:29896) ProtocolDeprecateCallback: The callback argument of protocol module APIs is no longer needed.
check for updates
Checking for update
Generated new staging user ID: 152c497e-9b82-539c-a91a-9bc1934749b3
Update for version 1.1.7 is not available (latest version: 1.1.7, downgrade is disallowed).
checkForUpdatesAndNotify called, downloadPromise is null
@probonopd gibt es hier Änderunge in der AKtuellen Version 1.1.9?
Unter Linux findest Du die log Dateien unter: ~/.config/tonuino-toolbox/logs
Ja, jetzt sehe ich Folgendes:
Allerdings immer
auch wenn ich vor oder nach dem Start der Toolbox eine SD Karte einlege
me@host:~$ cat ~/.config/tonuino-toolbox/logs/renderer.log
[2020-06-06 10:05:26.162] [info] select clicked
[2020-06-06 10:05:26.848] [info] select clicked
[2020-06-06 10:05:32.880] [info] [function] (response) => {
if(response.answer === 2) {
worker_api.command('purge_device',{
data: {
drive: theapp.device
},
success: () => {
theapp.showMainLoader();
theapp.reload(() => {
theapp.hideMainLoader();
});
}
});
}
}
[2020-06-06 10:05:33.936] [info] select clicked
[2020-06-06 10:06:34.104] [info] select clicked