DLL initialization routine failed - hresult

I was trying to install TimeQPlus from Acroprint on a new PC when I encountered this error message. I contacted Acroprint only to find out they were bought out by Workwell and no longer make or support this software.
I would really appreciate it if someone was able to assist me.
Other than restoring the PC to like new and searching the internet I haven't done anything else.

Related

What could the problem be, if i am not able to clone something from Github?

Right now I am programming an i2C script to read some pH data from a sensor at work whatsoever. I need to clone something from GitHub but it always says that the server certificate verification failed. When I wanna visit GitHub.com via Chromium it says it has an insecure connection to this site. I can ping the page but neither open it in the browser nor clone something from there. I am using a Raspberry Pi 3B with the newest Raspbian version with a working internet connection via Ethernet (or WiFi, neither creates a problem with any website). My workplace gave me a Certificate to install, if I want to use something else then Microsoft Edge. My thought was, that it is needed on the Raspberry Pi too, but I´m just not able to install it. I´m new to Raspbian programming and I have tried my best to understand the internet forums but I´m at the end of my knowledge. Does somebody know what to do? Or what to change?
Thanks for every answer
Matteo

Error when deploying my app to shiny server

I have created a shiny app on my computer that runs with no error. Now, I deployed the same app to the shiny server we have in our organization, and i cannot initiate the app. I receive the following error message:
transpose listening on http://127.0.0.1:43202
Warning: Error in tabPanel: argument "tabName" is missing, with no default
65: tabPanel
Execution halted
here are my questions:
(1) I do use shinydashboard and shinydashboardplus libraries in my app and both are installed on the shiny server as well so this shouldnt be a problem since tabsetPanel and tabPanel are in these libraries, correct?
(2) tabPanel and tabSetPanel do NOT have a tabName argument. so what is this error specially because the app does work on my computer with no issue.
I know probably I need to provide the code but I cannot at the moment unless i significantly take stuff out of it (government property) but I was hoping someone can help considering the fact that it works on my computer but it doesnt when i deploy it.
Just a quick note that the R version installed on my laptop is 3.5.2 but the one on the server is 3.6! can this be an issue?
Thanks!
I think a library bs4Dash was masking tabSetPanel which is quite confusing because i didnt have that problem running the app on my laptop...

Apache won't start in MAMP Pro

I’ve tried several ways to get MAMP PRO to work for me. The main issue is that Apache keeps conking out, not sure why.
Apache starts when i don’t have any servers other than local. But when i start to create new servers Apache won’t run.
Here is my setup per screen shots:
shot 1: http://kualitydesign.com/css-tricks/mamp-1.png
shot 2: http://kualitydesign.com/css-tricks/mamp-2.png
I’ve googled, but all i’ve been able to find is how to start a new server, which i know how to do when MP starts normally.
What i don’t know how to do is troubleshoot MP when it Apache doesn’t start. Really need to work locally for a new WP build and would love to get this up and running.
If anyone has had this same issue, can spot my error, or has other ways to fix the issue and cares to share, that would rule!
My hunch, and it’s a very noob hunch, is that Apache on MAC is running and it’s conflicting with MP’s apache, if that’s even possible. I just re-call reading that somewhere.
Thank you.

Registration of COM Components on Team Foundation Services (Azure)

One of my projects requires that a COM server be registered on the build machine. My first (and only) lame attempt was a simple pre-build step, but I assumed that would not work in the cloud, and I was correct. Problem is, I need to use this component, I only have a binary, and I'm a bit stumped as to what to do.
The error message is predictable:
The command "regsvr32 /s "path_to_dll" exited with code 5. Please verify that you have sufficient rights to run this command.
TFS Azure is in preview at the moment, so I'm not sure how many people have experience with it yet. I posted the same question on the official forums and have not yet received a response. Searching did not help either.
Silly me, just need to reference the interop assembly instead of directly referencing the native DLL. Problem solved.

Run CodeSys V2.3 in batch mode

I'm afraid I'm not making much progress on the 3S forums. So you lot are going to get pestered now!
I'm using 3S Codesys v2.3
I'm trying to create a boot project and do sourcecode download on my build server and I'd like to avoid having any hardware plugged into it. I'm using the following command line to run Codesys:
Build.bat:
"C:\Program Files\3S Software\CoDeSys V2.3\Codesys.exe" OptimusPlcFirmware.pro /cmd Build.cmd /batch
Build.cmd:
echo on
online sim off
project rebuild
online bootproject
online sim
online login
online sourcecodedownload
online logout
online sim off
When I do this I get the windows "has encountered a problem and needs to close, with accompanying Send Error Report / Don't Send buttons"
The boot project has been created succesfully and the sourcecode all seems correct. Can anyone explain what's happening?
Thanks
Matt
I run Twincat 2.11 here which is based on CoDeSys 2.3 but may be my idea can be useful. You cannot go Online (Login) until target (your local runtime as well) is in Running mode. Probably your local runtime is in Config mode and thus doesn't accept login and program download. Switch it to Running and try to run your script again.
Taras
I've tested with CoDeSys 2.3.9.13 and I have a similar issue. It seems that the problem comes from the online sourcecodedownload command.
I didn't know if it is valid to download the source code in the PLC in simulation mode. It looks strange to me. In any case, even if it's not possible it shouldn't crash.
I hope it helps