http://bugs.winehq.org/show_bug.cgi?id=16820
boort1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |boort1@gmail.com
--- Comment #13 from boort1@gmail.com 2010-04-04 00:21:34 --- Louis, and others who can help,
Sorry to dig this old thread back up. Using instructions provided above Kris and I were each able to get our Vectric CNC products (Vcarve-pro and Aspire, respectively) up and running under Wine about a year ago. Recently Vectric provided an update that installed a newer version of the MS C++ (vcredist_x86.exe) Between changes to wine and updates to the program this problem has resurfaced. Unfortunately having winetricks install the cc580 parts is not fixing it for me.
This is what I have done so far:
1) Install Ubuntu v9.10 (I chose the studio Ubuntu version) 2) Install Wine: Add the WineHQ Software source to your system: sudo add-apt-repository ppa:ubuntu-wine/ppa Be sure to get the latest versions: sudo apt-get update Install Wine package (I used 1.1.41-0ubuntu1): sudo apt-get install wine
3) Grab a copy of the WineTricks script wget http://www.kegel.com/wine/winetricks Install a few windows tools with winetricks: sh winetricks allfonts
4) Install Aspire v2.0 from Cd with the following wine command: wine AspireSetup.exe (Take all of the default Options) (Install the C++ files as prompted) (uncheck the "Run Aspire" and "Show Readme" options then click Finish) 5) Start Aspire from the "System bar/Wine/Programs/Aspire..." menu (entered registered Name and License info) (failure can be reproduce in trial version as well as full) You may need to restart the program after entering the License info.
At this point I had a running Aspire system that seems to do everything except save the g-code. I backed up the ~/.wine dir as a checkpoint.
I looked up this thread and tried to run "sh winetricks cc580" which appeared to install with out any problems. After installing the cc580 parts with winetricks, the Aspire program will not start. it fails with the errors:
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0) err:module:import_dll Library vcomp.dll (which is needed by L"Z:\home\robm\.wine\drive_c\Program Files\Aspire V2.0\Exec\Aspire.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"Z:\home\robm\.wine\drive_c\Program Files\Aspire V2.0\Exec\Aspire.exe" failed, status c0000135
6) I removed ~/.wine dir and restored the checkpoint.
7) I copied the upgrade files to: ~/.wine/drive_c/Program Files/Aspire V2.0 8) cd ~/.wine/drive_c/Program Files/Aspire V2.0 9) Install the 1st Patch wine AspireV2015_to_V2503_Upgrade.exe ( take all of the defaults including installing the MS files ) ( Wait for "Patch Successful" message then click Finish ) 10) Run Aspire (from the menu, same as in step 6, no change). 11) Install the 2nd Patch wine AspireV2503_to_V2504_Upgrade.exe ( take all of the defaults including installing the MS files ) ( Wait for "Patch Successful" message then click Finish ) 12) Run Aspire (no change). 13) reran from the commandline cd .wine/drive_c/Program\ Files/Aspire\ V2.0/ wine ./Exec/Aspire.exe Same failure, saved Standard Error messages to STD.err.out 14) looked up some debugging info from the wiki and turned on debugging: export WINEDEBUG=+relay wine ./Exec/Aspire.exe Reproduced the failure and saved the stderr to WINEDEBUG.err.out.
I'm not sure how to proceed from here any help would be appreciated. I will attach both files below.
Thank you for any support or assistance you can provide! Regards, BoorT