bramant Posted August 7, 2018 Posted August 7, 2018 I can't seem to get Stud.io running on Ubuntu 18.04 (also tried 16.04). I can start Stud.io, but the images of the bricks don't show on the palette. Importing a project (.lxf) also doesn't work. It displays an explorer for a fraction of a second and then nothing... Anybody have this up and running with either Wine of PlayOnLinux? Maybe some specific settings and tweaks? Meanwhile LDD runs smooth btw... Thanks!! Quote
mocbuild101 Posted August 8, 2018 Posted August 8, 2018 13 hours ago, bramant said: I can start Stud.io, but the images of the bricks don't show on the palette. I don't know if it applies to Linux, but I used to have the same problem with the Windows version, it seems to be related to whether your graphics has OpenGL support, I only managed to get it working when I got a new graphics card. Quote
inkpanther Posted August 8, 2018 Posted August 8, 2018 23 hours ago, bramant said: I can't seem to get Stud.io running on Ubuntu 18.04 (also tried 16.04). I can start Stud.io, but the images of the bricks don't show on the palette. Importing a project (.lxf) also doesn't work. It displays an explorer for a fraction of a second and then nothing... Switching to older version of Wine (something before 3.0) seems to have fixed the problem for me. Quote
SylvainLS Posted August 8, 2018 Posted August 8, 2018 (edited) See this bug report: https://bugs.winehq.org/show_bug.cgi?id=44019 It seems adding the option -force-d3d9 should help. EDIT: Confirmed on Wine 3.0.2. No need to keep an old Wine version now. And it seems a simila bug was fixed in Wine 3.3. By the way, anyone knows if the GPU rendering works with Wine? (I can’t test, I don’t own a recent Nvidia ) Edited August 8, 2018 by SylvainLS Quote
SylvainLS Posted August 9, 2018 Posted August 9, 2018 16 hours ago, SylvainLS said: By the way, anyone knows if the GPU rendering works with Wine? (I can’t test, I don’t own a recent Nvidia ) It appears CUDA works with Wine: https://wiki.winehq.org/Wine-Staging_CUDA Quote
inkpanther Posted August 9, 2018 Posted August 9, 2018 23 hours ago, SylvainLS said: It seems adding the option -force-d3d9 should help. Thanks! Quote
zux Posted August 10, 2018 Posted August 10, 2018 On 8/9/2018 at 12:38 AM, SylvainLS said: It seems adding the option -force-d3d9 should help. Where do you actually place this option? My command for application link available within main menubar is the following: env WINEPREFIX="/home/*username_here*/.wine" wine C:\\windows\\command\\start.exe /Unix /home/*username_here*/.wine/dosdevices/c:/users/Public/Start\ Menu/Programs/Stud.io.lnk Quote
SylvainLS Posted August 10, 2018 Posted August 10, 2018 Just place it at the end. Beware. I’m not sure how the other environments work but for KDE, you need to edit the original entry (in the Wine menus), not the one in your favorites, which is just a copy and immediately reverts to the orginal (been there, done that, teared my hair a bit ). After editing the original, remove from favorites and then re-favorite. Quote
bramant Posted August 10, 2018 Author Posted August 10, 2018 On 8/8/2018 at 11:38 PM, SylvainLS said: See this bug report: https://bugs.winehq.org/show_bug.cgi?id=44019 It seems adding the option -force-d3d9 should help. EDIT: Confirmed on Wine 3.0.2. No need to keep an old Wine version now. And it seems a simila bug was fixed in Wine 3.3. By the way, anyone knows if the GPU rendering works with Wine? (I can’t test, I don’t own a recent Nvidia ) That worked like a charm, thanks a bunch!! Quote
zux Posted August 10, 2018 Posted August 10, 2018 Fixed my issue and suddenly not only the bricks appeared, but the lag has gone also. Great! In my case existing item in menu has been misbehaving (not really picking up any changes). So I had recreated it manually from scratch and Stud.io is now running fine now. Quote
SylvainLS Posted August 11, 2018 Posted August 11, 2018 Just for completeness, this trick / option already was on the Stud.io forum (needs login), since May 2017 (the thread has just been “up-ed” by a new post). Quote
Captainowie Posted March 29, 2019 Posted March 29, 2019 Sorry for bumping an old topic, but I couldn't find anything more recent and relevant. I'm trying to get Studio 2.0 running over PlayOnLinux on Linux Mint 19.1. As well as the missing brick previews, I was also finding that the instruction Page Design area had empty pages. I have added the "-force-d3d9" to the command arguments, which helped somewhat. The brick previews are now there, and I have the bricks in my instructions pages, but the step numbers and parts to be added each step are invisible, and the BOM at the front shows only the element in the top left corner of each page. Is anyone else experiencing this, or have an idea how to fix it? I'm really hoping I don't have to go back to LPub3D for instructions generation! Owen. Quote
SylvainLS Posted March 29, 2019 Posted March 29, 2019 You need a more recent version of Wine. After 3.16, -force-d3d9 isn’t even needed anymore. Note though that some versions have problems with the installer or with the renderer (EyeSight). But that looks like usual Windows hit and miss: works on a machine but not on another with the same versions. On one machine, I had to install with an older version of Wine before switching to the newer version to get rid of -force-d3d9 and have EyeSight work. Here are instructions to add Wine’s own repository to get a newer version for Ubuntu/Mint. You’ll need wine-devel. Quote
Captainowie Posted March 30, 2019 Posted March 30, 2019 How much more recent? I've tried it using version 3.20 that I downloaded through the POL configuration menu, and indeed the -force-d3d9 wasn't necessary to see the brick previews, but I still see incomplete instructions. Incidentally, rendering seems to work fine, so long as I use CPU rather than GPU to do the computation. Quote
SylvainLS Posted March 30, 2019 Posted March 30, 2019 I can’t say exactly. I know Wine 4.0 introduced new stuff (Direct3D 12, Vulkan…) and improved D3D 10 & 11, among other things. And all is working okay here. But Windows applications are weird. For instance, the first versions of Studio worked here without the need for -force-d3d9, then it started needing it, without any update to Wine, or to graphics libraries I could trace. I thought it was Studio’s fault so I went back to its previous version (I use git on my .wine directory to avoid clutter and keep stable points), but it didn’t work anymore without -force-d3d9. I also have two computers with the same versions of Wine and the OS: each one has problems / behaviours the other doesn’t have, even when I use the same .wine directory That’s the sort of things that made me quit using Windows more than twenty years ago As for GPU rendering, I didn’t look into it further because I don’t have a recent NVidia card but it should be possible to use one through Wine, you “just” need to use the proprietary NVidia drivers (package nvidia-modprobe). Quote
Captainowie Posted March 30, 2019 Posted March 30, 2019 (edited) Ok, I'll keep playing around. But just to confirm, you're using 4.0+ and seeing complete instruction pages? Nope, same deal on Wine 4.4 - interestingly, though, I can get the per-step parts lists to appear if I turn the step numbering off! Edited March 30, 2019 by Captainowie Quote
SylvainLS Posted March 30, 2019 Posted March 30, 2019 8 hours ago, Captainowie said: But just to confirm, you're using 4.0+ and seeing complete instruction pages? Yes. 8 hours ago, Captainowie said: Nope, same deal on Wine 4.4 - interestingly, though, I can get the per-step parts lists to appear if I turn the step numbering off! “Interesting” isn’t the word I would have used. “A fine mess” is what it is. Quote
Captainowie Posted March 31, 2019 Posted March 31, 2019 17 hours ago, SylvainLS said: “Interesting” isn’t the word I would have used. “A fine mess” is what it is. Aye, it is that. Oh well, thanks for your help. Quote
5N00P1 Posted July 3, 2020 Posted July 3, 2020 I'm running stud.io on Ubuntu 20.04 and it works out of the box so far. I have just issues with it freezing after a while of not using it. And my middle mouse wheel for zoom is not working, which is annoying. Quote
Captainowie Posted July 8, 2020 Posted July 8, 2020 On 7/3/2020 at 10:08 PM, 5N00P1 said: I'm running stud.io on Ubuntu 20.04 and it works out of the box so far. I just checked the website, and the only options for download are Mac and Windows 32/64 bit. What exactly do you mean when you say it works "out of the box"? Are you using the Windows version over some kind of emulation (like Wine)? or something else? Quote
5N00P1 Posted July 11, 2020 Posted July 11, 2020 @Captainowie you are right it only offers win & mac. I've downloaded the win version & started it with wine. So far it's running, but my keys are not working and the mouse wheel, which is a bummer. I've also realized I have issues with creating instructions. So it's not as good as I thought at the start. Quote
SylvainLS Posted July 11, 2020 Posted July 11, 2020 1 hour ago, 5N00P1 said: but my keys are not working and the mouse wheel, which is a bummer. It’s a known problem of focus. You need to either use a virtual desktop or prevent your window manager to manage Wine’s windows (both options are in winecfg). Quote
5N00P1 Posted July 11, 2020 Posted July 11, 2020 (edited) cool, thank you @SylvainLS when it's a known issue, is there anywhere to read about it? And maybe others? Which option is the recommended one? What are the pros & cons of each? Edited July 11, 2020 by 5N00P1 Quote
SylvainLS Posted July 11, 2020 Posted July 11, 2020 It was reported on the Studio forum. You need to search or read everything because it’s not really well organized. I think it’s also in the Wine report for Studio (there are several reports / several Studio versions). As for the pros and cons: Virtual desktop: the Wine window(s) are contained in a bigger window, looking like Windows windows (style/decors). Even when both the Wine desktop and Studio are maximised, you still have two window titles, one Windows-like for Studio and one from your Linux WM, so you lose a bit of vertical space. Also, the Wine desktop has a fixed size: you must change its size in winecfg otherwise its content doesn’t follow. Windows not managed by the WM: the application appears in a window of its own (like with the default option) but it’s not managed by the WM, so it won’t iconify or appear in a taskbar as “normal” window. If you use desktops to arrange your windows, the Wine windows will appear in every one. That can be annoying. Quote
5N00P1 Posted July 16, 2020 Posted July 16, 2020 Thank you, yeah I use multiple desktops so I don't want this! Used the virtual desktop and it works flawless and finally as expected. Still have issues with the instruction, any idea? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.