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. Thank you for your support. Tom Speirs

Patreon

PinballX stopped working when exit


Slashbot

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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