Muammer Agel Posted May 24, 2018 Report Posted May 24, 2018 hi sorry to bother you pete but i am having a problem with my goflight module... my goflight interface tool doesnt recognize that i use a pmfg aircraft and in the error log it says that it cant connect with fsuipc here is my error log can you help me please? 02:40:03 GoFlight Connection Starting..... 02:40:03 SimConnect Connection Starting..... 02:40:04 SimConnect Message Processing Started 02:40:04 GoFlight Connection Started 02:40:04 SimConnect Connection Started 02:40:04 Aircraft Connection Starting..... 02:40:04 SimConnect: Event Received: Aircraft Loaded/Flight Loaded 02:40:04 SimConnect: Event Received: SIM, 0 02:40:04 SimConnect: Event Received: PAUSE, 0 02:40:06 WinSock: Connected To localhost On Port 27015! 02:40:06 LUA Processor: Started! 02:40:08 FSUIPC: Connection Failed: Hedef makine etkin olarak reddettiğinden bağlantı kurulamadı 127.0.0.1:8385 02:40:08 Aircraft Connection Started 02:40:08 Simconnect Version: 4.0.0.0 02:40:08 Aircraft FullName: ed Martin 02:40:08 Synchronising Switches & Selectors ..... 02:40:08 Synchronising Switches & Selectors: Waiting for SimConnect ..... 02:40:13 SimConnect: Event Received: Aircraft Loaded/Flight Loaded 02:40:51 SimConnect: Event Received: SIMSTART, 0 02:40:51 SimConnect: Event Received: SIM, 1 02:40:56 LvarNamesUpdated! 02:40:56 Creating Bespoke Vars 02:40:56 Bespoke Vars Created 02:40:56 Importing Bespoke Variables 02:40:56 Bespoke Vars Assigned, Importing Bespoke Events 02:40:56 Bespoke Events Temp Imported 02:40:56 Bespoke Events Imported 02:40:56 Loading Aircraft Settings 02:40:56 GetXMLConfigData 02:40:56 GotXMLConfigData 02:40:56 Loading Power 02:40:56 Loading MCPPRO 02:40:56 Loading MCP 02:40:56 Loading EFIS 02:40:56 Loading P8 02:40:56 Loading T8 02:40:56 Loading RP48 02:40:56 Loading MESM 02:40:56 Loading WP6 02:40:56 Loading LGT 02:40:56 Loading LGT II 02:40:56 Loading GF46 02:40:56 Loading GF45 02:40:56 Loading TQ6 02:40:56 Loading DIO 02:40:56 Loading GF166 02:40:56 Loading SECM 02:40:56 Loading Joysticks 02:40:56 Clearing Displays 02:40:56 Reset Data 02:40:56 Aircraft Settings Loaded 02:40:56 Calling Aircraft Changed 02:40:56 Aircraft Changed 02:40:56 LvarNamesUpdated! 02:40:56 Creating Bespoke Vars 02:40:56 Bespoke Vars Created 02:40:56 Importing Bespoke Variables 02:40:56 Bespoke Vars Assigned, Importing Bespoke Events 02:40:56 Bespoke Events Temp Imported 02:40:56 Bespoke Events Imported 02:40:56 Loading Aircraft Settings 02:40:56 GetXMLConfigData 02:40:56 GotXMLConfigData 02:40:56 Loading Power 02:40:56 Loading MCPPRO 02:40:56 Loading MCP 02:40:56 Loading EFIS 02:40:56 Loading P8 02:40:56 Loading T8 02:40:56 Loading RP48 02:40:56 Loading MESM 02:40:56 Loading WP6 02:40:56 Loading LGT 02:40:56 Loading LGT II 02:40:56 Loading GF46 02:40:56 Loading GF45 02:40:56 Loading TQ6 02:40:56 Loading DIO 02:40:56 Loading GF166 02:40:56 Loading SECM 02:40:56 Loading Joysticks 02:40:56 Clearing Displays 02:40:56 Reset Data 02:40:56 Aircraft Settings Loaded 02:40:56 Calling Aircraft Changed 02:40:57 Aircraft Changed 02:40:59 Synchronising Switches & Selectors Complete
Thomas Richter Posted May 25, 2018 Report Posted May 25, 2018 Hi, if the software tool you use for GoFlight modules doesn't connect to FSUIPC then this is the wrong place as it is for FSUIPC support. You will need to contact the Author of the Software tool instead. Thomas
Pete Dowson Posted May 25, 2018 Report Posted May 25, 2018 8 hours ago, Muammer Agel said: hi sorry to bother you pete but i am having a problem with my goflight module... my goflight interface tool doesnt recognize that i use a pmfg aircraft and in the error log it says that it cant connect with fsuipc here is my error log can you help me please? That isn't an FSUIPC log, but one produced to allow GoFlight support (or those who made the software you are using) to help. Possibly it is checking for a different version of FSUIPC, or is trying to connect before FSUIPC's interface is established. Pete
Muammer Agel Posted May 26, 2018 Author Report Posted May 26, 2018 thank you very much for the response...
Muammer Agel Posted June 15, 2018 Author Report Posted June 15, 2018 after more investigation on my fsuipc log i found this and didnt understand what it means 8125 *** LUA Error: \Lockheed Martin\Prepar3D v4\Modules\gitlua.lua:5: module 'socket' not found:no field package.preload['socket']socketno file 'D:\Lockheed Martin\Prepar3D v4\modules\socket.lua'no file 'D:\Lockheed Martin\Prepar3D v4\modules\socket\init.lua'no file 'D:\Lockheed Martin\Prepar3D v4\modules\lua\socket.lua'no file 'D:\Lockheed Martin\Prepar3D v4\modules\lua\socket\init.lua'no file 'D:\Lockheed Martin\Prepar3D v4\modules\lua\socket.dll'no file 'D:\Lockheed Martin\Prepar3D v4\modules\lua\loadall.dll'
Pete Dowson Posted June 15, 2018 Report Posted June 15, 2018 13 minutes ago, Muammer Agel said: after more investigation on my fsuipc log i found this and didnt understand what it means 8125 *** LUA Error: \Lockheed Martin\Prepar3D v4\Modules\gitlua.lua:5: module 'socket' not found: You are using some package with plug-ins for FSUIPC which is evidently dependent upon the socket package, including "socket.dll " or "socket.lua". Unlike FSUIPC4, the 64-bit version of FSUIPC doesn't include any Socket facilities because there's no 64-bit builds available which are compatible with the rest of the built-in Lua facilities. Folks who need Lua sockets find and install the 64-bit package for this themselves. Have a search for solutions in the forum or elsewhere. What I don't understand is why on Earth the GoFlight interface tool is trying to use any Lua plug-ins in the first place! And especially not sockets, which are generally used for communicating with the Internet or with other PCs on your local network. You do really need to seek Goflight suppot on this. Pete
Muammer Agel Posted June 18, 2018 Author Report Posted June 18, 2018 On 6/15/2018 at 6:57 PM, Pete Dowson said: You are using some package with plug-ins for FSUIPC which is evidently dependent upon the socket package, including "socket.dll " or "socket.lua". Unlike FSUIPC4, the 64-bit version of FSUIPC doesn't include any Socket facilities because there's no 64-bit builds available which are compatible with the rest of the built-in Lua facilities. Folks who need Lua sockets find and install the 64-bit package for this themselves. Have a search for solutions in the forum or elsewhere. What I don't understand is why on Earth the GoFlight interface tool is trying to use any Lua plug-ins in the first place! And especially not sockets, which are generally used for communicating with the Internet or with other PCs on your local network. You do really need to seek Goflight suppot on this. Pete Again Pete thank you very much for the explanation i will contac go flight....
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now