mscoree.dll is giving me problem when installing a game on wine - wine

Should I try to get this on my own before trying to install it again? Oh, and where is the place where wine games go? I want to uninstall it before.
The error

Related

How to install unison-gtk in NixOS?

The title pretty much says it.
I installed NixOS 20.03 in a virtual machine to play a little with it and, if all goes well, install it on my work laptop.
I use Unison's gui, unison-gtk, to keep the laptop and my main production machine in sync. I found the unison package on the search page, but this package does not install unison-gtk, and there seems to be no package for it either. How can I install it?
Thanks in advance.
In NixOS, the unison package includes a GUI, no need for a separate package.

What versions of Angular 2 and Angular-cli worktogether on windows vista?

would anybody happen to know the latest versions that work together on Windows Vista? I've been back and forth trying to get the right combination together but ng new never works for some reason or another.
(this is the older post showing what I already tried)
I'm having a bit of a problem here. I attempted to update angular/cli and I got errors telling me I need to update my version of node. I have windows vista so I'm pretty much stuck with node 5.7 and npm 3.6 until I can afford a new computer.
I tried uninstalling angular and clearing the cache and installing angular-cli#1.0.0-beta.14 and it installs. I can create a new project with it though it takes a long time to create it, and it also throws an error with node-pre-gyp. I came across an article on Github that said it's meant to be installed locally in the project and not globally. So I tried uninstalling, clearing cache and installing without -g to make it local within my project folder and it still has errors installing and I still can't serve my project.
How can I clear this all up and just start back with a clean slate of Angular2? I've looked around and everything I find leads me to the docs which are now updated to something beyond what my computer can handle.
I have windows vista so I'm pretty much stuck with node 5.7 and npm 3.6 until I can afford a new computer.
Have you considered running Linux? There are many versions with a lightweight GUI that runs well on older hardware. Ubuntu Mate is an example. It's harder to run node on Windows because of symlinks.

Install Scratch 2 under Linux Ubuntu 14.04

I tried to install Scratch 2 under Linux for Education at school. I followed these good instructions to install Adobe Air - everything works fine. But if I execute the Air-Installfile for Scratch I will be asked for the root password. In the little Pop-Up-Window it's not working so I tried to start the Air-File with these:
/opt/Adobe\ AIR/Versions/1.0/Adobe\ AIR\ Application\ Installer /{absolute path to downloadfolder}/Scratch.air
It works fine, but I get an error saying error that my Scratch-Install-File is broken... I re-loaded again but nothing changed. Does someone has an helpful idea?
Look at your file size. The download have maybe been interupted before it was complete. It happened to me so I downloaded it again with a download manager like JDownloader and installed it successfully but only with sudo
sudo /opt/Adobe\ AIR/Versions/1.0/Adobe\ AIR\ Application\ Installer /{absolute path to downloadfolder}/Scratch.air
The problem is that you can't launch it directly when you installed it with sudo rights. I'm looking for a solution but this is another problem.

Hard time installing ia32-lib on mac osx

I'm trying to install the ia32-lib on my mac leopard osx 10.5.8 in order to be able to create some Android components like the SD card, the issue is that i get the following error:
E: Couldn't find package ia32-libs
so i thought it was an update issue and thus updated with:
sudo apt-get update
But still i get the same error,
another thing that i have noticed is that by running a cache scan like:
sudo apt-cache search ia32-libs
Nothing is returned, so the update actually did not fetch this library,
Have you ever experienced this? have some hints?
Unfortunately by looking around the web i have only found hints for Debian and Ubuntu.
Thank you,
OK:
1) You've got two threads open on the same question:
Hard time installing ia32-lib on mac osx
Android: Failed to create SD card
2) More to the point, I honestly think you're barking up the wrong tree.
I don't think you somehow need to get ia32-libs installed on Mac OSX. Heck, I don't even know if there is an ia32-libs for Mac OSX. Yes, It's necessary on some 64-bit Linux platforms. AFAIK, it is not necessary on 64-bit Mac OSX. Honest!
3) Please look at these links:
http://www.buzztouch.com/files/howtos/Setting_Up_Your_Android_Development_Environment_For_MacOSX_v1.0.pdf
android dev on 64-bit mac
http://relentlessinquiry.com/2011/03/02/how-i-built-my-mac-os-x-android-development-environment/
http://marakana.com/support/android_setup.html

Problem installing sqlite3-ruby on cygwin

I'm getting error while trying to install sqlite3-ruby gem:
gem install sqlite3-ruby-1.3.1.gem
Building native extensions. This could take a while...
ERROR: Error installing sqlite3-ruby-1.3.1.gem:
ERROR: Failed to build gem native extension.
/usr/bin/ruby.exe extconf.rb
Gem files will remain installed in /usr/lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.3.1 for inspection.
Results logged to /usr/lib/ruby/gems/1.9.1/gems/sqlite3-ruby-1.3.1/ext/sqlite3/gem_make.out
Same using:
gem install sqlite3-ruby-1.3.1
And that worked:
gem install sqlite3-ruby-1.3.1-x86-mswin32-60.gem
However I discovered I had had installed sqlite-ruby-1.2.5
Well my question is how 'gem' is installing these things? Why it can't choose sqlite3-ruby-1.3.1-x86-mswin32-60.gem version automatically. Does 'gem' is aware of running on linux or windows? What is native extension for it and why it is failing to install predownloaded sqlite3-ruby-1.3.1.gem
Thanks in advance
Lots of people seem to be having this issue. I'm surprised this doesn't work out of the box, as I would have guessed cygwin+ruby+sqlite is a supercommon configuration. Anyway. Many people concentrate on sqlite3.h, which is what appears are missing in the error output. However, my problem was that gcc wasn't installed correctly. Apparently gcc can fail to install correctly under cygwin. I fixed that and it was fine. Also, make sure you install libsql3-devel in cygwin.
I've been down this road before. I failed installing Ruby in Windows to work with Cygwin and I failed on Ubuntu.
What you do to save yourself the time and trouble is get a VM running with a Linux image (Fedora seemed to work well) and work with Ruby in that.

Resources