Problem when Running psiphon3.exe

Questions about Wine on Linux
Locked
clever
Newbie
Newbie
Posts: 2
Joined: Tue Jun 30, 2015 6:44 pm

Problem when Running psiphon3.exe

Post by clever »

I am using Arch, and Wine 1.7.45
I tried to run psiphon using this tutorial.

Code: Select all

How to run and use Psiphon3.exe on Linux Mint
[url]community.linuxmint.com/tutorial/view/1926[/url]
but i got some error in terminal, and tried to solve some of them,for example i downloded ws2_32.dll and got rid of some errors but some are still exist.and they are:

Code: Select all

fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:ras:RasEnumEntriesW ((nil),(null),0x1f8d78,0x33fb2c,0x33fb34),stub!
fixme:ras:RasEnumEntriesW ((nil),(null),0x1fe2f0,0x33f670,0x1f9bbc),stub!
fixme:ras:RasEnumConnectionsW (0x1c1f20,0x33ef34,0x76c623e4),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
fixme:process:SetProcessPriorityBoost (0xffffffff,1): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented TransmitFile
fixme:ntdll:server_ioctl_file Unsupported ioctl c8000006 (device=c800 access=0 func=1 method=2)
fixme:winsock:server_ioctl_sock Unsupported ioctl c8000006 (device=c800 access=0 func=1 method=2)
fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd (_WSAIORW(IOC_WS2, 6))
any idea would be appreciated.
Regards
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Re: Problem when Running psiphon3.exe

Post by L. Rahyen »

From your post it is unclear what is the problem. Please note that fixmes in the terminal do not matter if your application works as expected.
clever
Newbie
Newbie
Posts: 2
Joined: Tue Jun 30, 2015 6:44 pm

Re: Problem when Running psiphon3.exe

Post by clever »

it cannot create it folder in %appdata% and temp.
cannot connect to it's server.
cannot set proxy to local port & proxy
and setting button doesn't work
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Re: Problem when Running psiphon3.exe

Post by L. Rahyen »

I have tested it in clean 32-bit Wineprefix and it could not connect to server and pressing settings button had no effect. Installing wininet and winhttp as recommended in the tutorial you have mentioned did not do anything to solve these issues. The tutorial does not mention what Wine version was used. Also, the tutorial uses default Wine prefix and author did not mention creating fresh Wine prefix, so there is possibility that there were other native overrides besides winhttp and wininet.

It is possible to make Settings button work by using winetricks ie8 workaround, then Settings window can appear and it is possible to change settings, but this does not help it connect.

There is a Wine bug report about Psiphon3: https://bugs.winehq.org/show_bug.cgi?id=38839 .
Locked