Category : Uncategorized

08 Oct

nVidia Firewall and VMWare bridging

by Marco Mastropaolo

After some tweaking I found the settings to allow bridging (for example for VMWare or Virtual PC) on a NIC with nVidia Firewall active. The settings in the image below should be enough to allow it to work.

Filed Under: Uncategorized

08 Sep

How to crash Visual Studio.NET 2005

by Marco Mastropaolo

Ok, working on a VB.NET project here at work I’ve found that this code crashes the background VB.net compiler used for background syntax checks and autocomplete and simply forces you to terminate devenv.exe sooner or later. <microsoft .VisualBasic.ComClass()> _ <system .Runtime.InteropServices.ComVisible(True)> _ Public Class Class1 Private m_Obj As Object Public Property ciao() As Object Get [...]

Filed Under: Uncategorized

21 Aug

UO On Wine

by Marco Mastropaolo

I’ve found a document I’ve lost which explained how to run Ultima Online (client) on Linux using Wine. I have no time to test the procedure again, but I repaste the HOWTO here.

Filed Under: Uncategorized