Jump to content
Ketarin forum

Etz

Members
  • Posts

    143
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Estonia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Etz's Achievements

  1. Basically it crashes, at some random point, with "Out of memory" exception: It does not seem to be tied into particular template/app...
  2. Any good tips how, to download this driver... Dell U3421WE 34" Curved USB-C Monitor Driver | Driver Details | Dell Estonia It works fine on browser and I can also parse that source code, but in Ketarin, I get completely different (page) source code, without any download links or anything usable. <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1,shrink-to-fit=no"> <title>Challenge Page</title> </head> <body> <!---Begin: Akamai challenge--> <link rel="stylesheet" type="text/css" href="/_sec/Dell_TP/prod/v2/sec.css"> <script src="/_sec/Dell_TP/prod/v2/sec-cpt-int.js" async defer></script> <script type="text/javascript">function cp_clge_done(){location.reload(true);}</script> <div id="sec-container"> <a href="javascript:void(0)" class="closebtn" onclick="window.history.back(true)">&times;</a> <div id="sec-text-container"> <iframe id="sec-text-if" class="custmsg" src="/_sec/Dell_TP/prod/v2/index.html?lang=en" frameborder="0" scrolling="no"></iframe> </div> <div id="sec-if-container"> <iframe id="sec-cpt-if" class="whiteshadow" data-key="" src="/_ws/Dell_TP/prod/v2/whiteshadow.htm?lang=en" frameborder="0" scrolling="no"></iframe> </div> </div> </div> <script type="text/javascript">var _cf = _cf || []; _cf.push(['_setFsp', true]); _cf.push(['_setBm', true]); _cf.push(['_setAu', '/libraries/355291a0fno259033d40b8dc80f34ba']);</script><script type="text/javascript" src="/libraries/355291a0fno259033d40b8dc80f34ba"></script> </body> </html> Looked also this page, but pretty much, same result: https://www.dell.com/support/home/en-sg/product-support/product/dell-u3421we-monitor/drivers
  3. @floele thank you, probably it is indeed that SQLite change.
  4. Exactly the same jobs.db file., nothing happens. Ketarin simply spits out error message: and refuses to Launch. While jobs.db definitely exists in the same directory as Ketarin.exe. The very same Jobs.db that works flawlessly with previous versions. Now, if I copy all that from network drive to local drive, it works. After I did some testing and digging around, I discovered that: This version dislikes UNC paths and cannot find jobs.db due to that. (If I map network drive with drive letter it works, previuosly I did not have to map a drive, but could execute Ketarin via UNC as well.) Also there is an PR which changes how directory separators are handled: https://github.com/canneverbe/Ketarin/pull/2/files Unfortunately I have not yet had enough time to dig into that theory further and build my own version without that change for testing.
  5. Nope, already checked, nothing in the Event logs... Nothing like that is present on these systems.
  6. Yes both instances are running from network drive, running both elevated, OS is Windows 10 Pro, SmartScreen is enabled on both occasions. Tried without elevation, same result...older works, new one does not. BTW, smartscreen does not affect SMB shares if they are listed as Trusted site. Yes No, permissions are same. I don't have any "protection" programs loaded on any of my PC's. (I don't quite understand, what do you even mean by it) Already tried on multiple computers. Hosting DB or Ketarin itself on local computer, unfortunately defeats the purpose of using Ketarin for me.
  7. Nope, it is not blocked...in fact I don't even have unblock option there. Diffed config files, no difference in there either. I don't think Windows Security settings matter much in this regard, If switched back to older version everything works fine...
  8. Nope, simply deployed new version and executed, PC has been rebooted previously as well. Tried latest upload, same...simply refuses to work, when DB is on network drive...previous 1.8.10 beta(s) work just fine with the same DB file and setup. Copied everything into local drive, it works...but has very limited use for me this way. Previous versions worked fine from network share and I don't quite understand, why that possibility was removed. @floele any known reasons/issues behind this?
  9. This version complains: Unable to open database file, while database file is present, in the same directory as Ketarin exe itself.
  10. Looks like something changed on Filehippo as all downloads from there started to suddenly fail: Steam FileHippo ID 'steam' does not exist. Origin FileHippo ID 'origin' does not exist. Acrylic Wi-Fi Home FileHippo ID 'acrylic-wifi-home' does not exist. Audacity FileHippo ID 'audacity' does not exist. WinSCP FileHippo ID 'winscp' does not exist.
  11. @Ambimind Log does not show any errors, it just refused to run by throwing popup message: Script can not be executed. Value does not fall into expected range. @floele nevermind, looks like it was some kind of temporary issue, started to work by itself again. Probably something got screwed on my system.
  12. Looks like something has changed with this beta, for example this powershell script does not work anymore (worked fine on previous versions): $PortableAppsPath = [System.Environment]::ExpandEnvironmentVariables($GlobalVars.item('portable').cachedcontent) $WShell = New-Object -ComObject WScript.Shell $Executables = (Get-ChildItem (Join-Path $PortableAppsPath $App.Name) -Filter '*.exe' -Recurse) if ($Executables.Count -gt 1) { $ShortCutPath = (Join-Path $([System.Environment]::ExpandEnvironmentVariables($GlobalVars.item('shortcuts').cachedcontent)) $App.Name) if (-Not(Test-Path $ShortCutPath -PathType Container)) { New-Item $ShortCutPath -ItemType Directory -Force } } else { $ShortCutPath = [System.Environment]::ExpandEnvironmentVariables($GlobalVars.item('shortcuts').cachedcontent) } foreach ($Executable in $Executables) { $ShortCut = $WShell.CreateShortcut("$ShortCutPath\$($Executable.BaseName).lnk") $Shortcut.TargetPath = $Executable.FullName $Shortcut.WorkingDirectory = (Join-Path $PortableAppsPath $App.Name) $Shortcut.IconLocation = $Executable.FullName $Shortcut.Save() } It does not give any meaningful error either, simply throws: Script can not be executed. Value does not fall into expected range.
  13. Encountered the very same issue with 1.8.10 beta: Unexpected error on a send. Pages: https://sourceforge.net/p/regshot/news/ https://www.sketchup.com/download/all
  14. Maybe it could be implemented?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.