hi! I installed on my linux distro (chakra) adreno profiler (https://developer.qualcomm.com/mobile-d ... -resources) but it doesn't work... if I launch it from the menu of my pc it says something like "invalid parameter" and "there isn't a windows program configured to open this type of file" (the command used is "env WINEPREFIX="/home/********/.wine" wine C:\\windows\\command\\start.exe /Unix /home/********/.wine/dosdevices/c:/users/sviluppo/Start\ Menu/Programs/Adreno\ Profiler/Adreno\ Profiler.lnk" (obviously I put the asterisks for privacy)); if I run it directly from a shell with with wine ./AdrenoProfiler.exe (obviusly I'm into /home/********/.wine/drive_c/Program Files (x86)/Qualcomm/Adreno Profiler 3.3/) it gives me this output
thanks, I installed .NET and visual c++ 2010 with winetricks (and windows installer with the installer of adreno profiler) but now I receive this error running by terminal:
err:module:import_dll Library mscoree.dll (which is needed by L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" failed, status c0000135
err:service:service_send_start_message service L"clr_optimization_v4.0.30319_32" failed to start
fixme:service:scmdatabase_autostart_services Auto-start service L"clr_optimization_v4.0.30319_32" failed to start: 1053
err:module:import_dll Library mscoree.dll (which is needed by L"C:\\Program Files\\Qualcomm\\Adreno Profiler 3.3\\AdrenoProfiler.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Qualcomm\\Adreno Profiler 3.3\\AdrenoProfiler.exe" failed, status c0000135
ok, I understand I miss the "mscoree.dll" dll... but how can I fix it?
My mistake; I was looking at your original console output, which was from a 64 bit wineprefix, but your latest was 32 bit. However, q4wine is not supported here. Please retest in plain Wine. Use a clean wineprefix, create a 32 bit wineprefix following the instructions I posted above, and install .NET to it first, then your app.