eLibrary doesn't work

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
orik
Level 2
Level 2
Posts: 11
Joined: Sun Oct 10, 2010 2:47 pm

eLibrary doesn't work

Post by orik »

I would to use this software to manage my books, but it doesn't start. I've installed net 2.0.
In wine database the last information are too old so I would to know if someone have resolved or want to resolve the problem
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: eLibrary doesn't work

Post by vitamin »

orik wrote:I would to use this software to manage my books, but it doesn't start.
Wine version? Post complete terminal output of running this program.
orik
Level 2
Level 2
Posts: 11
Joined: Sun Oct 10, 2010 2:47 pm

Post by orik »

Last wine version (2.0). I haven't a log because I click on the exe file but the program doesn't return any error, simply doesn't star.
If you mean the log of the terminal I don't know which comand I should use to start the program with this method
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

orik wrote:Last wine version (2.0).
No such version. Open a terminal and type

Code: Select all

wine --version
If you mean the log of the terminal I don't know which comand I should use to start the program with this method
http://wiki.winehq.org/FAQ#run_from_terminal
orik
Level 2
Level 2
Posts: 11
Joined: Sun Oct 10, 2010 2:47 pm

Post by orik »

Wine 1.2.
If I try to start the program by terminal and it return that mono version for windows is not installed, than I've installed mono but terminal give the same error
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Post by DaVince »

orik wrote:Wine 1.2.
If I try to start the program by terminal and it return that mono version for windows is not installed, than I've installed mono but terminal give the same error
Did you install Mono for Windows using Winetricks, or did you install plain old Mono in Linux? Because you'll need to use Winetricks.
orik
Level 2
Level 2
Posts: 11
Joined: Sun Oct 10, 2010 2:47 pm

Post by orik »

thanks using winetricks the program starts but the letters are very bad formatted and the top bar are unreadable and instead of file,edit....there are red x, is it a graphic conversion problem?
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

.there are red x, is it a graphic conversion problem?
Try "winetricks gdiplus"
orik
Level 2
Level 2
Posts: 11
Joined: Sun Oct 10, 2010 2:47 pm

Post by orik »

with gdiplus I get 'visual c++ r6030 -crt not inizialized' error when I try to start elibrary.
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

with gdiplus I get 'visual c++ r6030 -crt not inizialized' error when I try to start elibrary.
hmm, strange. Is this app a free download, so i could try it myself?
(btw, i guess you know you can set gdiplus back to builtin in winecfg, to get rid of the error again)
orik
Level 2
Level 2
Posts: 11
Joined: Sun Oct 10, 2010 2:47 pm

Post by orik »

yes the sotfware is open source this is the site http://www.openelibrary.org/
orik
Level 2
Level 2
Posts: 11
Joined: Sun Oct 10, 2010 2:47 pm

Post by orik »

I tried to delete gdiplus and return the same error 'c++' out the the terminal, instead the terminal report several times this message err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
qwertymn
Level 4
Level 4
Posts: 236
Joined: Thu Mar 27, 2008 3:42 am

Post by qwertymn »

Hi. i gave the application a try, and it starts just fine here on a clean ~/.wine , after "winetricks dotnet20 gdiplus"

Do you have any other dlls set to native? The only other possibiliy i could think of is maybe try "winetricks fontfix"
orik
Level 2
Level 2
Posts: 11
Joined: Sun Oct 10, 2010 2:47 pm

Post by orik »

now work... probably my error was to have been installed elibrary before dotnet20...

The software work but doesn't appear nothing (the tag screen) when I add a book
Locked