Current SPAD.neXt Release: 0.9.12.123

This forum has closed. Please join our Discord Community.

SPAD.neXt online services are no longer available for SPAD.neXt Versions < 0.9.11.5

SPad Bridge causing P3Dv3 to crash on loading

Discussion about Problems.
Forum rules
If you have technical Problem, please open a ticket: https://www.spadnext.com/discover/how-to/get-help.html

Do NOT hijack other people threads, until you have exactly the same problem!
jeff44
Flight Attendant
Posts: 13
Joined: 02 Jan 2016, 18:09
Status: Offline

SPad Bridge causing P3Dv3 to crash on loading

Post by jeff44 » 18 Apr 2016, 22:45

Spad bridge seems to be preventing P3Dv3 from loading correctly. I keep getting an error which crashes P3D out before it reaches the scenario setup. Event viewer shows this:

Faulting application name: Prepar3D.exe, version: 3.1.2.15831, time stamp: 0x5672b60a
Faulting module name: SPADBridge.dll, version: 1.0.0.16, time stamp: 0x57080eaa
Exception code: 0xc0000005
Fault offset: 0x00002e90
Faulting process ID: 0x1da8
Faulting application start time: 0x01d199b1fa323002
Faulting application path: C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\Prepar3D.exe
Faulting module path: C:\Program Files\SPAD.neXt\simmodule\SPADBridge.dll
Report ID: 4fb5be83-05a5-11e6-9c6f-0862667cec3c
Faulting package full name:
Faulting package-relative application ID:

If I rename the Spadbridge.dll in the C:\Program Files\SPAD.neXt\simmodule folder, P3d loads fine.
Anyone else seeing this or has a solution??

User avatar
c0nnex
Site Admin
Posts: 5469
Joined: 10 Mar 2015, 21:52
Location: Munich, Germany
Contact:
Status: Offline

Re: SPad Bridge causing P3Dv3 to crash on loading

Post by c0nnex » 18 Apr 2016, 23:21

Please attach the file SPADBridge.dll.log from the simmodule directory.

To ensure all prerequisites are installed correctly , open a cmd window:

Code: Select all

cd C:\Program Files\SPAD.neXt\simmodule
.\bridgetest "C:\Program Files\SPAD.neXt\simmodule\spadbridge.dll"
(Note the quotes!)
What is it's output?

If you get a runtime error or there, maybe the VC++ Redistributables are not installed.
You can get it here: https://www.microsoft.com/en-US/downloa ... x?id=40784 ( Select language and download the X86 Package)

jeff44
Flight Attendant
Posts: 13
Joined: 02 Jan 2016, 18:09
Status: Offline

Re: SPad Bridge causing P3Dv3 to crash on loading

Post by jeff44 » 24 Apr 2016, 22:31

The SPADBridge.dll.log file has nothing in it!
Running the command line seemed to run fine. I got:

C:\Program Files\SPAD.neXt\simmodule>.\bridgetest "C:\Program Files\SPAD.neXt\simmodule\spadbridge.dll"
DLL loaded ok.
Calling DLLSTART
Calling DLLSTOP. Logfile and DgbView.Messages should be there


I ran the SPAD.neXt wizard to see if this would populate the log file - but it didn't!!! However the wizard did say that the redistributables were loaded and detected???

How do I attach files to this???

User avatar
c0nnex
Site Admin
Posts: 5469
Joined: 10 Mar 2015, 21:52
Location: Munich, Germany
Contact:
Status: Offline

Re: SPad Bridge causing P3Dv3 to crash on loading

Post by c0nnex » 26 Apr 2016, 22:47

To attach hit the "Full Editor & preview" button, then you have the option to add attachments underneath the editor.

if the logfile is empty this is kinda really strange.

Can you please check that SimConnect 10.0.61259.0 is installed on your system please.
( C:\Windows\winsxs\x86_microsoft.flightsimulator.simconnect_67c7c14424d61b5b_10.0.61259.0_none_55f5ecdc14f60568 should contain a file called SimConnect.dll )

dominique
Passenger
Posts: 4
Joined: 24 Jan 2016, 18:11
Location: Avignon
Status: Offline

Re: SPad Bridge causing P3Dv3 to crash on loading

Post by dominique » 30 Apr 2016, 17:10

Hi Connex,
i follow my post of yesterday "https://www.fsgs.com/forum/viewtopic.ph ... 3163#p9906" Jeff 44 has the same issue than me. I did what you said him, and all is good.
But i have not SPADBridge.dll.log in the directory simmodule
I attach my dxdiag config
You do not have the required permissions to view the files attached to this post.

User avatar
c0nnex
Site Admin
Posts: 5469
Joined: 10 Mar 2015, 21:52
Location: Munich, Germany
Contact:
Status: Offline

Re: SPad Bridge causing P3Dv3 to crash on loading

Post by c0nnex » 30 Apr 2016, 21:00

I'll provide a debug version of the bridge asap to hunt this error down. Right now I have no real clue what the problem might be.

User avatar
c0nnex
Site Admin
Posts: 5469
Joined: 10 Mar 2015, 21:52
Location: Munich, Germany
Contact:
Status: Offline

Re: SPad Bridge causing P3Dv3 to crash on loading

Post by c0nnex » 30 Apr 2016, 21:13

Please check that the permissions are ok.

In Windows explorer
  • navigate to C:\Program Files
  • Select Folder "SPAD.neXt" ,
  • right click ->
  • Properties ->
  • Security ->
  • Edit ->
  • Add ->
  • Enter "Users" in the text field , Click OK
  • Check the checkbox next to "Full Access" in the lower half.
  • Click OK

User avatar
c0nnex
Site Admin
Posts: 5469
Joined: 10 Mar 2015, 21:52
Location: Munich, Germany
Contact:
Status: Offline

Re: SPad Bridge causing P3Dv3 to crash on loading

Post by c0nnex » 30 Apr 2016, 21:33

Find enclosed a debug version of the bridge.

First check the permissions (previous post).
Then replace the SPADBridge.dll by the attached version.

Proceed as follows:
First Test:
- Enable SPADBridge.dll in dll.xml , check if P3D still crashes.
- IF P3d still crashes, please check the Application Eventlog- ( Control Panel -> Administration -> Event Viewer ). There should be a Application-Crash entry. Copy it and post here. Also attach the SPADBridge.dll.log

Second test:
- Shut down SPAD.neXt and P3D
- open CMD and run

Code: Select all

cd C:\Program Files\SPAD.neXt\simmodule
.\bridgetest "C:\Program Files\SPAD.neXt\simmodule\spadbridge.dll"
- Now the SPADBridge.dll should NOT be Empty! Attach it please!
You do not have the required permissions to view the files attached to this post.

jeff44
Flight Attendant
Posts: 13
Joined: 02 Jan 2016, 18:09
Status: Offline

Re: SPad Bridge causing P3Dv3 to crash on loading

Post by jeff44 » 01 May 2016, 09:34

Thanks, just going through the tests
Jeff

jeff44
Flight Attendant
Posts: 13
Joined: 02 Jan 2016, 18:09
Status: Offline

Re: SPad Bridge causing P3Dv3 to crash on loading

Post by jeff44 » 01 May 2016, 09:52

OK, I have copied the SpadBridge.dll into C:\Program Files\SPAD.neXt\simmodule folder and started P3D v3.
P3D crashed - I have included screen shot of this as .jpg.


Application event Error log below:

Faulting application name: Prepar3D.exe, version: 3.1.2.15831, time stamp: 0x5672b60a
Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
Exception code: 0xc0000005
Fault offset: 0x0006b66c
Faulting process ID: 0xd84
Faulting application start time: 0x01d1a37c13885280
Faulting application path: C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\Prepar3D.exe
Faulting module path: unknown
Report ID: 695b188f-0f6f-11e6-9c7c-0862667cec3c
Faulting package full name:
Faulting package-relative application ID: Prepar3D.exe
3.1.2.15831
5672b60a
unknown
0.0.0.0
00000000
c0000005
0006b66c
1f34
01d1a37bc3f5d2bc
C:\Program Files (x86)\Lockheed Martin\Prepar3D v3\Prepar3D.exe
unknown
1bb48761-0f6f-11e6-9c7c-0862667cec3c


and the INFOrmation file with it:

Fault bucket 50, type 5
Event Name: BEX
Response: Not available
Cab Id: 0

Problem signature:
P1: Prepar3D.exe
P2: 3.1.2.15831
P3: 5672b60a
P4: unknown
P5: 0.0.0.0
P6: 00000000
P7: 0006b66c
P8: c0000005
P9: 00000008
P10:

Attached files:
C:\Users\Jeff2\AppData\Roaming\Lockheed Martin\Prepar3D v3\Prepar3D.cfg.txt
C:\Users\Jeff2\AppData\Roaming\Lockheed Martin\Prepar3D v3\dxdiag.txt
C:\Users\Jeff2\AppData\Roaming\Lockheed Martin\Prepar3D v3\scenery.cfg
C:\Users\Jeff2\AppData\Roaming\Lockheed Martin\Prepar3D v3\fdr.dat
C:\Users\Jeff2\AppData\Roaming\Lockheed Martin\Prepar3D v3\DLL.XML
C:\Users\Jeff2\AppData\Local\Temp\WER917E.tmp.WERInternalMetadata.xml

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_Prepar3D.exe_576bc8291b5416d85fc4d5febd7afec3e4aa823_00000000_22c2ad1f

Analysis symbol:
Rechecking for solution: 0
Report ID: 1bb48761-0f6f-11e6-9c7c-0862667cec3c

I can't upload the log file, the uploader says it is EMPTY and won't upload it,.... so I have zipped it and uploaded it!
Jeff
You do not have the required permissions to view the files attached to this post.

Locked