Help getting Plan3D to work???

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
akibahara
Level 1
Level 1
Posts: 6
Joined: Tue Sep 27, 2011 7:12 am

Help getting Plan3D to work???

Post by akibahara »

Hello. I have recently converted exclusively to Linux since I was only using Windows for a single program. I would love to get it working through WINE, but it looks like it's going to be more difficult than expected.

I downloaded the program file from http://plan3d.com/pages/memberInstallInstrucs.aspx . I dropped the .msi file into C:\windows/system32 then ran this code:

Code: Select all

wine start whatever.msi
The installer was a little funky and hard to read. The install appeared to fail until the UN/PW screen popped up. I entered that info and the loader splash appeared. I was hopeful, but at this point it failed. The program is showing in the menu, but when I click on it, it gives me the "Plan3d has encountered a serious error and needs to close" window.

Any ideas how to fix this? Thanks in advance!!!
Bruno Jesus

Help getting Plan3D to work???

Post by Bruno Jesus »

What wine version? If it was not 1.3.29 please test in it. Also run in
the console to get a proper log remembering to close the crash window
because an important part of the log is printed after it's closed:
http://wiki.winehq.org/FAQ#get_log

Use pastebin.com, avoid posting the log here.
akibahara
Level 1
Level 1
Posts: 6
Joined: Tue Sep 27, 2011 7:12 am

Post by akibahara »

Thank you for your response. I reinstalled WINE 1.3 and now the Configure Wine page has huge text. It won't let me scroll to see anything. Quick fix so we can get back to the Plan3D stuff?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Thank you for your response. I reinstalled WINE 1.3 and now the Configure Wine page has huge text. It won't let me scroll to see anything. Quick fix so we can get back to the Plan3D stuff?
http://wiki.winehq.org/FAQ#head-571dc6e ... d0422fdf04
akibahara
Level 1
Level 1
Posts: 6
Joined: Tue Sep 27, 2011 7:12 am

Post by akibahara »

Thank you.

Now, when I run the above commands I can see the error message:

Code: Select all

"The advertised application will not be installed because it might be unsafe. Contact your administrator to change the installation user interface option of the package to basic."

When I try to run the code for the log, I get the message:

Code: Select all

wine: Bad EXE format for C:\windows\system32\plan3d.msi
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

akibahara wrote:When I try to run the code for the log, I get the message:

Code: Select all

wine: Bad EXE format for C:\windows\system32\plan3d.msi
Try

Code: Select all

wine msiexec /i plan3d.msi &> log.txt
Hover if you saying it's already installed, so it would be more interesting to see output from the program not installer.
akibahara
Level 1
Level 1
Posts: 6
Joined: Tue Sep 27, 2011 7:12 am

Post by akibahara »

Ok. How do I get that log?
Bruno Jesus

Help getting Plan3D to work???

Post by Bruno Jesus »

Following the steps from http://wiki.winehq.org/FAQ#get_log
akibahara
Level 1
Level 1
Posts: 6
Joined: Tue Sep 27, 2011 7:12 am

Post by akibahara »

Yes. That's what I followed for the log above. How do I get the log for the program rather than the installer?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

akibahara wrote:Yes. That's what I followed for the log above. How do I get the log for the program rather than the installer?
Do the same thing, but run the program, not the installer.
akibahara
Level 1
Level 1
Posts: 6
Joined: Tue Sep 27, 2011 7:12 am

Post by akibahara »

I'm sorry. I don't use terminal all that often so I don't understand how to do that. More details would be appreciated.
Locked