Skip to content

Dream pinball 3d

petchema edited this page Oct 15, 2012 · 13 revisions
  • PlayOnLinux 4.1.2-dev
    • Tested with Wine 1.5.5
    • Install path Program Files/GOG.com/Dream Pinball 3D/
    • Shortcuts:
      • Manual ["Manual.pdf" ]
      • Glossary ["glossary.pdf" ]
      • Dream Pinball 3D ["dp3d.exe" ]
    • "Erreur: Data/Table01/Textures/Data/Menu/lang/logo_1_eng.tga"
      • Fixed by installing d3dx9 before installing the game
    • Display freezes when hitting Enter to start a game
    • Tons of fixme:quartz:Parser_OutputPin_QueryInterface No interface for {56a868a5-0ad4-11ce-b03a-0020af0ba770}!
      • Disappears by installing native devenum and quartz
    • Non 0 exitcode
    • Test with Wine 1.5.14
      • Worked once, with Offscreen rendering = pbuffer, but it could have been a coincidence
      • New hypothesis: you have to wait for the pinball to display "reset display to low settings" before starting a game
      • "Automatic performance adjustement" seems to be the killer?
        • dd if=/dev/zero of=res.cfg seek=188 bs=1 count=1 conv=notrunc
      • Today didn't work once, wtf

data/menu/res.cfg:

-00000b0: 0a00 0000 0200 0000 0100 0000 0100 0000  ................
+00000b0: 0a00 0000 0200 0000 0100 0000 0000 0000  ................
Clone this wiki locally