Quantcast
Channel: GSAK Forum
Viewing all 75087 articles
Browse latest View live

GSAK Datenbank by NaVeBu75 - 2018-11-15

$
0
0
QUOTE (RNKBerlin @ November 15, 2018 06:14 am)
QUOTE (HHL @ November 14, 2018 11:55 pm)
Woher hast Du deine Erkenntnis? Ich kann das den Postings nicht entnehmen.  sad.gif

Meine Schuld, ich habe ihr empfohlen, sich an dieses Forum zu wenden.

Zu Deinem nächsten Beitrag: Wärmer, aber noch nicht heiß. Sie möchte tatsächlich die exakt umgekehrte Funktion von GCNote2UserNote, weil es sich um mehrere Hundert GCNotes handelt. Und ja, ich bin zu blöd, das Makro umzuschreiben smile.gif

Hallo Robin!

Vielen Dank für Deinen engagierten Einsatz, aber du hast wohl unsere vielen Mails durcheinander gebracht.

Hier geht es tatsächlich darum die GSAK-Notizen von Datenbank A mit den Notizen in der Datenbank B abzugleichen.


Gruß
Verena



Geocaching.com profile by RNKBerlin - 2018-11-15

$
0
0
QUOTE (sbeelis @ November 14, 2018 11:57 pm)
What exactly do you mean when you say it "bombs"? Doesn't run? Runs but doesn't do what you expect?

Sorry for that. By bomb I mean "starts, stops with error, but too fast, so I cannot debug it."

I simply took a video of it failing with my smartphone, and then found it that it would not find FsgUpload.scr (both the .bat and .scr files are in the same directory, ie Macros). I used the .scr file's full path instead, and not it works as expected.

Thank you very much, that is very useful!

Kind regards,
Robin

GSAK Datenbank by HHL - 2018-11-15

$
0
0
QUOTE (NaVeBu75 @ November 15, 2018 08:36 am)
[...]
Du hast mein Problem vollkommen richtig verstanden.

Ich möchte aus der Datenbank A meine Gsak-Notizen mit der Datenbank B abgleichen.

Als Beispiel:
In der Datenbank A steht im Cache "Geometrie"unter Notizen :
Rätsellösung: Buch Seite 15

In der Datenbank B steht im Cache "Geometrie" unter Notizen:
geänderte Koords sind...

Das Ergebnis sollte in einer der beiden Datenbanken sein.

Das im Cache "Geometrie" Beide Texte drin stehen, also

Rätsellösung: Buch Seite 15
geänderte Koords sind...


Ich hoffe ich konnte die Verwirrung etwas beheben.


Gruß
Verena

Ja, jetzt ja. Kommunikation über Dritte war ja noch nie besonders hilfreich. wink.gif
Nur aus reiner Neugier: warum hast Du denn überhaupt den Cache "Geometrie" in zwei Datenbanken stehen? Das steht einer Datenintegrität doch sehr entgegen (wie man ja jetzt an deinem Beispiel sieht) und konterkariert die positiven Effekte einer Datenbank.
Dein Problem kann mit einem Makro gelöst werden. Allerdings übersteigt das auch meine Fertigkeiten. sad.gif
Frohes Jagen
Hans

GSAK Datenbank by HHL - 2018-11-15

$
0
0
Ein sehr grobschlächtiges Proof of concept zum Angebot wink.gif
Bedingung: das benutzte Datenfeld (hier: User2) darf nirgendwo belegt sein. Im Zweifel einfach User4 nehmen.

1. Erstelle eine dritte Datenbank C
2. In Db A: Kopiere die Usernote in ein Userdata-Feld (im Beispielcode in User2)
GSK
DATABASE Name="Database A"

Goto POSITION=Top
WHILE Not($_EoL)
Transaction Action=Begin
 $d_User2 = $d_usernote
Transaction Action=End
Goto POSITION=Next
ENDWHILE

3. Kopiere Db A nach Db C
4. Kopiere Db B nach Db C
5. In Db C hast Du jetzt die Notes aus A (in User2) und B (in Notes) stehen. Kombiniere beide mit diesem Code:
GSK
Goto POSITION=Top
WHILE Not($_EoL)
Transaction Action=Begin
 $d_usernote = $d_usernote + $_CrLf + $d_User2
Transaction Action=End
Goto POSITION=Next
ENDWHILE

Jetzt hast Du beide Notes in den Notes stehen
6. Kopiere alles zurück nach Db A

Frohes Jagen
Hans

NB: Bitte mache ein Backup bevor Du loslegst.

Geocaching.com profile by sbeelis - 2018-11-15

$
0
0
QUOTE (RNKBerlin @ November 15, 2018 08:43 am)
QUOTE (sbeelis @ November 14, 2018 11:57 pm)
What exactly do you mean when you say it "bombs"? Doesn't run? Runs but doesn't do what you expect?

Sorry for that. By bomb I mean "starts, stops with error, but too fast, so I cannot debug it."

I simply took a video of it failing with my smartphone, and then found it that it would not find FsgUpload.scr (both the .bat and .scr files are in the same directory, ie Macros). I used the .scr file's full path instead, and not it works as expected.

Thank you very much, that is very useful!

Kind regards,
Robin

Thanks for clarifying. That was certainly one option. The other option (which my batch script chose) is to first change into the directory where both the bat and scr files reside, then you don't need to specify the path to the script. But either of those solutions will work. Glad you got it running.

The idea of taking a video with your smartphone is pretty clever :-) I was considering to suggest you use Fraps to take a video but decided that would be overkill.

New API: Invalid XML when refreshing cache by sloth96 - 2018-11-15

$
0
0
QUOTE (clyde @ November 14, 2018 05:59 pm)
QUOTE (sloth96 @ November 14, 2018 09:20 am)
A similiar issue may also be refreshing the details light on GC23KGQ yielded the following json on the wire but the type of cache stayed "Other".


This should now be fixed in build 111

After the upgrade to 111 it showed up with the icon for headquarters and the type is listed as LostAndFound Celebration which appears to be a differ type than lost and found event.

QUOTE
3653: Lost & Found Event
3774: Geocaching Lost & Found Celebration

GSAK Datenbank by NaVeBu75 - 2018-11-15

$
0
0
QUOTE (HHL @ November 15, 2018 04:16 pm)
QUOTE (NaVeBu75 @ November 15, 2018 08:36 am)
[...]
Du hast mein Problem vollkommen richtig verstanden.

Ich möchte aus der Datenbank A meine Gsak-Notizen mit der Datenbank B abgleichen.

Als Beispiel:
In der Datenbank A steht im Cache "Geometrie"unter Notizen :
Rätsellösung: Buch Seite 15

In der Datenbank B steht im Cache "Geometrie" unter Notizen:
geänderte Koords sind...

Das Ergebnis sollte in einer der beiden Datenbanken sein.

Das im Cache "Geometrie" Beide Texte drin stehen, also

Rätsellösung: Buch Seite 15
geänderte Koords sind...


Ich hoffe ich konnte die Verwirrung etwas beheben.


Gruß
Verena

Ja, jetzt ja. Kommunikation über Dritte war ja noch nie besonders hilfreich. wink.gif
Nur aus reiner Neugier: warum hast Du denn überhaupt den Cache "Geometrie" in zwei Datenbanken stehen? Das steht einer Datenintegrität doch sehr entgegen (wie man ja jetzt an deinem Beispiel sieht) und konterkariert die positiven Effekte einer Datenbank.
Dein Problem kann mit einem Makro gelöst werden. Allerdings übersteigt das auch meine Fertigkeiten. sad.gif
Frohes Jagen
Hans

Hallo Hans!

Wieso ich zwei Datenbanken mit den selben Caches habe ist einfach erklärt.
Meine Schwester und ich teilen uns eine Gsak-Datenbank.
Und das es nicht immer zu konflikten kommt, haben wir einfach die Datenbanken kopiert.
So kann nun jeder ohne den anderen zu stören, Mysteries lösen.
Und daraus resultiert, das man nach ein paar Monaten die Datenbanken vergleichen sollte,
damit nichts verloren geht.

Gruß

Verena

GSAK Datenbank by NaVeBu75 - 2018-11-15

$
0
0
QUOTE (HHL @ November 15, 2018 04:44 pm)
Ein sehr grobschlächtiges Proof of concept zum Angebot wink.gif
Bedingung: das benutzte Datenfeld (hier: User2) darf nirgendwo belegt sein. Im Zweifel einfach User4 nehmen.

1. Erstelle eine dritte Datenbank C
2. In Db A: Kopiere die Usernote in ein Userdata-Feld (im Beispielcode in User2)
GSK
DATABASE Name="Database A"

Goto POSITION=Top
WHILE Not($_EoL)
Transaction Action=Begin
 $d_User2 = $d_usernote
Transaction Action=End
Goto POSITION=Next
ENDWHILE

3. Kopiere Db A nach Db C
4. Kopiere Db B nach Db C
5. In Db C hast Du jetzt die Notes aus A (in User2) und B (in Notes) stehen. Kombiniere beide mit diesem Code:
GSK
Goto POSITION=Top
WHILE Not($_EoL)
Transaction Action=Begin
 $d_usernote = $d_usernote + $_CrLf + $d_User2
Transaction Action=End
Goto POSITION=Next
ENDWHILE

Jetzt hast Du beide Notes in den Notes stehen
6. Kopiere alles zurück nach Db A

Frohes Jagen
Hans

NB: Bitte mache ein Backup bevor Du loslegst.

Hallo Hans!

Danke für die schnelle Antwort.

Wenn ich das richtig verstanden habe, erstelle ich nun mit dem Code von 2. und 5. jeweils ein neues Macro?

Wo kann ich mir denn die Userdata-Felder anzeigen lassen, damit ich weis welche bereits belegt sind?


Gruß

Verena





Problem uploading images with log by barnold - 2018-11-15

$
0
0
sorry, I mentioned it last week in another thread (Image size issue when posting photos with log), but thought it would be more general

I almost always have a DayCount/DayTotal like 3/8 in my logs.
and indeed my images were not uploaded.
should be over now.
QUOTE
is this related?
this error occurs frequently, but not always, when I try to publish a log with an image.
the log text is published correctly, the image not.

{
  "statusCode": 405,
  "statusMessage": "Method Not Allowed",
  "errorMessage": "{\"error\":{\"code\":\"UnsupportedApiVersion\",\"message\":\"The requested resource with API version '1.0' does not support HTTP method 'POST'.\",\"innerError\":{\"message\":\"No route providing a controller name with API version '1.0' was found to match HTTP method 'POST' and request URI 'http://partnersapi.groundspeak.biz/v1.0/geocachelogs/images'.\"}}}",
  "uri": "http://partnersapi.groundspeak.biz/v1.0/geocachelogs/images"
}

GSAK Datenbank by HHL - 2018-11-15

$
0
0
QUOTE (NaVeBu75 @ November 15, 2018 01:21 pm)
[...]
Wenn ich das richtig verstanden habe, erstelle ich nun mit dem Code von 2. und 5. jeweils ein neues Macro?

Wo kann ich mir denn die Userdata-Felder anzeigen lassen, damit ich weiß welche bereits belegt sind?
[...]

Zu 1: richtig
Zu 2: Du erstellst dir eine Ansicht (View), in welcher die entsprechenden Datenfelder als Spalte angezeigt werden.

user posted image

Mehr dazu in der Hilfe:
https://gsak.net/help/hs7530.htm
Du kannst darüber hinaus nach Datenfeldern suchen, die leer oder befüllt sind:

user posted image

Hans

Find Stats Generator by Z_Statman - 2018-11-15

$
0
0
Updated, along with GSAK update and get error, log attached wub.gif

All Purpose Statistics Generator by lignumaqua - 2018-11-15

$
0
0
FindStatGen3 V4.6.2 Release 11-15-18

Requires GSAK 7.7.3.53 or later


1. Bug fix

Expect more bugs! ph34r.gif

Download here...

Geocaching.com profile by lignumaqua - 2018-11-15

$
0
0
Thanks for the bug report. Dumb error. rolleyes.gif Should now be fixed.

PS - re font sizes. This is partly me, and partly Groundepeak which makes them tricky to track down. Some CSS is being changed by the profile page, and some not.

Selectively removing the tabs also changes the game and I think I have CSS errors where the tabs were removed, but it depends on what sections you had selected and in which order, which makes it even harder to track down! ph34r.gif So many options, so many possibilities...

I'll continue to work on it. smile.gif

Geocaching.com profile by RNKBerlin - 2018-11-15

$
0
0
QUOTE (lignumaqua @ November 15, 2018 05:26 pm)
PS - re font sizes. This is partly me, and partly Groundepeak which makes them tricky to track down. Some CSS is being changed by the profile page, and some not.

Since GSAK is a Groundspeak partner, might it be worth asking them to (conditionally) deliver GSAK stats specific CSS(s)? That would be easy to implement while maintaining Groundspeak's decision to disallow third party CSSs.

Either way, thanks so much for your hard work. It is greatly appreciated!

Thanks!
Robin

Find Stats Generator by sbeelis - 2018-11-15


Geocaching.com profile by lignumaqua - 2018-11-15

$
0
0
QUOTE (RNKBerlin @ November 15, 2018 11:14 am)
QUOTE (lignumaqua @ November 15, 2018 05:26 pm)
PS - re font sizes. This is partly me, and partly Groundepeak which makes them tricky to track down. Some CSS is being changed by the profile page, and some not.

Since GSAK is a Groundspeak partner, might it be worth asking them to (conditionally) deliver GSAK stats specific CSS(s)? That would be easy to implement while maintaining Groundspeak's decision to disallow third party CSSs.

Either way, thanks so much for your hard work. It is greatly appreciated!

Thanks!
Robin

PM sent.

Exception when opening "Get geocaches ..." by hulmgulm - 2018-11-15

$
0
0
Hi,

I get the error "A Win32 API function failed" when I select the menu entry "Get geocaches ...". It happens with both, the old and new API selected. I tried to revert back to build 110 and 109, but it shows the same error. Maybe it is related to today's Windows updates?

I've sent several error dumps.

CODE
EurekaLog 6.0.23

Application:
------------------------------------------------------------
  1.1 Start Date      : Thu, 15 Nov 2018 18:17:11 +0100
  1.2 Name/Description: gsak.exe - (GSAK Geocaching program)
  1.3 Version Number  : 8.7.1.111
  1.4 Parameters      :
  1.5 Compilation Date: Wed, 14 Nov 2018 22:31:22 +0100
  1.6 Up Time         : 21 seconds

Exception:
----------------------------------------------------------
  2.1 Date          : Thu, 15 Nov 2018 18:17:33 +0100
  2.2 Address       : 004158CF
  2.3 Module Name   : gsak.exe - (GSAK Geocaching program)
  2.4 Module Version: 8.7.1.111
  2.5 Type          : EWin32Error
  2.6 Message       : A Win32 API function failed.
  2.7 ID            : 31E1
  2.8 Count         : 1
  2.9 Status        : New
  2.10 Note         :

User:
-------------------------------------------------------
  3.1 ID        : Andreas
  3.2 Name      :
  3.3 Email     :
  3.4 Company   :
  3.5 Privileges: SeShutdownPrivilege             - OFF
                  SeChangeNotifyPrivilege         - ON
                  SeUndockPrivilege               - OFF
                  SeIncreaseWorkingSetPrivilege   - OFF
                  SeTimeZonePrivilege             - OFF

Active Controls:
--------------------------------------------------------------------------------------
  4.1 Form Class   : gsakMainForm
  4.2 Form Text    : GSAK 8.7.1.111    Database: tmp    (Registered to: Andreas Weber)
  4.3 Control Class: TAdvStringGrid
  4.4 Control Text :

Computer:
--------------------------------------------------------------------------------
  5.1 Name          : BALINGEN
  5.2 Total Memory  : 12268 Mb
  5.3 Free Memory   : 7228 Mb
  5.4 Total Disk    : 464,83 Gb
  5.5 Free Disk     : 260,28 Gb
  5.6 System Up Time: 1 minute, 33 seconds
  5.7 Processor     : Intel® Core(tm) i5-2500 CPU @ 3.30GHz
  5.8 Display Mode  : 2560 x 1440, 32 bit
  5.9 Display DPI   : 96
  5.10 Video Card   : AMD Radeon HD 6450 (driver 15.201.1151.1008 - RAM 1024 MB)
  5.11 Printer      : HP LaserJet 100 color MFP M175 PCL6 (driver 10.0.17763.1)

Operating System:
----------------------------------------------
  6.1 Type    : Microsoft Windows 6.2 (64 bit)
  6.2 Build # : 9200
  6.3 Update  :
  6.4 Language: German
  6.5 Charset : 0

Network:
---------------------------------------------------
  7.1 IP Address: 192.168.240.017 - 192.168.002.020
  7.2 Submask   : 255.255.255.240 - 255.255.255.000
  7.3 Gateway   : 000.000.000.000 - 192.168.002.001
  7.4 DNS 1     : 000.000.000.000 - 192.168.002.111
  7.5 DNS 2     : 000.000.000.000 - 192.168.002.001
  7.6 DHCP      : OFF             - ON             

Custom Information:
--------------------------------------------------
  8.1 MacroLine: 260
  8.2 Database : C:\Daten\GSAK\Data\tmp\sqlite.db3

Call Stack Information:
-------------------------------------------------------------------------------------------------------
|Address |Module      |Unit      |Class             |Procedure/Method                        |Line    |
-------------------------------------------------------------------------------------------------------
|Running Thread: ID=11228; Priority=0; Class=; [Main]                                                 |
|-----------------------------------------------------------------------------------------------------|
|766B4ADF|user32.dll  |          |                  |MonitorFromWindow                       |        |
|00E2DB7D|gsak.exe    |extra.pas |                  |GetGeocachesMenu                        |4985[45]|
|00E2D99C|gsak.exe    |extra.pas |                  |GetGeocachesMenu                        |4940[0] |
|77E3F3E0|ntdll.dll   |          |                  |RtlLeaveCriticalSection                 |        |
|77E2EF27|ntdll.dll   |          |                  |RtlDeactivateActivationContextUnsafeFast|        |
|00A33A78|gsak.exe    |stdrop.pas|TStCustomDropFiles|TargetWndProc                           |247[24] |
|766A6B5D|user32.dll  |          |                  |CallWindowProcA                         |        |
|77E4A664|ntdll.dll   |          |                  |RtlSetLastWin32Error                    |        |
|766A6AE0|user32.dll  |          |                  |CallWindowProcA                         |        |
|00A33A49|gsak.exe    |stdrop.pas|TStCustomDropFiles|TargetWndProc                           |244[21] |
|76AC2C7A|win32u.dll  |          |                  |NtUserCallMsgFilter                     |        |
|766BA163|user32.dll  |          |                  |IsDialogMessageW                        |        |
|766ABA4B|user32.dll  |          |                  |DispatchMessageA                        |        |
|766ABA40|user32.dll  |          |                  |DispatchMessageA                        |        |
|00FDCA5D|gsak.exe    |gsak.dpr  |                  |GSAK                                    |347[124]|
|7637FE07|KERNEL32.DLL|          |                  |BaseThreadInitThunk                     |        |
-------------------------------------------------------------------------------------------------------

Modules Information:
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|Handle  |Name                       |Description                                           |Version            |Size    |Modified           |Path                                                                                                        |
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|00400000|gsak.exe                   |GSAK Geocaching program                               |8.7.1.111          |16605696|2018-11-15 05:31:22|C:\Program Files (x86)\gsak                                                                                 |
|01930000|oziapi.dll                 |                                                      |                   |137728  |2004-04-22 09:56:50|C:\Program Files (x86)\gsak                                                                                 |
|027D0000|d10.dll                    |GSAK Delphi 2010 helper                               |1.0.0.0            |2159104 |2017-02-16 16:26:22|C:\Program Files (x86)\gsak                                                                                 |
|02AA0000|png.dll                    |                                                      |                   |1145344 |2012-02-07 15:29:26|C:\Program Files (x86)\gsak                                                                                 |
|02BE0000|mtp.dll                    |                                                      |                   |1310208 |2014-12-08 07:10:32|C:\Program Files (x86)\gsak                                                                                 |
|02DE0000|gss.dll                    |                                                      |                   |1679872 |2012-07-30 09:31:34|C:\Program Files (x86)\gsak                                                                                 |
|10000000|SDE60.DLL                  |SDE                                                   |6.0.0.14           |81920   |2002-07-10 11:00:00|C:\Program Files (x86)\gsak                                                                                 |
|4DAE0000|midas.dll                  |Borland MIDAS Component Package                       |5.0.6.18           |111104  |2000-01-24 04:01:00|C:\WINDOWS\System32                                                                                         |
|53880000|RICHED32.DLL               |Wrapper Dll for Richedit 1.0                          |6.2.17763.1        |8192    |2018-09-15 08:29:14|C:\WINDOWS\SYSTEM32                                                                                         |
|5AF20000|sxs.dll                    |Fusion 2.5                                            |6.2.17763.1        |543352  |2018-09-15 08:29:04|C:\WINDOWS\SYSTEM32                                                                                         |
|5C480000|ChilkatAx-9.5.0-win32.dll  |Chilkat ActiveX                                       |9.5.0.65           |8616960 |2016-12-28 10:36:40|C:\WINDOWS\System32                                                                                         |
|5CCC0000|ieframe.dll                |Internet Browser                                      |11.0.17763.55      |12151296|2018-10-10 04:57:32|C:\Windows\System32                                                                                         |
|5D860000|msls31.dll                 |Microsoft Line Services library file                  |3.10.349.0         |184320  |2018-09-15 08:29:14|C:\WINDOWS\SYSTEM32                                                                                         |
|5D8A0000|RICHED20.DLL               |Rich Text Edit Control, v3.1                          |5.31.23.1231       |496640  |2018-09-15 08:29:14|C:\WINDOWS\SYSTEM32                                                                                         |
|5D920000|hhctrl.ocx                 |Steuerelement für Microsoft® HTML-Hilfe               |6.2.17763.1        |597504  |2018-09-15 08:29:28|C:\Windows\System32                                                                                         |
|5E720000|avifil32.dll               |Microsoft AVI-Dateiunterstützungs-Bibliothek          |6.2.17763.1        |96768   |2018-09-15 08:29:34|C:\WINDOWS\SYSTEM32                                                                                         |
|5E740000|oledlg.dll                 |OLE-Benutzerschnittstellen-Unterstützung              |6.2.17763.1        |148992  |2018-09-15 08:29:06|C:\WINDOWS\SYSTEM32                                                                                         |
|62090000|MsVfW32.dll                |DLL für Microsoft Video für Windows                   |6.2.17763.1        |124928  |2018-09-15 08:29:34|C:\WINDOWS\SYSTEM32                                                                                         |
|620C0000|olepro32.dll               |OLEPRO32.DLL                                          |6.2.17763.1        |88064   |2018-09-15 08:29:14|C:\WINDOWS\SYSTEM32                                                                                         |
|62400000|ondemandconnroutehelper.dll|On Demand Connctiond Route Helper                     |6.2.17763.1        |52224   |2018-09-15 08:29:04|C:\WINDOWS\SYSTEM32                                                                                         |
|68C70000|WKSCLI.DLL                 |Workstation Service Client DLL                        |6.2.17763.1        |57816   |2018-09-15 08:29:08|C:\Windows\System32                                                                                         |
|68E70000|TextInputFramework.dll     |"TextInputFramework.DYNLINK"                          |6.2.17763.1        |542504  |2018-09-15 08:29:06|C:\WINDOWS\SYSTEM32                                                                                         |
|6A0F0000|CoreUIComponents.dll       |Microsoft Core UI Components Dll                      |6.2.17763.1        |2538768 |2018-09-15 08:29:04|C:\WINDOWS\SYSTEM32                                                                                         |
|6A360000|CoreMessaging.dll          |Microsoft CoreMessaging Dll                           |6.2.17763.134      |582248  |2018-11-13 21:20:32|C:\WINDOWS\SYSTEM32                                                                                         |
|6AEE0000|windowscodecs.dll          |Microsoft Windows Codecs Library                      |6.2.17763.55       |1520208 |2018-10-10 04:57:26|C:\WINDOWS\system32                                                                                         |
|6B060000|dataexchange.dll           |Data exchange                                         |6.2.17763.1        |297472  |2018-09-15 08:29:04|C:\WINDOWS\system32                                                                                         |
|6B1F0000|RMCLIENT.dll               |Resource Manager Client                               |6.2.17763.1        |114856  |2018-09-15 08:29:06|C:\WINDOWS\system32                                                                                         |
|6B210000|twinapi.appcore.dll        |twinapi.appcore                                       |6.2.17763.1        |1720936 |2018-09-15 08:29:04|C:\WINDOWS\system32                                                                                         |
|6C560000|dcomp.dll                  |Microsoft DirectComposition Library                   |6.2.17763.1        |1427600 |2018-09-15 08:29:08|C:\WINDOWS\system32                                                                                         |
|6C6C0000|d3d11.dll                  |Direct3D 11 Runtime                                   |6.2.17763.1        |2264344 |2018-09-15 08:29:04|C:\WINDOWS\system32                                                                                         |
|6DA30000|wintypes.dll               |Windows-Basistypen-DLL                                |6.2.17763.1        |902248  |2018-09-15 08:29:10|C:\WINDOWS\SYSTEM32                                                                                         |
|6DF30000|gdiplus.dll                |Microsoft GDI+                                        |6.2.17763.134      |1483264 |2018-11-02 09:09:24|C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.17763.134_none_7e4b60f6762fbd30        |
|6E510000|WINNSI.DLL                 |Network Store Information RPC interface               |6.2.17763.1        |28352   |2018-09-15 08:28:46|C:\WINDOWS\SYSTEM32                                                                                         |
|6E900000|dxgi.dll                   |DirectX Graphics Infrastructure                       |6.2.17763.1        |661096  |2018-09-15 08:29:04|C:\WINDOWS\system32                                                                                         |
|6FF30000|comctl32.dll               |Bibliothek für Steuerelemente                         |6.10.17763.134     |2148904 |2018-11-02 09:21:16|C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.17763.134_none_4d606e111b9d4362|
|710D0000|msimg32.dll                |GDIEXT Client DLL                                     |6.2.17763.1        |6656    |2018-09-15 08:29:10|C:\WINDOWS\SYSTEM32                                                                                         |
|71110000|USP10.dll                  |Uniscribe Unicode script processor                    |6.2.17763.1        |77824   |2018-09-15 08:29:10|C:\WINDOWS\SYSTEM32                                                                                         |
|71130000|ntmarta.dll                |Windows NT MARTA-Anbieter                             |6.2.17763.1        |153408  |2018-09-15 08:29:08|C:\WINDOWS\SYSTEM32                                                                                         |
|73000000|rsaenh.dll                 |Microsoft Enhanced Cryptographic Provider             |6.2.17763.1        |185608  |2018-09-15 08:29:08|C:\WINDOWS\system32                                                                                         |
|73460000|iertutil.dll               |Laufzeit-Hilfsprogramm für Internet Explorer          |11.0.17763.1       |2275888 |2018-09-15 08:29:10|C:\Windows\System32                                                                                         |
|73690000|WINMMBASE.dll              |Base Multimedia Extension API DLL                     |6.2.17763.1        |132392  |2018-09-15 08:29:02|C:\WINDOWS\SYSTEM32                                                                                         |
|73800000|wsock32.dll                |Windows Socket 32-Bit DLL                             |6.2.17763.1        |16384   |2018-09-15 08:29:04|C:\WINDOWS\SYSTEM32                                                                                         |
|73810000|urlmon.dll                 |OLE32-Erweiterung für Win32                           |11.0.17763.55      |1762816 |2018-10-10 04:57:28|C:\WINDOWS\SYSTEM32                                                                                         |
|740F0000|dwmapi.dll                 |Microsoft Desktopfenster-Manager-API                  |6.2.17763.1        |140288  |2018-09-15 08:29:08|C:\WINDOWS\SYSTEM32                                                                                         |
|74120000|wininet.dll                |Interneterweiterungen für Win32                       |11.0.17763.1       |4306432 |2018-09-15 08:29:10|C:\WINDOWS\SYSTEM32                                                                                         |
|74550000|MSACM32.dll                |Microsoft ACM-Audiofilter                             |6.2.17763.1        |93984   |2018-09-15 08:29:02|C:\WINDOWS\SYSTEM32                                                                                         |
|74570000|mpr.dll                    |Router-DLL für Mehrfachanbieter                       |6.2.17763.1        |89552   |2018-09-15 08:29:10|C:\WINDOWS\SYSTEM32                                                                                         |
|745B0000|winmm.dll                  |MCI API-DLL                                           |6.2.17763.1        |134512  |2018-09-15 08:29:02|C:\WINDOWS\SYSTEM32                                                                                         |
|74610000|UXTHEME.DLL                |Microsoft UxTheme-Bibliothek                          |6.2.17763.1        |481280  |2018-09-15 08:29:04|C:\WINDOWS\SYSTEM32                                                                                         |
|74720000|mswsock.dll                |Microsoft Windows Sockets 2.0-Dienstanbieter          |6.2.17763.1        |324616  |2018-09-15 08:29:10|C:\WINDOWS\system32                                                                                         |
|74C40000|NETUTILS.DLL               |Net Win32 API Helpers DLL                             |6.2.17763.1        |37160   |2018-09-15 08:29:10|C:\Windows\System32                                                                                         |
|74C80000|version.dll                |Version Checking and File Installation Libraries      |6.2.17763.1        |27328   |2018-09-15 08:29:14|C:\WINDOWS\SYSTEM32                                                                                         |
|74C90000|NETAPI32.dll               |Net Win32 API DLL                                     |6.2.17763.1        |68680   |2018-09-15 08:29:04|C:\Windows\System32                                                                                         |
|74D30000|PROPSYS.dll                |Microsoft-Eigenschaftensystem                         |7.0.17763.1        |1571880 |2018-09-15 08:29:06|C:\WINDOWS\SYSTEM32                                                                                         |
|74EB0000|WINHTTP.dll                |Windows HTTP-Dienste                                  |6.2.17763.1        |766688  |2018-09-15 08:29:10|C:\Windows\System32                                                                                         |
|74F70000|IPHLPAPI.DLL               |IP-Hilfs-API                                          |6.2.17763.1        |197832  |2018-09-15 08:29:10|C:\WINDOWS\SYSTEM32                                                                                         |
|74FB0000|winspool.drv               |Windows-Spoolertreiber                                |6.2.17763.1        |414720  |2018-09-15 08:29:02|C:\WINDOWS\SYSTEM32                                                                                         |
|75450000|CRYPTBASE.dll              |Base cryptographic API DLL                            |6.2.17763.1        |31728   |2018-09-15 08:29:02|C:\WINDOWS\System32                                                                                         |
|75460000|SspiCli.dll                |Security Support Provider Interface                   |6.2.17763.1        |122400  |2018-09-15 08:29:02|C:\WINDOWS\System32                                                                                         |
|75480000|bcrypt.dll                 |Bibliothek mit kryptografischen Primitiven von Windows|6.2.17763.1        |96760   |2018-09-15 08:29:10|C:\WINDOWS\System32                                                                                         |
|754A0000|MSCTF.dll                  |MSCTF-Server-DLL                                      |6.2.17763.1        |1296552 |2018-09-15 08:29:04|C:\WINDOWS\System32                                                                                         |
|755F0000|MSASN1.dll                 |ASN.1 Runtime APIs                                    |6.2.17763.1        |50608   |2018-09-15 08:29:08|C:\WINDOWS\System32                                                                                         |
|75A50000|msvcrt.dll                 |Windows NT CRT DLL                                    |7.0.17763.1        |779376  |2018-09-15 08:29:02|C:\WINDOWS\System32                                                                                         |
|75B10000|combase.dll                |Microsoft COM für Windows                             |6.2.17763.134      |2594872 |2018-11-13 21:20:32|C:\WINDOWS\System32                                                                                         |
|75D90000|cfgmgr32.dll               |Configuration Manager DLL                             |6.2.17763.1        |235496  |2018-09-15 08:29:10|C:\WINDOWS\System32                                                                                         |
|75DD0000|imm32.dll                  |Multi-User Windows IMM32 API Client DLL               |6.2.17763.1        |144312  |2018-09-15 08:29:08|C:\WINDOWS\System32                                                                                         |
|75E00000|GDI32.dll                  |GDI Client DLL                                        |6.2.17763.1        |138376  |2018-09-15 08:29:04|C:\WINDOWS\System32                                                                                         |
|75E30000|coml2.dll                  |Microsoft COM for Windows                             |6.2.17763.134      |373768  |2018-11-13 21:20:38|C:\WINDOWS\System32                                                                                         |
|75E90000|KERNELBASE.dll             |Client-DLL für Windows NT-Basis-API                   |6.2.17763.134      |2072384 |2018-11-13 21:20:36|C:\WINDOWS\System32                                                                                         |
|76260000|shcore.dll                 |SHCORE                                                |6.2.17763.1        |555440  |2018-09-15 08:29:08|C:\WINDOWS\System32                                                                                         |
|76360000|KERNEL32.DLL               |Client-DLL für Windows NT-Basis-API                   |6.2.17763.1        |649264  |2018-09-15 08:29:04|C:\WINDOWS\System32                                                                                         |
|76440000|PSAPI.DLL                  |Process Status Helper                                 |6.2.17763.1        |17208   |2018-09-15 08:29:08|C:\WINDOWS\System32                                                                                         |
|76450000|ucrtbase.dll               |Microsoft® C Runtime Library                          |6.2.17763.1        |1195640 |2018-09-15 08:29:10|C:\WINDOWS\System32                                                                                         |
|76580000|ole32.dll                  |Microsoft OLE für Windows                             |6.2.17763.134      |1026992 |2018-11-13 21:20:38|C:\WINDOWS\System32                                                                                         |
|76680000|user32.dll                 |Client-DLL für Windows USER-API (mehrere Benutzer)    |6.2.17763.1        |1675200 |2018-09-15 08:29:08|C:\WINDOWS\System32                                                                                         |
|76820000|NSI.dll                    |NSI User-mode interface DLL                           |6.2.17763.1        |20144   |2018-09-15 08:28:46|C:\WINDOWS\System32                                                                                         |
|76830000|shlwapi.dll                |Shell Light-weight-Hilfsprogrammbibliothek            |6.2.17763.1        |274224  |2018-09-15 08:29:14|C:\WINDOWS\System32                                                                                         |
|76880000|CRYPT32.dll                |Krypto-API32                                          |6.2.17763.1        |1668784 |2018-09-15 08:29:08|C:\WINDOWS\System32                                                                                         |
|76A20000|oleaut32.dll               |OLEAUT32.DLL                                          |6.2.17763.1        |628248  |2018-09-15 08:29:10|C:\WINDOWS\System32                                                                                         |
|76AC0000|win32u.dll                 |Win32u                                                |6.2.17763.1        |88304   |2018-09-15 08:29:06|C:\WINDOWS\System32                                                                                         |
|76B40000|WS2_32.dll                 |Windows Socket 2.0-32-Bit-DLL                         |6.2.17763.1        |384272  |2018-09-15 08:29:02|C:\WINDOWS\System32                                                                                         |
|76BA0000|sechost.dll                |Host for SCM/SDDL/LSA Lookup APIs                     |6.2.17763.1        |492432  |2018-09-15 08:29:02|C:\WINDOWS\System32                                                                                         |
|76C20000|windows.storage.dll        |Microsoft WinRT Storage-API                           |6.2.17763.1        |6302312 |2018-09-15 08:29:06|C:\WINDOWS\System32                                                                                         |
|77220000|cryptsp.dll                |Cryptographic Service Provider API                    |6.2.17763.1        |67648   |2018-09-15 08:29:10|C:\WINDOWS\System32                                                                                         |
|77240000|RPCRT4.dll                 |Remoteprozeduraufruf-Laufzeitumgebung                 |6.2.17763.134      |783696  |2018-11-13 21:20:38|C:\WINDOWS\System32                                                                                         |
|77300000|advapi32.dll               |Erweiterte Windows 32 Base-API                        |6.2.17763.1        |507400  |2018-09-15 08:29:00|C:\WINDOWS\System32                                                                                         |
|77380000|bcryptPrimitives.dll       |Windows Cryptographic Primitives Library              |6.2.17763.1        |398208  |2018-09-15 08:28:48|C:\WINDOWS\System32                                                                                         |
|773F0000|powrprof.dll               |Power Profile Helper DLL                              |6.2.17763.1        |341560  |2018-09-15 08:29:10|C:\WINDOWS\System32                                                                                         |
|77450000|kernel.appcore.dll         |AppModel API Host                                     |6.2.17763.1        |51336   |2018-09-15 08:29:06|C:\WINDOWS\System32                                                                                         |
|774F0000|profapi.dll                |User Profile Basic API                                |6.2.17763.1        |106384  |2018-09-15 08:29:00|C:\WINDOWS\System32                                                                       

Find Stats Generator by Kai Team - 2018-11-15

$
0
0
Closing this duplicate thread and moving it out of the Macro Library, which is for Macro Code Only.

ERLite Support Thread by Jurgen & co - 2018-11-15

$
0
0
Hello,

ERLite wil not walk throuh.

After start is dos some things you see the grid changing. I see a messge withc version erlite i use.. I think it komss throug the verification. But it wil not display the main menu.

How can i found out where the problem is.
- GSAK, ERLite, Gmail, Securitysoftware. I already made AVG death.

SSL downloads from within GSAK by DopeyDuck - 2018-11-15

$
0
0
I noticed something today during my update of GSAK 8.7 b80 to b111. Maybe this is by design, I'm not sure. When the update is run from within GSAK itself, the download is over HTTP. Yet when you download the update from the site via your browser the download is over HTTPS. I thought somewhere along the way all the updates/downloads were over SSL.

This isn't really an issue, more of curiosity on my part. My firewall sandboxes files that are downloaded. In the attached image is my firewall log entry showing http and the website showing https.
Viewing all 75087 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>