Music Maker 64bit Not Launching

danilo-sf wrote on 3/26/2021, 7:12 PM

I download the free version of Music Maker, but after the instal, the program not launch, no message, no error.

Went to the Steam version, but apears that the instalation not complete, because every time a clink in launch on Steam, it ask me for admin permincion and tray to instal, bot notthing.

But the old 32bit version on Steam works. Uninstaled al version fron steam.

Performed a sistem verification on PowerShell, sfc scannow, and the online checkup.

Problems corrected.

Installed 64 bit from steam, still the same problem.

Reinstaled the Magix site version, not work, still no launch.

Got this log in the Music Maker/29 folder:

 

# set log level for certain modules

#    TRACE = ALL
#    DEBUG
#    INFO
#    WARN
#    ERROR
#    FATAL
#    OFF

log4cplus.rootLogger=INFO,File1, win32debug

log4cplus.logger.MxQt.qt.core.logging=DEBUG
log4cplus.logger.MxQt.qt.qpa.gl=DEBUG

################### Appender File1
log4cplus.appender.File1=mxlog4cplus::MXRollingFileAppender
log4cplus.appender.File1.File=%APPDATA%\MAGIX\$mmRegKey$\main.log
log4cplus.appender.File1.MaxFileSize=2MB
log4cplus.appender.File1.MaxBackupIndex=2
log4cplus.appender.File1.layout=log4cplus::PatternLayout
log4cplus.appender.File1.layout.ConversionPattern=%d{%d.%m.%y %H:%M:%S} %p %c %m%n

# JW, 3.11.2016: exclude some Qt message by StringMatchFilter
# namely
#         "External WM_DESTROY received for"
#         "QML ListView: Binding loop detected for property"
#         "QObject::disconnect: Unexpected null parameter"
#            "SongEngine.XmlFile error:"
log4cplus.appender.File1.filters.1=log4cplus::spi::StringMatchFilter
log4cplus.appender.File1.filters.1.AcceptOnMatch=false;
log4cplus.appender.File1.filters.1.StringToMatch=External WM_DESTROY received for
log4cplus.appender.File1.filters.2=log4cplus::spi::StringMatchFilter
log4cplus.appender.File1.filters.2.AcceptOnMatch=false;
log4cplus.appender.File1.filters.2.StringToMatch=QML ListView: Binding loop detected for property
log4cplus.appender.File1.filters.3=log4cplus::spi::StringMatchFilter
log4cplus.appender.File1.filters.3.AcceptOnMatch=false;
log4cplus.appender.File1.filters.3.StringToMatch=QObject::disconnect: Unexpected null parameter
log4cplus.appender.File1.filters.4=log4cplus::spi::StringMatchFilter
log4cplus.appender.File1.filters.4.AcceptOnMatch=false;
log4cplus.appender.File1.filters.4.StringToMatch=SongEngine.XmlFile error:

################### Appender Win32DebugConsole
log4cplus.appender.win32debug=log4cplus::Win32DebugAppender
log4cplus.appender.win32debug.layout=log4cplus::PatternLayout
log4cplus.appender.win32debug.layout.ConversionPattern=%p %c %m%n

 

Don't know ware to find another log.

I use Windows 10 Pro 64 Bit Updated.

Motherboard Asus with onboard soundcard

Realtek Driver

VideoCard GTX 1050Ti

16GB Ram

 

All my 64Bit program, works correctly.

I want to purchase Music Maker, but if the free version is not work, think that have the same problem with purchased version.

Ani idea?

Comments

SP. wrote on 3/26/2021, 7:45 PM

@danilo-sf

This is a config file for logging and not a log file. You can find the log file in C:\Users\YourUserName\AppData\Roaming\MAGIX\mm29\MusicMaker.log Here you will also find a Crash.log

You can try and change the lines

log4cplus.rootLogger=INFO,File1, win32debug

log4cplus.logger.MxQt.qt.core.logging=DEBUG
log4cplus.logger.MxQt.qt.qpa.gl=DEBUG

to

log4cplus.rootLogger=TRACE,File1, win32debug

log4cplus.logger.MxQt.qt.core.logging=TRACE
log4cplus.logger.MxQt.qt.qpa.gl=TRACE

to get the maximum information.

I would suggest to deactivate your firewall/Windows defender temporarily and then start Music Maker again to see if it works. Sometimes this is the case if nothing happens.

danilo-sf wrote on 3/26/2021, 8:25 PM

MusicMaker.log

2021/03/26 22:04:26 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started

 

main.log

 

27.03.21 01:04:26 TRACE mxlog4cplus log4cplus: Logging configured using C:\Program Files\MAGIX\Music Maker\29\MusicMaker.log.cfg
27.03.21 01:04:26 TRACE Muma.Legacy directory for temporary files: C:\Users\danil\AppData\Local\Temp\MAGIX\mm29\6421001B-0F04-48EF-8E12-4C0B5F5A77BE\.
27.03.21 01:04:26 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
27.03.21 01:04:26 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 01:04:26 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 01:04:26 DEBUG MuMa.Core.ConfigurationManager GetUserConfigDir(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\.
27.03.21 01:04:26 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
27.03.21 01:04:26 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
27.03.21 01:04:26 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
27.03.21 01:04:26 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1f3dd0e2e40 v 1 . 4
27.03.21 01:04:26 DEBUG MuMa.Core.ConfigurationManager GetUserProgramIni(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\MusicMaker.ini.
27.03.21 01:04:27 TRACE Muma.Legacy language DLL loaded: pt_BR in 'C:\Program Files\MAGIX\Music Maker\29\language\MusicMaker_PT.dll' (Português (Brasil))
27.03.21 01:04:27 TRACE Muma.Legacy QtResourceManagement::QmlSetupLanguage() -> qt language file load error
27.03.21 01:04:27 TRACE Muma.Legacy Music Maker process ID = 0x00002C88
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando a plataforma COM...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Carregando as configurações...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Verificando a instalação, aguarde...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando OLE...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando o sistema áudio...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando proxies...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Initializing RAS proxy'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando efeitos de cor...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando o programa principal...'
27.03.21 01:04:27 DEBUG MuMa.Core.ConfigurationManager GetCommonDataDir(): C:\ProgramData\MAGIX\Music Maker\29\.

27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Initializing vip templates...'

 

No crach report.

 

 

SP. wrote on 3/27/2021, 8:29 AM

@danilo-sf This log doesn't look to helpful to me, it just ends. What happens if you run Music Maker as administrator (right click on the program icon)?

danilo-sf wrote on 3/27/2021, 9:11 AM

Runing as Administrator

MusicMaker.log

2021/03/27 11:00:30 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started

Has just this entrie to today startupup tray

 

main.log

27.03.21 14:00:30 TRACE mxlog4cplus log4cplus: Logging configured using C:\Program Files\MAGIX\Music Maker\29\MusicMaker.log.cfg
27.03.21 14:00:30 TRACE Muma.Legacy directory for temporary files: C:\Users\danil\AppData\Local\Temp\MAGIX\mm29\985FB781-7F76-49A3-BC12-637960030C7C\.
27.03.21 14:00:30 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
27.03.21 14:00:30 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 14:00:30 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 14:00:30 DEBUG MuMa.Core.ConfigurationManager GetUserConfigDir(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\.
27.03.21 14:00:30 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
27.03.21 14:00:30 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
27.03.21 14:00:30 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
27.03.21 14:00:30 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1fa34136270 v 1 . 4
27.03.21 14:00:30 DEBUG MuMa.Core.ConfigurationManager GetUserProgramIni(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\MusicMaker.ini.
27.03.21 14:00:30 TRACE Muma.Legacy language DLL loaded: pt_BR in 'C:\Program Files\MAGIX\Music Maker\29\language\MusicMaker_PT.dll' (Português (Brasil))
27.03.21 14:00:30 TRACE Muma.Legacy QtResourceManagement::QmlSetupLanguage() -> qt language file load error
27.03.21 14:00:30 TRACE Muma.Legacy Music Maker process ID = 0x0000836C
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando a plataforma COM...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Carregando as configurações...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Verificando a instalação, aguarde...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando OLE...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando o sistema áudio...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando proxies...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Initializing RAS proxy'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando efeitos de cor...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando o programa principal...'
27.03.21 14:00:30 DEBUG MuMa.Core.ConfigurationManager GetCommonDataDir(): C:\ProgramData\MAGIX\Music Maker\29\.

27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Initializing vip templates...'

 

strange thing is that the seme action, perform date/time diferences in the two log files. But the save date in explorer for the two files is the same.

SP. wrote on 3/27/2021, 9:50 AM

@danilo-sf The last thing it does is initializing the templates. What happens if you delete the templates (or better move them to a different folder)? Maybe they are broken in some way. You should find the templates in the templates and effects folder you specified during the installation.

danilo-sf wrote on 3/27/2021, 11:34 AM

Didant know where templates was, uninstaled, reinstaled, found the template folders, delete all. Launch the app, the folder was recreated, and no launch.

 

MusicMaker.log

2021/03/24 19:54:26 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 19:54:28 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/24 19:55:13 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 19:56:06 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 19:56:41 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 19:57:56 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 19:58:19 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:02:00 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:04:33 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:05:48 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:05:49 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/24 20:09:08 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:09:09 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/24 20:09:18 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:09:33 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:10:18 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:10:20 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/24 20:35:11 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:35:13 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/24 20:35:28 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:35:46 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 20:37:41 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 21:11:12 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 21:14:48 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 21:15:04 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 21:15:44 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/24 21:15:53 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 21:16:07 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 21:20:43 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 21:21:13 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 21:34:45 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/24 21:34:46 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/25 16:35:25 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 16:35:27 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/25 16:36:04 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 16:43:11 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 16:49:30 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 16:50:03 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 16:50:42 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 17:24:34 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 17:26:01 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 17:26:02 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/25 17:31:51 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 17:31:53 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/25 17:34:32 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 17:35:09 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 17:35:52 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 17:38:08 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 17:38:49 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/25 17:38:51 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/26 20:40:36 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/26 20:40:38 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/26 20:41:05 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/26 20:41:28 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/26 22:04:26 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/27 11:00:30 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/27 13:05:20 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/27 13:05:22 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/27 13:09:33 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/27 13:09:35 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/27 13:09:45 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/27 13:11:33 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/27 13:25:57 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started

main.log

24.03.21 22:54:28 INFO MuMa.ExitInstance Starting...
24.03.21 22:54:28 INFO MuMa.ExitInstance Shutting down animation system...
24.03.21 22:54:28 INFO MuMa.ExitInstance Releasing content manager instance...
24.03.21 22:54:28 INFO MuMa.ExitInstance Ensuring exit calls...
24.03.21 22:54:28 INFO MuMa.ExitInstance Stopping ASIO processing...
24.03.21 22:54:28 INFO MuMa.ExitInstance Exiting immediately...
24.03.21 22:54:28 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x19bd90445e0
24.03.21 22:55:13 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 22:55:13 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 22:55:13 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 22:55:13 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 22:55:13 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x19b9a8f1620 v 1 . 4
24.03.21 22:56:06 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 22:56:06 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 22:56:06 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 22:56:06 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 22:56:06 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1d19461cdc0 v 1 . 4
24.03.21 22:56:41 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 22:56:41 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 22:56:41 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 22:56:41 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 22:56:41 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1d1d9f88f70 v 1 . 4
24.03.21 22:57:56 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 22:57:56 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 22:57:56 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 22:57:56 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 22:57:56 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x21ccca29820 v 1 . 4
24.03.21 22:58:19 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 22:58:19 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 22:58:19 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 22:58:19 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 22:58:19 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x19a196af8d0 v 1 . 4
24.03.21 23:02:00 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:02:00 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:02:00 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:02:00 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:02:00 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x27977ac5d70 v 1 . 4
24.03.21 23:04:33 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:04:33 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:04:33 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:04:33 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:04:33 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x24431fb7bc0 v 1 . 4
24.03.21 23:05:48 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:05:48 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:05:48 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:05:48 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:05:48 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x2bdd1f814b0 v 1 . 4
24.03.21 23:05:49 INFO MuMa.ExitInstance Starting...
24.03.21 23:05:49 INFO MuMa.ExitInstance Shutting down animation system...
24.03.21 23:05:49 INFO MuMa.ExitInstance Releasing content manager instance...
24.03.21 23:05:49 INFO MuMa.ExitInstance Ensuring exit calls...
24.03.21 23:05:49 INFO MuMa.ExitInstance Stopping ASIO processing...
24.03.21 23:05:49 INFO MuMa.ExitInstance Exiting immediately...
24.03.21 23:05:49 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x2bdd1f814b0
24.03.21 23:09:07 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:09:08 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:09:08 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:09:08 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:09:08 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x2a83d1e7e60 v 1 . 4
24.03.21 23:09:09 INFO MuMa.ExitInstance Starting...
24.03.21 23:09:09 INFO MuMa.ExitInstance Shutting down animation system...
24.03.21 23:09:09 INFO MuMa.ExitInstance Releasing content manager instance...
24.03.21 23:09:09 INFO MuMa.ExitInstance Ensuring exit calls...
24.03.21 23:09:09 INFO MuMa.ExitInstance Stopping ASIO processing...
24.03.21 23:09:09 INFO MuMa.ExitInstance Exiting immediately...
24.03.21 23:09:09 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x2a83d1e7e60
24.03.21 23:09:18 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:09:18 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:09:18 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:09:18 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:09:18 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x23f5a5e15e0 v 1 . 4
24.03.21 23:09:33 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:09:33 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:09:33 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:09:33 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:09:33 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x23e96becf50 v 1 . 4
24.03.21 23:10:18 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:10:18 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:10:18 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:10:18 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:10:18 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x150cb185cd0 v 1 . 4
24.03.21 23:10:20 INFO MuMa.ExitInstance Starting...
24.03.21 23:10:20 INFO MuMa.ExitInstance Shutting down animation system...
24.03.21 23:10:20 INFO MuMa.ExitInstance Releasing content manager instance...
24.03.21 23:10:20 INFO MuMa.ExitInstance Ensuring exit calls...
24.03.21 23:10:20 INFO MuMa.ExitInstance Stopping ASIO processing...
24.03.21 23:10:20 INFO MuMa.ExitInstance Exiting immediately...
24.03.21 23:10:20 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x150cb185cd0
24.03.21 23:35:11 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:35:11 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:35:11 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:35:11 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:35:11 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x21b950d4400 v 1 . 4
24.03.21 23:35:13 INFO MuMa.ExitInstance Starting...
24.03.21 23:35:13 INFO MuMa.ExitInstance Shutting down animation system...
24.03.21 23:35:13 INFO MuMa.ExitInstance Releasing content manager instance...
24.03.21 23:35:13 INFO MuMa.ExitInstance Ensuring exit calls...
24.03.21 23:35:13 INFO MuMa.ExitInstance Stopping ASIO processing...
24.03.21 23:35:13 INFO MuMa.ExitInstance Exiting immediately...
24.03.21 23:35:13 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x21b950d4400
24.03.21 23:35:28 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:35:28 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:35:28 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:35:28 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:35:28 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x2549c1afbe0 v 1 . 4
24.03.21 23:35:45 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:35:46 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:35:46 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:35:46 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:35:46 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x28447c39b20 v 1 . 4
24.03.21 23:37:40 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
24.03.21 23:37:41 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
24.03.21 23:37:41 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
24.03.21 23:37:41 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
24.03.21 23:37:41 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x16a43ae0d40 v 1 . 4
25.03.21 00:11:12 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 00:11:12 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 00:11:12 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 00:11:12 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 00:11:12 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x2662b0109b0 v 1 . 4
25.03.21 00:14:47 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 00:14:47 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 00:14:47 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 00:14:47 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 00:14:48 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x19367520720 v 1 . 4
25.03.21 00:15:04 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 00:15:04 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 00:15:04 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 00:15:04 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 00:15:04 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x17eb8593bd0 v 1 . 4
25.03.21 00:15:44 INFO MuMa.ExitInstance Starting...
25.03.21 00:15:44 INFO MuMa.ExitInstance Shutting down animation system...
25.03.21 00:15:44 INFO MuMa.ExitInstance Releasing content manager instance...
25.03.21 00:15:44 INFO MuMa.ExitInstance Ensuring exit calls...
25.03.21 00:15:44 INFO MuMa.ExitInstance Stopping ASIO processing...
25.03.21 00:15:44 INFO MuMa.ExitInstance Exiting immediately...
25.03.21 00:15:44 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x17eb8593bd0
25.03.21 00:15:53 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 00:15:53 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 00:15:53 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 00:15:53 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 00:15:53 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x196abdf1aa0 v 1 . 4
25.03.21 00:16:07 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 00:16:07 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 00:16:07 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 00:16:07 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 00:16:07 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x17542094fc0 v 1 . 4
25.03.21 00:20:43 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 00:20:43 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 00:20:43 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 00:20:43 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 00:20:43 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1f973138a30 v 1 . 4
25.03.21 00:21:13 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 00:21:13 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 00:21:13 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 00:21:13 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 00:21:13 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x28015488450 v 1 . 4
25.03.21 00:34:45 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 00:34:45 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 00:34:45 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 00:34:45 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 00:34:45 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x22f04bc65b0 v 1 . 4
25.03.21 00:34:46 INFO MuMa.ExitInstance Starting...
25.03.21 00:34:46 INFO MuMa.ExitInstance Shutting down animation system...
25.03.21 00:34:46 INFO MuMa.ExitInstance Releasing content manager instance...
25.03.21 00:34:46 INFO MuMa.ExitInstance Ensuring exit calls...
25.03.21 00:34:46 INFO MuMa.ExitInstance Stopping ASIO processing...
25.03.21 00:34:46 INFO MuMa.ExitInstance Exiting immediately...
25.03.21 00:34:47 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x22f04bc65b0
25.03.21 19:35:25 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 19:35:25 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 19:35:25 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 19:35:25 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 19:35:25 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1bfc47b1bb0 v 1 . 4
25.03.21 19:35:27 INFO MuMa.ExitInstance Starting...
25.03.21 19:35:27 INFO MuMa.ExitInstance Shutting down animation system...
25.03.21 19:35:27 INFO MuMa.ExitInstance Releasing content manager instance...
25.03.21 19:35:27 INFO MuMa.ExitInstance Ensuring exit calls...
25.03.21 19:35:27 INFO MuMa.ExitInstance Stopping ASIO processing...
25.03.21 19:35:27 INFO MuMa.ExitInstance Exiting immediately...
25.03.21 19:35:27 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x1bfc47b1bb0
25.03.21 19:36:03 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 19:36:04 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 19:36:04 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 19:36:04 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 19:36:04 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x2390ba9af90 v 1 . 4
25.03.21 19:43:11 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 19:43:11 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 19:43:11 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 19:43:11 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 19:43:11 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1ed6f877c50 v 1 . 4
25.03.21 19:49:30 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 19:49:30 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 19:49:30 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 19:49:30 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 19:49:30 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x23c15945d60 v 1 . 4
25.03.21 19:50:03 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 19:50:03 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 19:50:03 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 19:50:03 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 19:50:03 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1cee44e6e80 v 1 . 4
25.03.21 19:50:42 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 19:50:42 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 19:50:42 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 19:50:42 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 19:50:42 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x13fc25ff6a0 v 1 . 4
25.03.21 20:24:34 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 20:24:34 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 20:24:34 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 20:24:34 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 20:24:34 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x21747ba8d80 v 1 . 4
25.03.21 20:26:01 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 20:26:01 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 20:26:01 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 20:26:01 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 20:26:01 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1a795683700 v 1 . 4
25.03.21 20:26:02 INFO MuMa.ExitInstance Starting...
25.03.21 20:26:02 INFO MuMa.ExitInstance Shutting down animation system...
25.03.21 20:26:02 INFO MuMa.ExitInstance Releasing content manager instance...
25.03.21 20:26:02 INFO MuMa.ExitInstance Ensuring exit calls...
25.03.21 20:26:02 INFO MuMa.ExitInstance Stopping ASIO processing...
25.03.21 20:26:02 INFO MuMa.ExitInstance Exiting immediately...
25.03.21 20:26:02 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x1a795683700
25.03.21 20:31:50 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 20:31:50 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 20:31:50 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 20:31:50 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 20:31:50 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x2b27c8c73d0 v 1 . 4
25.03.21 20:31:53 INFO MuMa.ExitInstance Starting...
25.03.21 20:31:53 INFO MuMa.ExitInstance Shutting down animation system...
25.03.21 20:31:53 INFO MuMa.ExitInstance Releasing content manager instance...
25.03.21 20:31:53 INFO MuMa.ExitInstance Ensuring exit calls...
25.03.21 20:31:53 INFO MuMa.ExitInstance Stopping ASIO processing...
25.03.21 20:31:53 INFO MuMa.ExitInstance Exiting immediately...
25.03.21 20:31:53 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x2b27c8c73d0
25.03.21 20:34:31 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 20:34:31 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 20:34:31 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 20:34:31 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 20:34:32 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x29c049267b0 v 1 . 4
25.03.21 20:35:09 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 20:35:09 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 20:35:09 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 20:35:09 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 20:35:09 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x17042b4ca80 v 1 . 4
25.03.21 20:35:52 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 20:35:52 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 20:35:52 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 20:35:52 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 20:35:52 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1b99a9b3b40 v 1 . 4
25.03.21 20:38:08 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 20:38:08 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 20:38:08 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 20:38:08 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 20:38:08 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1ef7cea7190 v 1 . 4
25.03.21 20:38:49 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
25.03.21 20:38:49 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
25.03.21 20:38:49 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
25.03.21 20:38:49 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
25.03.21 20:38:49 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1839f537430 v 1 . 4
25.03.21 20:38:51 INFO MuMa.ExitInstance Starting...
25.03.21 20:38:51 INFO MuMa.ExitInstance Shutting down animation system...
25.03.21 20:38:51 INFO MuMa.ExitInstance Releasing content manager instance...
25.03.21 20:38:51 INFO MuMa.ExitInstance Ensuring exit calls...
25.03.21 20:38:51 INFO MuMa.ExitInstance Stopping ASIO processing...
25.03.21 20:38:51 INFO MuMa.ExitInstance Exiting immediately...
25.03.21 20:38:51 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x1839f537430
26.03.21 23:40:35 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
26.03.21 23:40:36 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
26.03.21 23:40:36 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
26.03.21 23:40:36 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
26.03.21 23:40:36 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1eeda712f40 v 1 . 4
26.03.21 23:40:38 INFO MuMa.ExitInstance Starting...
26.03.21 23:40:38 INFO MuMa.ExitInstance Shutting down animation system...
26.03.21 23:40:38 INFO MuMa.ExitInstance Releasing content manager instance...
26.03.21 23:40:38 INFO MuMa.ExitInstance Ensuring exit calls...
26.03.21 23:40:38 INFO MuMa.ExitInstance Stopping ASIO processing...
26.03.21 23:40:38 INFO MuMa.ExitInstance Exiting immediately...
26.03.21 23:40:38 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x1eeda712f40
26.03.21 23:41:05 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
26.03.21 23:41:05 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
26.03.21 23:41:05 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
26.03.21 23:41:05 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
26.03.21 23:41:05 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x155eb545d70 v 1 . 4
26.03.21 23:41:28 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
26.03.21 23:41:28 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
26.03.21 23:41:28 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
26.03.21 23:41:28 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
26.03.21 23:41:28 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x2a8a1541740 v 1 . 4
27.03.21 01:04:26 TRACE mxlog4cplus log4cplus: Logging configured using C:\Program Files\MAGIX\Music Maker\29\MusicMaker.log.cfg
27.03.21 01:04:26 TRACE Muma.Legacy directory for temporary files: C:\Users\danil\AppData\Local\Temp\MAGIX\mm29\6421001B-0F04-48EF-8E12-4C0B5F5A77BE\.
27.03.21 01:04:26 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
27.03.21 01:04:26 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 01:04:26 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 01:04:26 DEBUG MuMa.Core.ConfigurationManager GetUserConfigDir(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\.
27.03.21 01:04:26 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
27.03.21 01:04:26 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
27.03.21 01:04:26 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
27.03.21 01:04:26 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1f3dd0e2e40 v 1 . 4
27.03.21 01:04:26 DEBUG MuMa.Core.ConfigurationManager GetUserProgramIni(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\MusicMaker.ini.
27.03.21 01:04:27 TRACE Muma.Legacy language DLL loaded: pt_BR in 'C:\Program Files\MAGIX\Music Maker\29\language\MusicMaker_PT.dll' (Português (Brasil))
27.03.21 01:04:27 TRACE Muma.Legacy QtResourceManagement::QmlSetupLanguage() -> qt language file load error
27.03.21 01:04:27 TRACE Muma.Legacy Music Maker process ID = 0x00002C88
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando a plataforma COM...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Carregando as configurações...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Verificando a instalação, aguarde...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando OLE...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando o sistema áudio...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando proxies...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Initializing RAS proxy'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando efeitos de cor...'
27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Inicializando o programa principal...'
27.03.21 01:04:27 DEBUG MuMa.Core.ConfigurationManager GetCommonDataDir(): C:\ProgramData\MAGIX\Music Maker\29\.

27.03.21 01:04:27 TRACE Muma.Legacy Splash: 'Initializing vip templates...'
27.03.21 14:00:30 TRACE mxlog4cplus log4cplus: Logging configured using C:\Program Files\MAGIX\Music Maker\29\MusicMaker.log.cfg
27.03.21 14:00:30 TRACE Muma.Legacy directory for temporary files: C:\Users\danil\AppData\Local\Temp\MAGIX\mm29\985FB781-7F76-49A3-BC12-637960030C7C\.
27.03.21 14:00:30 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
27.03.21 14:00:30 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 14:00:30 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 14:00:30 DEBUG MuMa.Core.ConfigurationManager GetUserConfigDir(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\.
27.03.21 14:00:30 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
27.03.21 14:00:30 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
27.03.21 14:00:30 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
27.03.21 14:00:30 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1fa34136270 v 1 . 4
27.03.21 14:00:30 DEBUG MuMa.Core.ConfigurationManager GetUserProgramIni(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\MusicMaker.ini.
27.03.21 14:00:30 TRACE Muma.Legacy language DLL loaded: pt_BR in 'C:\Program Files\MAGIX\Music Maker\29\language\MusicMaker_PT.dll' (Português (Brasil))
27.03.21 14:00:30 TRACE Muma.Legacy QtResourceManagement::QmlSetupLanguage() -> qt language file load error
27.03.21 14:00:30 TRACE Muma.Legacy Music Maker process ID = 0x0000836C
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando a plataforma COM...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Carregando as configurações...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Verificando a instalação, aguarde...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando OLE...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando o sistema áudio...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando proxies...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Initializing RAS proxy'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando efeitos de cor...'
27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Inicializando o programa principal...'
27.03.21 14:00:30 DEBUG MuMa.Core.ConfigurationManager GetCommonDataDir(): C:\ProgramData\MAGIX\Music Maker\29\.

27.03.21 14:00:30 TRACE Muma.Legacy Splash: 'Initializing vip templates...'
27.03.21 16:05:20 TRACE mxlog4cplus log4cplus: Logging configured using C:\Program Files\MAGIX\Music Maker\29\MusicMaker.log.cfg
27.03.21 16:05:20 TRACE Muma.Legacy directory for temporary files: C:\Users\danil\AppData\Local\Temp\MAGIX\mm29\BABC75E9-963C-48D3-8735-A04E15AEF3A7\.
27.03.21 16:05:20 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
27.03.21 16:05:20 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 16:05:20 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 16:05:20 DEBUG MuMa.Core.ConfigurationManager GetUserConfigDir(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\.
27.03.21 16:05:20 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
27.03.21 16:05:20 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
27.03.21 16:05:20 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
27.03.21 16:05:20 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x28762d2f820 v 1 . 4
27.03.21 16:05:20 DEBUG MuMa.Core.ConfigurationManager GetUserProgramIni(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\MusicMaker.ini.
27.03.21 16:05:20 TRACE Muma.Legacy language DLL loaded: pt_BR in 'C:\Program Files\MAGIX\Music Maker\29\language\MusicMaker_PT.dll' (Português (Brasil))
27.03.21 16:05:20 TRACE Muma.Legacy QtResourceManagement::QmlSetupLanguage() -> qt language file load error
27.03.21 16:05:20 TRACE Muma.Legacy Music Maker process ID = 0x000096E4
27.03.21 16:05:20 TRACE Muma.Legacy Splash: 'Inicializando a plataforma COM...'
27.03.21 16:05:20 TRACE Muma.Legacy Splash: 'Inicializando...'
27.03.21 16:05:22 INFO MuMa.ExitInstance Starting...
27.03.21 16:05:22 INFO MuMa.ExitInstance Shutting down animation system...
27.03.21 16:05:22 INFO MuMa.ExitInstance Releasing content manager instance...
27.03.21 16:05:22 INFO MuMa.ExitInstance Ensuring exit calls...
27.03.21 16:05:22 INFO MuMa.ExitInstance Stopping ASIO processing...
27.03.21 16:05:22 INFO MuMa.ExitInstance Exiting immediately...
27.03.21 16:05:22 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x28762d2f820
27.03.21 16:09:32 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
27.03.21 16:09:32 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
27.03.21 16:09:32 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
27.03.21 16:09:33 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
27.03.21 16:09:33 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1a67d60d280 v 1 . 4
27.03.21 16:09:35 INFO MuMa.ExitInstance Starting...
27.03.21 16:09:35 INFO MuMa.ExitInstance Shutting down animation system...
27.03.21 16:09:35 INFO MuMa.ExitInstance Releasing content manager instance...
27.03.21 16:09:35 INFO MuMa.ExitInstance Ensuring exit calls...
27.03.21 16:09:35 INFO MuMa.ExitInstance Stopping ASIO processing...
27.03.21 16:09:35 INFO MuMa.ExitInstance Exiting immediately...
27.03.21 16:09:35 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x1a67d60d280
27.03.21 16:09:45 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
27.03.21 16:09:45 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
27.03.21 16:09:45 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
27.03.21 16:09:45 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
27.03.21 16:09:45 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x132f3028890 v 1 . 4
27.03.21 16:11:33 TRACE mxlog4cplus log4cplus: Logging configured using C:\Program Files\MAGIX\Music Maker\29\MusicMaker.log.cfg
27.03.21 16:11:33 TRACE Muma.Legacy directory for temporary files: C:\Users\danil\AppData\Local\Temp\MAGIX\mm29\7BDD7B68-5C10-4DB0-8BB3-14CFEB693800\.
27.03.21 16:11:33 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
27.03.21 16:11:33 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 16:11:33 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 16:11:33 DEBUG MuMa.Core.ConfigurationManager GetUserConfigDir(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\.
27.03.21 16:11:33 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
27.03.21 16:11:33 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
27.03.21 16:11:33 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
27.03.21 16:11:33 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x20501237400 v 1 . 4
27.03.21 16:11:33 DEBUG MuMa.Core.ConfigurationManager GetUserProgramIni(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\MusicMaker.ini.
27.03.21 16:11:33 TRACE Muma.Legacy language DLL loaded: pt_BR in 'C:\Program Files\MAGIX\Music Maker\29\language\MusicMaker_PT.dll' (Português (Brasil))
27.03.21 16:11:33 TRACE Muma.Legacy QtResourceManagement::QmlSetupLanguage() -> qt language file load error
27.03.21 16:11:33 TRACE Muma.Legacy Music Maker process ID = 0x00008A74
27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Inicializando a plataforma COM...'
27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Inicializando...'
27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Carregando as configurações...'
27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Verificando a instalação, aguarde...'
27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Inicializando OLE...'
27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Inicializando o sistema áudio...'
27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Inicializando proxies...'
27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Initializing RAS proxy'
27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Inicializando efeitos de cor...'
27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Inicializando o programa principal...'
27.03.21 16:11:33 DEBUG MuMa.Core.ConfigurationManager GetCommonDataDir(): C:\ProgramData\MAGIX\Music Maker\29\.

27.03.21 16:11:33 TRACE Muma.Legacy Splash: 'Initializing vip templates...'
27.03.21 16:25:57 TRACE mxlog4cplus log4cplus: Logging configured using C:\Program Files\MAGIX\Music Maker\29\MusicMaker.log.cfg
27.03.21 16:25:57 TRACE Muma.Legacy directory for temporary files: C:\Users\danil\AppData\Local\Temp\MAGIX\mm29\10FCF155-AEEC-4D54-9433-3D2AA6F10BE3\.
27.03.21 16:25:57 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
27.03.21 16:25:57 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 16:25:57 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
27.03.21 16:25:57 DEBUG MuMa.Core.ConfigurationManager GetUserConfigDir(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\.
27.03.21 16:25:57 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
27.03.21 16:25:57 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
27.03.21 16:25:57 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
27.03.21 16:25:57 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x14208f07530 v 1 . 4
27.03.21 16:25:57 DEBUG MuMa.Core.ConfigurationManager GetUserProgramIni(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\MusicMaker.ini.
27.03.21 16:25:57 TRACE Muma.Legacy language DLL loaded: pt_BR in 'C:\Program Files\MAGIX\Music Maker\29\language\MusicMaker_PT.dll' (Português (Brasil))
27.03.21 16:25:57 TRACE Muma.Legacy QtResourceManagement::QmlSetupLanguage() -> qt language file load error
27.03.21 16:25:58 TRACE Muma.Legacy Music Maker process ID = 0x000084D4
27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Inicializando a plataforma COM...'
27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Inicializando...'
27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Carregando as configurações...'
27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Verificando a instalação, aguarde...'
27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Inicializando OLE...'
27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Inicializando o sistema áudio...'
27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Inicializando proxies...'
27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Initializing RAS proxy'
27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Inicializando efeitos de cor...'
27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Inicializando o programa principal...'
27.03.21 16:25:58 DEBUG MuMa.Core.ConfigurationManager GetCommonDataDir(): C:\ProgramData\MAGIX\Music Maker\29\.

27.03.21 16:25:58 TRACE Muma.Legacy Splash: 'Initializing vip templates...'

 

Still have no crach report

danilo-sf wrote on 3/27/2021, 11:47 AM

In an other machine tryed to rum the 64bit Steam version, and not opened two. Didan't had time to tray de website version. This other machine is in my office.

SP. wrote on 3/28/2021, 6:48 AM

@danilo-sf Muma.Legacy Splash: 'Initializing vip templates...' is the last log entry every time. Then it just stops.

The only error I see is Muma.Legacy QtResourceManagement::QmlSetupLanguage() -> qt language file load error

Does it help if you change the local_pt_PT.cfg and local_pt_BR.cfg files in the language subfolder of Music Maker?

The third to last line says

DLLName=#PROGNAME#_PT.dll

You could try to change it to

DLLName=#PROGNAME#_EN.dll

Then Music Maker should load the English language.

If it doesn't work on a different machine like you tested it could be caused by a language problem. Maybe there is some character or symbol that crashes the software.

danilo-sf wrote on 3/28/2021, 4:32 PM

Don't works, changed the cfg, but notting:

MusicMaker.log

2021/03/28 18:22:09 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/28 18:23:22 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started

main.log

28.03.21 21:22:09 TRACE mxlog4cplus log4cplus: Logging configured using C:\Program Files\MAGIX\Music Maker\29\MusicMaker.log.cfg
28.03.21 21:22:09 TRACE Muma.Legacy directory for temporary files: C:\Users\danil\AppData\Local\Temp\MAGIX\mm29\F30A15B7-FC09-45DC-91C0-9B815E896BD5\.
28.03.21 21:22:09 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
28.03.21 21:22:09 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
28.03.21 21:22:09 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
28.03.21 21:22:09 DEBUG MuMa.Core.ConfigurationManager GetUserConfigDir(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\.
28.03.21 21:22:09 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
28.03.21 21:22:09 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
28.03.21 21:22:09 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
28.03.21 21:22:09 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1c8b51cde30 v 1 . 4
28.03.21 21:22:09 DEBUG MuMa.Core.ConfigurationManager GetUserProgramIni(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\MusicMaker.ini.
28.03.21 21:22:09 TRACE Muma.Legacy language DLL loaded: pt_BR in 'C:\Program Files\MAGIX\Music Maker\29\language\MusicMaker_EN.dll' (Português (Brasil))
28.03.21 21:22:09 TRACE Muma.Legacy QtResourceManagement::QmlSetupLanguage() -> qt language file load error
28.03.21 21:22:09 TRACE Muma.Legacy Music Maker process ID = 0x000027E4
28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Initializing COM platform...'
28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Initializing...'
28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Loading settings...'
28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Checking installation, please wait...'
28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Initializing OLE...'
28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Initializing audio system...'
28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Initializing proxies...'
28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Initializing RAS proxy'
28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Initializing color effects...'
28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Initializing main program...'
28.03.21 21:22:09 DEBUG MuMa.Core.ConfigurationManager GetCommonDataDir(): C:\ProgramData\MAGIX\Music Maker\29\.

28.03.21 21:22:09 TRACE Muma.Legacy Splash: 'Initializing vip templates...'
28.03.21 21:23:22 TRACE mxlog4cplus log4cplus: Logging configured using C:\Program Files\MAGIX\Music Maker\29\MusicMaker.log.cfg
28.03.21 21:23:22 TRACE Muma.Legacy directory for temporary files: C:\Users\danil\AppData\Local\Temp\MAGIX\mm29\C600F008-D4A0-4AD6-8DB9-A3118DEC39F9\.
28.03.21 21:23:22 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
28.03.21 21:23:22 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
28.03.21 21:23:22 DEBUG MuMa.Core.ConfigurationManager GetCommonProgramIni(): C:\ProgramData\MAGIX\mm29\MusicMaker.ini.
28.03.21 21:23:22 DEBUG MuMa.Core.ConfigurationManager GetUserConfigDir(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\.
28.03.21 21:23:22 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
28.03.21 21:23:22 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
28.03.21 21:23:22 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
28.03.21 21:23:22 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1f41443aed0 v 1 . 4
28.03.21 21:23:22 DEBUG MuMa.Core.ConfigurationManager GetUserProgramIni(): C:\Users\danil\AppData\Roaming\MAGIX\mm29\MusicMaker.ini.
28.03.21 21:23:22 TRACE Muma.Legacy language DLL loaded: pt_BR in 'C:\Program Files\MAGIX\Music Maker\29\language\MusicMaker_EN.dll' (Português (Brasil))
28.03.21 21:23:22 TRACE Muma.Legacy QtResourceManagement::QmlSetupLanguage() -> qt language file load error
28.03.21 21:23:23 TRACE Muma.Legacy Music Maker process ID = 0x000049A8
28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Initializing COM platform...'
28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Initializing...'
28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Loading settings...'
28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Checking installation, please wait...'
28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Initializing OLE...'
28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Initializing audio system...'
28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Initializing proxies...'
28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Initializing RAS proxy'
28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Initializing color effects...'
28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Initializing main program...'
28.03.21 21:23:23 DEBUG MuMa.Core.ConfigurationManager GetCommonDataDir(): C:\ProgramData\MAGIX\Music Maker\29\.

28.03.21 21:23:23 TRACE Muma.Legacy Splash: 'Initializing vip templates...'

SP. wrote on 3/28/2021, 4:57 PM

@danilo-sf Have you already tried to disable your firewall/Windows defender temporarily? Sometimes they don't like Music Maker.

danilo-sf wrote on 3/28/2021, 6:10 PM

Didan't had tried. But tried now.

Windows Defender wasant active, because I use McAfee. Desabled McAfee Firewall,

Nothing hapens.

danilo-sf wrote on 3/28/2021, 6:11 PM

I think, I will change to ACID Music Studio. I don't have problems with softwares that came from Sony.

SP. wrote on 3/28/2021, 6:17 PM

@danilo-sf It's also possible that the installation wasn't completed because of McAfee. Maybe it helps if you completely reinstall the software with disabled firewall.

It's not likely that this will change anything but who knows what happens.

danilo-sf wrote on 3/28/2021, 6:44 PM

Uninstaled;

Desabled Firewall;

Reinstaled;

Launch - An image apear, but desapears in miliseconds. Nothing hapens.

Launch as administrator. nothing hapens.

Thinking that is one off the app instaled, that is causing conflict. The PC of the Office, had a clear instal os Windows 4 weeks ago. Not to much time to cause problems in the systen.

But in the two machines use the sema programs.

If the reports game us a light. but notthing.

danilo-sf wrote on 3/28/2021, 6:46 PM

Exists any list of programs that cause conflicts?

With this I culd try to fin it im my machine, and remove, or close to tray.

danilo-sf wrote on 3/28/2021, 6:51 PM

Other important question, in my mind the instalers is corrupted, but everytime I tray to re-instal, the launcher not dowload the packes again, were, the instaler pakages are, to delete and redownload?

johnebaker wrote on 3/29/2021, 4:57 AM

@danilo-sf

Hi

Try re-installing the Microsoft Visual C++ Redistibutable 2015, 2017 and 2019 from here - install both the x86 and x64 versions - do not install the ARM version.

HTH

John EB
Forum Moderator

VPX 16, Movie Studio 2025, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 24H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.

danilo-sf wrote on 3/29/2021, 9:42 AM

Now in the Office PC, try to instal Music Maker, from Magix site, the same problem hpens.

Re-instaled visual C++, re-started the PC, but Music Maker still no launching.

Até night, will re-instal C++, in home PC, to see if in this machina the question is solved.

 

The logs from office pc.

 

main.log

29.03.21 14:22:32 INFO MuMa.ExitInstance Starting...
29.03.21 14:22:32 INFO MuMa.ExitInstance Shutting down animation system...
29.03.21 14:22:32 INFO MuMa.ExitInstance Releasing content manager instance...
29.03.21 14:22:32 INFO MuMa.ExitInstance Ensuring exit calls...
29.03.21 14:22:32 INFO MuMa.ExitInstance Stopping ASIO processing...
29.03.21 14:22:32 INFO MuMa.ExitInstance Exiting immediately...
29.03.21 14:22:32 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::~QWindowsEGLStaticContext Releasing EGL display  0x1df674012e0
29.03.21 14:22:59 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
29.03.21 14:22:59 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
29.03.21 14:22:59 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
29.03.21 14:22:59 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
29.03.21 14:22:59 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x145f5ff1150 v 1 . 4
29.03.21 14:23:40 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
29.03.21 14:23:40 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
29.03.21 14:23:40 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
29.03.21 14:23:40 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
29.03.21 14:23:41 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x216d28e7ca0 v 1 . 4
29.03.21 14:32:10 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
29.03.21 14:32:10 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
29.03.21 14:32:10 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
29.03.21 14:32:10 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
29.03.21 14:32:11 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x1e3ea1113e0 v 1 . 4
29.03.21 14:32:54 INFO MxQt.MuMa.session Session started:  "MAGIX Music Maker"   Version:  "29.0.6.35"
29.03.21 14:32:54 DEBUG MxQt.qt.qpa.gl QWindowsIntegration::createPlatformOpenGLContext QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(), depthBufferSize -1, redBufferSize -1, greenBufferSize -1, blueBufferSize -1, alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior QSurfaceFormat::DefaultSwapBehavior, swapInterval 1, colorSpace QSurfaceFormat::DefaultColorSpace, profile  QSurfaceFormat::NoProfile)
29.03.21 14:32:54 DEBUG MxQt.qt.qpa.gl Qt: Using EGL from libEGL
29.03.21 14:32:54 DEBUG MxQt.qt.qpa.gl Qt: Using OpenGL ES 2.0 from libGLESv2
29.03.21 14:32:54 DEBUG MxQt.qt.qpa.gl QWindowsEGLStaticContext::create Created EGL display 0x208bf450fe0 v 1 . 4

 

MusicMake.log

 

2021/03/29 11:22:30 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/29 11:22:32 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) end..
2021/03/29 11:22:59 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/29 11:23:41 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/29 11:32:11 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started
2021/03/29 11:32:54 [INFO]    [Common]: MAGIX Music Maker (V29.0.6.35) started

johnebaker wrote on 3/29/2021, 10:29 AM

@danilo-sf

Hi

If the issue is on several different computers - are they:

  1. running the same version/build of windows?
     
  2. same Antivirus program - if so which one?
     
  3. all the same audio card/chipset - if so which make/model?

John EB

VPX 16, Movie Studio 2025, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 24H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.

danilo-sf wrote on 3/29/2021, 2:09 PM

I think my anser not goes, because the size:

Office PC

1 - Windows 10 Pro 20H2 - 19042.867 - Windows Feature Experience Pack 120.2212.551.0

2 - McAfee Total Protection updated today

3 - My audiocard is omboard motherboard CPUZ report:

    Name            Intel Core i5 7400
    Codename        Kaby Lake
    Specification        Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz

BIOS
-------------------------------------------------------------------------

UEFI                Yes
BIOS Vendor            American Megatrends Inc.
BIOS MSG            63-0100-000001-00101111-091015-Chipset
BIOS Date            09/10/15
Mainboard Vendor        000001

Chipset
-------------------------------------------------------------------------

Northbridge            Intel Kaby Lake rev. 05
Southbridge            Intel Skylake PCH rev. 31
Bus Specification        PCI-Express 3.0 (8.0 GT/s)
Graphic Interface        PCI-Express 3.0
PCI-E Link Width        x16 (max 16x)
PCI-E Link Speed        2.5 GT/s (max 8.0 GT/s)
Memory Type            DDR4
Memory Size            16 GBytes
Channels            Dual
Memory Frequency        1197.1 MHz (1:18)
CAS# latency (CL)        15.0
RAS# to CAS# delay (tRCD)    15
RAS# Precharge (tRP)        15
Cycle Time (tRAS)        35
Row Refresh Cycle Time (tRFC)    312
Command Rate (CR)        2T
Uncore Frequency        798.6 MHz
Host Bridge            0x591F

Mainboard Model        H110M-D (0x00000198 - 0x004C5FE4)

My Motherboard is an Asus.

At night I get the Home PC features. The Office PC instalation I used to text, but as Music Maker not worked, I think is interesting to stydy.

 

danilo-sf wrote on 3/29/2021, 5:02 PM

In the Home PC, meke the instal of C++, but stil not runing;

Follow the spec:

Windows 10 Pro - 1909 - 18363.1440

Antivirus McAfee Total Protection updated now.

CPUZ

Name            Intel Core i5 7400
    Codename        Kaby Lake
    Specification        Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz

BIOS
-------------------------------------------------------------------------

UEFI                Yes
BIOS Vendor            American Megatrends Inc.
BIOS MSG            63-0100-000001-00101111-091015-Chipset
BIOS Date            09/10/15
Mainboard Vendor        000001

Chipset
-------------------------------------------------------------------------

Northbridge            Intel Kaby Lake rev. 05
Southbridge            Intel Skylake PCH rev. 31
Bus Specification        PCI-Express 3.0 (8.0 GT/s)
Graphic Interface        PCI-Express 3.0
PCI-E Link Width        x16 (max 16x)
PCI-E Link Speed        2.5 GT/s (max 8.0 GT/s)
Memory Type            DDR4
Memory Size            16 GBytes
Channels            Single
Memory Frequency        1196.3 MHz (1:18)
CAS# latency (CL)        17.0
RAS# to CAS# delay (tRCD)    17
RAS# Precharge (tRP)        17
Cycle Time (tRAS)        39
Row Refresh Cycle Time (tRFC)    420
Command Rate (CR)        2T
Uncore Frequency        797.5 MHz
Host Bridge            0x591F

 

SoundCard omboard in Asus Motherboard.

SP. wrote on 3/29/2021, 5:32 PM

@danilo-sf Because it didn't run on multiple computers I think there is very likely something wrong with this version of Music Maker, probably some language problem because that is the only error listed in the log file and this could explain why it isn't working on any computer you tested.

There is the possibility to change your system language to something like English if you still want to try it.

https://www.windowscentral.com/how-properly-change-system-default-language-windows-10?amp

danilo-sf wrote on 3/29/2021, 6:30 PM

I really want to tray Music Maker, but, change de system language an discover that works, wont be a solution, I don't want my systen in other language.

I will wait for a update, or an oficial anser.

Just adquired ACID Music Studio, and it runs. Apears some error messages, but rums.

Let's wait.

But thanks for the support.

SP. wrote on 3/31/2021, 9:26 AM

@danilo-sf A user in the German language section had a similar problem (launch stopped when initializing content) and contacted Magix-Support. It looks like this is a problem caused by the latest update. The user got a previous version 2021 from support that runs fine and was told to ignore the newest update when opening the software. Maybe you could ask support for an earlier version or wait just until the next update releases and then try it again.