I've not been able to find a video editor that I can get use to so I decided I'd give VSDC Video Editor under Wine. However when it opens it crashes almost immediately. I'm running Elementary OS 0.3.1 Freya (64-bit).
Also a brief word of warning, I've never meddled with Wine before aside from PlayOnLinux so I'm pretty new to this.
Here is what I get when I run it via the terminal:
fixme:advapi:GetCurrentHwProfileA (0x33f85c) semi-stub
fixme:advapi:GetCurrentHwProfileA (0x33f85c) semi-stub
fixme:wincodecs:PngDecoder_Block_GetCount 0x1b0248,0x33f528: stub
fixme:wincodecs:PngDecoder_Block_GetCount 0x172f48,0x33f528: stub
fixme:wincodecs:PngDecoder_Block_GetCount 0x172f80,0x33f528: stub
fixme:system:SetProcessDPIAware stub!
fixme:win:AnimateWindow partial stub
wine: Call from 0x7b83aace to unimplemented function wmvcore.dll.WMCreateProfileManager, aborting
wine: Unimplemented function wmvcore.dll.WMCreateProfileManager called at address 0x7b83aace (thread 0009), starting debugger...
Can't get VSDC Video Editor to work in Wine 1.6.2
-
- Newbie
- Posts: 4
- Joined: Sat Oct 03, 2015 7:43 am
Re: Can't get VSDC Video Editor to work in Wine 1.6.2
Upgrade Wine; that function was implemented in 1.7.15.MurderousMincePie wrote: wine: Unimplemented function wmvcore.dll.WMCreateProfileManager called at address 0x7b83aace (thread 0009), starting debugger...
-
- Newbie
- Posts: 4
- Joined: Sat Oct 03, 2015 7:43 am
Re: Can't get VSDC Video Editor to work in Wine 1.6.2
That's a bit better, I'm now on Wine 1.7.50 it lasts a bit longer but still crashes. Here is what happens now: http://pastebin.com/cQNjyKPM .dimesio wrote:Upgrade Wine; that function was implemented in 1.7.15.MurderousMincePie wrote: wine: Unimplemented function wmvcore.dll.WMCreateProfileManager called at address 0x7b83aace (thread 0009), starting debugger...
Re: Can't get VSDC Video Editor to work in Wine 1.6.2
The log you posted is missing the backtrace. You should have gotten Wine's crash dialog; use that to capture the backtrace.
-
- Newbie
- Posts: 4
- Joined: Sat Oct 03, 2015 7:43 am
Re: Can't get VSDC Video Editor to work in Wine 1.6.2
Forgive my ignorance , but as I said I'm new with WINE. I'm not entirely what I'm supposed to be doing but I got this:dimesio wrote:The log you posted is missing the backtrace. You should have gotten Wine's crash dialog; use that to capture the backtrace.
WineDbg starting on pid 0023
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
0x7b862b87: movl %edi,0x4(%esp)
Wine-dbg>
Re: Can't get VSDC Video Editor to work in Wine 1.6.2
Don't run wine-dbg. Just run the app with Wine; when it crashes, there should be a popup message from Wine telling you something like "an error occurred..." There is a button to click for more info; use that to capture the backtrace.
-
- Newbie
- Posts: 4
- Joined: Sat Oct 03, 2015 7:43 am
Re: Can't get VSDC Video Editor to work in Wine 1.6.2
That explains a lot then because there isn't one. When the program crashes it just disappears without any kind of popup message. However when I was on the older version of WINE (1.6.2) it did come up.dimesio wrote:Don't run wine-dbg. Just run the app with Wine; when it crashes, there should be a popup message from Wine telling you something like "an error occurred..." There is a button to click for more info; use that to capture the backtrace.