Jump to content



Photo
* * * * * 40 votes

The VP 10.7 beta thread


  • Please log in to reply
4027 replies to this topic

#1381 Segovia11

Segovia11

    Enthusiast

  • Members
  • PipPipPip
  • 125 posts

  • Flag: United Kingdom

  • Favorite Pinball: DeadHunter

Posted 14 March 2021 - 02:42 PM

Found this in the Microsoft Documentation Developers.  It sounds like a Pan/Fade issue!

 

Buffer.Pan Property (Microsoft.DirectX.DirectSound)

  • 06/29/2006
  • 2 minutes to read

Retrieves or sets the relative volume of the left and right audio channels.

Definition

TABLE 1 Visual Basic Public Property Pan As Integer C# public int Pan { get; set; } C++ public:
property int Pan {
        int get();
        void set(int value);
} JScript public function get Pan() : int
public function set Pan(int);

Property Value

System.Int32
Value that represents the relative volume between the left and right channels, to set or retrieve.

This property is read/write. 

Remarks

The value set or retrieved is measured in hundredths of a decibel (dB), in the range of Pan.Left to Pan.Right. These values are defined as -10,000 and 10,000 respectively. The value Pan.Left means the right channel is effectively silent. The value Pan.Right means the left channel is effectively silent. The neutral value is Pan.Center, defined as 0, which means that both channels are at full volume. When one channel is attenuated, the other remains at full volume.

The pan control acts cumulatively with the volume control.

Exceptions

ArgumentExceptionms897467.leave-site(en-us,msdn.10).gif

An invalid parameter was passed to the called method.

ControlUnavailableException

The buffer control (volume, pan, and so on) requested by the caller is not available. Controls must be specified when the buffer is created.

PriorityLevelNeededException

A cooperative level of Priority or higher is required.

Applies To

 

SecondaryBuffer

 

DeviceCaps.Fade Property (Microsoft.DirectX.DirectInput)
  • 06/29/2006
  • 2 minutes to read

Definition

TABLE 1 Visual Basic Public ReadOnly Property Fade As Boolean C# public bool Fade { get; } C++ public:
property bool Fade {
        bool get();
} JScript public function get Fade() : boolean

Property Value

System.Boolean

This property is read-only.

Happy coding!

:)  :)  :) 


Edited by Segovia11, 14 March 2021 - 03:00 PM.


#1382 BrandonLaw

BrandonLaw

    Pinball Fan

  • Members
  • PipPipPipPip
  • 514 posts

  • Flag: United States of America

  • Favorite Pinball: Tron

Posted 14 March 2021 - 04:09 PM

If you have also a backup of that new, 'wrong' registry, you could send me both and i could compare if you like.


I know y'all are talking about sounds...but let's sidestep for a second.  Have a question.  Moved over to 10.7 on my Cab and Main rig (desktop.)  Main rig is intel 9700k Cab is AMD 3600x.  My main rig loads 10.7 editor AND tables in editor lightning fast...blazing.  My cab loads the tables via Frontend lighting fast...no problem.  The editor on the other is wildly sluggish to load or make enforce changes or even update Images or Sounds imported to the GUI.  The hell is happening on the cab?

 

Edit:  Noticed the actual progression bar (loading) of the program and table seem fine, it just pauses after that...'not responding' for 10 seconds or so like it's doing something with the images or sounds/resources.  Odd.

Here is a thread where a lot of weird/completely-VP-unrelated things influenced the loading: https://www.vpforums...showtopic=42723

So please try some of these..

 

Hey Thanks!  I'll check it out.  I was hoping that it wasn't an "AMD" threading thing vs. Intel...like something I couldn't change.  Glad others may have a similar issue.  I even sported the 3.18 FreeImage.dll just for giggle with the same results and went back to 3.17 as it seemed modified for our application.  Again...it's not a dealbreaker as 10.7 is INHERENTLY faster for the purpose of the cab and I can edit on my main rig.  I'm not sure any tables take longer than 7 seconds to load.  Really good stuff on the playability of 10.7.

 

 

SOLVED:

 

IT'S FUCKING TEAMVIEWER!!  How the nuts?  I exited TV and fired up VPX...loaded a table.  INSTANT.  Played...exited....INSTANT.  Soooooo.....how in the world can loading a table into VPX be slowed by TV.  Well...either way good to know.  It's not a huge deal, but definitely feel better knowing the issue!  Thanks for the direction!


Edited by BrandonLaw, 14 March 2021 - 04:17 PM.

"S...O...S"  /repeat


#1383 fuzzel

fuzzel

    spaghetti code

  • VP Dev Team
  • PipPipPipPipPip
  • 2,818 posts

  • Flag: Germany

  • Favorite Pinball: yes I have

Posted 14 March 2021 - 06:51 PM

rev4442 is up:

 

- add more custom portrait resolutions for mixed setups
- To reduce the amount of parallel CPU threads running, implement new command line parameter "-LessCPUthreads" (see CommandLineParameters.txt)


#1384 ClarkKent

ClarkKent

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,552 posts

  • Flag: Austria

  • Favorite Pinball: Q*Bert's Quest, Red's and Ted's Road Show, Dialed In, Big Bang Bar

Posted 14 March 2021 - 07:31 PM

Somehow I always have the impression that the values of objects are not shown correctly. Sometimes selecting, deselecting and selecting a object again refreshes the values. And entering values without pressing return afterwards results unnoticed in not accepting the input. This was more reliable in 10.6 in my opinion.



#1385 toxie

toxie

    VPF Veteran

  • VP Dev Team
  • PipPipPipPipPipPip
  • 5,734 posts
  • Location:berlin, germany

  • Flag: Germany

  • Favorite Pinball: AFM

Posted 14 March 2021 - 07:32 PM

 

Here is a thread where a lot of weird/completely-VP-unrelated things influenced the loading: https://www.vpforums...showtopic=42723

 

So please try some of these..


SOLVED:

 

IT'S FUCKING TEAMVIEWER!!  How the nuts?  I exited TV and fired up VPX...loaded a table.  INSTANT.  Played...exited....INSTANT.  Soooooo.....how in the world can loading a table into VPX be slowed by TV.  Well...either way good to know.  It's not a huge deal, but definitely feel better knowing the issue!  Thanks for the direction!

 

Yes, it's complete insanity, but thanks for the feedback!


Somehow I always have the impression that the values of objects are not shown correctly. Sometimes selecting, deselecting and selecting a object again refreshes the values. And entering values without pressing return afterwards results unnoticed in not accepting the input. This was more reliable in 10.6 in my opinion.

Yes, i noticed that, too. Fuzzel to the rescue, please..



#1386 toxie

toxie

    VPF Veteran

  • VP Dev Team
  • PipPipPipPipPipPip
  • 5,734 posts
  • Location:berlin, germany

  • Flag: Germany

  • Favorite Pinball: AFM

Posted 14 March 2021 - 08:01 PM

And an announcement: Visual Pinball is now over at https://github.com/vpinball/vpinball instead of sourceforge!



#1387 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,862 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 14 March 2021 - 08:11 PM

 

 

I seem to have resolved it, but, I'm not sure what it was. Deleted registry for VP10, imported an old backup. Maybe one of the early betas did something weird ?? Now I have played 3 of the mentioned "bad" tables and they seems to work.

 

However. There is still this issue with using 7.1 mode and playing tables that use samples. So, the 4th problem video is in that regard still valid.

 

If it is any consolation, i wind up deleting vpx registry entirely, depending on what's changed in the beta, and then just resetting from vpx itself, not even bothering to import a previous one.

 

Are you talking ROM samples, from the VPinMAME samples folder?

Or are you talking just table sounds, as in wav. mp3 or ogg embedded in the table file itself?

 

Is that 4th table one i can download to look at?


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#1388 Thalamus

Thalamus

    Pinball Wizard

  • Platinum Supporter
  • 4,988 posts

  • Flag: Norway

  • Favorite Pinball: GOT, Alien Star, LOTR, TOM

Posted 14 March 2021 - 08:34 PM

Are you talking ROM samples, from the VPinMAME samples folder?

- No clue to what you are meaning here. I have all the roms that vpm supports, all with correct crc except for those color mods ?! s3250u3.zip I leave alone.

 

Or are you talking just table sounds, as in wav. mp3 or ogg embedded in the table file itself?

- Table samples that are included in tables yes. For originals those are essential, for vpm, mostly the credit knocker and maybe some credit ringer bells will now become an issue.

 

Is that 4th table one i can download to look at?

- Not yet. I was given it by JPS, not mine to share. I offered to njk70, because of the problem I had and the fact that he is looking into 7.1 vpx code. He never responded to it. I'm confident now that you can download Serious Sam or any other original and get the same result. The table, I'm pretty sure it will be out once 10.7 is released for everyone to enjoy.


From now on. I won't help anyone here at VPF. Please ask Noah why that is.


#1389 njk70

njk70

    Enthusiast

  • Members
  • PipPipPip
  • 114 posts

  • Flag: United States of America

  • Favorite Pinball: bride of pinbot

Posted 14 March 2021 - 10:13 PM

Thats good news Thalamus. Sorry I haven't gotten more into looking at the other issues. Just trying to get the SSF enhancements done. I am packing up the patches for toxie now.



#1390 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,862 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 14 March 2021 - 10:27 PM

Will, i have dark crystal, which is a derivative of serious sam 

i have all the BG sounds set like this

PcQfUsw.png

 

Does doing this have any effect for you?

 

 

Are you talking ROM samples, from the VPinMAME samples folder?

- No clue to what you are meaning here. I have all the roms that vpm supports, all with correct crc except for those color mods ?! s3250u3.zip I leave alone.

 

Some ROMs use samples for sounds that could not be dumped from the ROM

they are in the vpinmame\samples folder

I only have the one s3250u3.zip, but there could be others i guess

You said samples, so i asked if those were playing someplace they should not

Would only be Bally ROM's if i remember correctly

 

This is an EM, so all sound is from the table
https://drive.google...iew?usp=sharing

see where the backglass sounds come from for you in this specific version  (Bells, reel motors, knocker etc)


And an announcement: Visual Pinball is now over at https://github.com/vpinball/vpinball instead of sourceforge!

Odd bug in latest version

returning from table to editor, it does not actually return.

The editor screen comes back, but it is as if it is still in exclusive fullscreen from the table

no mouse cursor cant do anything etc

 

if you try to get vpx in focus, it just closes

and you can see the display reset back to desktop view, just as if you had held down escape and exited vpx entirely from an exclusive full screen.

 

If not in exclusive full screen mode, then you can see it crashing

it will edit fine, save fine, run and play fine, just wont come back to editor

 

run previous exe, issue not present

 

crash log

 

Crash report VPX rev4442
============
Process: VPinballX.exe
Reason: 0xC0000005 - EXCEPTION_ACCESS_VIOLATION at 0023:77590A9E
Attempt to read from 0x00000000
Thread ID: 0x20E0 [8416]


Call stack
==========
77590A9E ntdll.dll RtlUpcaseUnicodeChar + 0x9FE (0x000001FB 0x03200000 0x0A17F008 0x0a149008)
7757F32E ntdll.dll RtlRandomEx + 0x67E (0x0001270E 0x00000000 0x0A34D268 0x0a17d000)
775946B6 ntdll.dll RtlGetCurrentServiceSessionId + 0xBC6 (0x0A149008 0x0A17D008 0x0A17D008 0x03200000)
775D778D ntdll.dll RtlGetNtGlobalFlags + 0x78D (0x00800000 0x00000000 0x00000000 0x03200000)
77593AB6 ntdll.dll RtlFreeHeap + 0x46 (0x03200000 0x00800000 0x0A17D008 0x0a17d008)
7757DD13 ntdll.dll RtlpMuiRegCreateRegistryInfo + 0x123 (0x00082ED0 0x0E17C838 0x001E0000 0x00000000)
77592562 ntdll.dll RtlReleaseSRWLockExclusive + 0x1E2 (0x00000001 0x09A9C5B0 0x03200000 0x1336c028)
775D7610 ntdll.dll RtlGetNtGlobalFlags + 0x610 (0x00000000 0x00000000 0x00000000 0x13596b30)
77593AB6 ntdll.dll RtlFreeHeap + 0x46 (0x03200000 0x00000000 0x09A9C5B0 0x0019e0cc)
75CB3C9B ucrtbase.dll free_base + 0x1B (0x09A9C5B0 0x00000000 0x0019E0D8 0x6bf17c38)
75CB3C68 ucrtbase.dll free + 0x18 (0x09A9C5B0 0x0019E100 0x6BEB0B9B 0x09a9c5b0)
6BF17C38 MPCLIENT.DLL MpIsDeviceControlAvailable + 0x4B578 (0x09A9C5B0 0x00000004 0x6BEC92C4 0x13596b30)
6BEB0B9B MPCLIENT.DLL MpSampleSubmit + 0x390B (0x00000001 0x1361ECE8 0x1361F0C8 0x6bee3a37)
6BEABA28 MPCLIENT.DLL MpUpdateControl + 0x2A8 (0x1336C028 0x1361F0C8 0x1361EFA8 0x1361f168)
6BEE3A27 MPCLIENT.DLL MpIsDeviceControlAvailable + 0x17367 (0x1336C028 0x1361F148 0x1336C008 0x1336c028)
6BEE3A27 MPCLIENT.DLL MpIsDeviceControlAvailable + 0x17367 (0x1336C028 0x1361EFA8 0x1336C008 0x6bedd8b1)
6BEE3409 MPCLIENT.DLL MpIsDeviceControlAvailable + 0x16D49 (0x00000001 0x1361FB08 0x1361EF48 0x6bee3a37)
6BEABA28 MPCLIENT.DLL MpUpdateControl + 0x2A8 (0x09B2FF88 0x1361EFE8 0x09B2FF80 0x13620ce8)
6BEE3A27 MPCLIENT.DLL MpIsDeviceControlAvailable + 0x17367 (0x09B2FF88 0x136200C8 0x09B2FF80 0x13620168)
6BEE3A27 MPCLIENT.DLL MpIsDeviceControlAvailable + 0x17367 (0x09B2FF88 0x13620CE8 0x09B2FF80 0x09b2ff88)
6BEE3A27 MPCLIENT.DLL MpIsDeviceControlAvailable + 0x17367 (0x09B2FF88 0x13620168 0x09B2FF80 0x6bee3a94)
6BEE3409 MPCLIENT.D6BEABA28 MPCL
Environment
===========
Date/time: 14/3/2021, 18:12:58:259
Number of CPUs: 8
Processor type: 586
System: Windows 10 (10.0 19042)


Memory status
=============
Total Reserved: 173208K (169M) bytes
Total Commited: 628676K (613M) bytes
Total Free: 3392356K (3312M) bytes
Largest Free: 2095296K (2046M) bytes


Registers
=========
EAX=00000000 EBX=0A149010 ECX=0E18A9C0 EDX=00100000
ESI=0A149008 EDI=03200000 EBP=0019E238 ESP=0019E21C EIP=6BEABA28
FLG=00010297 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B




Failed to save minidump.

Crash DUmp file

https://drive.google...iew?usp=sharing


Edited by wiesshund, 14 March 2021 - 10:30 PM.

If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#1391 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,862 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 14 March 2021 - 10:42 PM

Reproducing crash at will

Steps to reproduce

 

open vpx

set to exclusive fullscreen

click file > new > example table

press F5, played 1 ball

press Q

click Quit to editor

Player window goes away

Editor window seen but can not be interacted with

after a few moments editor window closes

The resulting crash log is found in the vpx root directory

Crash report VPX rev4442
============
Process: VPinballX.exe
Reason: 0xC0000005 - EXCEPTION_ACCESS_VIOLATION at 0023:775943F4
Attempt to read from 0x00000000
Thread ID: 0xB40 [2880]

Call stack
==========
775943F4 ntdll.dll RtlGetCurrentServiceSessionId + 0x904 (0x1190F990 0x1190F998 0x1190F998 0x02ff0000)
775D778D ntdll.dll RtlGetNtGlobalFlags + 0x78D (0x00000000 0x00000000 0x00000000 0x1190f998)
77593AB6 ntdll.dll RtlFreeHeap + 0x46 (0x02FF0000 0x00000000 0x1190F998 0x1190f998)
6E84E79C AcLayers.DLL (0x02FF0000 0x00000000 0x1190F998 0x0019e3f8)
754C9DBB combase.dll PropVariantClear + 0x2AB (0x75640F04 0x1190F998 0x00000880 0x00000000)
7692D301 OLEAUT32.dll SafeArrayDestroy + 0x521 (0x00000000 0x05999960 0x05996AD8 0x05996ad8)
7692CE1C OLEAUT32.dll SafeArrayDestroy + 0x3C (0x0608FFD8 0x00000000 0x05999960 0x0598d4f0)
700E967A vbscript.dll DllUnregisterServer + 0xA58A (0x05999960 0x0598E76C 0x0598E768 0x00000000)
700B0F2F vbscript.dll (0x0019E470 0x700B2990 0x0598A2F8 0x0019e488)
700B29BB vbscript.dll (0x0598E768 0x00000000 0x05989048 0x05988e78)
700B1B03 vbscript.dll (0x00000000 0x00000000 0x05988E78 0x00000000)
700B33E9 vbscript.dll (0x05988E78 0x060BD520 0x060BD520 0x061c8e18)
700CDB32 vbscript.dll DllCanUnloadNow + 0x17552 (0x05988E78 0x00000004 0x0019EBB4 0x004ca49d)
004CA955 VPinballX.exe (0x061C8E18 0x00428B8F 0x000080ED 0x00000000)
0054875C VPinballX.exe (0x00000111 0x000080ED 0x00000000 0x001206c0)
00536169 VPinballX.exe (0x00000111 0x000080ED 0x00000000 0x00000111)
004280B8 VPinballX.exe (0x00428060 0x001206C0 0x00000111 0x000080ed)
76B95ECA USER32.dll (0x00428060 0x00000000 0x00000111 0x000080ed)
76B952A9 USER32.dll (0x03650590 0x00000000 0x00000000 0x00000001)
76B821D9 USER32.dll (0x001206C0 0x00000111 0x000080ED 0x00000000)
0055F468 VPinballX.exe (0x00000000 0x007824B8 0x0019EAA0 0x003e1000)
005B9B3C VPinballX.exe (0x00000000 0x00744224 0x00000000 0x00000000)
000D0642  (0x00744224 0x00000000 0x00000000 0x00000000)

Environment
===========
Date/time: 14/3/2021, 18:36:54:694
Number of CPUs: 8
Processor type: 586
System: Windows 10 (10.0 19042)

Memory status
=============
Total Reserved: 166492K (162M) bytes
Total Commited: 419136K (409M) bytes
Total Free: 3608612K (3524M) bytes
Largest Free: 2095476K (2046M) bytes

Registers
=========
EAX=00000000 EBX=1190F990 ECX=0B81DEE8 EDX=11910A80
ESI=11910A78 EDI=02FF0000 EBP=0075BDD0 ESP=0019EBBC EIP=000D0642
FLG=00010246 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B


Mini dump saved successfully.


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#1392 xenonph

xenonph

    I have Pinball Fever!

  • VIP
  • 4,131 posts
  • Location:Castle Rock, WA.

  • Flag: United States of America

  • Favorite Pinball: TRON Classic-Congo-Xenon-PINBOT-BOP-LOTR-A Real American Hero OPERATION PINBALL-Millionaire-Whirlwind-Krull-NFL-BlackKnight-FishTales

Contributor

Posted 14 March 2021 - 10:49 PM

"Some ROMs use samples for sounds that could not be dumped from the ROM

they are in the vpinmame\samples folder

I only have the one s3250u3.zip, but there could be others i guess"

 

I have a pinmame.zip in my samples folder.

capture174_t.png

capture257_t.png

 

Not sure if this is even used anymore, as the date on it is from 2003. (It is part of my personal installation pack.)


CHECK OUT THIS TUTORIAL http://www.vpforums....howtopic=32515
TO USE DB2S BACKGLASS PROGRAM WITH DESKTOP TABLES ON 1 MONITOR
 

#1393 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,862 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 14 March 2021 - 10:56 PM

weird

the crash is consistent, but the crash log is very unconsistent

and the dump sizes are all over the place

Crash report VPX rev4442
============
Process: VPinballX.exe
Reason: 0xC0000005 - EXCEPTION_ACCESS_VIOLATION at 0023:77594A0E
Attempt to read from 0x00000000
Thread ID: 0x27A8 [10152]

Call stack
==========
 (0x0CCB7D60 0x0CCB7D68 0x0CCB7D68 0x031c0000)
 (0x00000000 0x00000000 0x00000000 0x0000011e)
 (0x031C0000 0x00000000 0x0CCB7D68 0x0019e35c)
 (0x0CCB7D68 0x032701C0 0x0054CAE4 0x00000001)
 (0x032701C0 0x0054C9BD 0x00000001 0x03294f2c)
 (0x00000001 0x03294F2C 0x03294390 0x0019e4b4)
 (0x00000000 0x1A5798A4 0x70125F84 0x1a579878)
 (0x1A579878 0x00000004 0x00000001 0x031c2e18)
 (0x70125EB0 0x031C2E18 0x00000010 0x0019e468)
 (0x70125EB0 0x031C2E18 0x071533D8 0x001e0890)
 (0x0019E45C 0x031C2E18 0x0019E514 0x775caf00)
 (0x03280420 0x42340000 0x42340000 0x00000000)
 (0x03294390 0x00428B8F 0x000080ED 0x00000000)
 (0x00000111 0x000080ED 0x00000000 0x000f07cc)
 (0x00000111 0x000080ED 0x00000000 0x00000111)
 (0x00428060 0x000F07CC 0x00000111 0x000080ed)
 (0x00428060 0x00000000 0x00000111 0x000080ed)
 (0x039D5360 0x00000000 0x00000000 0x00000001)
 (0x000F07CC 0x00000111 0x000080ED 0x00000000)
 (0x00000000 0x007824B8 0x0019EAA0 0x002cc000)
 (0x00000000 0x00744224 0x00000000 0x00000000)
 (0x00744224 0x00000000 0x00000000 0x00000000)

Environment
===========
Date/time: 14/3/2021, 18:54:01:206
Number of CPUs: 8
Processor type: 586
System: Windows 10 (10.0 19042)

Memory status
=============
Total Reserved: 166348K (162M) bytes
Total Commited: 403452K (393M) bytes
Total Free: 3624440K (3539M) bytes
Largest Free: 2095476K (2046M) bytes

Registers
=========
EAX=00000000 EBX=0CCB7D60 ECX=0CCFDC10 EDX=0CCB7D68
ESI=000001FE EDI=031C0000 EBP=0075BDD0 ESP=0019EBBC EIP=00060902
FLG=00010297 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B


Mini dump saved successfully.


"Some ROMs use samples for sounds that could not be dumped from the ROM

they are in the vpinmame\samples folder

I only have the one s3250u3.zip, but there could be others i guess"

 

I have a pinmame.zip in my samples folder.

capture174_t.png

capture257_t.png

 

Not sure if this is even used anymore, as the date on it is from 2003. (It is part of my personal installation pack.)

 

what is in it i wonder?

is very small.

maybe unused, or maybe a lost treasure?


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#1394 xenonph

xenonph

    I have Pinball Fever!

  • VIP
  • 4,131 posts
  • Location:Castle Rock, WA.

  • Flag: United States of America

  • Favorite Pinball: TRON Classic-Congo-Xenon-PINBOT-BOP-LOTR-A Real American Hero OPERATION PINBALL-Millionaire-Whirlwind-Krull-NFL-BlackKnight-FishTales

Contributor

Posted 14 March 2021 - 11:04 PM

"what is in it i wonder?"

 

The second pic shows the contents of pinmame.zip file.


CHECK OUT THIS TUTORIAL http://www.vpforums....howtopic=32515
TO USE DB2S BACKGLASS PROGRAM WITH DESKTOP TABLES ON 1 MONITOR
 

#1395 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,862 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 14 March 2021 - 11:11 PM

"what is in it i wonder?"

 

The second pic shows the contents of pinmame.zip file.

 

oh :)

Well those are not used by pinmame itself

but those are (were?) used, to start building a base table

those are the stock mechanical sounds

bumpers flippers etc

 

kind of neat you still have them, wonder what vp version they were from?

vp8 or earlier i think?


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#1396 xenonph

xenonph

    I have Pinball Fever!

  • VIP
  • 4,131 posts
  • Location:Castle Rock, WA.

  • Flag: United States of America

  • Favorite Pinball: TRON Classic-Congo-Xenon-PINBOT-BOP-LOTR-A Real American Hero OPERATION PINBALL-Millionaire-Whirlwind-Krull-NFL-BlackKnight-FishTales

Contributor

Posted 14 March 2021 - 11:17 PM

Yes I think they are for very very early pinmame version tables.

The Read Me text file says...

 

Place this zip file in your SAMPLES directory!
The file *MUST* be named pinmame.zip for it to work correctly!

 

Ok sorry for cluttering the VPX beta topic.

 

Carry on.


CHECK OUT THIS TUTORIAL http://www.vpforums....howtopic=32515
TO USE DB2S BACKGLASS PROGRAM WITH DESKTOP TABLES ON 1 MONITOR
 

#1397 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,862 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 14 March 2021 - 11:33 PM

Yes I think they are for very very early pinmame version tables.

The Read Me text file says...

 

Place this zip file in your SAMPLES directory!
The file *MUST* be named pinmame.zip for it to work correctly!

 

Ok sorry for cluttering the VPX beta topic.

 

Carry on.

 

wow that must be old
from long before i played with pinmame


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#1398 htamas

htamas

    Pinball Wizard

  • VIP
  • 2,227 posts
  • Location:California

  • Flag: Hungary

  • Favorite Pinball: cannot pick just one, and they change anyway



Posted 15 March 2021 - 03:10 AM

Granted I don't follow this thread regularly so this was probably mentioned already... but could the slight UI problem be fixed that on the right side 'property' area, some content is not visible? Like, the bottom part of the User tab, where the Day -> Night slider is, cannot be seen unless the VP window is set to full screen. The vertical scrollbar is missing here. Same in the Physics tab.

 

Edit: OK, never mind... if I break out the Properties to its own window, everything is accessible just fine. Shame on me for not figuring this out earlier  :facepalm:


Edited by htamas, 15 March 2021 - 04:05 AM.


#1399 jpsalas

jpsalas

    Grand Schtroumpf

  • VIP
  • 7,326 posts
  • Location:I'm Spanish, but I live in Oslo (Norway)

  • Flag: Norway

  • Favorite Pinball: I like both new and old, but I guess I prefer modern tables with some rules and goals to achieve.



Posted 15 March 2021 - 07:22 AM

I agree with wiesshund, this latest revision 4442 crashes consistently when returning to the editor after playing a table. Sometimes the editor just hangs, but most of the time it simple quits and writes an error crash.

The reason in the Crash report is nearly always the same Reason:

0xC0000005 - EXCEPTION_ACCESS_VIOLATION at 0023:77DA4A0E

Attempt to read from 0x00000000
 
Crash report VPX rev4442
============
Process: VPinballX.exe
Reason: 0xC0000005 - EXCEPTION_ACCESS_VIOLATION at 0023:77DA4A0E
Attempt to read from 0x00000000
Thread ID: 0x2234 [8756]

Call stack
==========
 (0x1A8C2918 0x1A8C3170 0x1A8C3170 0x030c0000)
 (0x00000000 0x00000000 0x00000000 0x00000010)
 (0x030C0000 0x00000000 0x1A8C3170 0x0019e35c)
 (0x1A8C3170 0x1A8FDF60 0x0054CAE4 0x00000001)
 (0x1A8FDF60 0x0054C9BD 0x00000001 0x0314d274)
 (0x00000001 0x0314D274 0x0314C6D8 0x0019e4b4)
 (0x00800000 0x00000000 0x00000000 0x030c0000)
 (0x030C0000 0x00800000 0x1AAD6138 0x1aad6138)
 (0x77DA2567 0x1A8723C0 0x03540000 0x00000000)
 (0x77DE77B4 0x1AA7C9E0 0x030C0000 0x0314c6d8)
 (0x031487A8 0x42400000 0x42400000 0x00000000)
 (0x00000111 0x0314C6D8 0x00000000 0x00000001)

Environment
===========
Date/time: 15/3/2021, 08:14:38:492
Number of CPUs: 16
Processor type: 586
System: Windows 10 (10.0 19042)

Memory status
=============
Total Reserved: 185644K (181M) bytes
Total Commited: 552512K (539M) bytes
Total Free: 3456084K (3375M) bytes
Largest Free: 2095476K (2046M) bytes

Registers
=========
EAX=00000000 EBX=1A8C2918 ECX=1AA7D188 EDX=1A8C2920
ESI=000001FD EDI=030C0000 EBP=00000000 ESP=0019E4FC EIP=0052B70E
FLG=00210293 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B


Mini dump saved successfully.
 
Crash report VPX rev4442
============
Process: VPinballX.exe
Reason: 0xC0000005 - EXCEPTION_ACCESS_VIOLATION at 0023:77DA3F13
Attempt to read from 0x00000000
Thread ID: 0x37A8 [14248]

Call stack
==========
77DA3F13 ntdll.dll (0x1A057E40 0x1A057E48 0x1A057E48 0x03010000)
77DE778D ntdll.dll (0x00800000 0x00000000 0x00000000 0x03010000)
77DA3AB6 ntdll.dll (0x03010000 0x00800000 0x1A057E48 0x1a057e48)
77D8DD13 ntdll.dll (0x0004D300 0x19DF9BB0 0x03520000 0x00000000)
77DA2562 ntdll.dll (0x035207D0 0x1A51B430 0x03010000 0x00000500)
77DE7610 ntdll.dll (0x00000000 0x00000000 0x00000000 0x1a51b430)
77DA3AB6 ntdll.dll (0x03010000 0x00000000 0x1A51B430 0x0019e3d4)
76F29DBB  (0x770A0F04 0x1A51B430 0x00000890 0x16c9a084)
7690D301  (0x16C9A084 0x16C9A084 0x16B649C8 0x0000fffd)
7690CE1C  (0x17471CC8 0x16C9A084 0x16B649C8 0x00000000)
6747D179  (0x16B649C8 0x0372CAA8 0x6747FE09 0x0019e440)
6747DD78  (0x0019E470 0x67482990 0x0372CA10 0x0019e488)
674829BB  (0x0372CAA8 0x00000000 0x0372C730 0x0372c560)
67481B03  (0x00000000 0x00000000 0x0372C560 0x00000000)
674833E9  (0x0372C560 0x030A9F30 0x030A9F30 0x030a7360)
6749DB32  (0x0372C560 0x00000004 0x0019EBB4 0x004ca49d)
004CA955 VPinballX.exe (0x030A7360 0x00428B8F 0x000080ED 0x00000000)
0054875C VPinballX.exe (0x00000111 0x000080ED 0x00000000 0x000702a4)
00536169 VPinballX.exe (0x00000111 0x000080ED 0x00000000 0x00000111)
004280B8 VPinballX.exe (0x00428060 0x000702A4 0x00000111 0x000080ed)
762D5ECA  (0x00428060 0x00000000 0x00000111 0x000080ed)
762D52A9  (0x039B04C0 0x00000000 0x00000000 0x00000001)
762C21D9  (0x000702A4 0x00000111 0x000080ED 0x00000000)
0055F468 VPinballX.exe (0x00000000 0x007824B8 0x0019EAA0 0x00362000)
005B9B3C VPinballX.exe (0x00000000 0x00744224 0x00000000 0x00000000)
003A0618  (0x00744224 0x00000000 0x00000000 0x00000000)

Environment
===========
Date/time: 15/3/2021, 07:04:11:150
Number of CPUs: 16
Processor type: 586
System: Windows 10 (10.0 19042)

Memory status
=============
Total Reserved: 191620K (187M) bytes
Total Commited: 548108K (535M) bytes
Total Free: 3454512K (3373M) bytes
Largest Free: 2095476K (2046M) bytes

Registers
=========
EAX=00000000 EBX=1A057E40 ECX=0BF4CB80 EDX=1A050C60
ESI=1A050C58 EDI=03010000 EBP=0075BDD0 ESP=0019EBBC EIP=003A0618
FLG=00210246 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B


Mini dump saved successfully.
 
Crash report VPX rev4442
============
Process: VPinballX.exe
Reason: 0xC0000005 - EXCEPTION_ACCESS_VIOLATION at 0023:77DA4A0E
Attempt to read from 0x00000000
Thread ID: 0x18A4 [6308]

Call stack
==========
77DA4A0E ntdll.dll RtlGetCurrentServiceSessionId + 0xF1E (0x1B554018 0x1B554020 0x1B554020 0x03240000)
77DE778D ntdll.dll RtlGetNtGlobalFlags + 0x78D (0x00000000 0x00000000 0x00000000 0x1b554020)
77DA3AB6 ntdll.dll RtlFreeHeap + 0x46 (0x03240000 0x00000000 0x1B554020 0x0019e360)
76F29DBB combase.dll PropVariantClear + 0x2AB (0x770A0F04 0x1B554020 0x00000880 0x00000000)
7690D301 OLEAUT32.dll SafeArrayDestroy + 0x521 (0x00000000 0x15F397C0 0x15F38880 0x15f38880)
7690CE1C OLEAUT32.dll SafeArrayDestroy + 0x3C (0x0EA86100 0x00000000 0x15F397C0 0x00000000)
66DC967A vbscript.dll DllUnregisterServer + 0xA58A (0x15F397C0 0x0019E3F0 0x16D65ED0 0x16d65ec0)
7690E7A9 OLEAUT32.dll VariantClear + 0x199 (0x0019E3E0 0x16D65EC0 0x13BD6210 0x16d65ec0)
66D7987A vbscript.dll (0x16D65EC0 0x13BD6210 0x00000000 0x035ccaa8)
66D8D076 vbscript.dll (0x13BD6210 0x035CCAA8 0x66D8FE09 0x0019e440)
66D8DD78 vbscript.dll (0x0019E470 0x66D92990 0x035CCA10 0x0019e488)
66D929BB vbscript.dll (0x035CCAA8 0x00000000 0x035CC730 0x035cc560)
66D91B03 vbscript.dll (0x00000000 0x00000000 0x035CC560 0x00000000)
66D933E9 vbscript.dll (0x035CC560 0x032D4F40 0x032D4F40 0x032d4378)
66DADB32 vbscript.dll DllCanUnloadNow + 0x17552 (0x035CC560 0x00000004 0x0019EBB4 0x004ca49d)
004CA955 VPinballX.exe (0x032D4378 0x00428B8F 0x000080ED 0x00000000)
0054875C VPinballX.exe (0x00000111 0x000080ED 0x00000000 0x000703a6)
00536169 VPinballX.exe (0x00000111 0x000080ED 0x00000000 0x00000111)
004280B8 VPinballX.exe (0x00428060 0x000703A6 0x00000111 0x000080ed)
762D5ECA user32.dll GetClassLongW + 0x7AA (0x00428060 0x00000000 0x00000111 0x000080ed)
762D52A9 user32.dll GetSystemMetricsForDpi + 0x1449 (0x03B4FB10 0x00000000 0x00000000 0x00000001)
762C21D9 user32.dll SendMessageA + 0x49 (0x000703A6 0x00000111 0x000080ED 0x00000000)
0055F0AB VPinballX.exe (0x00000000 0x007824B8 0x0019EAA0 0x00247000)
005B9B3C VPinballX.exe (0x00000000 0x00744224 0x00000000 0x00000000)
003E05B2  (0x00744224 0x00000000 0x00000000 0x00000000)

Environment
===========
Date/time: 15/3/2021, 07:52:56:720
Number of CPUs: 16
Processor type: 586
System: Windows 10 (10.0 19042)

Memory status
=============
Total Reserved: 200704K (196M) bytes
Total Commited: 476384K (465M) bytes
Total Free: 3517152K (3434M) bytes
Largest Free: 2095476K (2046M) bytes

Registers
=========
EAX=00000000 EBX=1B554018 ECX=108B1198 EDX=1B554020
ESI=0000036D EDI=03240000 EBP=0075BDD0 ESP=0019EBBC EIP=003E05B2
FLG=00010287 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B


Mini dump saved successfully.
 
Crash report VPX rev4442
============
Process: VPinballX.exe
Reason: 0xC0000005 - EXCEPTION_ACCESS_VIOLATION at 0023:77DA4A0E
Attempt to read from 0x00000000
Thread ID: 0x12B8 [4792]

Call stack
==========
77DA4A0E ntdll.dll RtlGetCurrentServiceSessionId + 0xF1E (0x1AC6F810 0x1AC6F818 0x1AC6F818 0x031a0000)
77DE778D ntdll.dll RtlGetNtGlobalFlags + 0x78D (0x00000000 0x00000000 0x00000000 0x00000021)
77DA3AB6 ntdll.dll RtlFreeHeap + 0x46 (0x031A0000 0x00000000 0x1AC6F818 0x0019e35c)
006040E0 VPinballX.exe (0x1AC6F818 0x070325E0 0x0054CAE4 0x00000001)
004E9F11 VPinballX.exe (0x070325E0 0x0054C9BD 0x00000001 0x032399a4)
0054CA78 VPinballX.exe (0x00000001 0x032399A4 0x03238E08 0x0019e4b4)
0054C9BD VPinballX.exe (0x00800000 0x00000000 0x00000000 0x031a0000)
77DA3AB6 ntdll.dll RtlFreeHeap + 0x46 (0x031A0000 0x00800000 0x1ADF39D8 0x1adf39d8)
77D8DD13 ntdll.dll RtlpMuiRegCreateRegistryInfo + 0x123 (0x77E84F78 0x175ACB30 0x03520000 0x00000000)
77DA2495 ntdll.dll RtlReleaseSRWLockExclusive + 0x115 (0x77DE77B4 0x1ADF4620 0x031A0000 0x03238e08)
77DE7610 ntdll.dll RtlGetNtGlobalFlags + 0x610 (0x0320A950 0x42400000 0x42400000 0x00000000)
0053A95C VPinballX.exe (0x00000111 0x03238E08 0x00000000 0x00000001)

Environment
===========
Date/time: 15/3/2021, 08:00:30:553
Number of CPUs: 16
Processor type: 586
System: Windows 10 (10.0 19042)

Memory status
=============
Total Reserved: 192804K (188M) bytes
Total Commited: 482788K (471M) bytes
Total Free: 3518648K (3436M) bytes
Largest Free: 2095476K (2046M) bytes

Registers
=========
EAX=00000000 EBX=1AC6F810 ECX=1ADF49F8 EDX=1AC6F818
ESI=000001FA EDI=031A0000 EBP=00000000 ESP=0019E4FC EIP=0052B70E
FLG=00010293 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B


Mini dump saved successfully.
 

If you want to check my latest uploads then click on the image below:

 

vp.jpg

 

Next table? A tribute table to Stern's Foo Fighters


#1400 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,862 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 15 March 2021 - 08:15 AM

 

I agree with wiesshund, 

 

darn, i was sort of hoping it was a just me thing :(


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow