Program wont run

Questions about Wine on Linux
Locked
gabeapp
Newbie
Newbie
Posts: 4
Joined: Tue Jul 16, 2013 10:16 am

Program wont run

Post by gabeapp »

i keep getting this error or message

err:ole:CoGetClassObject class {3a52566c-6019-485c-b714-8b9ff660d8e9} not registered
err:ole:CoGetClassObject class {3a52566c-6019-485c-b714-8b9ff660d8e9} not registered
err:ole:CoGetClassObject no class object {3a52566c-6019-485c-b714-8b9ff660d8e9} could be created for context 0x3

and i am wondering what can i do to fix this, i have read the forums about a similiar issue but characters in the curly brackets are different, and it was a problem with the japanese font, this program isnt in japanese, so what could i do?

if u need more info just ask.

thanks in advance!
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Re: Program wont run

Post by dimesio »

Wine version? If it's not the latest development release, upgrade.

What app is this, and does it have a legal download?
gabeapp
Newbie
Newbie
Posts: 4
Joined: Tue Jul 16, 2013 10:16 am

Re: Program wont run

Post by gabeapp »

wine-1.4.1 its the latest stable release, and the program is the view cameras, i got it to open now, i just used the installer, and there is a legal download but u need the login info for the FTP site so i can send u the download for the installer over dropbox if you would like?

but when i need to add info for the cameras, it doesnt show text, like their is no font or something so which font package should i install or i could be wrong but i think it has something todo with the font now.
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Re: Program wont run

Post by dimesio »

1.4.1 is old; upgrade to 1.6-rc5. If the problem is fonts, try winetricks allfonts.

If upgrading and installing fonts doesn't fix it, post terminal output from 1.6-rc5. http://wiki.winehq.org/FAQ#get_log
gabeapp
Newbie
Newbie
Posts: 4
Joined: Tue Jul 16, 2013 10:16 am

Re: Program wont run

Post by gabeapp »

ok i update to wine1.6-rc5 and i still get the same problem, here is my terminal log
Attachments
log.txt.zip
(3.23 KiB) Downloaded 147 times
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Re: Program wont run

Post by dimesio »

Your log shows you've installed to a 64 bit wineprefix. Try installing to a 32 bit one. Create it with

Code: Select all

WINEARCH=win32 WINEPREFIX=/path/to/wineprefix winecfg
(use the actual path to the wineprefix), and install to that. http://wiki.winehq.org/FAQ#wineprefix
gabeapp
Newbie
Newbie
Posts: 4
Joined: Tue Jul 16, 2013 10:16 am

Re: Program wont run

Post by gabeapp »

i removed the existing ~/.wine then i ran your command and reinstalled the application.
it still has the same problem :x
here is the log file of the 32 bit, not sure if it helps
and would u like the dropbox link to the program? maybe you can do some testing on your free time.
Attachments
32log.txt.zip
(3.21 KiB) Downloaded 149 times
Locked