I have installed today the version 1.73 and nothing doesn,t appear the dmd in all tables netiher.I have had working two weeks perfectly with the next configuration using the version 1.8.
This it,s my configuration of DMDDevice.ini:
[global]
; how to downscale SEGA 192x64 pixel games to smaller displays: fit, fill or stretch
resize = fit
; flips the image horizontally
fliphorizontally = false
; flips the image vertically
flipvertically = false
; enable or disable frame-by-frame colorization (inactive in VPX bundle)
colorize = true
; a DMD that renders with nice dots on a computer monitor
[virtualdmd]
enabled = true
; virtual dmd stays on top of all other windows
stayontop = true
; ignore the aspect ratio of the rendered dots when resizing
ignorear = true
; use VPM's registry values when positioning the virtual dmd
useregistry = false
; x-axis of the window position
left = 4089
; y-axis of the window position
top = 1645
; width of the dmd in monitor pixels
width = 768
; height of the dmd in monitor pixels
height = 195
; scale the dot size (set to 0.8 for same size as pre-1.6.0)
dotsize = 0,8
[pindmd1]
; if false, doesn't bother looking for a pinDMD1
enabled = false
[pindmd2]
; if false, doesn't bother looking for a pinDMD2
enabled = false
[pindmd3]
; if false, doesn't bother looking for a pinDMD3
enabled = false
; COM port, e.g. COM3
port =
[pin2dmd]
; if false, doesn't bother looking for a PIN2DMD
enabled = false
; how long to wait in milliseconds after sending a palette
delay = 25
[pixelcade]
; if false, doesn't bother looking for a Pixelcade
enabled = false
; COM port, e.g. COM3
port =
; color matrix to use, either "rgb" or "rbg"
matrix = rgb
[networkstream]
; if enabled, stream to your DMD connected to another computer
enabled = false
[browserstream]
; if enabled, stream to your browser in your LAN
enabled = false
port = 9090
[vpdbstream]
enabled = false
[video]
; if enabled, writes frames to an .avi file
enabled = false
; path to folder or .avi file. if folder, gamename.avi is used.
path =
[pinup]
; if enabled, send frames to PinUP.
enabled = false
[alphanumeric]
enabled = false
style = default
style.default.skewangle = 12
style.default.backgroundcolor = ff000000
style.default.foreground.enabled = true
style.default.foreground.color = fffbe6cb
style.default.foreground.blur.enabled = true
style.default.foreground.blur.x = 2
style.default.foreground.blur.y = 2
style.default.foreground.dilate.enabled = false
style.default.innerglow.enabled = true
style.default.innerglow.color = a0dd6a03
style.default.innerglow.blur.enabled = true
style.default.innerglow.blur.x = 15
style.default.innerglow.blur.y = 13
style.default.innerglow.dilate.enabled = true
style.default.innerglow.dilate.x = 15
style.default.innerglow.dilate.y = 10
style.default.outerglow.enabled = true
style.default.outerglow.color = 40b65829
style.default.outerglow.blur.enabled = true
style.default.outerglow.blur.x = 50
style.default.outerglow.blur.y = 50
style.default.outerglow.dilate.enabled = true
style.default.outerglow.dilate.x = 90
style.default.outerglow.dilate.y = 40
style.default.background.enabled = true
style.default.background.color = 20ffffff
style.default.background.blur.enabled = true
style.default.background.blur.x = 7
style.default.background.blur.y = 7
style.default.background.dilate.enabled = false
[apollo13]
virtualdmd left = 4122
virtualdmd top = 1626
virtualdmd width = 738
virtualdmd height = 213
[afm_113b]
virtualdmd left = 4119
virtualdmd top = 1653
virtualdmd width = 712
virtualdmd height = 167
[afm_113]
virtualdmd left = 4123
virtualdmd top = 1657
virtualdmd width = 715
virtualdmd height = 173
[elvis]
virtualdmd left = 4105
virtualdmd top = 1719
virtualdmd width = 743
virtualdmd height = 148
[abv106]
virtualdmd left = 4078
virtualdmd top = 1640
virtualdmd width = 799
virtualdmd height = 206
An this it,s my dmdext.log opening the apollo 13 table:
<?xml version="1.0" encoding="utf-8" ?>
autoReload="true"
throwExceptions="false"
internalLogLevel="Off" internalLogFile="c:\temp\nlog-internal.log" >
<targets>
<!--
add your targets here
-->
<target name="console" xsi:type="ColoredConsole" useDefaultRowHighlightingRules="false"
layout="${pad:padding=4:inner=[${threadid}]} ${date} ${pad:padding=5:inner=${level:uppercase=true}} | ${message} ${exception:format=ToString}">
<highlight-row condition="level == LogLevel.Trace" foregroundColor="DarkGray" />
<highlight-row condition="level == LogLevel.Debug" foregroundColor="DarkGray" />
<highlight-row condition="level == LogLevel.Info" foregroundColor="Gray" />
<highlight-row condition="level == LogLevel.Warn" foregroundColor="Yellow" />
<highlight-row condition="level == LogLevel.Error" foregroundColor="Red" />
<highlight-row condition="level == LogLevel.Fatal" foregroundColor="Magenta" />
</target>
</targets>
<rules>
<logger name="*" minlevel="Trace" writeTo="console" />
</rules>
</nlog>