https://github.com/mfkp/tinderplusplus
In fact the application starts correctly, but an error occurs: "Cannot extract package Unable to create temporary directory."
What makes me think the issue might be with Wine is its output, which produces:
Code: Select all
err:advpack:create_tmp_ini_file Can't get temp ini file path
Code: Select all
fixme:winediag:start_process Wine Staging 1.7.48 is a testing version containing experimental patches.
fixme:winediag:start_process Please report bugs at http://bugs.wine-staging.com (instead of winehq.org).
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:advpack:create_tmp_ini_file Can't get temp ini file path
err:mshtml:register_server RegInstall failed: 80004005
err:advpack:create_tmp_ini_file Can't get temp ini file path
err:advpack:create_tmp_ini_file Can't get temp ini file path
wine: configuration in '/home/afh/.wine' has been updated.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:RegisterTraceGuidsW (0x4e1840, 0x2b39400, {6a3e50a4-7e15-4099-8413-ec94d8c2a4b6}, 1, 0x2af5168, (null), (null), 0x2b39418): stub
fixme:advapi:RegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
fixme:userenv:GetProfileType 0x32f4e4
fixme:imm:ImmDisableTextFrameService Stub
fixme:thread:GetThreadPreferredUILanguages 56, 0x32f9a4, (nil) 0x32f9a8
fixme:winsock:WSALookupServiceBeginW (0x32f878 0x00000ff0 0x32f8b4) Stub!
[8:0911/214935:ERROR:network_change_notifier_win.cc(157)] WSALookupServiceBegin failed with: 8
fixme:iphlpapi:NotifyAddrChange (Handle 0x32f9e0, overlapped 0x3111f2c): stub
fixme:ver:GetCurrentPackageId (0x4fde58c (nil)): stub
fixme:win:RegisterDeviceNotificationW (hwnd=0x30054, filter=0x32f9ec,flags=0x00000000) returns a fake device notification handle!
fixme:win:RegisterDeviceNotificationW (hwnd=0x30054, filter=0x32f9ec,flags=0x00000000) returns a fake device notification handle!
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
[8:0911/214935:ERROR:connection.cc(1060)] Web sqlite error 14, errno 0: unable to open database file, sql: INSERT OR REPLACE INTO meta (key,value) VALUES (?,?)
[8:0911/214935:ERROR:connection.cc(1060)] Web sqlite error 14, errno 0: database schema has changed, sql: INSERT OR REPLACE INTO meta (key,value) VALUES (?,?)
[8:0911/214935:ERROR:web_data_service_backend.cc(54)] Cannot initialize the web database: 1
[8:0911/214935:ERROR:tcp_listen_socket.cc(69)] Could not bind socket to 127.0.0.1:9222
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x2005c 0x00000000
fixme:msctf:InputProcessorProfileMgr_GetActiveProfile (0x14fae0)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0x32f400)
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:advapi:RegisterTraceGuidsW (0x4e1840, 0x2b3a538, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x2af5168, (null), (null), 0x2b3a550): stub
fixme:advapi:RegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:process:SetProcessDEPPolicy (3): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:advapi:RegisterTraceGuidsW (0x4e1840, 0x2b39400, {6a3e50a4-7e15-4099-8413-ec94d8c2a4b6}, 1, 0x2af5168, (null), (null), 0x2b39418): stub
fixme:advapi:RegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
fixme:userenv:GetProfileType 0x33f4e4
fixme:advapi:RegisterTraceGuidsW (0x4e1840, 0x2b3a538, {3dada31d-19ef-4dc1-b345-037927193422}, 1, 0x2af5168, (null), (null), 0x2b3a550): stub
fixme:advapi:RegisterTraceGuidsW register trace class {00000000-0000-0000-0000-000000000000}
fixme:winsock:WS_EnterSingleProtocolW unknown Protocol <0x00000000>
fixme:winsock:WS_EnterSingleProtocolW unknown Protocol <0x00000000>
fixme:gdi:GdiInitializeLanguagePack stub
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:ver:GetCurrentPackageId (0x4dee9e8 (nil)): stub
fixme:console:CONSOLE_DefaultHandler Terminating process 30 on event 0
fixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
Could this have anything to do with Wine?