Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

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

could not locate file #68

Open
VARUNMISHRA640 opened this issue Jul 19, 2020 · 0 comments
Open

could not locate file #68

VARUNMISHRA640 opened this issue Jul 19, 2020 · 0 comments

Comments

@VARUNMISHRA640
Copy link

could not locate file
Screenshot (49)
![image](https://user-images.githubusercontent.com/68491613/87868301-01378980-c9b2-11ea-8a5a-92a158d3c40e.png

2020-07-19 10:26:59.563 +05:30 [Verbose] Started WOA Deployer for Lumia v2.7
2020-07-19 10:27:02.674 +05:30 [Verbose] Checking path: "H:\sources" exists
2020-07-19 10:27:05.028 +05:30 [Verbose] Default directory for WimFolder has been set to "H:\sources"
2020-07-19 10:27:05.042 +05:30 [Verbose] Trying to load WIM metadata file at '"H:\sources\install.wim"'
2020-07-19 10:27:05.088 +05:30 [Verbose] Getting WIM stream
2020-07-19 10:27:05.089 +05:30 [Verbose] (WIM) Finding Magic Bytes...
2020-07-19 10:27:05.090 +05:30 [Verbose] (WIM) Found Magic Bytes at 0
2020-07-19 10:27:05.090 +05:30 [Verbose] (WIM) Finding WIM XML Data...
2020-07-19 10:27:05.090 +05:30 [Verbose] (WIM) Found WIM XML Data at 044682436092
2020-07-19 10:27:05.121 +05:30 [Verbose] Wim metadata deserialized correctly WimMetadata { TotalBytes: "4468243609", Images: [ImageMetadata { DirectoryCount: "24379", FileCount: "103239", TotalBytes: "17143540955", HardLinkBytes: "6401288502", CreationTime: Time { HighPart: "0x01D4DE3A", LowPart: "0x1B6D5E6E" }, LastModificationTime: Time { HighPart: "0x01D65C6A", LowPart: "0x489A8581" }, WimBoot: "0", Windows: Windows { Arch: "12", ProductName: "Microsoft® Windows® Operating System", EditionId: "Professional", InstallationType: "Client", ServicingData: ServicingData { GdrDuRevision: "0", PKeyConfigVersion: "10.0.18362.1;2016-01-01T00:00:00Z" }, ProductType: "WinNT", ProductSuite: "Terminal Server", Languages: Languages { Language: "en-US", Default: "en-US" }, Version: Version { Major: "10", Minor: "0", Build: "18362", SpBuild: "449", SpLevel: "0" }, SystemRoot: "WINDOWS" }, Name: "Windows 10 Pro", Description: "Windows 10 Pro", Flags: null, DiplayName: "Windows 10 Pro", DisplayDescription: "Windows 10 Pro", Index: "1" }] }
2020-07-19 10:27:05.126 +05:30 [Verbose] WIM metadata file at '"H:\sources\install.wim"' retrieved correctly
2020-07-19 10:27:05.937 +05:30 [Information] # Starting deployment...
2020-07-19 10:27:09.224 +05:30 [Debug] Device Stream disposed
2020-07-19 10:27:09.273 +05:30 [Information]
2020-07-19 10:27:09.273 +05:30 [Information] # Fetching Deployment Scripts
2020-07-19 10:27:09.317 +05:30 [Information] Fetching from GitHub: https://github.com/WOA-Project/Deployment-Scripts - master
2020-07-19 10:27:27.894 +05:30 [Debug] Saving metadata { Repository: RepoInfo { Owner: "WOA-Project", Repository: "Deployment-Scripts" }, Commit: "dc04a89330b2a03dbef78db75a670d01fb46bb5c", Branch: "master", DownloadedOn: 07/19/2020 10:27:16 +05:30 }
2020-07-19 10:27:28.547 +05:30 [Debug] Initializing Device Stream...
2020-07-19 10:27:28.552 +05:30 [Debug] Reading device GPT...
2020-07-19 10:27:28.559 +05:30 [Debug] Found DPP
2020-07-19 10:27:28.559 +05:30 [Debug] Found SBL1
2020-07-19 10:27:28.559 +05:30 [Debug] Found PLAT
2020-07-19 10:27:28.559 +05:30 [Debug] Reading SBL1 Partition
2020-07-19 10:27:28.559 +05:30 [Debug] Starting reading operation
2020-07-19 10:27:28.559 +05:30 [Debug] Reading from 54525952 to 55574016
2020-07-19 10:27:28.697 +05:30 [Debug] Reading pconf.bin from file system...
2020-07-19 10:27:28.734 +05:30 [Debug] Reading product.dat from file system...
2020-07-19 10:27:28.740 +05:30 [Debug] Is the device a MMO device: False
2020-07-19 10:27:28.746 +05:30 [Error] An error has occurred
System.IO.FileNotFoundException: Could not locate file
File name: 'Nokia\product.dat'
at DiscUtils.Fat.FatFileSystem.OpenFile(String path, FileMode mode, FileAccess access)
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneInfoReader.GetPhoneInfo(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneInfoReader.cs:line 138
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneModelInfoInfoReader.GetPhoneModel(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneModelInfoInfoReader.cs:line 17
at Deployer.Lumia.Phone.d__7.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\Phone.cs:line 37
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__14.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 70
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__12.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 44
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.Gui.ViewModels.DeploymentViewModel.d__11.MoveNext() in D:\a\1\s\Source\Deployer.Lumia.Gui\ViewModels\DeploymentViewModel.cs:line 67
2020-07-19 10:27:28.752 +05:30 [Information] Error: Could not locate file
2020-07-19 10:27:30.748 +05:30 [Information]
2020-07-19 10:27:57.333 +05:30 [Verbose] Started WOA Deployer for Lumia v2.7
2020-07-19 10:28:00.771 +05:30 [Verbose] Checking path: "H:\sources" exists
2020-07-19 10:28:03.016 +05:30 [Verbose] Default directory for WimFolder has been set to "H:\sources"
2020-07-19 10:28:03.029 +05:30 [Verbose] Trying to load WIM metadata file at '"H:\sources\install.wim"'
2020-07-19 10:28:03.047 +05:30 [Verbose] Getting WIM stream
2020-07-19 10:28:03.048 +05:30 [Verbose] (WIM) Finding Magic Bytes...
2020-07-19 10:28:03.048 +05:30 [Verbose] (WIM) Found Magic Bytes at 0
2020-07-19 10:28:03.048 +05:30 [Verbose] (WIM) Finding WIM XML Data...
2020-07-19 10:28:03.049 +05:30 [Verbose] (WIM) Found WIM XML Data at 044682436092
2020-07-19 10:28:03.080 +05:30 [Verbose] Wim metadata deserialized correctly WimMetadata { TotalBytes: "4468243609", Images: [ImageMetadata { DirectoryCount: "24379", FileCount: "103239", TotalBytes: "17143540955", HardLinkBytes: "6401288502", CreationTime: Time { HighPart: "0x01D4DE3A", LowPart: "0x1B6D5E6E" }, LastModificationTime: Time { HighPart: "0x01D65C6A", LowPart: "0x489A8581" }, WimBoot: "0", Windows: Windows { Arch: "12", ProductName: "Microsoft® Windows® Operating System", EditionId: "Professional", InstallationType: "Client", ServicingData: ServicingData { GdrDuRevision: "0", PKeyConfigVersion: "10.0.18362.1;2016-01-01T00:00:00Z" }, ProductType: "WinNT", ProductSuite: "Terminal Server", Languages: Languages { Language: "en-US", Default: "en-US" }, Version: Version { Major: "10", Minor: "0", Build: "18362", SpBuild: "449", SpLevel: "0" }, SystemRoot: "WINDOWS" }, Name: "Windows 10 Pro", Description: "Windows 10 Pro", Flags: null, DiplayName: "Windows 10 Pro", DisplayDescription: "Windows 10 Pro", Index: "1" }] }
2020-07-19 10:28:03.082 +05:30 [Verbose] WIM metadata file at '"H:\sources\install.wim"' retrieved correctly
2020-07-19 10:28:03.841 +05:30 [Information] # Starting deployment...
2020-07-19 10:28:03.842 +05:30 [Information] Deleting previously downloaded deployment files
2020-07-19 10:28:07.062 +05:30 [Debug] Device Stream disposed
2020-07-19 10:28:07.116 +05:30 [Information]
2020-07-19 10:28:07.116 +05:30 [Information] # Fetching Deployment Scripts
2020-07-19 10:28:07.160 +05:30 [Information] Fetching from GitHub: https://github.com/WOA-Project/Deployment-Scripts - master
2020-07-19 10:28:22.501 +05:30 [Debug] Saving metadata { Repository: RepoInfo { Owner: "WOA-Project", Repository: "Deployment-Scripts" }, Commit: "dc04a89330b2a03dbef78db75a670d01fb46bb5c", Branch: "master", DownloadedOn: 07/19/2020 10:28:13 +05:30 }
2020-07-19 10:28:23.415 +05:30 [Debug] Initializing Device Stream...
2020-07-19 10:28:23.422 +05:30 [Debug] Reading device GPT...
2020-07-19 10:28:23.428 +05:30 [Debug] Found DPP
2020-07-19 10:28:23.428 +05:30 [Debug] Found SBL1
2020-07-19 10:28:23.428 +05:30 [Debug] Found PLAT
2020-07-19 10:28:23.428 +05:30 [Debug] Reading SBL1 Partition
2020-07-19 10:28:23.428 +05:30 [Debug] Starting reading operation
2020-07-19 10:28:23.428 +05:30 [Debug] Reading from 54525952 to 55574016
2020-07-19 10:28:23.578 +05:30 [Debug] Reading pconf.bin from file system...
2020-07-19 10:28:23.616 +05:30 [Debug] Reading product.dat from file system...
2020-07-19 10:28:23.620 +05:30 [Debug] Is the device a MMO device: False
2020-07-19 10:28:23.627 +05:30 [Error] An error has occurred
System.IO.FileNotFoundException: Could not locate file
File name: 'Nokia\product.dat'
at DiscUtils.Fat.FatFileSystem.OpenFile(String path, FileMode mode, FileAccess access)
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneInfoReader.GetPhoneInfo(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneInfoReader.cs:line 138
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneModelInfoInfoReader.GetPhoneModel(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneModelInfoInfoReader.cs:line 17
at Deployer.Lumia.Phone.d__7.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\Phone.cs:line 37
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__14.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 70
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__12.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 44
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.Gui.ViewModels.DeploymentViewModel.d__11.MoveNext() in D:\a\1\s\Source\Deployer.Lumia.Gui\ViewModels\DeploymentViewModel.cs:line 67
2020-07-19 10:28:23.634 +05:30 [Information] Error: Could not locate file
2020-07-19 10:29:21.421 +05:30 [Information]
2020-07-19 10:31:41.813 +05:30 [Verbose] Started WOA Deployer for Lumia v2.7
2020-07-19 10:31:44.786 +05:30 [Verbose] Checking path: "H:\sources" exists
2020-07-19 10:31:47.368 +05:30 [Verbose] Default directory for WimFolder has been set to "H:\sources"
2020-07-19 10:31:47.384 +05:30 [Verbose] Trying to load WIM metadata file at '"H:\sources\install.wim"'
2020-07-19 10:31:47.417 +05:30 [Verbose] Getting WIM stream
2020-07-19 10:31:47.418 +05:30 [Verbose] (WIM) Finding Magic Bytes...
2020-07-19 10:31:47.419 +05:30 [Verbose] (WIM) Found Magic Bytes at 0
2020-07-19 10:31:47.419 +05:30 [Verbose] (WIM) Finding WIM XML Data...
2020-07-19 10:31:47.419 +05:30 [Verbose] (WIM) Found WIM XML Data at 044682436092
2020-07-19 10:31:47.458 +05:30 [Verbose] Wim metadata deserialized correctly WimMetadata { TotalBytes: "4468243609", Images: [ImageMetadata { DirectoryCount: "24379", FileCount: "103239", TotalBytes: "17143540955", HardLinkBytes: "6401288502", CreationTime: Time { HighPart: "0x01D4DE3A", LowPart: "0x1B6D5E6E" }, LastModificationTime: Time { HighPart: "0x01D65C6A", LowPart: "0x489A8581" }, WimBoot: "0", Windows: Windows { Arch: "12", ProductName: "Microsoft® Windows® Operating System", EditionId: "Professional", InstallationType: "Client", ServicingData: ServicingData { GdrDuRevision: "0", PKeyConfigVersion: "10.0.18362.1;2016-01-01T00:00:00Z" }, ProductType: "WinNT", ProductSuite: "Terminal Server", Languages: Languages { Language: "en-US", Default: "en-US" }, Version: Version { Major: "10", Minor: "0", Build: "18362", SpBuild: "449", SpLevel: "0" }, SystemRoot: "WINDOWS" }, Name: "Windows 10 Pro", Description: "Windows 10 Pro", Flags: null, DiplayName: "Windows 10 Pro", DisplayDescription: "Windows 10 Pro", Index: "1" }] }
2020-07-19 10:31:47.463 +05:30 [Verbose] WIM metadata file at '"H:\sources\install.wim"' retrieved correctly
2020-07-19 10:31:48.369 +05:30 [Information] # Starting deployment...
2020-07-19 10:31:48.370 +05:30 [Information] Deleting previously downloaded deployment files
2020-07-19 10:31:51.684 +05:30 [Debug] Device Stream disposed
2020-07-19 10:31:51.735 +05:30 [Information]
2020-07-19 10:31:51.735 +05:30 [Information] # Fetching Deployment Scripts
2020-07-19 10:31:51.779 +05:30 [Information] Fetching from GitHub: https://github.com/WOA-Project/Deployment-Scripts - master
2020-07-19 10:31:53.865 +05:30 [Debug] Saving metadata { Repository: RepoInfo { Owner: "WOA-Project", Repository: "Deployment-Scripts" }, Commit: "dc04a89330b2a03dbef78db75a670d01fb46bb5c", Branch: "master", DownloadedOn: 07/19/2020 10:31:52 +05:30 }
2020-07-19 10:31:54.520 +05:30 [Debug] Initializing Device Stream...
2020-07-19 10:31:54.527 +05:30 [Debug] Reading device GPT...
2020-07-19 10:31:54.532 +05:30 [Debug] Found DPP
2020-07-19 10:31:54.532 +05:30 [Debug] Found SBL1
2020-07-19 10:31:54.533 +05:30 [Debug] Found PLAT
2020-07-19 10:31:54.533 +05:30 [Debug] Reading SBL1 Partition
2020-07-19 10:31:54.533 +05:30 [Debug] Starting reading operation
2020-07-19 10:31:54.533 +05:30 [Debug] Reading from 54525952 to 55574016
2020-07-19 10:31:54.670 +05:30 [Debug] Reading pconf.bin from file system...
2020-07-19 10:31:54.707 +05:30 [Debug] Reading product.dat from file system...
2020-07-19 10:31:54.711 +05:30 [Debug] Is the device a MMO device: False
2020-07-19 10:31:54.717 +05:30 [Error] An error has occurred
System.IO.FileNotFoundException: Could not locate file
File name: 'Nokia\product.dat'
at DiscUtils.Fat.FatFileSystem.OpenFile(String path, FileMode mode, FileAccess access)
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneInfoReader.GetPhoneInfo(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneInfoReader.cs:line 138
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneModelInfoInfoReader.GetPhoneModel(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneModelInfoInfoReader.cs:line 17
at Deployer.Lumia.Phone.d__7.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\Phone.cs:line 37
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__14.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 70
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__12.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 44
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.Gui.ViewModels.DeploymentViewModel.d__11.MoveNext() in D:\a\1\s\Source\Deployer.Lumia.Gui\ViewModels\DeploymentViewModel.cs:line 67
2020-07-19 10:31:54.723 +05:30 [Information] Error: Could not locate file
2020-07-19 10:31:56.834 +05:30 [Information]
2020-07-19 10:32:57.906 +05:30 [Verbose] Started WOA Deployer for Lumia v2.7
2020-07-19 10:33:00.761 +05:30 [Verbose] Checking path: "H:\sources" exists
2020-07-19 10:33:03.628 +05:30 [Verbose] Default directory for WimFolder has been set to "H:\sources"
2020-07-19 10:33:03.644 +05:30 [Verbose] Trying to load WIM metadata file at '"H:\sources\install.wim"'
2020-07-19 10:33:03.688 +05:30 [Verbose] Getting WIM stream
2020-07-19 10:33:03.690 +05:30 [Verbose] (WIM) Finding Magic Bytes...
2020-07-19 10:33:03.691 +05:30 [Verbose] (WIM) Found Magic Bytes at 0
2020-07-19 10:33:03.691 +05:30 [Verbose] (WIM) Finding WIM XML Data...
2020-07-19 10:33:03.691 +05:30 [Verbose] (WIM) Found WIM XML Data at 044682436092
2020-07-19 10:33:03.730 +05:30 [Verbose] Wim metadata deserialized correctly WimMetadata { TotalBytes: "4468243609", Images: [ImageMetadata { DirectoryCount: "24379", FileCount: "103239", TotalBytes: "17143540955", HardLinkBytes: "6401288502", CreationTime: Time { HighPart: "0x01D4DE3A", LowPart: "0x1B6D5E6E" }, LastModificationTime: Time { HighPart: "0x01D65C6A", LowPart: "0x489A8581" }, WimBoot: "0", Windows: Windows { Arch: "12", ProductName: "Microsoft® Windows® Operating System", EditionId: "Professional", InstallationType: "Client", ServicingData: ServicingData { GdrDuRevision: "0", PKeyConfigVersion: "10.0.18362.1;2016-01-01T00:00:00Z" }, ProductType: "WinNT", ProductSuite: "Terminal Server", Languages: Languages { Language: "en-US", Default: "en-US" }, Version: Version { Major: "10", Minor: "0", Build: "18362", SpBuild: "449", SpLevel: "0" }, SystemRoot: "WINDOWS" }, Name: "Windows 10 Pro", Description: "Windows 10 Pro", Flags: null, DiplayName: "Windows 10 Pro", DisplayDescription: "Windows 10 Pro", Index: "1" }] }
2020-07-19 10:33:03.736 +05:30 [Verbose] WIM metadata file at '"H:\sources\install.wim"' retrieved correctly
2020-07-19 10:33:04.345 +05:30 [Information] # Starting deployment...
2020-07-19 10:33:04.346 +05:30 [Information] Deleting previously downloaded deployment files
2020-07-19 10:33:08.039 +05:30 [Debug] Device Stream disposed
2020-07-19 10:33:08.089 +05:30 [Information]
2020-07-19 10:33:08.089 +05:30 [Information] # Fetching Deployment Scripts
2020-07-19 10:33:08.138 +05:30 [Information] Fetching from GitHub: https://github.com/WOA-Project/Deployment-Scripts - master
2020-07-19 10:33:11.247 +05:30 [Debug] Saving metadata { Repository: RepoInfo { Owner: "WOA-Project", Repository: "Deployment-Scripts" }, Commit: "dc04a89330b2a03dbef78db75a670d01fb46bb5c", Branch: "master", DownloadedOn: 07/19/2020 10:33:09 +05:30 }
2020-07-19 10:33:11.925 +05:30 [Debug] Initializing Device Stream...
2020-07-19 10:33:11.931 +05:30 [Debug] Reading device GPT...
2020-07-19 10:33:11.937 +05:30 [Debug] Found DPP
2020-07-19 10:33:11.937 +05:30 [Debug] Found SBL1
2020-07-19 10:33:11.937 +05:30 [Debug] Found PLAT
2020-07-19 10:33:11.937 +05:30 [Debug] Reading SBL1 Partition
2020-07-19 10:33:11.938 +05:30 [Debug] Starting reading operation
2020-07-19 10:33:11.938 +05:30 [Debug] Reading from 54525952 to 55574016
2020-07-19 10:33:12.076 +05:30 [Debug] Reading pconf.bin from file system...
2020-07-19 10:33:12.114 +05:30 [Debug] Reading product.dat from file system...
2020-07-19 10:33:12.119 +05:30 [Debug] Is the device a MMO device: False
2020-07-19 10:33:12.124 +05:30 [Error] An error has occurred
System.IO.FileNotFoundException: Could not locate file
File name: 'Nokia\product.dat'
at DiscUtils.Fat.FatFileSystem.OpenFile(String path, FileMode mode, FileAccess access)
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneInfoReader.GetPhoneInfo(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneInfoReader.cs:line 138
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneModelInfoInfoReader.GetPhoneModel(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneModelInfoInfoReader.cs:line 17
at Deployer.Lumia.Phone.d__7.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\Phone.cs:line 37
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__14.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 70
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__12.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 44
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.Gui.ViewModels.DeploymentViewModel.d__11.MoveNext() in D:\a\1\s\Source\Deployer.Lumia.Gui\ViewModels\DeploymentViewModel.cs:line 67
2020-07-19 10:33:12.130 +05:30 [Information] Error: Could not locate file
2020-07-19 10:33:18.371 +05:30 [Information]
2020-07-19 11:03:03.774 +05:30 [Information] # Starting deployment...
2020-07-19 11:03:03.774 +05:30 [Information] Deleting previously downloaded deployment files
2020-07-19 11:03:05.081 +05:30 [Debug] Device Stream disposed
2020-07-19 11:03:05.081 +05:30 [Information]
2020-07-19 11:03:05.081 +05:30 [Information] # Fetching Deployment Scripts
2020-07-19 11:03:05.092 +05:30 [Information] Fetching from GitHub: https://github.com/WOA-Project/Deployment-Scripts - master
2020-07-19 11:03:10.224 +05:30 [Debug] Saving metadata { Repository: RepoInfo { Owner: "WOA-Project", Repository: "Deployment-Scripts" }, Commit: "dc04a89330b2a03dbef78db75a670d01fb46bb5c", Branch: "master", DownloadedOn: 07/19/2020 11:03:07 +05:30 }
2020-07-19 11:03:10.945 +05:30 [Debug] Initializing Device Stream...
2020-07-19 11:03:10.950 +05:30 [Debug] Reading device GPT...
2020-07-19 11:03:10.955 +05:30 [Debug] Found DPP
2020-07-19 11:03:10.955 +05:30 [Debug] Found SBL1
2020-07-19 11:03:10.955 +05:30 [Debug] Found PLAT
2020-07-19 11:03:10.955 +05:30 [Debug] Reading SBL1 Partition
2020-07-19 11:03:10.955 +05:30 [Debug] Starting reading operation
2020-07-19 11:03:10.955 +05:30 [Debug] Reading from 54525952 to 55574016
2020-07-19 11:03:11.040 +05:30 [Debug] Reading pconf.bin from file system...
2020-07-19 11:03:11.061 +05:30 [Debug] Reading product.dat from file system...
2020-07-19 11:03:11.064 +05:30 [Debug] Is the device a MMO device: False
2020-07-19 11:03:11.065 +05:30 [Error] An error has occurred
System.IO.FileNotFoundException: Could not locate file
File name: 'Nokia\product.dat'
at DiscUtils.Fat.FatFileSystem.OpenFile(String path, FileMode mode, FileAccess access)
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneInfoReader.GetPhoneInfo(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneInfoReader.cs:line 138
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneModelInfoInfoReader.GetPhoneModel(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneModelInfoInfoReader.cs:line 17
at Deployer.Lumia.Phone.d__7.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\Phone.cs:line 37
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__14.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 70
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__12.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 44
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.Gui.ViewModels.DeploymentViewModel.d__11.MoveNext() in D:\a\1\s\Source\Deployer.Lumia.Gui\ViewModels\DeploymentViewModel.cs:line 67
2020-07-19 11:03:11.066 +05:30 [Information] Error: Could not locate file
2020-07-19 11:03:13.446 +05:30 [Information]
2020-07-19 11:03:18.438 +05:30 [Information] # Starting deployment...
2020-07-19 11:03:18.438 +05:30 [Information] Deleting previously downloaded deployment files
2020-07-19 11:03:19.673 +05:30 [Debug] Device Stream disposed
2020-07-19 11:03:19.674 +05:30 [Information]
2020-07-19 11:03:19.674 +05:30 [Information] # Fetching Deployment Scripts
2020-07-19 11:03:19.684 +05:30 [Information] Fetching from GitHub: https://github.com/WOA-Project/Deployment-Scripts - master
2020-07-19 11:03:21.181 +05:30 [Debug] Saving metadata { Repository: RepoInfo { Owner: "WOA-Project", Repository: "Deployment-Scripts" }, Commit: "dc04a89330b2a03dbef78db75a670d01fb46bb5c", Branch: "master", DownloadedOn: 07/19/2020 11:03:20 +05:30 }
2020-07-19 11:03:21.815 +05:30 [Debug] Initializing Device Stream...
2020-07-19 11:03:21.818 +05:30 [Debug] Reading device GPT...
2020-07-19 11:03:21.824 +05:30 [Debug] Found DPP
2020-07-19 11:03:21.824 +05:30 [Debug] Found SBL1
2020-07-19 11:03:21.824 +05:30 [Debug] Found PLAT
2020-07-19 11:03:21.824 +05:30 [Debug] Reading SBL1 Partition
2020-07-19 11:03:21.824 +05:30 [Debug] Starting reading operation
2020-07-19 11:03:21.824 +05:30 [Debug] Reading from 54525952 to 55574016
2020-07-19 11:03:21.873 +05:30 [Debug] Reading pconf.bin from file system...
2020-07-19 11:03:21.893 +05:30 [Debug] Reading product.dat from file system...
2020-07-19 11:03:21.897 +05:30 [Debug] Is the device a MMO device: False
2020-07-19 11:03:21.898 +05:30 [Error] An error has occurred
System.IO.FileNotFoundException: Could not locate file
File name: 'Nokia\product.dat'
at DiscUtils.Fat.FatFileSystem.OpenFile(String path, FileMode mode, FileAccess access)
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneInfoReader.GetPhoneInfo(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneInfoReader.cs:line 138
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneModelInfoInfoReader.GetPhoneModel(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneModelInfoInfoReader.cs:line 17
at Deployer.Lumia.Phone.d__7.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\Phone.cs:line 37
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__14.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 70
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__12.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 44
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.Gui.ViewModels.DeploymentViewModel.d__11.MoveNext() in D:\a\1\s\Source\Deployer.Lumia.Gui\ViewModels\DeploymentViewModel.cs:line 67
2020-07-19 11:03:21.899 +05:30 [Information] Error: Could not locate file
2020-07-19 11:17:06.325 +05:30 [Information]
2020-07-19 11:17:07.261 +05:30 [Information] # Starting deployment...
2020-07-19 11:17:07.261 +05:30 [Information] Deleting previously downloaded deployment files
2020-07-19 11:17:08.537 +05:30 [Debug] Device Stream disposed
2020-07-19 11:17:08.537 +05:30 [Information]
2020-07-19 11:17:08.537 +05:30 [Information] # Fetching Deployment Scripts
2020-07-19 11:17:08.547 +05:30 [Information] Fetching from GitHub: https://github.com/WOA-Project/Deployment-Scripts - master
2020-07-19 11:17:11.923 +05:30 [Debug] Saving metadata { Repository: RepoInfo { Owner: "WOA-Project", Repository: "Deployment-Scripts" }, Commit: "dc04a89330b2a03dbef78db75a670d01fb46bb5c", Branch: "master", DownloadedOn: 07/19/2020 11:17:09 +05:30 }
2020-07-19 11:17:12.466 +05:30 [Debug] Initializing Device Stream...
2020-07-19 11:17:12.470 +05:30 [Debug] Reading device GPT...
2020-07-19 11:17:12.476 +05:30 [Debug] Found DPP
2020-07-19 11:17:12.476 +05:30 [Debug] Found SBL1
2020-07-19 11:17:12.476 +05:30 [Debug] Found PLAT
2020-07-19 11:17:12.476 +05:30 [Debug] Reading SBL1 Partition
2020-07-19 11:17:12.476 +05:30 [Debug] Starting reading operation
2020-07-19 11:17:12.476 +05:30 [Debug] Reading from 54525952 to 55574016
2020-07-19 11:17:12.526 +05:30 [Debug] Reading pconf.bin from file system...
2020-07-19 11:17:12.547 +05:30 [Debug] Reading product.dat from file system...
2020-07-19 11:17:12.550 +05:30 [Debug] Is the device a MMO device: False
2020-07-19 11:17:12.551 +05:30 [Error] An error has occurred
System.IO.FileNotFoundException: Could not locate file
File name: 'Nokia\product.dat'
at DiscUtils.Fat.FatFileSystem.OpenFile(String path, FileMode mode, FileAccess access)
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneInfoReader.GetPhoneInfo(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneInfoReader.cs:line 138
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneModelInfoInfoReader.GetPhoneModel(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneModelInfoInfoReader.cs:line 17
at Deployer.Lumia.Phone.d__7.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\Phone.cs:line 37
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__14.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 70
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__12.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 44
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.Gui.ViewModels.DeploymentViewModel.d__11.MoveNext() in D:\a\1\s\Source\Deployer.Lumia.Gui\ViewModels\DeploymentViewModel.cs:line 67
2020-07-19 11:17:12.552 +05:30 [Information] Error: Could not locate file
2020-07-19 11:17:14.303 +05:30 [Information]
2020-07-19 11:19:37.189 +05:30 [Information] # Starting deployment...
2020-07-19 11:19:37.189 +05:30 [Information] Deleting previously downloaded deployment files
2020-07-19 11:19:38.450 +05:30 [Debug] Device Stream disposed
2020-07-19 11:19:38.450 +05:30 [Information]
2020-07-19 11:19:38.450 +05:30 [Information] # Fetching Deployment Scripts
2020-07-19 11:19:38.460 +05:30 [Information] Fetching from GitHub: https://github.com/WOA-Project/Deployment-Scripts - master
2020-07-19 11:19:41.609 +05:30 [Debug] Saving metadata { Repository: RepoInfo { Owner: "WOA-Project", Repository: "Deployment-Scripts" }, Commit: "dc04a89330b2a03dbef78db75a670d01fb46bb5c", Branch: "master", DownloadedOn: 07/19/2020 11:19:40 +05:30 }
2020-07-19 11:19:42.163 +05:30 [Debug] Initializing Device Stream...
2020-07-19 11:19:42.168 +05:30 [Debug] Reading device GPT...
2020-07-19 11:19:42.173 +05:30 [Debug] Found DPP
2020-07-19 11:19:42.173 +05:30 [Debug] Found SBL1
2020-07-19 11:19:42.173 +05:30 [Debug] Found PLAT
2020-07-19 11:19:42.173 +05:30 [Debug] Reading SBL1 Partition
2020-07-19 11:19:42.173 +05:30 [Debug] Starting reading operation
2020-07-19 11:19:42.173 +05:30 [Debug] Reading from 54525952 to 55574016
2020-07-19 11:19:42.224 +05:30 [Debug] Reading pconf.bin from file system...
2020-07-19 11:19:42.245 +05:30 [Debug] Reading product.dat from file system...
2020-07-19 11:19:42.249 +05:30 [Debug] Is the device a MMO device: False
2020-07-19 11:19:42.250 +05:30 [Error] An error has occurred
System.IO.FileNotFoundException: Could not locate file
File name: 'Nokia\product.dat'
at DiscUtils.Fat.FatFileSystem.OpenFile(String path, FileMode mode, FileAccess access)
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneInfoReader.GetPhoneInfo(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneInfoReader.cs:line 138
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneModelInfoInfoReader.GetPhoneModel(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneModelInfoInfoReader.cs:line 17
at Deployer.Lumia.Phone.d__7.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\Phone.cs:line 37
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__14.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 70
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__12.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 44
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.Gui.ViewModels.DeploymentViewModel.d__11.MoveNext() in D:\a\1\s\Source\Deployer.Lumia.Gui\ViewModels\DeploymentViewModel.cs:line 67
2020-07-19 11:19:42.250 +05:30 [Information] Error: Could not locate file
2020-07-19 11:19:45.016 +05:30 [Information]
2020-07-19 11:20:07.557 +05:30 [Information] # Starting deployment...
2020-07-19 11:20:07.557 +05:30 [Information] Deleting previously downloaded deployment files
2020-07-19 11:20:08.741 +05:30 [Debug] Device Stream disposed
2020-07-19 11:20:08.741 +05:30 [Information]
2020-07-19 11:20:08.741 +05:30 [Information] # Fetching Deployment Scripts
2020-07-19 11:20:08.751 +05:30 [Information] Fetching from GitHub: https://github.com/WOA-Project/Deployment-Scripts - master
2020-07-19 11:20:09.513 +05:30 [Debug] Saving metadata { Repository: RepoInfo { Owner: "WOA-Project", Repository: "Deployment-Scripts" }, Commit: "dc04a89330b2a03dbef78db75a670d01fb46bb5c", Branch: "master", DownloadedOn: 07/19/2020 11:20:09 +05:30 }
2020-07-19 11:20:10.074 +05:30 [Debug] Initializing Device Stream...
2020-07-19 11:20:10.078 +05:30 [Debug] Reading device GPT...
2020-07-19 11:20:10.083 +05:30 [Debug] Found DPP
2020-07-19 11:20:10.083 +05:30 [Debug] Found SBL1
2020-07-19 11:20:10.083 +05:30 [Debug] Found PLAT
2020-07-19 11:20:10.083 +05:30 [Debug] Reading SBL1 Partition
2020-07-19 11:20:10.083 +05:30 [Debug] Starting reading operation
2020-07-19 11:20:10.083 +05:30 [Debug] Reading from 54525952 to 55574016
2020-07-19 11:20:10.132 +05:30 [Debug] Reading pconf.bin from file system...
2020-07-19 11:20:10.152 +05:30 [Debug] Reading product.dat from file system...
2020-07-19 11:20:10.155 +05:30 [Debug] Is the device a MMO device: False
2020-07-19 11:20:10.157 +05:30 [Error] An error has occurred
System.IO.FileNotFoundException: Could not locate file
File name: 'Nokia\product.dat'
at DiscUtils.Fat.FatFileSystem.OpenFile(String path, FileMode mode, FileAccess access)
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneInfoReader.GetPhoneInfo(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneInfoReader.cs:line 138
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneModelInfoInfoReader.GetPhoneModel(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneModelInfoInfoReader.cs:line 17
at Deployer.Lumia.Phone.d__7.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\Phone.cs:line 37
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__14.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 70
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__12.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 44
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.Gui.ViewModels.DeploymentViewModel.d__11.MoveNext() in D:\a\1\s\Source\Deployer.Lumia.Gui\ViewModels\DeploymentViewModel.cs:line 67
2020-07-19 11:20:10.157 +05:30 [Information] Error: Could not locate file
2020-07-19 11:20:12.931 +05:30 [Information]
2020-07-19 11:20:34.108 +05:30 [Information] # Starting deployment...
2020-07-19 11:20:34.109 +05:30 [Information] Deleting previously downloaded deployment files
2020-07-19 11:20:35.279 +05:30 [Debug] Device Stream disposed
2020-07-19 11:20:35.279 +05:30 [Information]
2020-07-19 11:20:35.279 +05:30 [Information] # Fetching Deployment Scripts
2020-07-19 11:20:35.289 +05:30 [Information] Fetching from GitHub: https://github.com/WOA-Project/Deployment-Scripts - master
2020-07-19 11:20:36.340 +05:30 [Debug] Saving metadata { Repository: RepoInfo { Owner: "WOA-Project", Repository: "Deployment-Scripts" }, Commit: "dc04a89330b2a03dbef78db75a670d01fb46bb5c", Branch: "master", DownloadedOn: 07/19/2020 11:20:35 +05:30 }
2020-07-19 11:20:36.882 +05:30 [Debug] Initializing Device Stream...
2020-07-19 11:20:36.887 +05:30 [Debug] Reading device GPT...
2020-07-19 11:20:36.894 +05:30 [Debug] Found DPP
2020-07-19 11:20:36.894 +05:30 [Debug] Found SBL1
2020-07-19 11:20:36.894 +05:30 [Debug] Found PLAT
2020-07-19 11:20:36.894 +05:30 [Debug] Reading SBL1 Partition
2020-07-19 11:20:36.894 +05:30 [Debug] Starting reading operation
2020-07-19 11:20:36.894 +05:30 [Debug] Reading from 54525952 to 55574016
2020-07-19 11:20:36.944 +05:30 [Debug] Reading pconf.bin from file system...
2020-07-19 11:20:36.963 +05:30 [Debug] Reading product.dat from file system...
2020-07-19 11:20:36.968 +05:30 [Debug] Is the device a MMO device: False
2020-07-19 11:20:36.969 +05:30 [Error] An error has occurred
System.IO.FileNotFoundException: Could not locate file
File name: 'Nokia\product.dat'
at DiscUtils.Fat.FatFileSystem.OpenFile(String path, FileMode mode, FileAccess access)
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneInfoReader.GetPhoneInfo(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneInfoReader.cs:line 138
at Deployer.Lumia.NetFx.PhoneMetadata.PhoneModelInfoInfoReader.GetPhoneModel(UInt32 diskNumber) in D:\a\1\s\Source\Deployer.Lumia.NetFx\PhoneMetadata\PhoneModelInfoInfoReader.cs:line 17
at Deployer.Lumia.Phone.d__7.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\Phone.cs:line 37
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__14.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 70
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.WoaDeployer.d__12.MoveNext() in D:\a\1\s\Source\Deployer.Lumia\WoaDeployer.cs:line 44
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Deployer.Lumia.Gui.ViewModels.DeploymentViewModel.d__11.MoveNext() in D:\a\1\s\Source\Deployer.Lumia.Gui\ViewModels\DeploymentViewModel.cs:line 67
2020-07-19 11:20:36.969 +05:30 [Information] Error: Could not locate file
2020-07-19 11:21:47.313 +05:30 [Information]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant