techPowerUp! Forums

Go Back   techPowerUp! Forums > Software > Programming & Webmastering

Reply
 
Thread Tools
Old Aug 25, 2011, 03:28 AM   #26
Altered
500 Posts
 
Altered's Avatar
 
Join Date: May 2008
Location: Texas
Posts: 791 (0.43/day)
Thanks: 250
Thanked 126 Times in 116 Posts

System Specs

I just tried the New Version v1.2
When I tried the Auto Calculate button it seemed to work but when I click Save I get the error attached.
The Details of the error read:
Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: String cannot be of zero length.
Parameter name: oldValue
   at System.String.ReplaceInternal(String oldValue, String newValue)
   at System.String.Replace(String oldValue, String newValue)
   at BFBC2_Config_Utility.Form1.bt_Save_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
BFBC2 Config Utility
    Assembly Version: 1.2.0.0
    Win32 Version: 1.2.0.0
    CodeBase: file:///C:/Users/Demented/Downloads/BFBC2%20Config%20Utility.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.236 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.233 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.235 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


I am using Windows 7 64bit if that matters.
Attached Thumbnails
Click image for larger version

Name:	bfbc2configutilityerror.png
Views:	35
Size:	46.5 KB
ID:	43289  
__________________
CPU-Z validation sig pics temporarily blocked
Altered is offline  
Reply With Quote
The Following User Says Thank You to Altered For This Useful Post:
Old Aug 25, 2011, 05:01 AM   #27
jellyrole
500 Posts
 
jellyrole's Avatar
 
Join Date: May 2009
Location: Manhattan - Kansas State
Posts: 921 (0.63/day)
Thanks: 49
Thanked 201 Times in 157 Posts

System Specs

I'm getting that same error on Windows 7 Ultimate x64.
__________________
Heat
jellyrole is offline  
Reply With Quote
The Following User Says Thank You to jellyrole For This Useful Post:
Old Aug 25, 2011, 05:10 AM   #28
Radical_Edward
2000 Posts
 
Radical_Edward's Avatar
 
Join Date: Jan 2010
Location: Oregon, USA
Posts: 3,139 (2.58/day)
Thanks: 2,559
Thanked 1,964 Times in 1,073 Posts

System Specs

I might have to dl and mess with this a bit.
Radical_Edward is offline  
Reply With Quote
The Following User Says Thank You to Radical_Edward For This Useful Post:
Old Aug 25, 2011, 10:56 AM   #29
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

Quote:
Originally Posted by Altered View Post
I just tried the New Version v1.2
When I tried the Auto Calculate button it seemed to work but when I click Save I get the error attached.
The Details of the error read:
Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: String cannot be of zero length.
Parameter name: oldValue
   at System.String.ReplaceInternal(String oldValue, String newValue)
   at System.String.Replace(String oldValue, String newValue)
   at BFBC2_Config_Utility.Form1.bt_Save_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
BFBC2 Config Utility
    Assembly Version: 1.2.0.0
    Win32 Version: 1.2.0.0
    CodeBase: file:///C:/Users/Demented/Downloads/BFBC2%20Config%20Utility.exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.236 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.233 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.235 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


I am using Windows 7 64bit if that matters.
Quote:
Originally Posted by jellyrole View Post
I'm getting that same error on Windows 7 Ultimate x64.
Can you guys copy and paste the out put in the Settings.ini file Tab? Just right click inside the window and select all then past in this thread with a screen shot of that tab? I'm using Windows 7 64bit as well and i've tested on XP. Thanks guys!
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
Old Aug 25, 2011, 12:11 PM   #30
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

New Version v1.2 Rev1

Change Log v1.2.0.1
Build v1.2 revision 1

1. Fixed a code issue related to the Save button (I accidentally created this issue in v1.2.)


Altered & jellyrole please try the new version and let me know if it resolved your issue? Thanks!
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523

Last edited by Mindweaver; Aug 25, 2011 at 12:40 PM.
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
Old Aug 25, 2011, 03:01 PM   #31
jellyrole
500 Posts
 
jellyrole's Avatar
 
Join Date: May 2009
Location: Manhattan - Kansas State
Posts: 921 (0.63/day)
Thanks: 49
Thanked 201 Times in 157 Posts

System Specs

That fixed the first issue I was having. Same type of window now pops up when hitting save.

Code:
[WindowSettings]
Width=1680
Height=1050
Fullscreen=true
RefreshRate=60.933998
VSync=false
[Sound]
Quality=high
VoipEnable=true
SpeakerCount=0
[Graphics]
Effects=high
Soldiers=high
Vehicles=medium
Overgrowth=medium
Undergrowth=medium
StaticObjects=medium
Terrain=medium
Shadows=medium
Bloom=true
HSAO=false
MSAA=3
Water=medium
MainQuality=medium
Texture=high
DxVersion=auto
Aniso=2
Detail=medium
RenderAheadLimit=2
Fov=55
Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: String cannot be of zero length.
Parameter name: oldValue
   at System.String.ReplaceInternal(String oldValue, String newValue)
   at System.String.Replace(String oldValue, String newValue)
   at BFBC2_Config_Utility.Form1.bt_Save_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
BFBC2 Config Utility
    Assembly Version: 1.2.0.1
    Win32 Version: 1.2.0.1
    CodeBase: file:///R:/BFBC2%20Config%20Utility(1).exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.236 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.233 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.235 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
__________________
Heat
jellyrole is offline  
Reply With Quote
The Following User Says Thank You to jellyrole For This Useful Post:
Old Aug 25, 2011, 03:12 PM   #32
Altered
500 Posts
 
Altered's Avatar
 
Join Date: May 2008
Location: Texas
Posts: 791 (0.43/day)
Thanks: 250
Thanked 126 Times in 116 Posts

System Specs

I still get an error like jellyrole.
Here is the Settings.ini file Tab you requested.

Code:
[WindowSettings]
Width=1920
Height=1080
Fullscreen=true
RefreshRate=60
VSync=false
[Sound]
Quality=medium
VoipEnable=false
SpeakerCount=0
[Graphics]
Effects=high
Soldiers=high
Vehicles=high
Overgrowth=high
Undergrowth=high
StaticObjects=high
Terrain=high
Shadows=high
Bloom=true
HSAO=true
MSAA=2
Water=high
MainQuality=high
Texture=high
DxVersion=auto
Aniso=2
Detail=high
RenderAheadLimit=2
Fov=85
Attached Thumbnails
Click image for larger version

Name:	bfbc2configutilityini.png
Views:	24
Size:	67.1 KB
ID:	43299  
__________________
CPU-Z validation sig pics temporarily blocked
Altered is offline  
Reply With Quote
The Following User Says Thank You to Altered For This Useful Post:
Old Aug 25, 2011, 03:59 PM   #33
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

Quote:
Originally Posted by jellyrole View Post
That fixed the first issue I was having. Same type of window now pops up when hitting save.

Code:
[WindowSettings]
Width=1680
Height=1050
Fullscreen=true
RefreshRate=60.933998
VSync=false
[Sound]
Quality=high
VoipEnable=true
SpeakerCount=0
[Graphics]
Effects=high
Soldiers=high
Vehicles=medium
Overgrowth=medium
Undergrowth=medium
StaticObjects=medium
Terrain=medium
Shadows=medium
Bloom=true
HSAO=false
MSAA=3
Water=medium
MainQuality=medium
Texture=high
DxVersion=auto
Aniso=2
Detail=medium
RenderAheadLimit=2
Fov=55
Code:
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentException: String cannot be of zero length.
Parameter name: oldValue
   at System.String.ReplaceInternal(String oldValue, String newValue)
   at System.String.Replace(String oldValue, String newValue)
   at BFBC2_Config_Utility.Form1.bt_Save_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
BFBC2 Config Utility
    Assembly Version: 1.2.0.1
    Win32 Version: 1.2.0.1
    CodeBase: file:///R:/BFBC2%20Config%20Utility(1).exe
----------------------------------------
Microsoft.VisualBasic
    Assembly Version: 10.0.0.0
    Win32 Version: 10.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.236 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.233 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.235 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
http://img.techpowerup.org/110825/Capture004.jpg
I see the problem in yours. It's your RefreshRate=60.933998. Try going into your settings file and changing that to a Whole number like 60. I've got that field to only look for whole numbers. If you need some help changing that let me know. I'll work on trying to search for none whole numbers as well in a later build. Also change DxVersion to 9,10, or 11.

Quote:
Originally Posted by Altered View Post
I still get an error like jellyrole.
Here is the Settings.ini file Tab you requested.

Code:
[WindowSettings]
Width=1920
Height=1080
Fullscreen=true
RefreshRate=60
VSync=false
[Sound]
Quality=medium
VoipEnable=false
SpeakerCount=0
[Graphics]
Effects=high
Soldiers=high
Vehicles=high
Overgrowth=high
Undergrowth=high
StaticObjects=high
Terrain=high
Shadows=high
Bloom=true
HSAO=true
MSAA=2
Water=high
MainQuality=high
Texture=high
DxVersion=auto
Aniso=2
Detail=high
RenderAheadLimit=2
Fov=85
Aw I see your problem as well. it's the DxVersion=auto field. I have that field set to read only numbers. I'll try to get that fixed in the next build. You can manually change that in the settings.ini file to 9, 10, or 11 and get by until i fix it. Thanks guys!
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
Old Aug 25, 2011, 06:13 PM   #34
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

New Version v1.2 Rev2


Change Log v1.2.0.2
Build v1.2 revision 2

1.Fixed not be able to read/write "DxVersion=auto". This should fix purecain, Altered, and jellyrole's issue.
2 Added more mouse over Tips.
3. "auto" can now be selected as a DxVersion.


Oh and jellyrole you can have that odd refresh rate. My app just wont remove the ".933998" on the end.
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to Mindweaver For This Useful Post:
Old Aug 25, 2011, 11:56 PM   #35
Altered
500 Posts
 
Altered's Avatar
 
Join Date: May 2008
Location: Texas
Posts: 791 (0.43/day)
Thanks: 250
Thanked 126 Times in 116 Posts

System Specs

Seems to be working well now.
__________________
CPU-Z validation sig pics temporarily blocked
Altered is offline  
Reply With Quote
The Following User Says Thank You to Altered For This Useful Post:
Old Aug 26, 2011, 01:50 AM   #36
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

New Version v1.3


Change Log v1.3
1. Moved FOV settings to the General Tab with Resolution settings.
2. Moved around settings in Graphics Tab.
3. General Tab background Image change to reflect new settings.
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523

Last edited by Mindweaver; Aug 26, 2011 at 01:59 AM.
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
Old Aug 27, 2011, 04:37 AM   #37
jellyrole
500 Posts
 
jellyrole's Avatar
 
Join Date: May 2009
Location: Manhattan - Kansas State
Posts: 921 (0.63/day)
Thanks: 49
Thanked 201 Times in 157 Posts

System Specs

Works great now!
__________________
Heat
jellyrole is offline  
Reply With Quote
The Following User Says Thank You to jellyrole For This Useful Post:
Old Aug 27, 2011, 01:28 PM   #38
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

Quote:
Originally Posted by jellyrole View Post
Works great now!
Thanks for the feed back! I've got a small build I may put up later today. Just a few tweaks.
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
Old Aug 28, 2011, 02:03 PM   #39
CrackerJack
2000 Posts
 
CrackerJack's Avatar
 
Join Date: Dec 2007
Location: East TN
Posts: 2,392 (1.20/day)
Thanks: 408
Thanked 439 Times in 342 Posts

System Specs

Looks good man, I did something similar to this in the past but never uploaded it... I don't have good UI Design skills lol
CrackerJack is offline  
Reply With Quote
The Following User Says Thank You to CrackerJack For This Useful Post:
Old Aug 28, 2011, 02:23 PM   #40
FreedomEclipse
Crazy Dogmatic Bullsh!t!
 
FreedomEclipse's Avatar
 
Join Date: Apr 2007
Location: (British Born Chinese) London, United Kingdom
Posts: 7,531 (3.38/day)
Thanks: 825
Thanked 1,607 Times in 1,286 Posts

System Specs

Heres something you can add to the app.

mouse De-accleration options.

there was an app about in the past that did this. then EA patched BC2 over then it was never clear if it ever worked again.
__________________

“I used to be a serial upgrader like you, then i took a downgrade to the knee” -FreedomEclipse
FreedomEclipse is online now  
Reply With Quote
The Following User Says Thank You to FreedomEclipse For This Useful Post:
Old Aug 28, 2011, 04:08 PM   #41
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

Quote:
Originally Posted by CrackerJack View Post
Looks good man, I did something similar to this in the past but never uploaded it... I don't have good UI Design skills lol
Thanks! I'd like to see it. Did you do it in vb?

Quote:
Originally Posted by FreedomEclipse View Post
Heres something you can add to the app.

mouse De-accleration options.

there was an app about in the past that did this. then EA patched BC2 over then it was never clear if it ever worked again.
Thanks I'll add that in an update. Mouse acceleration is bad.
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
Old Aug 28, 2011, 04:25 PM   #42
CrackerJack
2000 Posts
 
CrackerJack's Avatar
 
Join Date: Dec 2007
Location: East TN
Posts: 2,392 (1.20/day)
Thanks: 408
Thanked 439 Times in 342 Posts

System Specs

Quote:
Originally Posted by Mindweaver View Post
Thanks! I'd like to see it. Did you do it in vb?
Yep
CrackerJack is offline  
Reply With Quote
Old Aug 28, 2011, 11:43 PM   #43
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

Quote:
Originally Posted by CrackerJack View Post
Yep
Nice
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
Old Aug 29, 2011, 12:35 AM   #44
Altered
500 Posts
 
Altered's Avatar
 
Join Date: May 2008
Location: Texas
Posts: 791 (0.43/day)
Thanks: 250
Thanked 126 Times in 116 Posts

System Specs

Congrats on a nice tool. I have not had any issues since v1.3.

I really hope you get one out early for BF3 it would surely be a huge hit. Since BC2 has been out so long its not in very high demand. Most have already got through setting their game up. Most of our clan doesn't play much anymore due to being burned out. So please don't be discouraged if the BC2 one is not a huge hit. This is a good idea and I look forward to a BC3 version.
__________________
CPU-Z validation sig pics temporarily blocked
Altered is offline  
Reply With Quote
The Following User Says Thank You to Altered For This Useful Post:
Old Aug 29, 2011, 12:15 PM   #45
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

Quote:
Originally Posted by Altered View Post
Congrats on a nice tool. I have not had any issues since v1.3.

I really hope you get one out early for BF3 it would surely be a huge hit. Since BC2 has been out so long its not in very high demand. Most have already got through setting their game up. Most of our clan doesn't play much anymore due to being burned out. So please don't be discouraged if the BC2 one is not a huge hit. This is a good idea and I look forward to a BC3 version.
Thanks Altered! I plan to have a BF3 Config Utility out the first week I get the beta. I can't wait!.. hehehe and yea I don't even play BFBC2 anymore.. hehehe all of this is for BF3 and to find out what every body wants settings wise. I'd like to get some testers. I'll add them on the utility page as Official BF3 Config Utility Testers. If you are interested send me a PM. Thanks! that goes for anyone willing to test.
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to Mindweaver For This Useful Post:
Old Aug 29, 2011, 01:46 PM   #46
CrackerJack
2000 Posts
 
CrackerJack's Avatar
 
Join Date: Dec 2007
Location: East TN
Posts: 2,392 (1.20/day)
Thanks: 408
Thanked 439 Times in 342 Posts

System Specs

Quote:
Originally Posted by Mindweaver View Post
Nice
Yeah I seen no point doing it in C. I started working on it again, I'll bring it out soon.

Note I'll be doing Skyrim when it releases, and several others... I'm leaving cod and battlefield to you

Last edited by CrackerJack; Aug 29, 2011 at 01:52 PM.
CrackerJack is offline  
Reply With Quote
The Following User Says Thank You to CrackerJack For This Useful Post:
Old Aug 29, 2011, 02:06 PM   #47
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

Quote:
Originally Posted by CrackerJack View Post
Yeah I seen no point doing it in C. I started working on it again, I'll bring it out soon.

Note I'll be doing Skyrim when it releases, and several others... I'm leaving cod and battlefield to you
Nice! I want Skyrim (The game) and I'll definitely get your app!

I'll be putting up a new BFBC2 Config Utility version today! be sure to grab it.
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
Old Sep 1, 2011, 11:38 PM   #48
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

New Version v1.4

Change Log v1.4
1. Made changes to the General Tab.
2. Now when you select speaker count it tells you what the setting does.
3. Added a new Profiles Tab. This lets you save different profiles.
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
Old Sep 2, 2011, 12:07 AM   #49
Kreij
Hardcore Monkey Moderator
 
Kreij's Avatar
 
Join Date: Feb 2007
Location: Cheeseland (Wisconsin, USA)
Posts: 12,114 (5.27/day)
Thanks: 591
Thanked 5,492 Times in 2,936 Posts

System Specs

I'm working on a Minesweeper config utility.

Good work all. It's nice to see more game utilities coming out of TPU.
__________________

Cloud (noun, singular): A dynamic arrangement of multiple potential single points of failure, with a user at one end and their data at the other.


Get more tech news on a wide variety of topics at NextPowerUp
Kreij is offline  
Reply With Quote
The Following 2 Users Say Thank You to Kreij For This Useful Post:
Old Sep 2, 2011, 01:01 AM   #50
Mindweaver
Moderato®™
 
Mindweaver's Avatar
 
Join Date: Apr 2009
Location: Statesville, NC
Posts: 3,656 (2.44/day)
Thanks: 4,326
Thanked 2,319 Times in 1,150 Posts

System Specs

Thanks Kreij! I'll be sure to get your Minesweeper config utility!
__________________
“As long as I feel the warmth from the sun and breathe precious air…. I must ask questions to feed the Mind!”

Battletag: Mindweaver#1523

Last edited by Mindweaver; Sep 2, 2011 at 11:20 AM.
Mindweaver is offline  
Crunching for Team TPU
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Black Ops Config Utility Mindweaver Programming & Webmastering 10 Nov 2, 2011 11:05 AM
BFBC2 connection problems PhysXerror Games 3 Mar 16, 2011 08:38 AM
Help with BFBC2? Raizo Games 5 Jul 15, 2010 10:56 PM
GPU for BFBC2 caleb System Builder's Advice 22 Apr 30, 2010 08:58 AM
5870 and BFBC2 runnin17 AMD / ATI 12 Apr 26, 2010 12:16 AM


All times are GMT. The time now is 09:10 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts