Posted here because ZDoom's forum won't let me upload the file.
See here for more info: http://forum.zdoom.org/viewtopic.php?p=758671#p758671
			
			
									
						
										
						Download for test
Moderator: Graf Zahl
- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
- 
				Enjay
														 - Developer

 - Posts: 4759
 - Joined: Tue Aug 30, 2005 23:19
 - Location: Scotland
 
Re: Download for test
I get a crash on startup.  The attached report was just using my usual setup but I have also tried a clean install and other IWADs.
			
			
						You do not have the required permissions to view the files attached to this post.
			
						
										
						- 
				Enjay
														 - Developer

 - Posts: 4759
 - Joined: Tue Aug 30, 2005 23:19
 - Location: Scotland
 
Re: Download for test
For info, after a bit of configuring (took me a while to realise that GLEW_LIBRARY needs to point to glew32.lib (I was trying to make it point to glew32.dll doh!)) I built my own exe and it seems to run.  Don't know if it means much but my gzdoom.exe is 3,962,368 bytes versus your 3,906,048 bytes.  I guess that could be down to a number of factors unrelated to GLEW.
			
			
									
						
										
						- 
				Graf Zahl
														 - GZDoom Developer

 - Posts: 7148
 - Joined: Wed Jul 20, 2005 9:48
 - Location: Germany
 
Re: Download for test
What compiler do you use? Different compilers can easily cause different binary sizes.
For the crash: Not surprising. The test build requires OpenGL 4.0 plus two specific extensions. You only got GL 3.3 and that's the limit of the graphics card.
			
			
									
						
										
						For the crash: Not surprising. The test build requires OpenGL 4.0 plus two specific extensions. You only got GL 3.3 and that's the limit of the graphics card.
- 
				Enjay
														 - Developer

 - Posts: 4759
 - Joined: Tue Aug 30, 2005 23:19
 - Location: Scotland
 
Re: Download for test
Visual C++ 2010 ExpressGraf Zahl wrote:What compiler do you use? Different compilers can easily cause different binary sizes.
Ah, fair enough then.Graf Zahl wrote:The test build requires OpenGL 4.0 plus two specific extensions. You only got GL 3.3 and that's the limit of the graphics card.