How to get this programm running

Questions about Wine on Linux
Locked
gekoch
Newbie
Newbie
Posts: 3
Joined: Mon Jun 24, 2024 2:14 am

How to get this programm running

Post by gekoch »

Hy

I try to install the ifolor Designer from www.ifolor.ch
https://chkr-download.ifolor.net/downlo ... Center.exe

After installation with the dotnet 4.8 it starts but I get a black screen nothing more. So something is still missing.
Can someone give me a hint, thx a lot

Andy
desessarts
Level 4
Level 4
Posts: 198
Joined: Wed Oct 04, 2023 7:57 am

Re: How to get this programm running

Post by desessarts »

hello

If I add

WINEDEBUG=loaddll

when I launch ifolor, I can see

Code: Select all

0350:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\combase.dll" : builtin
0350:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\ole32.dll" : builtin
0350:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\rpcrt4.dll" : builtin
0350:trace:loaddll:free_modref Unloaded module L"C:\\windows\\system32\\coml2.dll" : builtin
gekoch
Newbie
Newbie
Posts: 3
Joined: Mon Jun 24, 2024 2:14 am

Re: How to get this programm running

Post by gekoch »

thx for the response.
so do i need to add does dll to the wine cfg
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: How to get this programm running

Post by jkfloris »

In addition to dotnet48, you need d3dcompiler_47 to run ifolor Designer.
(And maybe corefonts)
gekoch
Newbie
Newbie
Posts: 3
Joined: Mon Jun 24, 2024 2:14 am

Re: How to get this programm running

Post by gekoch »

thx is this correct?
Screenshot from 2024-07-01 16-37-10.png
desessarts
Level 4
Level 4
Posts: 198
Joined: Wed Oct 04, 2023 7:57 am

Re: How to get this programm running

Post by desessarts »

I added

Code: Select all

d3dcompiler_47 corefonts
if I launch it, it starts, but I I try to do anything, for example, create a project, I get

Code: Select all

ifolor Designer

Time: lundi 1 juillet 2024 11:58:02
----- 

User: DEBIAN\gg
----- 

Activity: 
--------- 
Application

Exception: 
---------- 
System.IO.DirectoryNotFoundException

Could not find a part of the path 'C:\users\gg\AppData\Local\Microsoft\AppCenter\57fbb5e4-008c-43e0-ace9-514b0cefb78d\Errors'.

Details: 
-------- 
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\users\gg\AppData\Local\Microsoft\AppCenter\57fbb5e4-008c-43e0-ace9-514b0cefb78d\Errors'. (HResult: 0x80070003)
   at System.IO.__Error.WinIOError  (0x0600168e, 0xfd)
   at System.IO.FileSystemEnumerableIterator`1.CommonInit  (0x06001894, 0x71)
   at System.IO.FileSystemEnumerableIterator`1..ctor  (0x06001893, 0x11b)
   at System.IO.DirectoryInfo.InternalGetFiles  (0x0600175f, 0x14)
   at Ifolor.DesignCenter.Host.App.GetLastExceptionId  (0x06000013, 0x6)
   at Ifolor.DesignCenter.Host.App.AppCenter_OnUnhandledExceptionOccurred  (0x06000014, 0x7)
   at System.EventHandler`1.Invoke  (0x06000e79, 0xffffffff)
   at System.Windows.Threading.Dispatcher.CatchException  (0x06000ff7, 0x2b)
   at System.Windows.Threading.ExceptionWrapper.TryCatchWhen  (0x06000f72, 0x2a)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl  (0x06000fbe, 0xbb)
   at MS.Win32.HwndSubclass.SubclassWndProc  (0x06000191, 0x130)
   at MS.Win32.UnsafeNativeMethods.DispatchMessage  (0x0600004c, 0xffffffff)
   at System.Windows.Threading.Dispatcher.PushFrameImpl  (0x06000fe0, 0x40)
   at System.Windows.Application.RunDispatcher  (0x060002f6, 0x24)
   at System.Windows.Application.RunInternal  (0x060002c6, 0xee)
   at Ifolor.DesignCenter.Host.App.Main  (0x06000035, 0x47)
Locked