Trouble running Reflector 3 software

Questions about Wine on Linux
Locked
cuppajoeman
Level 1
Level 1
Posts: 6
Joined: Thu Apr 23, 2020 9:19 am

Trouble running Reflector 3 software

Post by cuppajoeman »

Hello,

I am using ubuntu 18.04, and followed this guide(https://wiki.winehq.org/Ubuntu) to install wine.

I am a beginner to wine, so I'll walk through what I did to try to get Reflector 3 (https://www.airsquirrels.com/reflector) to work (need it to show my ipad screen in online meetings).

So then I downloaded Reflector3.2.0-64.msi from the website. I then wanted to know how to run the msi file, and found myself here (https://askubuntu.com/questions/671277/ ... -installer). Which told me to run the following.

Code: Select all

wine start Reflector3.2.0-61.msi
Which yields

Code: Select all

user:~/Downloads$ wine start Reflector3.2.0-64.msi 
000d:err:menubuilder:init_xdg error looking up the desktop directory
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
user:~/Downloads$ 0026:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0026:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0026:fixme:msi:event_spawn_wait_dialog doing nothing
0036:fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not implemented
0036:fixme:mscoree:get_runtime_info unsupported startup flags 2
0036:fixme:mscoree:corruntimehost_UnloadDomain stub 0000000000639760
0036:fixme:mscoree:corruntimehost_Stop stub 0000000000639760
0026:err:msi:custom_get_thread_return Invalid Return Code 85390608
0026:err:msi:ITERATE_Actions Execution halted, action L"CloseOtherInstances" returned 1603
0026:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0026:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0026:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
^C

The timing with that code and the pop-up installer is like this

, a popup comes up like this Image

and at the same time I have this

Code: Select all

user:~/Downloads$ wine start Reflector3.2.0-64.msi 
000d:err:menubuilder:init_xdg error looking up the desktop directory
0009:fixme:exec:SHELL_execute flags ignored: 0x00000100
user:~/Downloads$ 0026:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0026:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
And once I accept and click install, I get

Code: Select all

0026:fixme:msi:event_spawn_wait_dialog doing nothing
0036:fixme:mscoree:parse_startup useLegacyV2RuntimeActivationPolicy=L"true" not implemented
0036:fixme:mscoree:get_runtime_info unsupported startup flags 2
0036:fixme:mscoree:corruntimehost_UnloadDomain stub 0000000000639760
0036:fixme:mscoree:corruntimehost_Stop stub 0000000000639760
0026:err:msi:custom_get_thread_return Invalid Return Code 85390608
0026:err:msi:ITERATE_Actions Execution halted, action L"CloseOtherInstances" returned 1603
0026:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0026:fixme:msi:internal_ui_handler internal UI not implemented for message 0x0b000000 (UI level = 5)
0026:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
^C
And then I'm shown this screen:
Image

If anyone could help out, it would be greatly appreciated!
qwertymnb
Level 4
Level 4
Posts: 236
Joined: Sun Jan 17, 2016 4:36 pm

Re: Trouble running Reflector 3 software

Post by qwertymnb »

Hi
I gave it a try.

Try "winetricks -q dotnet48 d3dcompiler_47" and then try install the program

That got me to install and start the app successfully into initial screen

Regards
cuppajoeman
Level 1
Level 1
Posts: 6
Joined: Thu Apr 23, 2020 9:19 am

Re: Trouble running Reflector 3 software

Post by cuppajoeman »

Hi quertmnb, that command did wonders! Maybe if you have the time you could explain a little bit why you knew that was the spell to cast?

For people trying this out:

Initially when I ran that command, I had some troubles, that's because the default winetricks on ubuntu is out of date.

To install the newest version of winetricks, I just followed this https://askubuntu.com/questions/755059/ ... -on-ubuntu. And it was correctly installed.

After starting the application, and then mirroring with my ipad, the screen mirroring application was completely transparent, so I went to settings -> advanced, then checked "Use Classic Renderer".

It then worked fine.

Thanks again!
cuppajoeman
Level 1
Level 1
Posts: 6
Joined: Thu Apr 23, 2020 9:19 am

Re: Trouble running Reflector 3 software

Post by cuppajoeman »

I recently upgraded my computer to ubuntu 20, fresh install and followed the above steps exactly. That is, download

Code: Select all

Reflector3.2.0-64.msi
, then run the winetricks command and then finally start program I get the following error.

Code: Select all

Unhandled exception: page fault on write access to 0x214a7198 in 64-bit code (0x00007f88ade98fdc).
Register dump:
 rip:00007f88ade98fdc rsp:00000000358f4580 rbp:00000000358f45b0 eflags:00010246 (  R- --  I  Z- -P- )
 rax:000000000000006c rbx:00000000214a7199 rcx:000000000000000b rdx:0000000000000000
 rsi:0000000000000000 rdi:0000000000000000  r8:0000000000000000  r9:00000000214a6bf0 r10:00000000358f4ba0
 r11:000000001e71e678 r12:00000000214a7198 r13:00000000000005e8 r14:00000000358f507f r15:000000001e6b80f0
Stack dump:
0x00000000358f4580:  00000000358f4660 1d5da92cb641cd00
0x00000000358f4590:  0000000000000000 0000000000000000
0x00000000358f45a0:  000000001e691920 0000000000000000
0x00000000358f45b0:  00000000358f45f0 00007f88ade99064
0x00000000358f45c0:  0000000000ffffff ffffffff00ffffff
0x00000000358f45d0:  0000000000202020 0000000000000000
0x00000000358f45e0:  0000000000000000 00000000000004f4
0x00000000358f45f0:  00000000214a7198 00000000211ae159
0x00000000358f4600:  00000000211525ef 000000001e6b7660
0x00000000358f4610:  00000000358f4ba0 000000001e6183c0
0x00000000358f4620:  0000000000000000 0000000021186bc5
0x00000000358f4630:  000000001e691920 00000000358f4ba0
Backtrace:
=>0 0x00007f88ade98fdc MSVCRT__strlwr_s_l+0x6c() in msvcr120 (0x00000000358f45b0)
  1 0x00007f88ade99064 MSVCRT__strlwr+0x23() in msvcr120 (0x00000000358f45f0)
  2 0x00000000211ae159 EntryPoint+0xffffffffffffffff() in reflectornative (0x00000000214a7198)
  3 0x0000000021186bc5 EntryPoint+0xffffffffffffffff() in reflectornative (0x000000001e6183c0)
  4 0x00000000211b4aab EntryPoint+0xffffffffffffffff() in reflectornative (0x00000000358f4c30)
  5 0x00000000211b58cf EntryPoint+0xffffffffffffffff() in reflectornative (0x00000000358f4c30)
  6 0x00000000211b7539 EntryPoint+0xffffffffffffffff() in reflectornative (0x00000000358f7800)
  7 0x000000007bc9a79a DbgUserBreakPoint+0x2141() in ntdll (0x00000000358fffd0)
0x00007f88ade98fdc MSVCRT__strlwr_s_l+0x6c in msvcr120: movb	%al,0xffffffffffffffff(%rbx)
Modules:
Module	Address					Debug info	Name (266 modules)
PE	          760000-         1227000	Deferred        clr
PE	         1240000-         1256000	Deferred        vcruntime140_clr0400
PE	         1260000-         131d000	Deferred        ucrtbase_clr0400
PE	        1ad30000-        1ae7e000	Deferred        clrjit
PE	        1b050000-        1b0ea000	Deferred        msvcp140_clr0400
PE	        1b0f0000-        1b20f000	Deferred        presentationnative_v0400
PE	        1b590000-        1b787000	Deferred        wpfgfx_v0400
PE	        1b8c0000-        1b8d6000	Deferred        nlssorting
PE	        1c1a0000-        1c1c2000	Deferred        sqdnssd
PE	        1c270000-        1c63e000	Deferred        avutil-55
PE	        1c640000-        1c686000	Deferred        d3dx11_43
PE	        1c740000-        1c7fe000	Deferred        swresample-2
PE	        1c800000-        1dc57000	Deferred        avfilter-6
PE	        1dc60000-        1df4a000	Deferred        swscale-4
PE	        1df50000-        1e1bf000	Deferred        d3dcompiler_43
PE	        1e1c0000-        1e36c000	Deferred        libx264-142
PE	        1e370000-        1e4f5000	Deferred        sqmdnsresponder
PE	        1e8c0000-        1e8f0000	Deferred        wminet_utils
PE	        20d80000-        230cd000	Export          reflectornative
PE	        230d0000-        276c1000	Deferred        avcodec-57
PE	        276d0000-        29945000	Deferred        avformat-57
PE	        29950000-        29eb8000	Deferred        mfc120u
PE	        306c0000-        30afe000	Deferred        d3dcompiler_47
PE	        31280000-        315e9000	Deferred        system.data
PE	        62e80000-        62ea4000	Deferred        zlib1
ELF	        7a800000-        7aa12000	Deferred        opengl32<elf>
  \-PE	        7a850000-        7aa12000	\               opengl32
ELF	        7b400000-        7b834000	Deferred        kernel32<elf>
  \-PE	        7b420000-        7b834000	\               kernel32
ELF	        7bc00000-        7bd30000	Dwarf           ntdll<elf>
  \-PE	        7bc20000-        7bd30000	\               ntdll
ELF	        7c000000-        7c005000	Deferred        <wine-loader>
PE	       140000000-       14208c000	Deferred        reflector3
PE	       180000000-       1800a9000	Deferred        mscoreei
PE	     6427ee50000-     6427eebf000	Deferred        mscoree
PE	     64474a80000-     644756ed000	Deferred        system.ni
PE	     64478000000-     644795e3000	Deferred        mscorlib.ni
ELF	    7f88a4c9c000-    7f88a4cba000	Deferred        cryptnet<elf>
  \-PE	    7f88a4ca0000-    7f88a4cba000	\               cryptnet
ELF	    7f88a4cba000-    7f88a4cd1000	Deferred        schannel<elf>
  \-PE	    7f88a4cc0000-    7f88a4cd1000	\               schannel
ELF	    7f88a4cd1000-    7f88a4cee000	Deferred        kerberos<elf>
  \-PE	    7f88a4ce0000-    7f88a4cee000	\               kerberos
ELF	    7f88a4cee000-    7f88a4d30000	Deferred        secur32<elf>
  \-PE	    7f88a4d00000-    7f88a4d30000	\               secur32
ELF	    7f88a4d30000-    7f88a4d4f000	Deferred        jsproxy<elf>
  \-PE	    7f88a4d40000-    7f88a4d4f000	\               jsproxy
ELF	    7f88a4d4f000-    7f88a4d94000	Deferred        winhttp<elf>
  \-PE	    7f88a4d60000-    7f88a4d94000	\               winhttp
ELF	    7f88a4d94000-    7f88a4db4000	Deferred        rasapi32<elf>
  \-PE	    7f88a4da0000-    7f88a4db4000	\               rasapi32
ELF	    7f88a50b2000-    7f88a50cc000	Deferred        uiautomationcore<elf>
  \-PE	    7f88a50c0000-    7f88a50cc000	\               uiautomationcore
ELF	    7f88a50de000-    7f88a50f4000	Deferred        api-ms-win-core-winrt-roparameterizediid-l1-1-0<elf>
  \-PE	    7f88a50e0000-    7f88a50f4000	\               api-ms-win-core-winrt-roparameterizediid-l1-1-0
ELF	    7f88a51d5000-    7f88a51eb000	Deferred        api-ms-win-core-winrt-string-l1-1-0<elf>
  \-PE	    7f88a51e0000-    7f88a51eb000	\               api-ms-win-core-winrt-string-l1-1-0
ELF	    7f88a51eb000-    7f88a51fa000	Deferred        libkrb5support.so.0
ELF	    7f88a51fa000-    7f88a522b000	Deferred        libk5crypto.so.3
ELF	    7f88a522b000-    7f88a5308000	Deferred        libkrb5.so.3
ELF	    7f88a5308000-    7f88a531b000	Deferred        libavahi-client.so.3
ELF	    7f88a531b000-    7f88a5329000	Deferred        libavahi-common.so.3
ELF	    7f88a5329000-    7f88a5376000	Deferred        libgssapi_krb5.so.2
ELF	    7f88a5376000-    7f88a5411000	Deferred        libcups.so.2
ELF	    7f88a541a000-    7f88a5436000	Deferred        wtsapi32<elf>
  \-PE	    7f88a5420000-    7f88a5436000	\               wtsapi32
ELF	    7f88a5436000-    7f88a54bb000	Deferred        setupapi<elf>
  \-PE	    7f88a5450000-    7f88a54bb000	\               setupapi
ELF	    7f88a54bb000-    7f88a5506000	Deferred        winspool<elf>
  \-PE	    7f88a54c0000-    7f88a5506000	\               winspool
ELF	    7f88a5506000-    7f88a554c000	Deferred        wbemprox<elf>
  \-PE	    7f88a5510000-    7f88a554c000	\               wbemprox
ELF	    7f88a554c000-    7f88a556f000	Deferred        libgpg-error.so.0
ELF	    7f88a556f000-    7f88a561a000	Deferred        libvorbisenc.so.2
ELF	    7f88a561a000-    7f88a5648000	Deferred        libvorbis.so.0
ELF	    7f88a5648000-    7f88a5655000	Deferred        libogg.so.0
ELF	    7f88a5655000-    7f88a5693000	Deferred        libflac.so.8
ELF	    7f88a5693000-    7f88a57b1000	Deferred        libgcrypt.so.20
ELF	    7f88a57b1000-    7f88a59b7000	Deferred        libasyncns.so.0
ELF	    7f88a59b7000-    7f88a5a34000	Deferred        libsndfile.so.1
ELF	    7f88a7237000-    7f88a8000000	Deferred        i965_dri.so
ELF	    7f88ac002000-    7f88ac009000	Deferred        libkeyutils.so.1
ELF	    7f88ac009000-    7f88ac026000	Deferred        libnsl.so.1
ELF	    7f88ac026000-    7f88ac047000	Deferred        liblz4.so.1
ELF	    7f88ac047000-    7f88ac06e000	Deferred        liblzma.so.5
ELF	    7f88ac06e000-    7f88ac079000	Deferred        librt.so.1
ELF	    7f88ac079000-    7f88ac085000	Deferred        libwrap.so.0
ELF	    7f88ac085000-    7f88ac132000	Deferred        libsystemd.so.0
ELF	    7f88ac132000-    7f88ac183000	Deferred        libdbus-1.so.3
ELF	    7f88ac183000-    7f88ac203000	Deferred        libpulsecommon-13.99.so
ELF	    7f88ac203000-    7f88ac258000	Deferred        libpulse.so.0
ELF	    7f88ac25e000-    7f88ac27d000	Deferred        wmiutils<elf>
  \-PE	    7f88ac260000-    7f88ac27d000	\               wmiutils
ELF	    7f88ac27d000-    7f88ac2ad000	Deferred        winepulse<elf>
  \-PE	    7f88ac290000-    7f88ac2ad000	\               winepulse
ELF	    7f88ac2ad000-    7f88ac2d6000	Deferred        mmdevapi<elf>
  \-PE	    7f88ac2b0000-    7f88ac2d6000	\               mmdevapi
ELF	    7f88ac2d6000-    7f88ac30d000	Deferred        mfplat<elf>
  \-PE	    7f88ac2e0000-    7f88ac30d000	\               mfplat
ELF	    7f88ac30d000-    7f88ac316000	Deferred        libnss_dns.so.2
ELF	    7f88ac316000-    7f88ac332000	Deferred        libresolv.so.2
ELF	    7f88ac336000-    7f88ac357000	Deferred        mf<elf>
  \-PE	    7f88ac340000-    7f88ac357000	\               mf
ELF	    7f88ac357000-    7f88ac3b2000	Deferred        liblcms2.so.2
ELF	    7f88ac3b3000-    7f88ac3ba000	Deferred        libcom_err.so.2
ELF	    7f88ac3ba000-    7f88ac3c0000	Deferred        libnss_mdns4_minimal.so.2
ELF	    7f88ac3c0000-    7f88ac3d7000	Deferred        windowscodecsext<elf>
  \-PE	    7f88ac3d0000-    7f88ac3d7000	\               windowscodecsext
ELF	    7f88ac3d7000-    7f88ac3fe000	Deferred        mscms<elf>
  \-PE	    7f88ac3e0000-    7f88ac3fe000	\               mscms
ELF	    7f88ac3fe000-    7f88ac42a000	Deferred        propsys<elf>
  \-PE	    7f88ac410000-    7f88ac42a000	\               propsys
ELF	    7f88ac42a000-    7f88ac534000	Deferred        windowscodecs<elf>
  \-PE	    7f88ac450000-    7f88ac534000	\               windowscodecs
ELF	    7f88ac534000-    7f88ac564000	Deferred        mpr<elf>
  \-PE	    7f88ac540000-    7f88ac564000	\               mpr
ELF	    7f88ac564000-    7f88ac5f6000	Deferred        wininet<elf>
  \-PE	    7f88ac570000-    7f88ac5f6000	\               wininet
ELF	    7f88ac5f6000-    7f88ac6c2000	Deferred        urlmon<elf>
  \-PE	    7f88ac610000-    7f88ac6c2000	\               urlmon
ELF	    7f88ac81b000-    7f88ac826000	Deferred        libpciaccess.so.0
ELF	    7f88aca07000-    7f88aca2c000	Deferred        libdrm_intel.so.1
ELF	    7f88aca2c000-    7f88acad5000	Deferred        libzstd.so.1
ELF	    7f88acafa000-    7f88accfc000	Deferred        libxshmfence.so.1
ELF	    7f88accfc000-    7f88acd06000	Deferred        libxcb-sync.so.1
ELF	    7f88acd06000-    7f88acd0b000	Deferred        libxcb-present.so.0
ELF	    7f88acd0b000-    7f88acd11000	Deferred        libxcb-dri3.so.0
ELF	    7f88acd11000-    7f88acd16000	Deferred        libxdamage.so.1
ELF	    7f88acd16000-    7f88acd33000	Deferred        libxcb-glx.so.0
ELF	    7f88acd33000-    7f88acd47000	Deferred        libdrm.so.2
ELF	    7f88acd47000-    7f88acd80000	Deferred        libglapi.so.0
ELF	    7f88acd80000-    7f88acdfc000	Deferred        libglx_mesa.so.0
ELF	    7f88acdfc000-    7f88ace30000	Deferred        libglx.so.0
ELF	    7f88ace30000-    7f88acee8000	Deferred        libgldispatch.so.0
ELF	    7f88acee8000-    7f88acf70000	Deferred        libgl.so.1
ELF	    7f88acf74000-    7f88acf7f000	Deferred        libdrm_nouveau.so.2
ELF	    7f88acf7f000-    7f88acf8e000	Deferred        libdrm_radeon.so.1
ELF	    7f88acf95000-    7f88acfb0000	Deferred        ncrypt<elf>
  \-PE	    7f88acfa0000-    7f88acfb0000	\               ncrypt
ELF	    7f88acfb0000-    7f88ad071000	Deferred        gdiplus<elf>
  \-PE	    7f88acfc0000-    7f88ad071000	\               gdiplus
ELF	    7f88ad071000-    7f88ad0b1000	Deferred        uxtheme<elf>
  \-PE	    7f88ad080000-    7f88ad0b1000	\               uxtheme
ELF	    7f88ad0b1000-    7f88ad0cc000	Deferred        dwmapi<elf>
  \-PE	    7f88ad0c0000-    7f88ad0cc000	\               dwmapi
ELF	    7f88ad0cc000-    7f88ad0e5000	Deferred        powrprof<elf>
  \-PE	    7f88ad0d0000-    7f88ad0e5000	\               powrprof
ELF	    7f88ad0e5000-    7f88ad11e000	Deferred        netapi32<elf>
  \-PE	    7f88ad0f0000-    7f88ad11e000	\               netapi32
ELF	    7f88ad11e000-    7f88ad137000	Deferred        mfreadwrite<elf>
  \-PE	    7f88ad120000-    7f88ad137000	\               mfreadwrite
ELF	    7f88ad137000-    7f88ad17c000	Deferred        dxgi<elf>
  \-PE	    7f88ad140000-    7f88ad17c000	\               dxgi
ELF	    7f88ad17c000-    7f88ad210000	Deferred        d3d11<elf>
  \-PE	    7f88ad190000-    7f88ad210000	\               d3d11
ELF	    7f88ad210000-    7f88ad243000	Deferred        iphlpapi<elf>
  \-PE	    7f88ad220000-    7f88ad243000	\               iphlpapi
ELF	    7f88ad243000-    7f88ad3a7000	Deferred        msvcp120<elf>
  \-PE	    7f88ad280000-    7f88ad3a7000	\               msvcp120
ELF	    7f88ad3a7000-    7f88ad3d2000	Deferred        shcore<elf>
  \-PE	    7f88ad3b0000-    7f88ad3d2000	\               shcore
ELF	    7f88ad3d2000-    7f88addec000	Deferred        shell32<elf>
  \-PE	    7f88ad3f0000-    7f88addec000	\               shell32
ELF	    7f88addec000-    7f88adf0d000	Dwarf           msvcr120<elf>
  \-PE	    7f88ade10000-    7f88adf0d000	\               msvcr120
ELF	    7f88adf0d000-    7f88ae088000	Deferred        wined3d<elf>
  \-PE	    7f88adf30000-    7f88ae088000	\               wined3d
ELF	    7f88ae088000-    7f88ae0df000	Deferred        d3d9<elf>
  \-PE	    7f88ae090000-    7f88ae0df000	\               d3d9
ELF	    7f88ae0df000-    7f88ae122000	Deferred        ws2_32<elf>
  \-PE	    7f88ae0f0000-    7f88ae122000	\               ws2_32
ELF	    7f88ae122000-    7f88ae138000	Deferred        psapi<elf>
  \-PE	    7f88ae130000-    7f88ae138000	\               psapi
ELF	    7f88ae138000-    7f88ae21a000	Deferred        msvcrt<elf>
  \-PE	    7f88ae160000-    7f88ae21a000	\               msvcrt
ELF	    7f88ae21a000-    7f88ae230000	Deferred        api-ms-win-core-localization-obsolete-l1-2-0<elf>
  \-PE	    7f88ae220000-    7f88ae230000	\               api-ms-win-core-localization-obsolete-l1-2-0
ELF	    7f88ae230000-    7f88ae246000	Deferred        api-ms-win-core-datetime-l1-1-1<elf>
  \-PE	    7f88ae240000-    7f88ae246000	\               api-ms-win-core-datetime-l1-1-1
ELF	    7f88ae246000-    7f88ae25c000	Deferred        api-ms-win-core-string-l1-1-0<elf>
  \-PE	    7f88ae250000-    7f88ae25c000	\               api-ms-win-core-string-l1-1-0
ELF	    7f88ae25c000-    7f88ae3ed000	Deferred        oleaut32<elf>
  \-PE	    7f88ae280000-    7f88ae3ed000	\               oleaut32
ELF	    7f88ae3ed000-    7f88ae47b000	Deferred        dwrite<elf>
  \-PE	    7f88ae400000-    7f88ae47b000	\               dwrite
ELF	    7f88ae47b000-    7f88ae487000	Deferred        libffi.so.7
ELF	    7f88ae487000-    7f88ae50b000	Deferred        libgmp.so.10
ELF	    7f88ae50b000-    7f88ae543000	Deferred        libhogweed.so.5
ELF	    7f88ae543000-    7f88ae57d000	Deferred        libnettle.so.7
ELF	    7f88ae57d000-    7f88ae593000	Deferred        libtasn1.so.6
ELF	    7f88ae593000-    7f88ae715000	Deferred        libunistring.so.2
ELF	    7f88ae715000-    7f88ae736000	Deferred        libidn2.so.0
ELF	    7f88ae736000-    7f88ae86c000	Deferred        libp11-kit.so.0
ELF	    7f88ae86c000-    7f88aea42000	Deferred        libgnutls.so.30
ELF	    7f88aea45000-    7f88aea4c000	Deferred        libxcb-dri2.so.0
ELF	    7f88aea4c000-    7f88aea51000	Deferred        libx11-xcb.so.1
ELF	    7f88aea51000-    7f88aea67000	Deferred        api-ms-win-core-xstate-l2-1-0<elf>
  \-PE	    7f88aea60000-    7f88aea67000	\               api-ms-win-core-xstate-l2-1-0
ELF	    7f88aea67000-    7f88aeb5b000	Deferred        crypt32<elf>
  \-PE	    7f88aea80000-    7f88aeb5b000	\               crypt32
ELF	    7f88aeb5b000-    7f88aeb7f000	Deferred        bcrypt<elf>
  \-PE	    7f88aeb60000-    7f88aeb7f000	\               bcrypt
ELF	    7f88aeb7f000-    7f88aebc2000	Deferred        rsaenh<elf>
  \-PE	    7f88aeb90000-    7f88aebc2000	\               rsaenh
ELF	    7f88aebc2000-    7f88aebeb000	Deferred        combase<elf>
  \-PE	    7f88aebd0000-    7f88aebeb000	\               combase
ELF	    7f88aebeb000-    7f88aec01000	Deferred        api-ms-win-core-winrt-l1-1-0<elf>
  \-PE	    7f88aebf0000-    7f88aec01000	\               api-ms-win-core-winrt-l1-1-0
ELF	    7f88aec25000-    7f88aec2d000	Deferred        libxfixes.so.3
ELF	    7f88aec2d000-    7f88aec3a000	Deferred        libxcursor.so.1
ELF	    7f88aec3a000-    7f88aec4c000	Deferred        libxi.so.6
ELF	    7f88aec4c000-    7f88aec51000	Deferred        libxcomposite.so.1
ELF	    7f88aec51000-    7f88aec5e000	Deferred        libxrandr.so.2
ELF	    7f88aec5e000-    7f88aee68000	Deferred        libxrender.so.1
ELF	    7f88aee68000-    7f88aee6f000	Deferred        libxxf86vm.so.1
ELF	    7f88aee6f000-    7f88aee74000	Deferred        libxinerama.so.1
ELF	    7f88aee74000-    7f88aee8e000	Deferred        libbsd.so.0
ELF	    7f88aee8e000-    7f88aee96000	Deferred        libxdmcp.so.6
ELF	    7f88aee96000-    7f88aee9c000	Deferred        libxau.so.6
ELF	    7f88aee9c000-    7f88aeec6000	Deferred        libxcb.so.1
ELF	    7f88aeec6000-    7f88af003000	Deferred        libx11.so.6
ELF	    7f88af003000-    7f88af018000	Deferred        libxext.so.6
ELF	    7f88af03d000-    7f88af0e4000	Deferred        winex11<elf>
  \-PE	    7f88af050000-    7f88af0e4000	\               winex11
ELF	    7f88af0e4000-    7f88af189000	Deferred        rpcrt4<elf>
  \-PE	    7f88af100000-    7f88af189000	\               rpcrt4
ELF	    7f88af189000-    7f88af34f000	Deferred        ole32<elf>
  \-PE	    7f88af1b0000-    7f88af34f000	\               ole32
ELF	    7f88af44f000-    7f88af486000	Deferred        kernelbase<elf>
  \-PE	    7f88af460000-    7f88af486000	\               kernelbase
ELF	    7f88af486000-    7f88af49c000	Deferred        api-ms-win-core-quirks-l1-1-0<elf>
  \-PE	    7f88af490000-    7f88af49c000	\               api-ms-win-core-quirks-l1-1-0
ELF	    7f88af49c000-    7f88af4b2000	Deferred        api-ms-win-appmodel-runtime-l1-1-2<elf>
  \-PE	    7f88af4a0000-    7f88af4b2000	\               api-ms-win-appmodel-runtime-l1-1-2
ELF	    7f88af4b2000-    7f88af4dd000	Deferred        imm32<elf>
  \-PE	    7f88af4c0000-    7f88af4dd000	\               imm32
ELF	    7f88af571000-    7f88af59f000	Deferred        libexpat.so.1
ELF	    7f88af59f000-    7f88af5e6000	Deferred        libfontconfig.so.1
ELF	    7f88af5e6000-    7f88af602000	Deferred        libz.so.1
ELF	    7f88af602000-    7f88af63a000	Deferred        libpng16.so.16
ELF	    7f88af63a000-    7f88af6f9000	Deferred        libfreetype.so.6
ELF	    7f88af71e000-    7f88af73a000	Deferred        version<elf>
  \-PE	    7f88af720000-    7f88af73a000	\               version
ELF	    7f88af73a000-    7f88af8c1000	Deferred        gdi32<elf>
  \-PE	    7f88af750000-    7f88af8c1000	\               gdi32
ELF	    7f88af8c1000-    7f88afb39000	Deferred        user32<elf>
  \-PE	    7f88af8e0000-    7f88afb39000	\               user32
ELF	    7f88afb39000-    7f88afbc9000	Deferred        shlwapi<elf>
  \-PE	    7f88afb50000-    7f88afbc9000	\               shlwapi
ELF	    7f88afbc9000-    7f88afbdf000	Deferred        api-ms-win-core-localization-l1-2-1<elf>
  \-PE	    7f88afbd0000-    7f88afbdf000	\               api-ms-win-core-localization-l1-2-1
ELF	    7f88afbdf000-    7f88afbf5000	Deferred        api-ms-win-core-fibers-l1-1-1<elf>
  \-PE	    7f88afbf0000-    7f88afbf5000	\               api-ms-win-core-fibers-l1-1-1
ELF	    7f88afcf5000-    7f88afd93000	Deferred        advapi32<elf>
  \-PE	    7f88afd10000-    7f88afd93000	\               advapi32
ELF	    7f88aff93000-    7f88affa7000	Deferred        libnss_files.so.2
ELF	    7f88b0f85000-    7f88b0fa0000	Deferred        libgcc_s.so.1
ELF	    7f88b0fa0000-    7f88b10ef000	Deferred        libm.so.6
ELF	    7f88b10f1000-    7f88b10f7000	Deferred        libdl.so.2
ELF	    7f88b10f7000-    7f88b12e9000	Deferred        libc.so.6
ELF	    7f88b12e9000-    7f88b130c000	Deferred        libpthread.so.0
ELF	    7f88b1312000-    7f88b131b000	Deferred        libuuid.so.1
ELF	    7f88b131b000-    7f88b1331000	Deferred        api-ms-win-core-synch-l1-2-0<elf>
  \-PE	    7f88b1320000-    7f88b1331000	\               api-ms-win-core-synch-l1-2-0
ELF	    7f88b1331000-    7f88b14d8000	Dwarf           libwine.so.1
ELF	    7f88b14da000-    7f88b150a000	Deferred        ld-linux-x86-64.so.2
Threads:
process  tid      prio (all id:s are in hex)
0000000e services.exe
	00000031    0
	0000002c    0
	00000026    0
	00000020    0
	00000015    0
	00000010    0
	0000000f    0
00000011 mscorsvw.exe
	0000001a    0
	00000019    0
	00000018    0
	00000012    0
00000013 explorer.exe
	0000001f    0
	0000001e    0
	0000001d    0
	00000014    0
0000001b mscorsvw.exe
	00000023    0
	00000022    0
	00000021    0
	0000001c    0
00000024 winedevice.exe
	00000029    0
	00000028    0
	00000027    0
	00000025    0
0000002a plugplay.exe
	0000002e    0
	0000002d    0
	0000002b    0
0000002f winedevice.exe
	00000034    0
	00000033    0
	00000032    0
	00000030    0
00000035 (D) C:\Program Files\Reflector 3\Reflector3.exe
	00000061    0 <==
	00000060    0
	0000005f    0
	0000005e    0
	0000005d    0
	0000005c    0
	00000053    0
	00000052    0
	00000051    0
	00000050    0
	0000004f    0
	0000004e    0
	0000004d    0
	0000004c    0
	0000004b    0
	0000004a    0
	00000048    0
	00000045    0
	00000044    0
	00000043    0
	00000041    0
	00000040    0
	0000003f    0
	0000003d    0
	0000003c    0
	00000039    0
	00000038    2
	00000037    0
	00000036    0
System information:
    Wine build: wine-4.0.4
    Platform: x86_64
    Version: Windows 7
    Host system: Linux
    Host version: 5.4.0-28-generic

jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Trouble running Reflector 3 software

Post by jkfloris »

Can you retry the program with Wine 5.0?
cuppajoeman
Level 1
Level 1
Posts: 6
Joined: Thu Apr 23, 2020 9:19 am

Re: Trouble running Reflector 3 software

Post by cuppajoeman »

Hi jkfloris, I will try to do that, but whenever I following the guide https://wiki.winehq.org/Ubuntu, and run

Code: Select all

wine --version
I always get wine-4.0.4
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Trouble running Reflector 3 software

Post by jkfloris »

dimesio wrote: Mon Apr 27, 2020 7:38 am Sounds like you are on Ubuntu 20.04. The stable branch typically has one maintenance release for the previous stable version a few weeks after a new version is released, and that was 4.0.4, released last week. Since Ubuntu 20.04 did not exist when 5.0 came out there are no 5.0 packages for it, and 4.0.4 is currently the only stable package in our focal repository. Whenever 5.0.1 comes out, packages for it will be added to our repository. The repository does contain packages for 5.7 for both the development and staging branches. But if you want to stick with the stable branch, the distro does have its own 5.0 packages. https://packages.ubuntu.com/focal/wine
cuppajoeman
Level 1
Level 1
Posts: 6
Joined: Thu Apr 23, 2020 9:19 am

Re: Trouble running Reflector 3 software

Post by cuppajoeman »

Went with the devel branch and I was able to get it running. Currently though I still need to be able to enter into the preferences to change the rendering mode to classic, as when I try to mirror right now, the program simply is transparent https://i.imgur.com/108pzem.png (changing that setting is how I fixed it before). But when I click on the preferences icon the whole program crashes.

I'm not too sure how to get a log of what exactly happened though. But I feel like that would be my next step.

I'm very grateful for everyone's help with this!
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Trouble running Reflector 3 software

Post by jkfloris »

Have you reinstalled the program and the winetricks in a clean wineprefix? Or just updated the wineprefix?
qwertymnb
Level 4
Level 4
Posts: 236
Joined: Sun Jan 17, 2016 4:36 pm

Re: Trouble running Reflector 3 software

Post by qwertymnb »

But when I click on the preferences icon the whole program crashes.
Does "winetricks arial" help prevent the crash?
cuppajoeman
Level 1
Level 1
Posts: 6
Joined: Thu Apr 23, 2020 9:19 am

Re: Trouble running Reflector 3 software

Post by cuppajoeman »

quertymnb, it certainly does! I can currently use the software now! https://i.imgur.com/pOYX1ea.png (this is my ipad being mirrored to my desktop!)
jeremy9959
Newbie
Newbie
Posts: 1
Joined: Thu Aug 13, 2020 2:48 pm

Re: Trouble running Reflector 3 software

Post by jeremy9959 »

I could use some help on Reflector3. I installed it successfully on Ubuntu 18.04LTS following this discussion, so I have a working version,
but I am no longer able to install it in, for example, another wineprefix on the same machine or on my Ubuntu 20.04 machine. I've tried wine-5.0.1 and (under 20.04) wine-5.5. I get the installer's window (as in the first post above) but when I click install the process immediately crashes with these messages:
0009:err:msi:custom_get_thread_return Invalid Return Code 77660344
0009:err:msi:ITERATE_Actions Execution halted, action L"CloseOtherInstances" returned 1603
0009:err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
Any new ideas?
Locked