Forum Archive

Go Back   3D Realms Forums > 3D Realms Topics > Other Apogee/3D Realms Games > Rise of the Triad (1995) Source Code
Blogs FAQ Community Calendar

Notices

 
 
Thread Tools
Old 02-25-2010, 10:09 AM   #1
TheLedZepplin
WinROTT Networking
I'd like to setup a LAN Party this weekend.

I have WinRottGL working on a couple machines (v1.44 and v1.48).
The machines are Windows 7 however, so there's no IPX stack.
TCP/IP does not appear as a provider in those versions, in fact the list is empty.
I have tried v2.24 but that version crashes with a "can't malloc" errror.

Suggestions?
TheLedZepplin is offline  
Old 02-25-2010, 11:57 AM   #2
Bert
Re: WinROTT Networking
I ran into that malloc error a while ago. It's an easy fix.

Winrott.c line 1294

Quote:
if (dwAvailPhysRamOnMachine > MAXMEMORYSIZE){
lMAXMEMORYSIZE = dwAvailPhysRamOnMachine;
}else{
lMAXMEMORYSIZE = MAXMEMORYSIZE;
}
should be

Quote:
if (dwAvailPhysRamOnMachine < MAXMEMORYSIZE){
lMAXMEMORYSIZE = dwAvailPhysRamOnMachine;
}else
{
lMAXMEMORYSIZE = MAXMEMORYSIZE;
}
You can't allocate more memory than you have available. WinROTT also shouldn't use the GlobalMemoryStatus function, since it can report incorrect info (which is how I found the bug). It should use GlobalMemoryStatusEx.
Bert is offline  
Old 03-02-2010, 11:43 PM   #3
Neuro

Neuro's Avatar
Re: WinROTT Networking
^ Somebody give this guy a job at WinROTT Studios
Neuro is offline  
Old 03-03-2010, 07:06 PM   #4
GrimWoman

GrimWoman's Avatar
Re: WinROTT Networking
I dosen't even seem that anyone is working on winrott anymore.
GrimWoman is offline  
Old 03-04-2010, 08:45 PM   #5
jbailey

jbailey's Avatar
Re: WinROTT Networking
Well I haven't heard from birger in a good while, and official winrott
(not winrottgl) development work stopped a long time ago, there's
supposed to be another new version of winrottgl, but birgers' h/d died,
and he lost most if not all of the work he had at that time, I've not heard
anything new since then ( about 6 months). Of course there is nothing
stopping anyone from getting the current sources for winrott and winrottgl
and making their own changes if they wish. If I get any new info, I'll post here...

__________________
Download Winrott here:

http://www.riseofthetriad.dk/DL_GlROTT.htm

jbailey
jbailey is offline  
 

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 07:12 PM.

Page generated in 0.12104201 seconds (100.00% PHP - 0% MySQL) with 16 queries

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

Website is ©1987-2014 Apogee Software, Ltd.
Ideas and messages posted here become property of Apogee Software Ltd.