cryinkfly / SOLIDWORKS-for-Linux

This is a project, where I give you a way to use SOLIDWORKS on Linux!
MIT License
395 stars 37 forks source link

Installation manager stopped here #24

Open Saleque474 opened 2 years ago

Saleque474 commented 2 years ago

image

Installation manager stopped here

Duedot43 commented 2 years ago

Can you give us any logs? Or any other context on what you have tried?

Duedot43 commented 2 years ago

I got an email about a comment here but its no longer here I'm just gonna answer it anyway.

OG question "I have the same issue. How do I get the install logs?. I've tried "wine Solidworks.exe > wine.error.log" , but it logs nothing."

If I'm not mistaken the install file keeps its own logs as stated here in line 447.

function logfile-installation {
   mkdir -p "/$HOME/.local/share/solidworks/logfiles" && 
   exec 5> /$HOME/.local/share/solidworks/logfiles/install-log.txt
   BASH_XTRACEFD="5"
   set -x
}

So you should just be able to execute the command

cat "/$HOME/.local/share/solidworks/logfiles/install-log.txt"

and paste the result here

sligeek100 commented 1 year ago

met the same issue, any one figured out the solution ?

cryinkfly commented 1 year ago

Please use my newer version of the installer.