Search the Community
Showing results for tags 'module'.
-
Hello... It's been a while since the last time i used FSX, but recently ive installed all my add-ons, including ASX, it happens that i was having trouble with the realtime download of weather data, and after a little research on internet, ive found no practical answers, however, i've decided to purchase the AS_Next upgrade since it comes with a discount for older users as me.. Read the reviews and progress development sounded all good, until i installed it.. Now i cannot start the FSX as it crashes all the time, the faulty module is "mscorwks.dll" which somehow looks like it is related with Net.framework.. Checked my framework installations, and i have them all fine and fresh, plus my windows installation is fresh too, and with all updates.. Since i cannot find any relevant info on internet, i unistalled ASNext again and re-installed.. FSX crashes all the time.. unless i uninstall ASNext.. Please someone bright my mind, I'm out of ideas.. Notes: - Computer got a new fresh Win 7 64 bit installation - All updates were made - A Ticket to Hifi support forums was submitted - got asked about antivirus, and told to update my FSUIPC version from 4.8 to 4.927b or later (I did) - My anti virus is the free & smooth Microsoft security essentials - ASNext update was installed - Tried to uninstall ASNext and clean the registry without sucess - FSX only runs without ASNext installed Problem signature: Problem Event Name: BEX Application Name: fsx.exe Application Version: 10.0.61637.0 Application Timestamp: 46fadb14 Fault Module Name: mscorwks.dll Fault Module Version: 2.0.50727.5472 Fault Module Timestamp: 5174dd69 Exception Offset: 002822f6 Exception Code: c0000409 Exception Data: 00000000 OS Version: 6.1.7601.2.1.0.256.1 Locale ID: 2070 Additional Information 1: f660 Additional Information 2: f66064b1ddad5f50821c8c5486f2c6b8 Additional Information 3: b2dc Additional Information 4: b2dc8ef9b5b2c52652e7ce2acaec3b5dASN_Log_Export.txt
- 3 replies
-
- mscorwks.dll
- active sky next
-
(and 7 more)
Tagged with:
-
Here is the first iteration in development of PM/Prosim module. What's done: Display sync with VRi MCP Combo All MCP Dials working (CRS/SPD/HDG/ALT/VS) CRS rotary works for both left and right course (press knob to toggle) Vertical speed indication (not tested, but should work) What's NOT done: NO BUTTONS ACTIONS NO EFIS ROTARIES ACTIONS Instead of that you can use the default FSUIPC assignments for Project Magenta. Go to the FSUIPC Buttons & switches control panel, tap VRi MCP button or turn the knob - it will be detected as joystick button press. Then mark the "Include Project Magenta" checkbox and select th desired action for this button or knob from the drop list. 1. Don't forget, that you should set both "Press" and "Release" actions in this panel for each button (...or else you will need to press each button twice to get action executed). 2. Don't forget, that you should remove any assignments made for VRi MCP dials inside FSUIPC, or LINDA will be unable to catch them. How to use: Assuming you have already installed LINDA and it works properly Download module: LINDA Project Magenta v0.1a (15 aug. 2011) Unzip both folders from Zip into: */FSX/Modules folder Run LINDA Choose "Project Magenta" aircraft from the droplist (switch off the FSX SYNC if it's enabled) Press "Edit" button Select your PM'ed or Prosim'ed aircraft folder from the list Save! (press "Edit") Run FSX and load your aircraft Check LINDA's console - it should say on some line: Module: Project Magenta Started... Now it should work - try to turn VRi MCP knobs and see if PM/Prosim reacts on your input Note: For some reason Prosim doesn't work on my system with FSUIPC offests. So the module was tested and working with time limited Project Magenta modules, but it should work with Prosim too, as they are using the same offsets for data exchange.
-
Carenado Baron 58 Module features: Most of controls are accessible for assignment Most of actions are indicated on VRi MCP display Most of controls have ON/OFF/TOGGLE/CYCLE actions available Download: Carenado Baron 58 v1.2 Release Notes: Compatibility with VRInsight MCP Original, Combo II (Boeing) and Airbus FCU panels. Added new overhead functions and main panel switches. Most controls implemented but not all have functional effect. Tested on Prepar3D v3.2. See Functions list and ReadMe files. PLEASE USE SUPPORT SUB-FORUM FOR ALL QUERIES AND ISSUES WITH MODULE. Installation notes: Download and unzip it and place the two folders into: */Microsoft Games/Microsoft Flight Simulator X/Modules Say "yes" if he'd like to overwrite anything Your current Combo settings wouldn't be overwritten, but you find in Modules\linda-cfg\aircrafts\Carenado Baron 58 files named *.default. name them to *.lua to use them. Changelog: V1.0 --> v1.2 fixes installation location for default files - installed now into \linda-cfg\aircrafts\carenado Baron 58. V1.0 --> v1.1 fixes display CRS/HDG/ALT/VVS update issue with VRInsight MCP panels updated default configuration for VRInsight MCP2a (Airbus) panels V1.0 - Initial Issue Known Issue: GNS430 Navigation Displays not implemented Chronograph CTL on Yoke not working correctly (stopwatch does not reset)
-
Original Post from F.Skywalker (moved to LINDA Support) Hi Scotflieger, thanks for the update. I use the MCP1.(orig) After this Update the CRS Knob ist only working on the left side. The right side do not work. my Linda Version (3.4) PMDG NGX works smoother. The syncronisation ist very fast.(3.4) In 4.3 when you turn the HDG, ALT, SPD fast it is not syncron whith the Display. You must make very time a little korrection. CRS work only left, if you press right the diplay says right without work. Sory about my bad englisch. Frank Response Hi Frank Thank you for reporting the issue with the latest module 4.3 with MCP1. I have reproduced your question here for answering your support question. I have compared the code between versions 4.3 and 3.4. Apart from the readability changes, the code for HDG, ALT and SPD are identical and there should not be any difference between the response on your MCP1 (or other panels). I did find the _incfast and _decfast functions too vigorous (changed too fast) and changed the repeat count from 4 to 3. Can you try editing your copy of version 4.3 as follows: In SPD, HDG, ALT _incfast and _decfast functions change: for i = 1, 3 do ipc.control(PMDGBaseVar+???, PMDG_???) end to: for i = 1, 4 do ipc.control(PMDGBaseVar+???, PMDG_???) end The CRS R (FO's course selector) operation will be fixed in the next update.
-
An updated PMDG737 NGX module 4.3 has been released for users of LINDA. A number additional buttons and selectors have been added with full animation. It has been fully tested on P3D v3.2. http://www.avsim.com/topic/341971-pmdg-737-ngx-module-43-new/ Andrew Gransden