Application can't use locate it own file

Questions about Wine on Linux
Locked
Ineedhelppp1
Newbie
Newbie
Posts: 1
Joined: Fri May 05, 2023 3:12 pm

Application can't use locate it own file

Post by Ineedhelppp1 »

Hello, I just try to isntall an app called Quantower with wine. And yes it didn't work.
Both wine and the app logs telling me that it can't locate it path file. Can anyone tell me what I need to do to make it work. I'm really stuck.

The app log tell me something like this

Code: Select all

{"@t":"2023-05-05T18:53:56.4106586Z","lvl":"System","ev":"UpdatesManager: Clear old versions
finished"} {"@t":"2023-05-05T18:55:29.2591897Z","lvl":"Error","msg":"Could not find a part of the
path 'C:\\Quantower\\TradingPlatform\\v1.130.11\\bin\\Resources'.  at
System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean
ignoreNotFound) at System.IO.Enumeration.FileSystemEnumerator`1.Init() at
System.IO.Enumeration.FileSystemEnumerator`1..ctor(String directory, Boolean isNormalized,
EnumerationOptions options) at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String
directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) at
System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression,
EnumerationOptions options) at System.IO.Directory.InternalEnumeratePaths(String path, String
searchPattern, SearchTarget searchTarget, EnumerationOptions options) at
System.IO.Directory.GetFiles(String path, String searchPattern, EnumerationOptions
enumerationOptions) at LocalFileProviderBranding.LocalFileBrandingInformation.졩()"}
and here the logs form when running wine

Code: Select all

0460:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 000000002547A9B8, 40) stub
0164:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x930,0x4171f330,0x00000010,(nil)) stub
0460:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0460:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 00000104002B84B0, 16) stub
[0505/201846.696:WARNING:resource_bundle.cc(450)] locale_file_path.empty() for locale
[0505/201846.696:ERROR:alloy_main_delegate.cc(539)] Could not load locale pak for en-US
04c8:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub!
04cc:fixme:thread:NtSetInformationThread ThreadPowerThrottling stub!
0460:fixme:seh:RaiseFailFastException (000000000091D420, 000000000091CF30, 0) stub
0164:fixme:process:NtQueryInformationProcess ProcessCycleTime (0x92c,0x4171f330,0x00000010,(nil)) stub
02d0:fixme:winsock:setsockopt Ignoring SO_RANDOMIZE_PORT
01fc:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not supported yet
010c:fixme:wtsapi:WTSUnRegisterSessionNotification Stub 000000000001007C
Locked