wghost81 Posted March 22, 2015 Share Posted March 22, 2015 2EliotVU:Tokens view consumes primitive cast token (0x38) and extended native function tokens (0x61 to 0x6F) if those are at the beginning of the line. It happens with both tokens and disassembled tokens view.I'm using 1.2.6.0 UEE version. Link to comment Share on other sites More sharing options...
wghost81 Posted April 6, 2015 Share Posted April 6, 2015 Still no luck running UEE with mono, but I was able to finally run it with wine: http://i.imgur.com/JHkEgao.png There are some visual glitches and it works really slow, especially with big packages, but still it works. :smile: There were several problems involved. First, to run 32-bit windows application under 64-bit linux you need wine32 installed, which conflicts with wine64 (at least on my distro). Second, you don't need to install wine mono libs, but use winetricks to install dotnet40 instead. If you allowed wine to download and install mono libs before installing dotnet40, it will fail to uninstall mono properly and dotnet40 won't work. In this case you need to download ".NET Framework Cleaner Tool" to clean up all your mono and possible previous dotnet versions and then install dotnet40 again. Link to comment Share on other sites More sharing options...
Recommended Posts