ONLYOFFICE / DocumentBuilder

ONLYOFFICE Document Builder is powerful text, spreadsheet, presentation and PDF generating tool
https://www.onlyoffice.com/document-builder.aspx
GNU Affero General Public License v3.0
113 stars 56 forks source link

Windows document builder cause MSVCR100.dll error #2

Closed ShockwaveNN closed 7 years ago

ShockwaveNN commented 7 years ago
  1. Install current dev doc builder http://repo-doc-onlyoffice-com.s3.amazonaws.com/windows/onlyoffice-documentbuilder/origin/develop/latest/x86/onlyoffice-documentbuilder-4.4.1.35-x86.exe
  2. Run C:\ONLYOFFICE\DocumentBuilder\samples.bat

Result:

---------------------------
x2t.exe - System Error
---------------------------
The code execution cannot proceed because MSVCR100.dll was not found. Reinstalling the program may fix this problem. 
---------------------------
OK   
---------------------------

Tested on: Win 10 x64

ShockwaveNN commented 7 years ago

Same error on Win 10 x64 with x64 builder http://repo-doc-onlyoffice-com.s3.amazonaws.com/windows/onlyoffice-documentbuilder/origin/develop/latest/x64/onlyoffice-documentbuilder-4.4.1.35-x64.exe

ShockwaveNN commented 7 years ago

icu dll require old version of msvcr icu was downloaded precomplied according to https://github.com/ONLYOFFICE/core/blob/master/Common/3dParty/icu/fetch.bat#L21 Need to use newer version, that stored in svn or compile it by ourselfs

ShockwaveNN commented 7 years ago

Fixed in https://github.com/ONLYOFFICE/document-builder-package/commit/79504973870d0622f4d83a1561554540896b0c20

ShockwaveNN commented 7 years ago

Proplem not reproduced on: http://repo-doc-onlyoffice-com.s3.amazonaws.com/windows/onlyoffice-documentbuilder/origin/develop/latest/x86/onlyoffice-documentbuilder-4.4.1.36-x86.exe

agolybev commented 7 years ago

It isn't reproduced, it's fixed.

ShockwaveNN commented 7 years ago

@agolybev need to check x64 version. Working on it now

ShockwaveNN commented 7 years ago

http://repo-doc-onlyoffice-com.s3.amazonaws.com/windows/onlyoffice-documentbuilder/origin/develop/latest/x64/onlyoffice-documentbuilder-4.4.1.36-x64.exe Works fine too. Closing issue