Jump to content

Table closing not working properly after migrating to another drive


Numiah

Recommended Posts

Hey peeps,

 

I migrated pinup popper to another drive (D:)

Got everything up and running in a jiffy. No worries there.
But... for some reason exiting a table doesn't wake up popper and throws me to desktop. (without taskbar)
Pressing exit once more brings me back into popper.

 

I looked at the emulator settings and think they're all okay.

The curClose.bat file that is generated upon closing a table looks okay too?

"D:\PinUPSystem\LAUNCH\PUPCLOSER.EXE" WINTIT "Visual Pinball" 10 1 

 

Here is my emulator setup script.

start script :
START "" "[STARTDIR]Launch\VPXSTARTER.exe" 20 5 30 "Visual Pinball Player" 1
cd /d "[DIREMU]"
if "[RECMODE]"=="1" (
START /min "" vpinballx.exe "[DIREMU]" -DisableTrueFullscreen -minimized -play "[GAMEFULLNAME]"
) else (
START /min "" vpinballx.exe "[DIREMU]" -minimized -play "[GAMEFULLNAME]"
)
close script :
"[STARTDIR]LAUNCH\PUPCLOSER.EXE" WINTIT "Visual Pinball" 10 1 


I would love a gentle push in the right direction on what is happening here ;)

Thank you!

Link to comment
Share on other sites

Okay, I tried mentioned script, but to no avail.
Everything stays the same. Table launches perfectly, but on exit I still get dropped to desktop without taskbar.
It doesn't make a difference if I exit with ESC or Q.
Odd thing is that everything worked okay until I switched to D:\ instead of C:\

I have the feeling I'm missing something simple here.
I followed the tutorial from Nailbuster on migrating to another drive.

Hmmm...

Link to comment
Share on other sites

If so if you start the front end close it droppeds to desktop without taskbar.
Or

You start a game in the front end you exit the game instead of going back to the front end it just shows the desktop without a toolbar

-
Set your User Account Control to level 2
Then you will know if you have other Pinball Related Software set to run As Administrator

-

I wonder if VLC is crashing

Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...