Romcenter + Wine

Romcenter 4 support discussion. Please do not post roms requests or illegal links, posts will be deleted. After discussion in this forum, please report any new bugs here.

Moderator: Wanderer

Forum rules
No roms requests or illegal links
.e.m.a.m
PacMan
PacMan
Posts: 9
Joined: Fri Mar 16, 2018 12:48 pm

Romcenter + Wine

Post by .e.m.a.m »

hi,

i registered only today so to ask for romcenter 4.0's prerequisits, in order to get it running under wine 3.3.

what i have tried so far, is dotnet40 and dotnet45, where as the latter not even shows the initial logo while loading.

the terminal output has no concrete error showing up, so i am a bit lost how to get it working.

any tips for me?

thank you in advance

User avatar
Wanderer
Board master
Board master
Posts: 791
Joined: Wed Oct 03, 2001 10:37 am
Location: Milky way

Re: Romcenter + Wine

Post by Wanderer »

Hi and welcome.

Interesting question. Eric will have to clarify whether this will work under Wine, because RC4 has been developed using WPF, a part of .NET that AFAIK has not been implemented in Mono. I'm not sure how Wine implements the .NET framework libraries (if it uses the original Microsoft libs or Mono). If it uses Mono, RC will probably not work under Linux.

User avatar
RomCenter
Author
Author
Posts: 1519
Joined: Fri Sep 28, 2001 12:34 pm
Location: France
Contact:

Re: Romcenter + Wine

Post by RomCenter »

Romcenter is compiled in .net 4.0.
I can help yuou to make it work under wine.

I think the first point is to ensure the log system is working. This will be of great help when debugging.
Log settings are stored in the nlog.config file. Try to change the location to point to a custom linux folder with correct access rights.
Then run romcenter and see if a log file is created.
Eric - RomCenter developer
Report bugs here.

.e.m.a.m
PacMan
PacMan
Posts: 9
Joined: Fri Mar 16, 2018 12:48 pm

Re: Romcenter + Wine

Post by .e.m.a.m »

sorry for the late reply.

here is the specs:

wine 3.4 64bit
dotnet40 64bit

unpacked romcenter (which contains a nlog.config file) to home folder. ran romcneter, logo appears for 1 sec.

no new log file has been created during that process. the nlog file has not changed after all.

User avatar
RomCenter
Author
Author
Posts: 1519
Joined: Fri Sep 28, 2001 12:34 pm
Location: France
Contact:

Re: Romcenter + Wine

Post by RomCenter »

Hi

Edit nlog.config and change the log location:

<variable name="logFilename" value="c:\temp\romcenter" />

Replace path with a linux path and see if a log file is created.
Eric - RomCenter developer
Report bugs here.

.e.m.a.m
PacMan
PacMan
Posts: 9
Joined: Fri Mar 16, 2018 12:48 pm

Re: Romcenter + Wine

Post by .e.m.a.m »

i have tried with different locations that are valid within wine, but no log file is being generated?

bizarre.

User avatar
RomCenter
Author
Author
Posts: 1519
Joined: Fri Sep 28, 2001 12:34 pm
Location: France
Contact:

Re: Romcenter + Wine

Post by RomCenter »

You can try one more thing: enable the internal logging.

internalLogLevel="On" internalLogFile="c:\temp\nlog-internal.log">
Eric - RomCenter developer
Report bugs here.

.e.m.a.m
PacMan
PacMan
Posts: 9
Joined: Fri Mar 16, 2018 12:48 pm

Re: Romcenter + Wine

Post by .e.m.a.m »

this i have done already, forgot to tell you, sorry.

so dotnet40 is really the only precondition?

User avatar
RomCenter
Author
Author
Posts: 1519
Joined: Fri Sep 28, 2001 12:34 pm
Location: France
Contact:

Re: Romcenter + Wine

Post by RomCenter »

There are many libraries used in romcenter. I don't know how it is supported in wine.
Romcenter actually run in 32b mode.
I have found this page: https://www.makeuseof.com/tag/wine-prog ... try-steps/
Maybe it can help.

If we can't go anywhere, I could build a test version with only some logs for example. This could help finding when it crashes.
Eric - RomCenter developer
Report bugs here.

.e.m.a.m
PacMan
PacMan
Posts: 9
Joined: Fri Mar 16, 2018 12:48 pm

Re: Romcenter + Wine

Post by .e.m.a.m »

it could be my x64 prefix after all, but to be fair, none of the tools (32/64 bit) i use gave me problems whatsoever.

sure, i'd be interrested in a test version, but please take your time.

lbschenkel

Re: Romcenter + Wine

Post by lbschenkel »

This is what I'm getting. To get to this point I had to install .NET 4.0, XNA 4 and DirectX (not sure if all are actually required, but it worked to go past the freezing-on-logo problem.).

Code: Select all

<log4j:event logger="Romcenter" level="DEBUG" timestamp="1533632554932" thread="1"><log4j:message>Create view models</log4j:message><log4j:NDC /><log4j:locationInfo class="RomCenter.Global.BaseLog" method="Void Debug(System.String, System.Exception)" file="C:\Projects\Romcenter\Global\RcLog.cs" line="239" /><nlog:eventSequenceNumber>6</nlog:eventSequenceNumber><nlog:locationInfo assembly="RomCenter.Global, Version=4.0.0.40140, Culture=neutral, PublicKeyToken=null" /><nlog:properties /><log4j:properties><log4j:data name="log4japp" value="true" /><log4j:data name="log4jmachinename" value="Desktop-PC" /></log4j:properties></log4j:event>
<log4j:event logger="Romcenter" level="TRACE" timestamp="1533632555074" thread="1"><log4j:message>Add 1 new items</log4j:message><log4j:NDC /><log4j:locationInfo class="RomCenter.Global.BaseLog" method="Void Trace(System.String, System.Exception)" file="C:\Projects\Romcenter\Global\RcLog.cs" line="245" /><nlog:eventSequenceNumber>7</nlog:eventSequenceNumber><nlog:locationInfo assembly="RomCenter.Global, Version=4.0.0.40140, Culture=neutral, PublicKeyToken=null" /><nlog:properties /><log4j:properties><log4j:data name="log4japp" value="true" /><log4j:data name="log4jmachinename" value="Desktop-PC" /></log4j:properties></log4j:event>
<log4j:event logger="Romcenter" level="DEBUG" timestamp="1533632555085" thread="1"><log4j:message>View models created</log4j:message><log4j:NDC /><log4j:locationInfo class="RomCenter.Global.BaseLog" method="Void Debug(System.String, System.Exception)" file="C:\Projects\Romcenter\Global\RcLog.cs" line="239" /><nlog:eventSequenceNumber>8</nlog:eventSequenceNumber><nlog:locationInfo assembly="RomCenter.Global, Version=4.0.0.40140, Culture=neutral, PublicKeyToken=null" /><nlog:properties /><log4j:properties><log4j:data name="log4japp" value="true" /><log4j:data name="log4jmachinename" value="Desktop-PC" /></log4j:properties></log4j:event>
<log4j:event logger="Romcenter" level="DEBUG" timestamp="1533632557872" thread="1"><log4j:message>Settings loaded from C:\users\crossover\Local Settings\Application Data\RomCenter\RomCenter.exe_Url_u11nvebtxwb4sonnr1tbkwpadanbtsgz\4.0.0.40140\user.config</log4j:message><log4j:NDC /><log4j:locationInfo class="RomCenter.Global.BaseLog" method="Void Debug(System.String, System.Exception)" file="C:\Projects\Romcenter\Global\RcLog.cs" line="239" /><nlog:eventSequenceNumber>9</nlog:eventSequenceNumber><nlog:locationInfo assembly="RomCenter.Global, Version=4.0.0.40140, Culture=neutral, PublicKeyToken=null" /><nlog:properties /><log4j:properties><log4j:data name="log4japp" value="true" /><log4j:data name="log4jmachinename" value="Desktop-PC" /></log4j:properties></log4j:event>
<log4j:event logger="Romcenter" level="DEBUG" timestamp="1533632557953" thread="1"><log4j:message>Y:\Downloads\rc_4_0_0_rc3\firebird32\fbclient.dll version 2.5.8.27089</log4j:message><log4j:NDC /><log4j:locationInfo class="RomCenter.Global.BaseLog" method="Void Debug(System.String, System.Exception)" file="C:\Projects\Romcenter\Global\RcLog.cs" line="239" /><nlog:eventSequenceNumber>10</nlog:eventSequenceNumber><nlog:locationInfo assembly="RomCenter.Global, Version=4.0.0.40140, Culture=neutral, PublicKeyToken=null" /><nlog:properties /><log4j:properties><log4j:data name="log4japp" value="true" /><log4j:data name="log4jmachinename" value="Desktop-PC" /></log4j:properties></log4j:event>
<log4j:event logger="Romcenter" level="DEBUG" timestamp="1533632557957" thread="1"><log4j:message>EntityFramework.Firebird.dll version 5.12.1.0</log4j:message><log4j:NDC /><log4j:locationInfo class="RomCenter.Global.BaseLog" method="Void Debug(System.String, System.Exception)" file="C:\Projects\Romcenter\Global\RcLog.cs" line="239" /><nlog:eventSequenceNumber>11</nlog:eventSequenceNumber><nlog:locationInfo assembly="RomCenter.Global, Version=4.0.0.40140, Culture=neutral, PublicKeyToken=null" /><nlog:properties /><log4j:properties><log4j:data name="log4japp" value="true" /><log4j:data name="log4jmachinename" value="Desktop-PC" /></log4j:properties></log4j:event>
<log4j:event logger="Romcenter" level="DEBUG" timestamp="1533632557958" thread="1"><log4j:message>FirebirdSql.Data.FirebirdClient.dll version 5.12.1.0</log4j:message><log4j:NDC /><log4j:locationInfo class="RomCenter.Global.BaseLog" method="Void Debug(System.String, System.Exception)" file="C:\Projects\Romcenter\Global\RcLog.cs" line="239" /><nlog:eventSequenceNumber>12</nlog:eventSequenceNumber><nlog:locationInfo assembly="RomCenter.Global, Version=4.0.0.40140, Culture=neutral, PublicKeyToken=null" /><nlog:properties /><log4j:properties><log4j:data name="log4japp" value="true" /><log4j:data name="log4jmachinename" value="Desktop-PC" /></log4j:properties></log4j:event>
<log4j:event logger="Romcenter" level="DEBUG" timestamp="1533632557959" thread="1"><log4j:message>7z.dll version 16.04 32b</log4j:message><log4j:NDC /><log4j:locationInfo class="RomCenter.Global.BaseLog" method="Void Debug(System.String, System.Exception)" file="C:\Projects\Romcenter\Global\RcLog.cs" line="239" /><nlog:eventSequenceNumber>13</nlog:eventSequenceNumber><nlog:locationInfo assembly="RomCenter.Global, Version=4.0.0.40140, Culture=neutral, PublicKeyToken=null" /><nlog:properties /><log4j:properties><log4j:data name="log4japp" value="true" /><log4j:data name="log4jmachinename" value="Desktop-PC" /></log4j:properties></log4j:event>
<log4j:event logger="Romcenter" level="ERROR" timestamp="1533632559691" thread="1"><log4j:message>RomCenter.Global.BaseLog/Error : The underlying provider failed on Open.</log4j:message><log4j:throwable>System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---&gt; System.TypeInitializationException: The type initializer for 'FirebirdSql.Data.Client.Native.FbClientFactory' threw an exception. ---&gt; System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at FirebirdSql.Data.Client.Native.FbClientFactory..cctor()
   --- End of inner exception stack trace ---
   at FirebirdSql.Data.Client.Native.FbClientFactory.GetFbClient(String dllName)
   at FirebirdSql.Data.Client.Native.FesDatabase..ctor(String dllName, Charset charset)
   at FirebirdSql.Data.FirebirdClient.ClientFactory.CreateDatabase(FbConnectionString options)
   at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
   at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.&lt;Open&gt;b__36(DbConnection t, DbConnectionInterceptionContext c)
   at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
   at System.Data.Entity.Core.EntityClient.EntityConnection.&lt;Open&gt;b__2()
   at System.Data.Entity.Infrastructure.DefaultExecutionStrategy.Execute(Action operation)
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   --- End of inner exception stack trace ---
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.&lt;&gt;c__DisplayClass3.&lt;GetResults&gt;b__1()
   at System.Data.Entity.Infrastructure.DefaultExecutionStrategy.Execute[TResult](Func`1 operation)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.&lt;System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator&gt;b__0()
   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.&lt;GetElementFunction&gt;b__1[TResult](IEnumerable`1 sequence)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
   at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression)
   at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source)
   at RomCenter.DataAccess.Firebird.EF5.Ef..ctor(String fileName, IProgressTracking progressPack, IPauseAndCancellationToken pauseAndCancellationToken, Boolean validatedb) in C:\Projects\Romcenter\DataAccess\Firebird\EF5\EF.cs:line 108</log4j:throwable><log4j:NDC /><log4j:throwable><![CDATA[System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.TypeInitializationException: The type initializer for 'FirebirdSql.Data.Client.Native.FbClientFactory' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at FirebirdSql.Data.Client.Native.FbClientFactory..cctor()
   --- End of inner exception stack trace ---
   at FirebirdSql.Data.Client.Native.FbClientFactory.GetFbClient(String dllName)
   at FirebirdSql.Data.Client.Native.FesDatabase..ctor(String dllName, Charset charset)
   at FirebirdSql.Data.FirebirdClient.ClientFactory.CreateDatabase(FbConnectionString options)
   at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
   at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.<Open>b__36(DbConnection t, DbConnectionInterceptionContext c)
   at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
   at System.Data.Entity.Core.EntityClient.EntityConnection.<Open>b__2()
   at System.Data.Entity.Infrastructure.DefaultExecutionStrategy.Execute(Action operation)
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   --- End of inner exception stack trace ---
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass3.<GetResults>b__1()
   at System.Data.Entity.Infrastructure.DefaultExecutionStrategy.Execute[TResult](Func`1 operation)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()
   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__1[TResult](IEnumerable`1 sequence)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
   at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression)
   at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source)
   at RomCenter.DataAccess.Firebird.EF5.Ef..ctor(String fileName, IProgressTracking progressPack, IPauseAndCancellationToken pauseAndCancellationToken, Boolean validatedb) in C:\Projects\Romcenter\DataAccess\Firebird\EF5\EF.cs:line 108]]></log4j:throwable><log4j:locationInfo class="RomCenter.Global.BaseLog" method="Void Error(System.String, System.Exception)" file="C:\Projects\Romcenter\Global\RcLog.cs" line="233" /><nlog:eventSequenceNumber>14</nlog:eventSequenceNumber><nlog:locationInfo assembly="RomCenter.Global, Version=4.0.0.40140, Culture=neutral, PublicKeyToken=null" /><nlog:properties /><log4j:properties><log4j:data name="log4japp" value="true" /><log4j:data name="log4jmachinename" value="Desktop-PC" /></log4j:properties></log4j:event>
<log4j:event logger="Romcenter" level="FATAL" timestamp="1533632559707" thread="1"><log4j:message>The underlying provider failed on Open.
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.&lt;&gt;c__DisplayClass3.&lt;GetResults&gt;b__1()
   at System.Data.Entity.Infrastructure.DefaultExecutionStrategy.Execute[TResult](Func`1 operation)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.&lt;System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator&gt;b__0()
   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.&lt;GetElementFunction&gt;b__1[TResult](IEnumerable`1 sequence)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
   at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression)
   at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source)
   at RomCenter.DataAccess.Firebird.EF5.Ef..ctor(String fileName, IProgressTracking progressPack, IPauseAndCancellationToken pauseAndCancellationToken, Boolean validatedb) in C:\Projects\Romcenter\DataAccess\Firebird\EF5\EF.cs:line 127
   at RomCenter.DataAccess.DbFactory.GetDatabase(String dbName, IPauseAndCancellationToken pauseAndCancellationToken, Boolean validateDb) in C:\Projects\Romcenter\DataAccess\DbFactory.cs:line 143
   at RomCenter.Logic.Model.Configuration.LoadDefaultValues() in C:\Projects\Romcenter\Logic\Model\Configuration.cs:line 119
   at RomCenter.Logic.Model.Configuration..ctor() in C:\Projects\Romcenter\Logic\Model\Configuration.cs:line 48
   at RomCenter.Logic.Model.Configuration.Init() in C:\Projects\Romcenter\Logic\Model\Configuration.cs:line 25
   at RomCenterWpf.App.ApplicationStartup(Object sender, StartupEventArgs e) in C:\Projects\Romcenter\RomCenterWpf\App.xaml.cs:line 53
   at System.Windows.Application.OnStartup(StartupEventArgs e)
   at System.Windows.Application.&lt;.ctor&gt;b__1(Object unused)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)</log4j:message><log4j:throwable>System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---&gt; System.TypeInitializationException: The type initializer for 'FirebirdSql.Data.Client.Native.FbClientFactory' threw an exception. ---&gt; System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at FirebirdSql.Data.Client.Native.FbClientFactory..cctor()
   --- End of inner exception stack trace ---
   at FirebirdSql.Data.Client.Native.FbClientFactory.GetFbClient(String dllName)
   at FirebirdSql.Data.Client.Native.FesDatabase..ctor(String dllName, Charset charset)
   at FirebirdSql.Data.FirebirdClient.ClientFactory.CreateDatabase(FbConnectionString options)
   at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
   at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.&lt;Open&gt;b__36(DbConnection t, DbConnectionInterceptionContext c)
   at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
   at System.Data.Entity.Core.EntityClient.EntityConnection.&lt;Open&gt;b__2()
   at System.Data.Entity.Infrastructure.DefaultExecutionStrategy.Execute(Action operation)
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   --- End of inner exception stack trace ---
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.&lt;&gt;c__DisplayClass3.&lt;GetResults&gt;b__1()
   at System.Data.Entity.Infrastructure.DefaultExecutionStrategy.Execute[TResult](Func`1 operation)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.&lt;System.Collections.Generic.IEnumerable&lt;T&gt;.GetEnumerator&gt;b__0()
   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.&lt;GetElementFunction&gt;b__1[TResult](IEnumerable`1 sequence)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
   at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression)
   at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source)
   at RomCenter.DataAccess.Firebird.EF5.Ef..ctor(String fileName, IProgressTracking progressPack, IPauseAndCancellationToken pauseAndCancellationToken, Boolean validatedb) in C:\Projects\Romcenter\DataAccess\Firebird\EF5\EF.cs:line 127
   at RomCenter.DataAccess.DbFactory.GetDatabase(String dbName, IPauseAndCancellationToken pauseAndCancellationToken, Boolean validateDb) in C:\Projects\Romcenter\DataAccess\DbFactory.cs:line 143
   at RomCenter.Logic.Model.Configuration.LoadDefaultValues() in C:\Projects\Romcenter\Logic\Model\Configuration.cs:line 119
   at RomCenter.Logic.Model.Configuration..ctor() in C:\Projects\Romcenter\Logic\Model\Configuration.cs:line 48
   at RomCenter.Logic.Model.Configuration.Init() in C:\Projects\Romcenter\Logic\Model\Configuration.cs:line 25
   at RomCenterWpf.App.ApplicationStartup(Object sender, StartupEventArgs e) in C:\Projects\Romcenter\RomCenterWpf\App.xaml.cs:line 53
   at System.Windows.Application.OnStartup(StartupEventArgs e)
   at System.Windows.Application.&lt;.ctor&gt;b__1(Object unused)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)</log4j:throwable><log4j:NDC /><log4j:throwable><![CDATA[System.Data.Entity.Core.EntityException: The underlying provider failed on Open. ---> System.TypeInitializationException: The type initializer for 'FirebirdSql.Data.Client.Native.FbClientFactory' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at System.Reflection.Assembly.GetTypes()
   at FirebirdSql.Data.Client.Native.FbClientFactory..cctor()
   --- End of inner exception stack trace ---
   at FirebirdSql.Data.Client.Native.FbClientFactory.GetFbClient(String dllName)
   at FirebirdSql.Data.Client.Native.FesDatabase..ctor(String dllName, Charset charset)
   at FirebirdSql.Data.FirebirdClient.ClientFactory.CreateDatabase(FbConnectionString options)
   at FirebirdSql.Data.FirebirdClient.FbConnectionInternal.Connect()
   at FirebirdSql.Data.FirebirdClient.FbConnection.Open()
   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.<Open>b__36(DbConnection t, DbConnectionInterceptionContext c)
   at System.Data.Entity.Infrastructure.Interception.InternalDispatcher`1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action`2 operation, TInterceptionContext interceptionContext, Action`3 executing, Action`3 executed)
   at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
   at System.Data.Entity.Core.EntityClient.EntityConnection.<Open>b__2()
   at System.Data.Entity.Infrastructure.DefaultExecutionStrategy.Execute(Action operation)
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   --- End of inner exception stack trace ---
   at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
   at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
   at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func`1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.<>c__DisplayClass3.<GetResults>b__1()
   at System.Data.Entity.Infrastructure.DefaultExecutionStrategy.Execute[TResult](Func`1 operation)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)
   at System.Data.Entity.Core.Objects.ObjectQuery`1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__0()
   at System.Data.Entity.Internal.LazyEnumerator`1.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<GetElementFunction>b__1[TResult](IEnumerable`1 sequence)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable`1 query, Expression queryRoot)
   at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
   at System.Data.Entity.Internal.Linq.DbQueryProvider.Execute[TResult](Expression expression)
   at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source)
   at RomCenter.DataAccess.Firebird.EF5.Ef..ctor(String fileName, IProgressTracking progressPack, IPauseAndCancellationToken pauseAndCancellationToken, Boolean validatedb) in C:\Projects\Romcenter\DataAccess\Firebird\EF5\EF.cs:line 127
   at RomCenter.DataAccess.DbFactory.GetDatabase(String dbName, IPauseAndCancellationToken pauseAndCancellationToken, Boolean validateDb) in C:\Projects\Romcenter\DataAccess\DbFactory.cs:line 143
   at RomCenter.Logic.Model.Configuration.LoadDefaultValues() in C:\Projects\Romcenter\Logic\Model\Configuration.cs:line 119
   at RomCenter.Logic.Model.Configuration..ctor() in C:\Projects\Romcenter\Logic\Model\Configuration.cs:line 48
   at RomCenter.Logic.Model.Configuration.Init() in C:\Projects\Romcenter\Logic\Model\Configuration.cs:line 25
   at RomCenterWpf.App.ApplicationStartup(Object sender, StartupEventArgs e) in C:\Projects\Romcenter\RomCenterWpf\App.xaml.cs:line 53
   at System.Windows.Application.OnStartup(StartupEventArgs e)
   at System.Windows.Application.<.ctor>b__1(Object unused)
   at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
   at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)]]></log4j:throwable><log4j:locationInfo class="RomCenter.Global.BaseLog" method="Void Fatal(System.String, System.Exception)" file="C:\Projects\Romcenter\Global\RcLog.cs" line="222" /><nlog:eventSequenceNumber>15</nlog:eventSequenceNumber><nlog:locationInfo assembly="RomCenter.Global, Version=4.0.0.40140, Culture=neutral, PublicKeyToken=null" /><nlog:properties /><log4j:properties><log4j:data name="log4japp" value="true" /><log4j:data name="log4jmachinename" value="Desktop-PC" /></log4j:properties></log4j:event>

.e.m.a.m
PacMan
PacMan
Posts: 9
Joined: Fri Mar 16, 2018 12:48 pm

Re: Romcenter + Wine

Post by .e.m.a.m »

so rc4.0 actually works for you now?

i gave it a new try, now on wine 3.15 64bit and dotnet40.

this error message shows up on top of the rc logo:

Code: Select all

uriformatexception: invalid uri: hostname could not be parsed.
romcenter will now close.
it closes automatically after a few sec.

still no error message when running from terminal, so that is all i got, sorry.

.e.m.a.m
PacMan
PacMan
Posts: 9
Joined: Fri Mar 16, 2018 12:48 pm

Re: Romcenter + Wine

Post by .e.m.a.m »

i was interrested to see how rc behaves under a fresh dotnet46 prefix.

actually the same uriformatexception error comes up, but the terminal ouput was very different this time.

perhaps it is useful somehow, here you go:

Code: Select all

wine RomCenter.exe
0012:fixme:wer:WerSetFlags (2) stub!
0012:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0019:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
0019:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x991925, 0x9ddbd0, 0x9ddbe8) stub.
0019:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x972f3d, 28) stub
001c:fixme:heap:RtlSetHeapInformation 0x240000 0 0x23e830 4 stub
001c:fixme:wer:WerSetFlags (2) stub!
001c:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0022:fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
0022:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x82f940, 0x89d570, 0x89d590) stub.
0022:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x8750fd, 28) stub
0009:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x10021925, 0x1006dbd0, 0x1006dbe8) stub.
0009:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x10002f3d, 28) stub
0009:fixme:ntdll:EtwEventRegister ({319dc449-ada5-50f7-428e-957db6791668}, 0x8975a8, 0xd16470, 0xd16488) stub.
0009:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x808861, 28) stub
0009:fixme:kernelbase:QuirkIsEnabled3 (0x33f4b0, 0xffffffff) stub!
0009:fixme:process:GetNumaHighestNodeNumber (0x33fbe8): semi-stub
0009:fixme:thread:SetThreadStackGuarantee (0x33fbcc): stub
0009:fixme:ntdll:EtwEventRegister ({e13c0d23-ccbc-4e12-931b-d9cc2eee27e4}, 0x996b5a, 0xd15370, 0xd1ee60) stub.
0009:fixme:ntdll:EtwEventRegister ({763fd754-7086-4dfe-95eb-c01a46faf4ca}, 0x996b5a, 0xd157b8, 0xd16278) stub.
0009:fixme:ntdll:EtwEventRegister ({a669021c-c450-4609-a035-5af59af4df18}, 0x996b5a, 0xd1db88, 0xd1ee70) stub.
0009:fixme:ntdll:EtwEventRegister ({cc2bcbba-16b6-4cf3-8990-d74c2e8af500}, 0x996b5a, 0xd15458, 0xd154c8) stub.
0009:fixme:wer:WerRegisterRuntimeExceptionModule (L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll", 0x6d0000) stub!
0037:err:ole:CoGetContextToken apartment not initialised
0009:fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework"
0009:fixme:shell:URL_ParseUrl failed to parse L"WindowsBase"
0009:fixme:shell:URL_ParseUrl failed to parse L"System"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Configuration"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Security"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Xaml"
0009:fixme:shell:URL_ParseUrl failed to parse L"Accessibility"
0009:fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
0009:fixme:shell:URL_ParseUrl failed to parse L"UIAutomationTypes"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Input.Manipulations"
0009:fixme:shell:URL_ParseUrl failed to parse L"UIAutomationProvider"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Deployment"
0009:fixme:shell:URL_ParseUrl failed to parse L"ReachFramework"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Core"
0009:fixme:shell:URL_ParseUrl failed to parse L"PresentationUI"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Printing"
0009:fixme:shell:URL_ParseUrl failed to parse L"WindowsBase"
0009:fixme:shell:URL_ParseUrl failed to parse L"System"
0009:fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Xaml"
0009:fixme:ntdll:EtwEventRegister ({e13b77a8-14b6-11de-8069-001b212b5009}, 0x48fca7e, 0x4991048, 0x4998400) stub.
0009:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.Global"
0009:fixme:shell:URL_ParseUrl failed to parse L"NLog"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Configuration"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Numerics"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Core"
0009:fixme:nls:LocaleNameToLCID unsupported flags 8000000
0009:fixme:nls:LCIDToLocaleName unsupported flags 8000000
0009:fixme:nls:get_dummy_preferred_ui_language (0x8 0x33c664 (nil) 0x33c660) returning a dummy value (current locale)
0009:fixme:nls:get_dummy_preferred_ui_language (0x8 0x33c664 0x1c5c70 0x33c660) returning a dummy value (current locale)
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Data.SqlXml"
0009:fixme:nls:LCMapStringEx unsupported lparam 1c9ad0
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Data"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Transactions"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.EnterpriseServices"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.ServiceModel"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Runtime.Serialization"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.ServiceModel.Internals"
0009:fixme:shell:URL_ParseUrl failed to parse L"SMDiagnostics"
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0x1dbb20 0x33d81c 0x33de88 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0x1dbb20 0x33d81c 0x33de88 (nil)
0009:fixme:ntdll:EtwEventRegister ({6906e6e1-f9cd-5b3b-c846-27578fd8d69e}, 0x4cc035e, (nil), 0x130b79c) stub.
0009:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x130b764, 46) stub
0009:fixme:shell:URL_ParseUrl failed to parse L"GalaSoft.MvvmLight"
0009:fixme:ntdll:EtwEventRegister ({e13b77a8-14b6-11de-8069-001b212b5009}, 0x4cc03fe, (nil), 0x33ecac) stub.
0009:fixme:ntdll:EtwEventRegister ({8e9f5090-2d75-4d03-8a81-e5afbf85daf1}, 0x4cc0426, (nil), 0x131a58c) stub.
0009:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.resources"
0009:fixme:process:FlushProcessWriteBuffers : stub
0009:fixme:shell:URL_ParseUrl failed to parse L"Fluent"
0009:fixme:shell:URL_ParseUrl failed to parse L"Fluent.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"Fluent.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.Logic"
0009:fixme:ntdll:EtwEventRegister ({2e5dba47-a3d2-4d16-8ee0-6671ffdcd7b5}, 0x4cc04c6, (nil), 0x12f7898) stub.
0009:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x12f7868, 40) stub
0009:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.Localization"
0009:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.DataAccess"
0009:fixme:combase:RoGetActivationFactory (L"Windows.Foundation.Diagnostics.AsyncCausalityTracer", {50850b26-267e-451b-a890-ab6a370245ee}, 0x33d9b0): semi-stub
0009:err:combase:RoGetActivationFactory Failed to find library for L"Windows.Foundation.Diagnostics.AsyncCausalityTracer"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.ValueTuple"
0009:fixme:ver:GetCurrentPackageId (0x33b9a0 (nil)): stub
0009:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.Localization.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.Localization.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework-SystemData"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Numerics"
0009:fixme:msg:ChangeWindowMessageFilter c02f 00000001
0009:fixme:dwmapi:DwmAttachMilContent (0x1004e) stub
003b:fixme:driver:GdiEntry13 stub
003b:fixme:win:EnumDisplayDevicesW ((null),0,0x75af904,0x00000000), stub!
003b:fixme:win:EnumDisplayDevicesW ((null),0,0x75afa10,0x00000000), stub!
003b:fixme:win:EnumDisplayDevicesW ((null),1,0x75afa10,0x00000000), stub!
003b:fixme:dwrite:dwritefactory_CreateMonitorRenderingParams (0x1): monitor setting ignored
003b:fixme:d3d:wined3d_check_device_format_conversion wined3d 0x6077ff0, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
0009:fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework.classic"
0009:fixme:win:RegisterPowerSettingNotification (0x2005a,{02731015-4510-4526-99e6-e5a17ebd1aea},0): stub
0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 0x20054 0x00000000
0009:fixme:msg:ChangeWindowMessageFilterEx 0x20054 c02c 1 0x33ebf0
0009:fixme:msg:ChangeWindowMessageFilterEx 0x20054 111 1 0x33ebf0
003b:fixme:dwmapi:DwmIsCompositionEnabled 0x75afd84
003b:fixme:d3d:wined3d_check_device_format_conversion wined3d 0x6077ff0, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8A8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
003d:fixme:d3d:state_linepattern_w Setting line patterns is not supported in OpenGL core contexts.
003d:fixme:d3d:state_lastpixel Last Pixel Drawing Disabled, not handled yet
0009:fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework-SystemXml"
0009:fixme:dwrite:dwritetextanalyzer_AnalyzeNumberSubstitution (0x62f1460 0 9 0x62f1488): stub
0009:fixme:shell:URL_ParseUrl failed to parse L"UIAutomationTypes"
0009:fixme:uiautomation:UiaLookupId (1, {d976c2fc-66ea-4a6e-b28f-c24c7546ad37}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {dfd699f0-c915-49dd-b422-dde785c3d24b}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {66e3b7e8-d821-4d25-8761-435d2c8b253f}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {aa6dc2a2-0e2b-4d38-96d5-34e470b81853}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {49d73da5-c883-4500-883d-8fcf8daf6cbe}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {b1ae4422-63fe-44e7-a5a5-a738c829b19a}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {cac14904-16b4-4b53-8e47-4cb1df267bb7}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {17faad9e-c877-475b-b933-77332779b637}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {e95f5e64-269f-4a85-ba99-4092c3ea2986}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {eb090f30-e24c-4799-a705-0d247bc037f8}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {18b00d87-b1c9-476a-bfbd-5f0bdb926f63}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {131f5d98-c50c-489d-abe5-ae220898c5f7}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {25fa1055-debf-4373-a79e-1f1a1908d3c4}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {78cbd3b2-684d-4860-af93-d1f95cb022fd}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {19319914-f979-4b35-a1a6-d37e05433473}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {a1f96325-3a3d-4b44-8e1f-4a46d9844019}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {81c2c457-3941-4107-9975-139760f7c072}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {895fa4b4-759d-4c50-8e15-03460672003c}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {c7c13c0e-eb21-47ff-acc4-b5a3350f5191}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {70c2e5d4-fcb0-4713-a9aa-af92ff79e4cd}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {6c8d7099-b2a8-4948-bff7-3cf9058bfefb}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {de6a2e22-d8c7-40c5-83ba-e5f681d53108}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {8b925147-28cd-49ae-bd63-f44118d2e719}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {89164798-0068-4315-b89a-1e7cfbbc3dfc}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {4591d005-a803-4d5c-b4d5-8d2800f906a7}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {ae05efa2-f9d1-428a-834c-53a5c52f9b8b}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {275a4c48-85a7-4f69-aba0-af157610002b}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {260a2ccb-93a8-4e44-a4c1-3df397f2b02b}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {2a9505bf-c2eb-4fb6-b356-8245ae53703e}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {fe96f375-44aa-4536-ac7a-2a75d71a3efc}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {f2d5c877-a462-4957-a2a5-2c96b303bc63}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {6223972a-c945-4563-9329-fdc974af2553}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {c774c15c-62c0-4519-8bdc-47be573c8ad5}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {4582291c-466b-4e93-8e83-3d1715ec0c5e}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {583ea3f5-86d0-4b08-a6ec-2c5463ffc109}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {9d912252-b97f-4ecc-8510-ea0e33427c72}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {547a6ae4-113f-47c4-850f-db4dfa466b1d}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {7a81a67a-b94f-4875-918b-65c8d2f998e5}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {8d5db9fd-ce3c-4ae7-b788-400a3c645547}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {27901735-c760-4994-ad11-5919e606b110}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {64fff53f-635d-41c1-950c-cb5adfbe28e3}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {b73b4625-5988-4b97-b4c2-a6fe6e78c8c6}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {ff4e6892-37b9-4fca-8532-ffe674ecfeed}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {4ab7905f-e860-453e-a30a-f6431e5daad5}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {4fed26a4-0455-4fa2-b21c-c4da2db1ff9c}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {ef7d85d3-0937-4962-9241-b62345f24041}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {d3e81d06-de45-4f2f-9633-de9e02fb65af}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {edf141f8-fa67-4e22-bbf7-944e05735ee2}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {9bc64eeb-87c7-4b28-94bb-4d9fa437b6ef}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {f122835f-cd5f-43df-b79d-4b849e9e6020}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {a4365b6e-9c1e-4b63-8b53-c2421dd1e8fb}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {3c822dd1-c407-4dba-91dd-79d4aed0aec6}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {097fa8a9-7079-41af-8b9c-0934d8305e5c}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {b9c7dbfb-4ebe-4532-aaf4-008cf647233c}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {9cbaa846-83c8-428d-827f-7e6063fe0620}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {6d67f02e-c0b0-4b10-b5b9-18d6ecf98760}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {c415218e-a028-461e-aa92-8f925cf79351}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {d9e35b87-6eb8-4562-aac6-a8a9075236a8}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {aff1d72b-968d-42b1-b459-150b299da664}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {83be75c3-29fe-4a30-85e1-2a6277fd106e}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {df1343bd-1888-4a29-a50c-b92e6de37f6f}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {b3f853a0-0574-4cd8-bcd7-ed5923572d97}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {967a56a3-74b6-431e-8de6-99c411031c58}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {0b419760-e2f4-43ff-8c5f-9457c82b56e9}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {b23cdc52-22c2-4c6c-9ded-f5c422479ede}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {24b46fdb-587e-49f1-9c4a-d8e98b664b7b}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {1b75824d-208b-4fdf-bccd-f1f4e5741f4f}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {bb98dca5-4c1a-41d4-a4f6-ebc128644180}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {10079b48-3849-476f-ac96-44a95c8440d9}) stub!
0009:fixme:uiautomation:UiaGetReservedMixedAttributeValue (0x33caec) stub!
0009:fixme:uiautomation:UiaLookupId (4, {628209f0-7c9a-4d57-be64-1f1836571ff5}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {fdc49a07-583d-4f17-ad27-77fc832a3c0b}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {c1097c90-d5c4-4237-9781-3bec8ba54e48}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {fb059c50-92cc-49a5-ba8f-0aa872bba2f3}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {c2025af9-a42d-4ced-a1fb-c6746315222e}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {64e63ba8-f2e5-476e-a477-1734feaaf726}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {dc5eeeff-0506-4673-93f2-377e4a8e01f1}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {6fc02359-b316-4f5f-b401-f1ce55741853}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {72d1c95d-5e60-471a-96b1-6c1b3b77a436}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {04ea6161-fba3-477a-952a-bb326d026a5b}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {206f9ad5-c1d3-424a-8182-6da9a7f3d632}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {5cf66bac-2d45-4a4b-b6c9-f7221d2815b0}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {97ff6c0f-1ce4-408a-b67b-94d83eb69bf2}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {360182fb-bdd7-47f6-ab69-19e33f8a3344}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {fce12a56-1336-4a34-9663-1bab47239320}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {a738156b-ca3e-495e-9514-833c440feb11}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {f0ead858-8f53-413c-873f-1a7d7f5e0de4}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {da706ee4-b3aa-4645-a41f-cd25157dea76}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {7ee593c4-72b4-4cac-9271-3ed24b0e4d42}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {9e9242d0-5ed0-4900-8e8a-eecc03835afc}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {683d936f-c9b9-4a9a-b3d9-d20d33311e2a}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {af522f98-999d-40af-a5b2-0169d0342002}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {5b675b27-db89-46fe-970c-614d523bb97d}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {83ab383a-fd43-40da-ab3e-ecf8165cbb6d}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {0a234d66-617e-427f-871d-e1ff1e0c213f}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {bfe15a18-8c41-4c5a-9a0b-04af0e07f487}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {72913ef1-da00-4f01-899c-ac5a8577a307}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {2e68d00b-92fe-42d8-899a-a784aa4454a1}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {8bdf8739-f420-423e-af77-20a5d973a907}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {bfa12c73-fde2-4473-bf64-1036d6aa0f45}) stub!
0009:fixme:uiautomation:UiaLookupId (4, {5f3b21c0-ede4-44bd-9c36-3853038cbfeb}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {8615f05d-7de5-44fd-a679-2ca4b46033a8}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {918edaa1-71b3-49ae-9741-79beb8d358f3}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {4a342082-f483-48c4-ac11-a84b435e2a84}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {f510173e-2e71-45e9-a6e5-62f6ed8289d5}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {3d13da0f-8b9a-4a99-85fa-c5c9a69f1ed4}) stub!
0009:fixme:uiautomation:UiaLookupId (1, {05c288a6-c47b-488b-b653-33977a551b8b}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {93ed549a-0549-40f0-bedb-28e44f7de2a3}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {ed201d8a-4e6c-415e-a874-2460c9b66ba8}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {7f36c367-7b18-417c-97e3-9d58ddc944ab}) stub!
0009:fixme:uiautomation:UiaGetReservedNotSupportedValue (0x33caec) stub!
0009:fixme:uiautomation:UiaLookupId (0, {95f35085-abcc-4afd-a5f4-dbb46c230fdb}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {ca774fea-28ac-4bc2-94ca-acec6d6c10a3}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {4bda64a8-f5d8-480b-8155-ef2e89adb672}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {e5b8924b-fc8a-4a35-8031-cf78ac43e55e}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {5196b33b-380a-4982-95e1-91f3ef60e024}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {c82c0500-b60e-4310-a267-303c531f8ee5}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {cdda434d-6222-413b-a68a-325dd1d40f39}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {e8482eb1-687c-497b-bebc-03be53ec1454}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {8763404f-a1bd-452a-89c4-3f01d3833806}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {c3a6921b-4a99-44f1-bca6-61187052c431}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {514865df-2557-4cb9-aeed-6ced084ce52c}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {06827b12-a7f9-4a15-917c-ffa5ad3eb0a7}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {cf8afd39-3f46-4800-9656-b2bf12529905}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {f7b8552a-0859-4b37-b9cb-51e72092f29f}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {2109427f-da60-4fed-bf1b-264bdce6eb3a}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {7bbfe8b2-3bfc-48dd-b729-c794b846e9a1}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {40499998-9c31-4245-a403-87320e59eaf6}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {a39eebfa-7fba-4c89-b4d4-b99e2de7d160}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {157b7215-894f-4b65-84e2-aac0da08b16b}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {08555685-0977-45c7-a7a6-abaf5684121a}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {0196903b-b203-4818-a9f3-f08e675f2341}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {e2d74f27-3d79-4dc2-b88b-3044963a8afb}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {03c3d160-db79-42db-a2ef-1c231eede507}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {a01eee62-3884-4415-887e-678ec21e39ba}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {dbfd9900-7e1a-4f58-b61b-7063120f773b}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {4f5f43cf-59fb-4bde-a270-602e5e1141e9}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {51de0321-3973-43e7-8913-0b08e813c37f}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {2600a4c4-2ff8-4c96-ae31-8fe619a13c6c}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {929d3806-5287-4725-aa16-222afc63d595}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {5a43e524-f9a2-4b12-84c8-b48a3efedd34}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {5622c26c-f0ef-4f3b-97cb-714c0868588b}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {4e725738-8364-4679-aa6c-f3f41931f750}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {ff0a31eb-8e25-469d-8d6e-e771a27c1b90}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {fda4244a-eb4d-43ff-b5ad-ed36d373ec4c}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {8becd62d-0bc3-4109-bee2-8e6715290e68}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {f588acbe-c769-4838-9a60-2686dc1188c4}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {3ebb7b4a-828a-4b57-9d22-2fea1632ed0d}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {1cad1a05-0927-4b76-97e1-0fcdb209b98a}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {75d69cc5-d2bf-4943-876e-b45b62a6cc66}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {302cb151-2ac8-45d6-977b-d2b3a5a53f20}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {624b5ca7-fe40-4957-a019-20c4cf11920f}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {cb83575f-45c2-4048-9c76-159715a139df}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {eb36b40d-8ea4-489b-a013-e60d5951fe34}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {fbe2d69d-aff6-4a45-82e2-fc92a82f5917}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {78686d53-fcd0-4b83-9b78-5832ce63bb5b}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {a7f78804-d68b-4077-a5c6-7a5ea1ac31c5}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {0b5020a7-2119-473b-be37-5ceb98bbfb22}) stub!
0009:fixme:uiautomation:UiaLookupId (0, {e7a57bb1-5888-4155-98dc-b422fd57f2bc}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {3f4b97ff-2edc-451d-bca4-95a3188d5b03}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {276d71ef-24a9-49b6-8e97-da98b401bbcd}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {59977961-3edd-4b11-b13b-676b2a2a6ca9}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {ebe2e945-66ca-4ed1-9ff8-2ad7df0a1b08}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {2527fba1-8d7a-4630-a4cc-e66315942f52}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {b68a1f17-f60d-41a7-a3cc-b05292155fe0}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {5fdee11c-d2fa-4fb9-904e-5cbee894d5ef}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {3cf1266e-1582-4041-acd7-88a35a965297}) stub!
0009:fixme:uiautomation:UiaLookupId (2, {ed7d6544-a6bd-4595-9bae-3d28946cc715}) stub!
003b:fixme:d3d9:Direct3DShaderValidatorCreate9 stub
0009:fixme:shell:URL_ParseUrl failed to parse L"EntityFramework"
0009:fixme:shell:URL_ParseUrl failed to parse L"FirebirdSql.Data.FirebirdClient"
0009:fixme:shell:URL_ParseUrl failed to parse L"SevenZipSharp"
0009:fixme:shell:URL_ParseUrl failed to parse L"DotNetZip"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Data.DataSetExtensions"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Transactions"
0009:fixme:shell:URL_ParseUrl failed to parse L"EntityFramework.Firebird"
0009:fixme:shell:URL_ParseUrl failed to parse L"EntityFramework.SqlServer"
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 5 0x63d6a44 0x33c56c 0x33cbd8 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0x63d6a30 0x33c75c 0x33cdc8 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0x63d6a30 0x33c75c 0x33cdc8 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0x63d6a1c 0x33cab4 0x33d120 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 6 0x63e1c3c 0x33b38c 0x33b9f8 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 5 0x63e1c28 0x33b57c 0x33bbe8 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 5 0x63e1c28 0x33b57c 0x33bbe8 (nil)
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Data.OracleClient"
0009:fixme:shell:URL_ParseUrl failed to parse L"FirebirdSql.Data.FirebirdClient"
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.AvalonDock"
0009:fixme:shell:URL_ParseUrl failed to parse L"TaskDialog"
0009:fixme:shell:URL_ParseUrl failed to parse L"Ookii.Dialogs.Wpf"
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.DataGrid"
0009:fixme:shell:URL_ParseUrl failed to parse L"GongSolutions.WPF.DragDrop"
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334facc, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
003f:fixme:sync:SetWaitableTimerEx (0x300, 0x124dfe48, 500, (nil), (nil), (nil), 50) semi-stub
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Xml.Linq"
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0x62f4dcc 0x33cafc 0x33d168 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0x63ecc08 0x33ccec 0x33d358 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0x63ecc08 0x33ccec 0x33d358 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0x1c5c54 0x33d364 0x33d9d0 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0x1c5c58 0x33d364 0x33d9d0 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0x1c5c58 0x33d364 0x33d9d0 (nil)
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Data.Entity"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Threading.Tasks"
0009:fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Threading.Tasks"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Threading.Tasks"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Core"
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334facc, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0037:fixme:ole:Context_CC_ContextCallback (0x1f5978/0x1f597c)->(0x773d61, 0x334fa54, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Web"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Web.ApplicationServices"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.ComponentModel.DataAnnotations"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.DirectoryServices.Protocols"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.DirectoryServices"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Runtime.Caching"
0009:fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Build.Utilities.v4.0"
0009:fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Build.Framework"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Web.RegularExpressions"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Design"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.ServiceProcess"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Web.Services"
0009:fixme:shell:URL_ParseUrl failed to parse L"Microsoft.Build.Tasks.v4.0"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.EnterpriseServices"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Runtime.Remoting"
0009:fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0x33e6b4 stub
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 4 0x6426154 0x33b84c 0x33beb8 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0x6426140 0x33ba3c 0x33c0a8 (nil)
0009:fixme:combase:RoGetParameterizedTypeInstanceIID stub: 3 0x6426140 0x33ba3c 0x33c0a8 (nil)
0009:fixme:shell:URL_ParseUrl failed to parse L"EntityFramework.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"EntityFramework.resources"
0009:fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0x33e1e0 stub
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:CoGetDefaultContext -1 {000001c6-0000-0000-c000-000000000046} 0x33e308 stub
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:ole:Context_QueryInterface interface not implemented {51372ae0-cae7-11cf-be81-00aa00a2fa25}
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Web.Extensions"
0009:fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework-SystemXmlLinq"
003e:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.Localization.resources"
003e:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.Localization.resources"
003e:fixme:shell:URL_ParseUrl failed to parse L"System.XmlSerializers"
003e:fixme:shell:URL_ParseUrl failed to parse L"RomCenter.Engine"
0040:fixme:ras:RasEnumConnectionsW (0x646ff18,0x1282f438,0x1282f43c),stub!
0040:fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
0040:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
0040:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733
0040:fixme:ras:RasConnectionNotificationW (0xffffffff,0x504,0x00000003),stub!
0040:fixme:ntdll:EtwEventRegister ({38ed3633-5e3f-5989-bf25-f0b1b3318c9b}, 0x4cc0476, (nil), 0x17252e0) stub.
0040:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x17252a0, 53) stub
0040:fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
0040:fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not supported
0009:fixme:shell:URL_ParseUrl failed to parse L"ControlzEx"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Interactivity"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Management"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Configuration.Install"
0009:fixme:shell:URL_ParseUrl failed to parse L"Microsoft.JScript"
0009:fixme:nls:ResolveLocaleName stub: L"eo", 0x33dfa0, 85
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.Toolkit"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Controls.Ribbon"
0009:fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.Toolkit.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.Toolkit.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.Toolkit.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.Toolkit.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.Toolkit.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.Toolkit.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"WindowsFormsIntegration"
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.AvalonDock.resources"
0009:fixme:shell:URL_ParseUrl failed to parse L"Xceed.Wpf.AvalonDock.resources"
0009:fixme:wtsapi:WTSRegisterSessionNotification Stub 0x20072 0x00000000
0009:fixme:msg:ChangeWindowMessageFilterEx 0x20072 c02c 1 0x33e11c
0009:fixme:msg:ChangeWindowMessageFilterEx 0x20072 111 1 0x33e11c
003b:fixme:d3d:wined3d_check_device_format_conversion wined3d 0x6077ff0, adapter_idx 0, device_type WINED3D_DEVICE_TYPE_HAL, src_format WINED3DFMT_B8G8R8X8_UNORM, dst_format WINED3DFMT_B8G8R8X8_UNORM stub!
0072:fixme:ntdll:EtwEventRegister ({ec631d38-466b-4290-9306-834971ba0217}, 0x4cc0536, (nil), 0x1c16104) stub.
0072:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x1c160cc, 46) stub
0019:fixme:service:QueryServiceConfig2W Level 6 not implemented
0019:fixme:service:QueryServiceConfig2W Level 6 not implemented
0019:fixme:service:QueryServiceConfig2W Level 6 not implemented
0019:fixme:service:QueryServiceConfig2W Level 6 not implemented
0019:fixme:service:QueryServiceConfig2W Level 6 not implemented
0022:fixme:service:QueryServiceConfig2W Level 6 not implemented
0022:fixme:service:QueryServiceConfig2W Level 6 not implemented
0022:fixme:service:QueryServiceConfig2W Level 6 not implemented
0022:fixme:service:QueryServiceConfig2W Level 6 not implemented
0022:fixme:service:QueryServiceConfig2W Level 6 not implemented
0009:fixme:shell:URL_ParseUrl failed to parse L"System"
0037:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0037:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0037:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0037:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0037:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0037:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
0009:fixme:msvcrt:__clean_type_info_names_internal (0x1389c064) stub

User avatar
RomCenter
Author
Author
Posts: 1519
Joined: Fri Sep 28, 2001 12:34 pm
Location: France
Contact:

Re: Romcenter + Wine

Post by RomCenter »

One more thing: disable log: edit nlog.config and set all logger to 'off'
Eric - RomCenter developer
Report bugs here.

.e.m.a.m
PacMan
PacMan
Posts: 9
Joined: Fri Mar 16, 2018 12:48 pm

Re: Romcenter + Wine

Post by .e.m.a.m »

hi there,

i changed all (say one) logger to off and started rc, but it made no difference.

still a flood of uriformatexception boxes until it closes on its own.

sorry for not giving you no more actual hints...

User avatar
RomCenter
Author
Author
Posts: 1519
Joined: Fri Sep 28, 2001 12:34 pm
Location: France
Contact:

Re: Romcenter + Wine

Post by RomCenter »

It seems wine 3.15 64bit and dotnet40 gives the best result so far.
Does it makes a difference with wine 32b ?
Eric - RomCenter developer
Report bugs here.

.e.m.a.m
PacMan
PacMan
Posts: 9
Joined: Fri Mar 16, 2018 12:48 pm

Re: Romcenter + Wine

Post by .e.m.a.m »

RomCenter wrote:
Mon Sep 17, 2018 9:55 am
It seems wine 3.15 64bit and dotnet40 gives the best result so far.
yes, tested before, unfortunately the result is the same as with dotnet46.

this combination works for a few? people (even with the same base), so there must be something missing, i guess? if you have some ideas left or a new rc to test, please et me know ;)
RomCenter wrote:
Mon Sep 17, 2018 9:55 am
Does it makes a difference with wine 32b ?
could be that 32bit makes a difference, but i would like to stay with 64bit for several reasons. and to be honest, it is just romcenter that is giving me some trouble.

Post Reply