Bug 452830

Summary: Unknown error code 100. execvp: Exec format error
Product: [Applications] dolphin Reporter: Shane Whitmire <dogunbound5>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DOWNSTREAM    
Severity: minor CC: kfm-devel, nate, xnagytibor
Priority: NOR    
Version: 21.12.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: This is the error that comes up when trying to run the wrapper script

Description Shane Whitmire 2022-04-21 18:05:40 UTC
Created attachment 148284 [details]
This is the error that comes up when trying to run the wrapper script

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Download these two files: https://drive.google.com/drive/folders/1CVqpeneMjDDNCRAaX7pnusE6YcpS56bD?usp=sharing 
2. Try running slippi_no-sandbox.sh through dolphin.

OBSERVED RESULT

Attached image.

EXPECTED RESULT

Run's the executable as a wrapper.

Operating System: Arch Linux
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.93.0
Qt Version: 5.15.3
Kernel Version: 5.17.3-zen1-1-zen (64-bit)
Graphics Platform: X11
Processors: 20 × 12th Gen Intel® Core™ i7-12700K
Memory: 31.1 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2
Comment 1 Shane Whitmire 2022-04-21 18:07:56 UTC
I can't edit the post, so I'll put it here: Workaround is to not use dolphin and call the executable from shell.
Comment 2 Nagy Tibor 2022-04-22 14:15:41 UTC
Your shell script is malformed, doesn't have a shebang line.
Comment 3 Nate Graham 2022-04-22 15:31:25 UTC
Yep.