SUBSIM Radio Room Forums



SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997

Go Back   SUBSIM Radio Room Forums > Silent Hunter 3 - 4 - 5 > SH5 Mods Workshop
Forget password? Reset here

Reply
 
Thread Tools Display Modes
Old 06-25-12, 05:09 AM   #8971
Tonci87
Samurai Navy
 
Join Date: Jun 2012
Posts: 573
Downloads: 119
Uploads: 0


Default

I have a little Problem with your Options file Editor 1.0.25.0 (run as admin)

If I try to change the Hull number of the Boat (I want it to be U-35) I get this Error as soon as it tries to update the save games with the new number

Code:
************** Ausnahmetext **************
System.IO.DirectoryNotFoundException: Ein Teil des Pfades "C:\Users\Tonci\My Documents\SH5\data\cfg\SaveGames" konnte nicht gefunden werden.
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bei System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
   bei System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
   bei System.IO.Directory.GetDirectories(String path)
   bei TheDarkWraith.SilentHunter5.OptionsFileEditorViewer.SetUboatHullNumber(String hullnumber)
   bei TheDarkWraith.SilentHunter5.OptionsFileEditorViewer.TreeNodeOption_MouseDoubleClick(Object sender, TreeNodeMouseClickEventArgs e)
   bei System.Windows.Forms.TreeView.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
OptionsFileEditorViewer
    Assembly-Version: 1.0.25.0.
    Win32-Version: 1.0.25.0.
    CodeBase: file:///C:/Spiele/Silent%20Hunter%205/MODS/NewUIs_TDC_6_9_0_ByTheDarkWraith/data/Applications/OptionsFileEditorViewer/OptionsFileEditorViewer.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5460 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5462 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Xml
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
mscorlib.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Configuration
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Core
    Assembly-Version: 3.5.0.0.
    Win32-Version: 3.5.30729.5420 built by: Win7SP1.
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
and I get this Error when it tries to update the campaign files

Code:
************** Ausnahmetext **************
System.IO.DirectoryNotFoundException: Ein Teil des Pfades "C:\Users\Tonci\My Documents\SH5\data\Users" konnte nicht gefunden werden.
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bei System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
   bei System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
   bei System.IO.Directory.GetDirectories(String path)
   bei TheDarkWraith.SilentHunter5.OptionsFileEditorViewer.SetUboatHullNumber(String hullnumber)
   bei TheDarkWraith.SilentHunter5.OptionsFileEditorViewer.TreeNodeOption_MouseDoubleClick(Object sender, TreeNodeMouseClickEventArgs e)
   bei System.Windows.Forms.TreeView.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
OptionsFileEditorViewer
    Assembly-Version: 1.0.25.0.
    Win32-Version: 1.0.25.0.
    CodeBase: file:///C:/Spiele/Silent%20Hunter%205/MODS/NewUIs_TDC_6_9_0_ByTheDarkWraith/data/Applications/OptionsFileEditorViewer/OptionsFileEditorViewer.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5460 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5462 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Xml
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
mscorlib.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Configuration
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Core
    Assembly-Version: 3.5.0.0.
    Win32-Version: 3.5.30729.5420 built by: Win7SP1.
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
Same thing happens if I change the captains name
Tonci87 is offline   Reply With Quote
Old 06-25-12, 06:17 AM   #8972
ALOTEF
Watch
 
Join Date: Dec 2008
Posts: 28
Downloads: 81
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
Did you adjust the options file by hand or by using the OptionsEditorViewer app? If not the latter that is more than likely your problem. You can find the app in \data\Applications
Yeah, I tried that but I get the same issue. Strangely, your earlier SH4-only GUI mod works fine.
ALOTEF is offline   Reply With Quote
Old 06-25-12, 07:20 AM   #8973
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Tonci87 View Post
I have a little Problem with your Options file Editor 1.0.25.0 (run as admin)

If I try to change the Hull number of the Boat (I want it to be U-35) I get this Error as soon as it tries to update the save games with the new number

and I get this Error when it tries to update the campaign files

Same thing happens if I change the captains name
Steam or DVD version of game?

Do these two folders exist on your computer?
C:\Users\Tonci\My Documents\SH5\data\cfg\SaveGames
C:\Users\Tonci\My Documents\SH5\data\Users

If not, what is the actual path to them
TheDarkWraith is offline   Reply With Quote
Old 06-25-12, 07:22 AM   #8974
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by finchOU View Post
Should I get a "set speed 7.5 knots" when I press my HotKey for setting the most fuel efficient speed? Cause right now im not getting that.
Is that hotkey enabled? What I mean is did you enable it in the options file editor/viewer?
TheDarkWraith is offline   Reply With Quote
Old 06-25-12, 07:25 AM   #8975
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by ALOTEF View Post
Yeah, I tried that but I get the same issue. Strangely, your earlier SH4-only GUI mod works fine.
Are you patched to v1.2 of the game? Does it say v1.2 in the upper right corner of the main game menu?

Run the DbgView app found in \data\Applications before starting the game. Start the game and try letting it sit there and loop for some time. It might still be loading items into memory. If this goes on for > 10mins then there is a problem somewhere. I'll need to see the full DbgView output.
TheDarkWraith is offline   Reply With Quote
Old 06-25-12, 07:49 AM   #8976
Tonci87
Samurai Navy
 
Join Date: Jun 2012
Posts: 573
Downloads: 119
Uploads: 0


Default

Quote:
Originally Posted by TheDarkWraith View Post
Steam or DVD version of game?

Do these two folders exist on your computer?
C:\Users\Tonci\My Documents\SH5\data\cfg\SaveGames
C:\Users\Tonci\My Documents\SH5\data\Users

If not, what is the actual path to them
Paths:
I guess I have this Problem because it isn´t called "My Documents"

C:\Users\Tonci\Documents\SH5\data\cfg\SaveGames
C:\Users\Tonci\Documents\SH5\data\Users
Tonci87 is offline   Reply With Quote
Old 06-25-12, 10:07 AM   #8977
finchOU
Samurai Navy
 
Join Date: Jan 2004
Posts: 571
Downloads: 77
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
Is that hotkey enabled? What I mean is did you enable it in the options file editor/viewer?

Yeah.....

#[OPTION]
#CATEGORY=Fuel
#TYPE=7
#DESCRIPTION=Hotkey for ordering most fuel efficient speed
#VALUES=
#DEFAULT=[ False, MenuKeyManagerWrapper.Keys.M, False, False, False, False ]
#; the hotkey used to order most fuel efficient speed
#; Format:
#;
#; MostFuelEfficientSpeedHotKey = [ False, None, False, False, False ]
#; False = disabled
#; None = key used
#; False = shift required
#; False = ctrl required
#; False = alt required
#; False = handled
#;
#; if you wanted to enable this without shift, ctrl, and alt required:
#; MostFuelEfficientSpeedHotKey = [ True, MenuKeyManagerWrapper.Keys.M, False, False, False, False ]
#;
#; if you wanted to disable this:
#; MostFuelEfficientSpeedHotKey = [ False, MenuKeyManagerWrapper.Keys.M, False, False, False, False ]
#;
#; Note: Keys.M is used by the Navigation Map in the stock game! It was used only as example here. Also the hotkey will only be recognized if the sub is surfaced
#;
MostFuelEfficientSpeedHotKey=[True,MenuKeyManagerWrapper.Keys.U,False,True,False ,False]

I used control for it...but nothing seems to happen when I select it in game. I used the Application to install it this way.
__________________
Intel i7-2700K-3.50GHz, 16 GB RAM, 2 xGTX 560,2GB,SLI,2 TB HD
The Wolves of Steel 1.06
The Wolves of Steel 1.06 Update 05c
finchOU is offline   Reply With Quote
Old 06-25-12, 10:15 AM   #8978
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by finchOU View Post
I used control for it...but nothing seems to happen when I select it in game. I used the Application to install it this way.
The only thing that could be overriding it is if you have the same key, U, defined in commands.cfg for something. The keys in commands.cfg will not 'pass' the keypress onto anything else thus I cannot intercept it.
TheDarkWraith is offline   Reply With Quote
Old 06-26-12, 07:15 AM   #8979
steve.puma
Nub
 
Join Date: Jun 2009
Posts: 4
Downloads: 114
Uploads: 0
Default

I would like to say hello and thank for this amazing mod
steve.puma is offline   Reply With Quote
Old 06-26-12, 08:02 AM   #8980
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Tonci87 View Post
Paths:
I guess I have this Problem because it isn´t called "My Documents"

C:\Users\Tonci\Documents\SH5\data\cfg\SaveGames
C:\Users\Tonci\Documents\SH5\data\Users
That's interesting What OS are you using?
TheDarkWraith is offline   Reply With Quote
Old 06-26-12, 08:07 AM   #8981
radcapricorn
Helmsman
 
Join Date: Jun 2011
Posts: 105
Downloads: 181
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
The only thing that could be overriding it is if you have the same key, U, defined in commands.cfg for something. The keys in commands.cfg will not 'pass' the keypress onto anything else thus I cannot intercept it.

Can't you set Handled property to True in PageDefaultHud's key press handler? I've been playing with edit boxes lately and whenever I typed in some numbers my speed telegraph reacted. But once I changed the event's Handled property to True, it stopped passing through.
radcapricorn is offline   Reply With Quote
Old 06-26-12, 08:12 AM   #8982
Tonci87
Samurai Navy
 
Join Date: Jun 2012
Posts: 573
Downloads: 119
Uploads: 0


Default

Quote:
Originally Posted by TheDarkWraith View Post
That's interesting What OS are you using?
Win7 x64 Pro (german Localisation)
Tonci87 is offline   Reply With Quote
Old 06-26-12, 03:57 PM   #8983
Mikemike47
Grey Wolf
 
Join Date: Sep 2006
Location: NY
Posts: 995
Downloads: 1078
Uploads: 6
Default

Quote:
Originally Posted by Tonci87 View Post
I have a little Problem with your Options file Editor 1.0.25.0 (run as admin)

If I try to change the Hull number of the Boat (I want it to be U-35) I get this Error as soon as it tries to update the save games with the new number

Code:
************** Ausnahmetext **************
System.IO.DirectoryNotFoundException: Ein Teil des Pfades "C:\Users\Tonci\My Documents\SH5\data\cfg\SaveGames" konnte nicht gefunden werden.
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bei System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
   bei System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
   bei System.IO.Directory.GetDirectories(String path)
   bei TheDarkWraith.SilentHunter5.OptionsFileEditorViewer.SetUboatHullNumber(String hullnumber)
   bei TheDarkWraith.SilentHunter5.OptionsFileEditorViewer.TreeNodeOption_MouseDoubleClick(Object sender, TreeNodeMouseClickEventArgs e)
   bei System.Windows.Forms.TreeView.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
OptionsFileEditorViewer
    Assembly-Version: 1.0.25.0.
    Win32-Version: 1.0.25.0.
    CodeBase: file:///C:/Spiele/Silent%20Hunter%205/MODS/NewUIs_TDC_6_9_0_ByTheDarkWraith/data/Applications/OptionsFileEditorViewer/OptionsFileEditorViewer.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5460 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5462 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Xml
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
mscorlib.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Configuration
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Core
    Assembly-Version: 3.5.0.0.
    Win32-Version: 3.5.30729.5420 built by: Win7SP1.
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
and I get this Error when it tries to update the campaign files

Code:
************** Ausnahmetext **************
System.IO.DirectoryNotFoundException: Ein Teil des Pfades "C:\Users\Tonci\My Documents\SH5\data\Users" konnte nicht gefunden werden.
   bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   bei System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption)
   bei System.IO.Directory.GetDirectories(String path, String searchPattern, SearchOption searchOption)
   bei System.IO.Directory.GetDirectories(String path)
   bei TheDarkWraith.SilentHunter5.OptionsFileEditorViewer.SetUboatHullNumber(String hullnumber)
   bei TheDarkWraith.SilentHunter5.OptionsFileEditorViewer.TreeNodeOption_MouseDoubleClick(Object sender, TreeNodeMouseClickEventArgs e)
   bei System.Windows.Forms.TreeView.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
OptionsFileEditorViewer
    Assembly-Version: 1.0.25.0.
    Win32-Version: 1.0.25.0.
    CodeBase: file:///C:/Spiele/Silent%20Hunter%205/MODS/NewUIs_TDC_6_9_0_ByTheDarkWraith/data/Applications/OptionsFileEditorViewer/OptionsFileEditorViewer.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5460 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5462 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Xml
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
mscorlib.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5456 (Win7SP1GDR.050727-5400).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Configuration
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Core
    Assembly-Version: 3.5.0.0.
    Win32-Version: 3.5.30729.5420 built by: Win7SP1.
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.5420 (Win7SP1.050727-5400).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>
Same thing happens if I change the captains name
Do I just type in the word Code:, then add the text?
Does that single word, code:, and then all the written text create the scrolling information ability at the bottom and right sides of text area? What other steps are needed? I would like to use that feature for future posts if someone can help me with the steps.
Mikemike47 is offline   Reply With Quote
Old 06-27-12, 05:09 AM   #8984
ALOTEF
Watch
 
Join Date: Dec 2008
Posts: 28
Downloads: 81
Uploads: 0
Default

Quote:
Originally Posted by TheDarkWraith View Post
Are you patched to v1.2 of the game? Does it say v1.2 in the upper right corner of the main game menu?

Run the DbgView app found in \data\Applications before starting the game. Start the game and try letting it sit there and loop for some time. It might still be loading items into memory. If this goes on for > 10mins then there is a problem somewhere. I'll need to see the full DbgView output.
I left it for some time and nothing was happening. I pressed Ctrl-Alt-Delete and went back into the program... it loaded and the mod works.
This seems to be a repeating pattern, an annoying one considering I must go through it each time I run the game. :/
From what I saw of the mod, it looks brilliant though.
ALOTEF is offline   Reply With Quote
Old 06-27-12, 03:57 PM   #8985
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by Tonci87 View Post
I have a little Problem with your Options file Editor 1.0.25.0 (run as admin)

If I try to change the Hull number of the Boat (I want it to be U-35) I get this Error as soon as it tries to update the save games with the new number

Same thing happens if I change the captains name
I checked my code and I had hard-coded the "My Documents" folder instead of getting the string value from the Environment class. I sent Tonci87 an updated version of the app. Once he verifies it works correctly I'll release a new version of the app so others won't have this problem.
TheDarkWraith is offline   Reply With Quote
Reply

Tags
dbrn, favorite, new ui


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 -5. The time now is 02:26 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.