diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/1320 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/1320')
| -rw-r--r-- | results/scraper/fex/1320 | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/results/scraper/fex/1320 b/results/scraper/fex/1320 new file mode 100644 index 000000000..b6d7d1cd4 --- /dev/null +++ b/results/scraper/fex/1320 @@ -0,0 +1,51 @@ +[question] How to run steam on switch? +``` +[alarm@alarm ~]$ /usr/lib/steam/bin_steam.sh +Running Steam on ubuntu 21.04 64-bit +STEAM_RUNTIME is enabled automatically +Steam runtime environment up-to-date! +Steam client's requirements are satisfied +WARNING: Using default/fallback debugger launch +/home/alarm/.local/share/Steam/ubuntu12_32/steam +WARNING: setlocale('en_US.UTF-8') failed, using locale: 'C'. International characters may not work. +[2021-10-18 23:06:49] Startup - updater built Oct 13 2021 19:47:06 +Installing breakpad exception handler for appid(steam)/version(1634158817) +libGL error: No matching fbConfigs or visuals found +libGL error: failed to load driver: swrast +SteamUpdateUI: An X Error occurred +X Error of failed request: BadValue (integer parameter out of range for operation) +Major opcode of failed request: 150 (GLX) +Minor opcode of failed request: 3 (X_GLXCreateContext) +Value in failed request: 0x0 +Serial number of failed request: 34 +xerror_handler: X failed, continuing +Looks like steam didn't shutdown cleanly, scheduling immediate update check +[2021-10-18 23:08:19] Loading cached metrics from disk (/home/alarm/.local/share/Steam/package/steam_client_metrics.bin) +[2021-10-18 23:08:19] Failed to load cached hosts file (File 'update_hosts_cached.vdf' not found), using defaults +[2021-10-18 23:08:19] Using the following download hosts for Public, Realm steamglobal +[2021-10-18 23:08:19] 1. http://media.steampowered.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in' +Installing breakpad exception handler for appid(steam)/version(1634158817) +[2021-10-18 23:08:19] Checking for update on startup +[2021-10-18 23:08:19] Checking for available updates... +[2021-10-18 23:08:20] Downloading manifest: http://media.steampowered.com/client/steam_client_ubuntu12 +Installing breakpad exception handler for appid(steam)/version(1634158817) +[2021-10-18 23:08:21] Download skipped: /client/steam_client_ubuntu12 version 1634158817, installed version 1634158817, existing pending version 0 +[2021-10-18 23:08:21] Nothing to do +[2021-10-18 23:08:21] Verifying installation... +[2021-10-18 23:08:21] Performing checksum verification of executable files +[2021-10-18 23:08:27] Verification complete +Loaded SDL version 2.0.17-6744061 +/usr/share/themes/Breeze/gtk-2.0/widgets/entry:70: error: unexpected identifier `direction', expected character `}' + +(steam:14233): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita", +/usr/share/themes/Breeze/gtk-2.0/widgets/styles:36: error: invalid string constant "combobox_entry", expected valid string constant +libGL error: No matching fbConfigs or visuals found +libGL error: failed to load driver: swrast +Steam: An X Error occurred +X Error of failed request: BadMatch (invalid parameter attributes) +Major opcode of failed request: 150 +Serial number of failed request: 36 +xerror_handler: X failed, continuing +/home/alarm/.local/share/Steam/steam.sh: line 785: 14233 Segmentation fault (core dumped) $STEAM_DEBUGGER $DEBUGGER_ARGS "$STEAMROOT/$STEAMEXEPATH" "$@" + +``` \ No newline at end of file |