Kon Tiki, bugfix(es)

Status
Not open for further replies.
On second thought, I'm not sure you need to install Bass.Net, since the required DLL is already distributed with the client. Please do as I said earlier and install the font, and see if that helps you.

On another note, the servers will be going online again tonight, and should never crash again! :D
I was toying around with the idea of having applications sending me exception information, and discovered a way to handle unhandled exceptions:

Code:
            Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException);
            Application.SetUnhandledExceptionMode(UnhandledExceptionMode.Automatic);

This was exactly what I needed for the servers! Now they will never crash, but log any and all unhandled exceptions so that I can attempt to fix them locally and restart the (hopefully) fixed servers on patchday! Perfect! :D
 
Should I be running TSOClient.exe or Project Dollhouse.exe? Because when I try opening Project Dollhouse.exe without compatibility mode and with admin it crashes with TSOClient.exe is not responding but, if I do it with compatibility mode: Windows 98 and admin it doesn't do anything.

I am positive I have 2.0 NET unless someone could link me to the exact one I should have.
 
Tranquill said:
Should I be running TSOClient.exe or Project Dollhouse.exe? Because when I try opening Project Dollhouse.exe without compatibility mode and with admin it crashes with TSOClient.exe is not responding but, if I do it with compatibility mode: Windows 98 and admin it doesn't do anything.

I am positive I have 2.0 NET unless someone could link me to the exact one I should have.
Yes, it has to be "Project Dollhouse.exe" for me the way I get it to launch without a startup crash is I right click it and go to "Properties" then the "Compatibility" tab and click "Change Settings for All Users" and check the box next to "Run in Compatibility mode for" and set it to "Windows XP Service Pack 3" and of course I also check the box to "Run this Program has administrator". Click Apply then try that.

Or nevermind, this newest update Afr0 released with a supposedly fixed PDpatcher.exe Broke it for me. :(
 
Ok,now in do all what need Install Bass.NET, XNA 3.1 and .NET 2.0,and make compatible with XP SP3 and for all users,but anyway,still only crash :(
 
Afr0 said:
SkiF, try installing the font in TSOClient\uigraphics\fonts
I'm now trying on another my PC with XP SP3,now i have another error :D
"Error: No Maxis products were found on your system."
 
xezno said:
http://www.helpware.net/mshelp2/h20.htm#MS_H2_Runtime This one?
"Note that early versions of .NET Framework SDK (1.0, 1.1) also installed the H2 runtime. This is probably the only free method of installing the runtime."

Now i installed that SDK and i have H2 runtime and BASS.NET installed without any error,but Project Dollhouse Client.exe still crashed :?
 
Again, I'm not sure bass.NET is needed for the client. Just install the font in TSOClient\uigraphics\fonts\, and the client should run.
 
Afr0 said:
Again, I'm not sure bass.NET is needed for the client. Just install the font in TSOClient\uigraphics\fonts\, and the client should run.
Where i can get font?Please FAQ for me :)
 
Status
Not open for further replies.
Back
Top