Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

Recommended Posts

Posted
 
 
 
Hi all,
If I use DOF linx with pinballX it launches VPX but not the table. If I remove the three directoutput files in the "plugin" folder (.dll, .Lnk, .xml) no worries it launches the table.
Posted

Please attach copies of your pinballx.ini and log.txt files when reporting an error.

Also, please note what version and release candidate of VPX you are using and if the error is occurring with one or more tables.

Thanks.

Posted
  On 1/25/2025 at 7:06 PM, Draco1962 said:

Also, please note what version and release candidate of VPX you are using and if the error is occurring with one or more tables.

Thanks.

Expand  

 

Posted

Technicly the DirectOutput plugin is just 1 file. The dll no lnk or xml is needed.

Did you get the issue after  updating DOFlinx ? 

In the download section there is a newer version of the DirectOutput plugin. Which have some improvements. 

Try to remove your doflinx during pinballx start and check if that helps.

I have an issue with DOF plugin when I launch doflinx during load. I found it was a timing issue, so what I do is launching doflinx before pinballx is started, I wait 3 seconds and launch pinballx

The following is part of my startup. This is not the script assigned in pinballx, but this is launched before I launch pinballx.exe

  Quote

@echo off
setlocal

Set mydrive=C:
Set MyPinballPath=Pinball

tasklist /FI "IMAGENAME eq DOFLinx.exe" 2>NUL | find /I /N "DOFLinx.exe">NUL
if "%ERRORLEVEL%"=="0" goto SKIPDofLinx
cd %mydrive%\%MyPinballPath%\DirectOutput
start %mydrive%\%MyPinballPath%\DirectOutput\DOFLinx.exe PINSCAPE=NO 
timeout 3
:SKIPDofLinx

Expand  

Hope it will help you to find your issue

Posted
  On 1/28/2025 at 3:53 PM, Benoit33 said:

i try but same issue

 

Expand  

What did you try ?

Disabling doflinx ? Or updating directoutput plugin or delay of doflinx ? 

If you say table doesn't load, what do you see happening ? As the logfile you posted, launch visual pinball and also fx3

Posted
  On 1/29/2025 at 1:04 PM, Benoit33 said:

not only VPX with PFX3 it's the same.

 

Expand  

Regardless of whether or not the issue is occurring with Pinball FX3 in addition to VPx, the point is that we have seen some issues with specific VPX versions and release candidates.

It is recommended that users indicate which versions of applications when reporting issues to assist the community in proper identification and triage.

Thank you.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...