Jump to content



Photo
* * * * * 8 votes

The VP 10.6 beta thread

beta 10.6 beta

  • Please log in to reply
1488 replies to this topic

#701 fuzzel

fuzzel

    spaghetti code

  • VP Dev Team
  • PipPipPipPipPip
  • 2,818 posts

  • Flag: Germany

  • Favorite Pinball: yes I have

Posted 14 April 2019 - 10:36 AM

rev3674 is up:

 

- flag table as changed if import->POV is triggered
- clarify some material manager dialog descriptions and beautify debug dialogs a tiny bit
- add ball velocity/angular velocity and number of physics iterations per frame to F11 debug output/stats
- fix order of deletion for sounds and fonts (i.e. first delete the list entry, then the actual element)
- fix access of already deleted vector element (i.e. the image/texture that was deleted was still updated by the list). also fix that when deleting the last image in the list, the new last image got the alpha test value of the previous last image.
- fix crash if POV xml format is broken somehow.


#702 jpsalas

jpsalas

    Grand Schtroumpf

  • VIP
  • 7,300 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 14 April 2019 - 05:48 PM

I find the two latest versions quite stable while playing and when using the editor. The only crashes I have is almost when I quit a table, or when I have two tables loaded and I quit one of them, then VPX crashes and closes down.

 

This is a crash when quiting one table. This is the most common crash I have. I use to quit the editor by clicking the X at the upper right corner.

 

Crash report VPX rev3674
============
Process: VPinballX.exe
Reason: 0xC0000005 - EXCEPTION_ACCESS_VIOLATION at 0023:77751E0B
Attempt to write to 0x00000014
Thread ID: 0x177C [6012]

Call stack
==========
77751E0B ntdll.dll LdrRemoveLoadAsDataTable + 0x61B (0x08B36540 0x02E64170 0x0019CE4C 0x0978ca5c)
7774FF16 ntdll.dll RtlEnterCriticalSection + 0x126 (0x0019CE40 0x0019CE40 0x004F90D7 0x08b365b8)
7774FE39 ntdll.dll RtlEnterCriticalSection + 0x49 (0x08B365B8 0x02E27360 0x74DE6D20 0x00000070)
004F90D7 VPinballX.exe (0x74DF5A69 0x00008001 0x0052AFEB 0x0014062a)
0052AFEB VPinballX.exe (0x00000001 0x0014062A 0x00000002 0x007503f6)

Environment
===========
Date/time: 14/4/2019, 19:39:36:865
Number of CPUs: 8
Processor type: 586
System: Windows 10 (10.0 17763)

Memory status
=============
Total Reserved: 78736K (76M) bytes
Total Commited: 461772K (450M) bytes
Total Free: 3653732K (3568M) bytes
Largest Free: 2095476K (2046M) bytes

Registers
=========
EAX=00000000 EBX=FFFFFF00 ECX=08B365C8 EDX=FFFFFFFF
ESI=08B365B8 EDI=FFFFFFFF EBP=00000000 ESP=0019CFB0 EIP=0052C2EE
FLG=00010213 CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B


Mini dump saved successfully.


Edited by jpsalas, 14 April 2019 - 05:48 PM.

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


#703 toxie

toxie

    VPF Veteran

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

  • Flag: Germany

  • Favorite Pinball: AFM

Posted 15 April 2019 - 08:04 AM

Question to the authors: One or two years ago, somebody said that there was also an issue with the material manager when deleting an entry. Meaning, that the next material got some of the values assigned from that deleted material (similar to what i fixed now in the image manager). Is that still true? (cause i could not repro this)



#704 fuzzel

fuzzel

    spaghetti code

  • VP Dev Team
  • PipPipPipPipPip
  • 2,818 posts

  • Flag: Germany

  • Favorite Pinball: yes I have

Posted 15 April 2019 - 08:08 AM

That should be fixed. I committed a fix for that long time ago ;)

#705 jpsalas

jpsalas

    Grand Schtroumpf

  • VIP
  • 7,300 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 April 2019 - 09:52 AM

I have not had that issue with the materials in a long time.The only thing I have noticed in the material management is that if you delete all the materials, then you cannot import new from a file until you add 1 material. But it is a small thing, that's why I have not reported it before :)


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


#706 bord

bord

    Pinball Fan

  • Members
  • PipPipPipPip
  • 603 posts

  • Flag: ---------

  • Favorite Pinball: Star Gazer, Whirlwind, Frontier

Posted 15 April 2019 - 02:07 PM

I'm going to pile on top of my request for a global override of Screenspace scale.

 

Would it also be possible to set the Screenspace value for individual elements? There are a few things dealing with transparent textures that do not play well with Screenspace and it would be nice to keep Screenspace on but eliminate its effect on specific elements.



#707 toxie

toxie

    VPF Veteran

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

  • Flag: Germany

  • Favorite Pinball: AFM

Posted 15 April 2019 - 02:58 PM

That should be fixed. I committed a fix for that long time ago ;)

 

Okay, thanks.. As you guys may have noticed, i'm currently freeing my giant todo list of low hanging fruit/fixes..  ;)


I have not had that issue with the materials in a long time.The only thing I have noticed in the material management is that if you delete all the materials, then you cannot import new from a file until you add 1 material. But it is a small thing, that's why I have not reported it before :)

 

Hmm.. This i cannot repro.. I deleted all materials, then imported a material, and that worked..


Would it also be possible to set the Screenspace value for individual elements? There are a few things dealing with transparent textures that do not play well with Screenspace and it would be nice to keep Screenspace on but eliminate its effect on specific elements.

 

Unfortunately not (as its too complicated with the current rendering architecture of mixed static and dynamic object rendering :/).

One idea was to have a global mask, but then one would not be able to change the camera anymore.  :/



#708 bord

bord

    Pinball Fan

  • Members
  • PipPipPipPip
  • 603 posts

  • Flag: ---------

  • Favorite Pinball: Star Gazer, Whirlwind, Frontier

Posted 15 April 2019 - 03:10 PM

 

Would it also be possible to set the Screenspace value for individual elements? There are a few things dealing with transparent textures that do not play well with Screenspace and it would be nice to keep Screenspace on but eliminate its effect on specific elements.

 

Unfortunately not (as its too complicated with the current rendering architecture of mixed static and dynamic object rendering :/).

One idea was to have a global mask, but then one would not be able to change the camera anymore.  :/

 

 

Makes sense. Is it possible to set a global override scale value for Screenspace in video settings?



#709 wrd1972

wrd1972

    Authoring Padawan

  • Platinum Supporter
  • 2,265 posts
  • Location:Central KY. USA

  • Flag: United States of America

  • Favorite Pinball: Funhouse

Posted 15 April 2019 - 04:24 PM

Question to the authors: One or two years ago, somebody said that there was also an issue with the material manager when deleting an entry. Meaning, that the next material got some of the values assigned from that deleted material (similar to what i fixed now in the image manager). Is that still true? (cause i could not repro this)

I remember mentioning it. Have not seen it for a while.


I have seen one other weird thing on a few occasions. All of a sudden, all of the sound files got removed from the table I assume at a save-point. Had to re-import them from an earlier rev. Pretty sure I did not accidentally delete them all.

 

Might take a quick look.

Thanks


My VP Pincab /MAME Arcade  Specs: Dell T3400 workstation with Core2 Quad core 3.0GHZ (Q9650) CPU - 8GB of RAM - Nvidia  GTX 970

40" PF Sony gaming LED TV, Dual 21" Dell monitors in the backbox - Pinscape dual boards - Full DOF - Full MAME arcade support.


#710 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,805 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 15 April 2019 - 04:29 PM

What do you think of adding this to the next release of the all-in-one installer

If it finds at least one then it would ask about overwriting

If you said no It would put on the ones that are missing

bally_6803_gts3_nvram.zip 1.2.0

https://www.vpforums...s&showfile=1362



#711 bord

bord

    Pinball Fan

  • Members
  • PipPipPipPip
  • 603 posts

  • Flag: ---------

  • Favorite Pinball: Star Gazer, Whirlwind, Frontier

Posted 15 April 2019 - 04:32 PM

I have seen one other weird thing on a few occasions. All of a sudden, all of the sound files got removed from the table I assume at a save-point. Had to re-import them from an earlier rev. Pretty sure I did not accidentally delete them all.

 

Might take a quick look.

Thanks

 

 

I have seen that on all versions of VPX since the beginning. Doesn't happen often.



#712 jpsalas

jpsalas

    Grand Schtroumpf

  • VIP
  • 7,300 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 April 2019 - 07:04 PM


I have not had that issue with the materials in a long time.The only thing I have noticed in the material management is that if you delete all the materials, then you cannot import new from a file until you add 1 material. But it is a small thing, that's why I have not reported it before :)

 

Hmm.. This i cannot repro.. I deleted all materials, then imported a material, and that worked.

 

 

I mean after deleting all the materials, then the import button is greyed out. But if you add a new material, or simple press ok, and open the material again, then you can import again. As I said, it is a small thing, not worth the time to look into it. :)

 

PS: I guess I deleted too much text :)


Edited by jpsalas, 15 April 2019 - 07:05 PM.

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


#713 toxie

toxie

    VPF Veteran

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

  • Flag: Germany

  • Favorite Pinball: AFM

Posted 15 April 2019 - 07:17 PM

What do you think of adding this to the next release of the all-in-one installer

If it finds at least one then it would ask about overwriting

If you said no It would put on the ones that are missing

bally_6803_gts3_nvram.zip 1.2.0

https://www.vpforums...s&showfile=1362

 

It's already included. Or does it not work in practice?



#714 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,805 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 15 April 2019 - 08:27 PM

 

What do you think of adding this to the next release of the all-in-one installer

If it finds at least one then it would ask about overwriting

If you said no It would put on the ones that are missing

bally_6803_gts3_nvram.zip 1.2.0

https://www.vpforums...s&showfile=1362

 

It's already included. Or does it not work in practice?

 

It seem like it might not be because people are attempting to run games and are not working...

But it is included

I did some testing

Ist test - I deleted the nv files and I did a reinstall and yes it puts those files on..

2nd test - I left some of the nv files on to see what it would do, I reinstalled..It does not ask if I want to over write


Edited by Outhere, 16 April 2019 - 01:07 AM.


#715 psmiraglia

psmiraglia

    Enthusiast

  • Members
  • PipPipPip
  • 114 posts

  • Flag: Argentina

  • Favorite Pinball: Star Trek

Posted 16 April 2019 - 03:02 PM

Feature request: to have the option for both the camera mode text block as well as the F11 stats to be shown on the bottom left corner of the table rather than the top left of the screen. This may help both desktop and cabinet users alike. Thanks in advance.

Edited by psmiraglia, 16 April 2019 - 07:20 PM.


#716 stampedem

stampedem

    Hobbyist

  • Members
  • PipPip
  • 20 posts

  • Flag: United States of America

  • Favorite Pinball: star wars

Posted 16 April 2019 - 03:08 PM

Feature request: to have the option for both the camera mode text block as well as the F11 stats to be shown on the bottom left corner of the table rather than the top left of the screen. This may help besitos and cabinet users alike. Thanks in advance.

I second this!



#717 javier1515

javier1515

    Pinball Fan

  • VIP
  • 574 posts
  • Location:Villa Maria Cordoba

  • Flag: Argentina

  • Favorite Pinball: The Addams Family, Hook



Posted 16 April 2019 - 04:25 PM

maybe this order was already made but what else  :tongue3:
 
incorporate images in .TGA format and a DMD that for the original tables would be great.  :lusty:
 
Sorry if it's repeated or if you already talk about these things.

"Learning without thought is vain, thought without learning is dangerous." (Confucius)
 
"Aprender sin pensar es inútil, pensar sin aprender es peligroso". (Confucio)

 

 

Please, if you can help me with a small contribution to update my work team and continue to make more tables I will be eternally grateful.
 

#718 jpsalas

jpsalas

    Grand Schtroumpf

  • VIP
  • 7,300 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 16 April 2019 - 06:07 PM

I think PNG is better than TGA, but I know what you want :) ... to use the images from the FP tables directly, without need for converting them to PNG, since FP supports TGA :)

 

A built in DMD should be a dream come true, but for that to work VPX should need to support several screens. And that is not happening just now. The same as to support other sounds formats, like OGG, which is in the list of things to do, but it will need to wait for now too.


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


#719 toxie

toxie

    VPF Veteran

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

  • Flag: Germany

  • Favorite Pinball: AFM

Posted 16 April 2019 - 08:48 PM

uhoh.. i just found a longstanding bug (in since VP10.0) that leads to artifacts in lighting..

 

the problem is that fixing this can lead to brighter or darker playfields (as one prominent example), but that also depends on the used environment map that is used for the image based lighting..

if there is a high contrast between the lower and upper region of the env map one gets this effect..

 

i just commited the fix, but please check with the next build how bad it is in practice for all those existing tables..  :/



#720 Umpa

Umpa

    Pinball Fan

  • Members
  • PipPipPipPip
  • 740 posts

  • Flag: United States of America

  • Favorite Pinball: AC/DC

Posted 16 April 2019 - 09:01 PM

Feature request: to have the option for both the camera mode text block as well as the F11 stats to be shown on the bottom left corner of the table rather than the top left of the screen. This may help besitos and cabinet users alike. Thanks in advance.

I second this!
I also like this idea! Better for me would be top or bottom on right corner. Closer to my flipper buttons.

Sent from my SAMSUNG-SM-G935A using Tapatalk





Also tagged with one or more of these keywords: beta, 10.6 beta