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

Recommended Posts

Posted

Anyone can help me solve this problem,i cannot find it myself?

since i activated the Direct output PinballX plugin now PinballX stopped working when exit user interface.

Everything is working fine leds,tables,..., it only when exiting back to windows got this message;

error: pinballx has stopped working a probleml caused the program to stop working correctly please close the program

logfiles are attached

Grts from Belgium

log.txt

DirectOutputpbx.log

Posted

Stopx :  my ledblinky script

But i already disabed it, problem not solved

 

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%
process = FutureDMD.exe
Loop
{
   prev := ErrorLevel
   Process, Close, %process%
   Process, Exist, %process%
}
until !ErrorLevel or (prev = ErrorLevel)
Run, C:\Program Files\LEDBlinky\LEDBlinky.exe off
Sleep, 500
Run, taskkill /IM LEDBlinky.exe 0,,UseErrorLevel
ExitApp

 

 

 

It only happens when i enable the Direct output PinballX plugin

Posted

is this your first time installing DOF?

 

can you run a table with DOF outside of PBX with no issues at exit of the table.

whats in here?

C:\Pinballx\scripts\Start PinballX.exe 

 

Posted

The leds worked, he was just getting the error on exiting pbx.

 

@Slashbot make sure you check and see if you have any other programs running in the background that you trully dont need. I used to get errors but it was due to a program i had running in the background once i removed the errror went away.

Guest
This topic is now closed to further replies.
×
×
  • Create New...