Successfully Running on Linux (v3.10)

Hi,
I successfully managed to run CocoStudio2 Beta0 on Linux.
Stability Not Checked Yet(I need only Studio functionality).

Here is screen-shot from Ubuntu14.10

http://imgur.com/Qt8O2sN

3 Likes

Wow, amazing!

Challenge accepted! :smile:

Wasn’t that the goal by implementing it in C#? Multi-platform support?

Wow, how you did it? Wine or PlayOnLinux?

PlayOnLinux with winetricks.

Have you successfully created projects running on linux using cocos studio?.. please tell us more’

I successfully created projects and worked with Studio. It’s worked smoothly.
what i did

  1. Installed wine
  2. echo 0 | sudo tee /proc/sys/kernel/yama/ptrace_scope
  3. Installed playonlinux
  4. Using Playonlinux created prefix
  5. installed $ WINEARCH=win32 WINEPREFIX=/home/js/.PlayOnLinux/wineprefix/cocos winetricks vcrun2013 (vcrun2010)*
  6. Installed dotnet40
  7. Installed cocostudio2
    *May be i forgot the exact versions.

I am presently busy with a project deadline; after completion i will make video on that.

Updated CocoStudio-V3.10 running on Linux.
Screen-shot from Ubuntu15.10

Video tutorial on Youtube

Instructions

Ubuntu 15.10 + PlayOnLinux

 $ sudo apt-get install playonlinux

 1. Create new prefix / Install latest wine version 1.9.2
 2. Set wine version to win8.1
 3. Install Microsoft Corefonts
 4. Install d3dx9
 5. Install msvc80 90 100 
 6. Install msxml3 4 6
 7. Install vcrun2005 2008 2010 2012 2013
 8. Install gdiplus
 9. Install cocostudio-3.10.exe
 10. Install dotnet45
 11. Install msvc100  
 12. Create shortcut for cocostudio
2 Likes

that’s amazing

unfortunately it does not work for me
Gentoo, POL 4.2.8, all as described in Example
You have installed Mono? (Mono.Addins.Extension …)

my logs: https://justpaste.it/rj6p

@nasnegu i only installed requirements shown in video tutorial.
mono not installed on wineprefix. Wine version is 1.9.3, installed from POL 4.2.6.

Install msxml3 4 6 means install msxml3, msxml4, msxml6
did you fallow the installation order ?

Yes, I did everything like in the description and in the video, in the same order. I can make a screen capture, if needed. All libraries are also installed. You can take a screenshot of installed wine programs?

I have no idea about Gentoo; May be they behave different. try with new, clean wineprefix with Graphics drivers installed . Changing "Direct Draw Renderer " from POL display settings.