Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
- Pick a username
- Email Address
- Password
By clicking “Sign up for GitHub”, you agree to our terms of service and
privacy statement. We’ll occasionally send you account related emails.
Already on GitHub?
Sign in
to your account
Im trying to import android steam mobile authentificator from genymotion (virtualbox). I got ADB working fine, but problem is, after creating backup, SDA shows this error
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text ************** System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:UsersWxenDesktopSDA1.0.6steamguard’. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileSystemEnumerableIterator1.CommonInit() at System.IO.FileSystemEnumerableIterator
1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler, Boolean checkHost) at System.IO.Directory.EnumerateFiles(String path) at Steam_Desktop_Authenticator.PhoneBridge.PullJsonNoRoot(String id) at Steam_Desktop_Authenticator.PhoneBridge.ExtractSteamGuardAccount(String id, Boolean skipChecks) at Steam_Desktop_Authenticator.PhoneExtractForm.Extract() at Steam_Desktop_Authenticator.PhoneExtractForm.CheckDevice() at Steam_Desktop_Authenticator.PhoneExtractForm.PhoneExtractForm_Shown(Object sender, EventArgs e) at System.Windows.Forms.Form.OnShown(EventArgs e) at System.Windows.Forms.Form.CallShownEvent() at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme) at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.6.1080.0 built by: NETFXREL3STAGE CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
Steam Desktop Authenticator Assembly Version: 1.0.6.0 Win32 Version: 1.0.6 CodeBase: file:///C:/Users/Wxen/Desktop/SDA1.0.6/Steam%20Desktop%20Authenticator.exe
System Assembly Version: 4.0.0.0 Win32 Version: 4.6.1081.0 built by: NETFXREL3STAGE CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.6.1038.0 built by: NETFXREL2 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.6.1078.0 built by: NETFXREL3STAGE CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
Newtonsoft.Json Assembly Version: 7.0.0.0 Win32 Version: 7.0.1.18622 CodeBase: file:///C:/Users/Wxen/Desktop/SDA1.0.6/Newtonsoft.Json.DLL
System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.6.1038.0 built by: NETFXREL2 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.6.1038.0 built by: NETFXREL2 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
System.Runtime.Serialization Assembly Version: 4.0.0.0 Win32 Version: 4.6.1038.0 built by: NETFXREL2 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
System.Xml.Linq Assembly Version: 4.0.0.0 Win32 Version: 4.6.1038.0 built by: NETFXREL2 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.6.1064.2 built by: NETFXREL3STAGE CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.6.1038.0 built by: NETFXREL2 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
SteamAuth Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Wxen/Desktop/SDA1.0.6/SteamAuth.DLL
System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.6.1038.0 built by: NETFXREL2 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
<configuration>
<system.windows.forms jitDebugging=»true» />
</configuration>
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
then it asks to continue or quit. If I press continue it goes to 5/5 extracting step, and after that nothing happens. Can someone help me please.
When running VMare as my user and attempting to select physical disk partitions, I get the error «Failed to load partitions for device /dev/sda: Insufficient permission to access file». I am running Vmware Workstation 6 (build 45731) on Kubuntu hardy. It is a dual boot machine and must remain a dual boot machine (windows xp).
Partitions are as follows on /dev/sda:
swap
/
XP
/other
I’ve confirmed my user is part of the «disk» group.
When running VMware are root, I don’t have the same problems but I cannot continue to run VMware as root…
If I create it as root and change the permissions after, then it says it can’t find the vmdk files when you try to start the vm…
Are there any logs that would help me here?
Any assistance would be much appreciated!
Hi folks,
I’ve been having this issue with the Steam Desktop Authenticator: I can’t confirm trades any longer. This is the error message I get:
Failed to load confirmations.
Try using «Force session refresh» under the Selected Account menu.
If that doesn’t work use the «Login again» option.
Of course I did all this. Nothing worked. I thought it might have been my computer, and since I was about to get a new one, I didn’t worry all that much. Now I am using a new one and the issue remains. I even used an older version of the maFiles to import, but the issue still pertains. I couldn’t find anything on the app’s forum about this, so I thought maybe one of you cracks got an idea
Please help! Thanks!
A giveaway for your troubles.
Goal: I am trying to install Ubuntu onto a Dell XPS 8900.
Problem: I can’t get through an Ubuntu install without the install interrupting with Unable to install Grub in /dev/sda
, Executing 'grub-install /dev/sda failed.' This is a fatal error.
.
Installer: I am using a flash drive with Ubuntu 22.04 LTS Installer on it. I have tried with a flash drive that I have installed with before and I have tried with a fresh install on another flash drive that I created with the Startup Disk Creator application. Note: I have added nomodeset and acpi=off in my grub command to start the Ubuntu Installer OS.
Attempts to solve:
-
I tried to complete the grub-install myself using some answers on askubuntu. I did the aforementioned fix by exiting the installer prompt (after it failed) and running the commands in the terminal. I was able to successfully complete the grub-install here. However, as the original error happens part way into an install the resulting Ubuntu OS had multiple problems. I had services that would fail or just not start (including but not limited to: networkd-dispatcher.service, NetworkManager.service, fwupd-refresh.service, apparmor.service, caspermd5.services(?) ) and I had left over remnants from the install (for example, an application named Install RELEASE was still in my applications).
- Note:
chroot
ing into/mnt
and runninggrub-install /dev/sda
results inunable to allocate pty: No such device
- Note:
-
Top answer here suggests clicking Try Ubuntu and the using the Install Ubuntu 24.04 LTS application, which didn’t work for me.
-
Top answer here suggests that grub-install is installing to the wrong device, which isn’t true for me.
-
I am desperate now, so I updated the BIOS to its most recent update. That didn’t do anything.
-
I tried running grub-install prior to running the Try Install application.
- Note: running
sudo grub-install --root-directory /mnt /dev/sda
results ingrub-instal: error: failed to register the EFI boot entry: Operation not permitted.
- Also, I worry that even if I could successfully run grub-install prior to running the Ubuntu Installer, that the Ubuntu Installer would still fail because the Ubuntu Installer might run grub-install without options.
- Note: running
Question: Why does Ubuntu 22.04 LTS install continue to fail with ‘grub-install /dev/sda failed’ error?
Output from sudo fdisk -l
:
<multiple /dev/loopN>
....
Disk /dev/sda: 1.82 TiB, ......
Device Size Type
/dev/sda1 512M EFI System
/dev/sda2 1.8T Linux Filesystem
Disk /dev/sdb: 14.45 GiB, ......
Device Size Type
/dev/sdb1 3.6G Microsoft basic data
/dev/sdb2 4.1M EFI System
/dev/sdb3 300K Microsoft basic data
/dev/sdb4 10.9G Linux Filesystem
....
<multiple /dev/loop<N>>
Output from lsblk
:
NAME TYPE MOUNTPOINTS
<multiple loop<N>>
...
sda disk
sda1 part
sda2 part
sdb disk /cdrom
sdb1 part
sdb2 part
sdb3 part
sdb4 part /var/crash
/var/log
sdc disk
sdd disk
sde disk
sdf disk
sr0 rom
Output of grub-install --version
:
grub-install (GRUB) 2.06-2ubuntu7
Output of sudo gdisk /dev/sda
:
GPT fdisk (gdisk) version 1.0.8
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Output of sudo gdisk /dev/sda
then p
:
Number Size Code Name
1 512MiB EF00 EFI System Partition
2 1.8TiB 8300