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 donating by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Don't know if it is a bug or a feature ...

When I create a video with "Game list manager", the entry in PinballX.ini that hold the last selected entry in PBX ( lastselected = under the [internal] section) is cleared.

This happend after the last video is captured.

If I create multiple videos, this entry is correct until the last video is captured and when it returned to "Gamelist manager" again

Is this something that can be fixed ?

log.txt

PinballX.ini

 

  • 2 weeks later...
Posted

Thanks Tom.

I hoped that 3.40 had the fix in it, but still there

I must say, it looks like that 3.40 starts much faster that 3.38 I had. 

EDIT : Made a small batch file that I launch instead of "Game manager.exe"

It first create a copy of the pinballx.ini and after closing Game manager.exe  it will set this version back.

Not sure if it is the correct way, but works for me :cheers:

@echo off
copy C:\Pinball\PinballX\Config\PinballX.ini C:\Pinball\PinballX\Config\PinballX.bak /y
"C:\Pinball\PinballX\Game Manager.exe"
IF EXIST "C:\Pinball\PinballX\Config\PinballX.bak" (
  del C:\Pinball\PinballX\Config\PinballX.ini /y
  copy C:\Pinball\PinballX\Config\PinballX.bak C:\Pinball\PinballX\Config\PinballX.ini /y
) ELSE (
  Echo Nothing found. Error !
)

 

  • Like 1
Posted
47 minutes ago, Tom Speirs said:

Sorry buddy, not had a chance to look at that yet.

No problem Tom.

I made a workaround and thats working fine.

I enjoy everyday fron your front end. You make people happy with your programs

 

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