Trying to get 64-bit wine working properly
by brodo from LinuxQuestions.org on (#56RVF)
As a long time user of the 32-bit current Slackware I decided to try the 64-bit system with multilib as I need to use 32-bit Windows software.
Most works well now on the 64-bit, but invoking Tina 11 (electronic simulation full version) :
Code:bash-5.0$ WINEPREFIX=~/.wine64 wine64 tina.exegives me that:
Code:
00c0:fixme:uxtheme:BufferedPaintInit Stub ()
wine: Unhandled page fault on write access to FE87B01A at address 1E1505DE (thread 00c0), starting debugger...
preloader: Warning: failed to reserve range 00010000-00110000
bash-5.0$How can I fix this ?


Most works well now on the 64-bit, but invoking Tina 11 (electronic simulation full version) :
Code:bash-5.0$ WINEPREFIX=~/.wine64 wine64 tina.exegives me that:
Code:
00c0:fixme:uxtheme:BufferedPaintInit Stub ()
wine: Unhandled page fault on write access to FE87B01A at address 1E1505DE (thread 00c0), starting debugger...
preloader: Warning: failed to reserve range 00010000-00110000
bash-5.0$How can I fix this ?