http://bugs.winehq.org/show_bug.cgi?id=35830
Bug ID: 35830 Summary: Problem with open/save files (since the original developer change some libraries...) Product: Wine Version: unspecified Hardware: x86 OS: Mac OS X Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: gregor.georges@gmail.com
Hi, So this is an issue I encountered with every wine wrappers (I tried with wine bottler, crossover and playonmac, wineskin etc....). So it's seems like something with wine.
I installed a software called Construct 2 from Scirra. Install perfectly worked, and the software is basically working correctly unless a major thing. I can't save file in this software and can't open files (open files crashes) neither. Same thing if I drag and drop a file. This occurring from the release 148 of this software, before 147 : all was working well.
You'll be able to find releases and change log here (https://www.scirra.com/construct2/releases/r148 or r147)
Considering the developer : "We updated to the latest version of BCGControlBar (by BCGSoft). IIRC there have not been any important changes to the save/load code for a long time, so I would expect it's some side-effect of Wine lacking support for various features."
Considering the change log of this release, the devs talked about something which may help you to find what's the problem (please let me know if you need logs or something like that):
"We had previously been using the UI library that ships with Visual Studio. However we were surprised to find it was way out of date - last updated in 2007! We've gone directly to the vendor and gotten the latest, greatest, 2013 edition of the UI library. It comes with several new themes including new Office 2010 and Office 2013 themes, as well as Visual Studio 2010 and Visual Studio 2012 themes. These themes bring a much more modern appearance to the editor, and we've chosen Office 2010 Silver as a fresh new default. The image below shows the old Windows 7 style (above) with the new default Office 2010 Silver theme (below):
New Construct 2 theme with r148 For backwards compatibility, the first time you open r148 it will set your theme to the new Office 2010 Silver style. However if you prefer you can change it to something else via the View ribbon tab. The old 'Windows 7' style is still available, but is now called Scenic.
The new UI library provides us with lots more options in terms of features, as well as six years of bug fixes. If you've ever had any minor suggestions for the UI, now would be a good time to raise them again. However despite our testing, it's possible there were backwards-incompatible changes that we missed. Some new things may actually be broken or slightly different. Let us know if you find anything you think is a problem."
http://bugs.winehq.org/show_bug.cgi?id=35830
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |https://www.scirra.com/cons | |truct2/releases/r163/downlo | |ad CC| |focht@gmx.net Summary|Problem with open/save |Construct 2 r148 and newer |files (since the original |fails to open/save files |developer change some | |libraries...) | Severity|major |normal
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello gregor,
I can't reproduce this here, the app works fine. I opened existing example projects, created new projects and saved them without any crash.
You didn't specify which Wine version you use - the most important detail. Make sure you use a recent one, preferably Wine 1.7.14
Also the use of Wine wrappers is not supported here, use plain Wine.
If you upgraded from an older version of Wine, you might reinstall the app in a clean 32-bit WINEPREFIX as well.
$ sha1sum construct2-r163-setup.exe e921557df90948907345888cffca813e3a84c39e construct2-r163-setup.exe
$ du -sh construct2-r163-setup.exe 121M construct2-r163-setup.exe
$ wine --version wine-1.7.14-207-g8199430
Regards
http://bugs.winehq.org/show_bug.cgi?id=35830
--- Comment #2 from gregor.georges@gmail.com --- This sounds crazy :-) With wrappers, I tried different version of wine - 1.6, 1.7.4, 1.7.5, 1.7.10 and finally 1.7.14 (with both wrappers playonmac and wineskin). I know wrappers are not supported here, but it sounded to me like a general issue since it was reproducible in every wrappers I tested.
And you made it working without winetricks options or dll overrides ??
http://bugs.winehq.org/show_bug.cgi?id=35830
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|https://www.scirra.com/cons |https://www.scirra.com/cons |truct2/releases/r163/downlo |truct2/releases/r148 |ad | Version|unspecified |1.7.14
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello gregor,
--- snip --- And you made it working without winetricks options or dll overrides ?? --- snip ---
No, install was in clean (new) 32-bit WINEPREFIX, no winetricks recipes/overrides.
If it still crashes, please generate a trace log as follows:
1) no apps running (wineserver -k)
2) start one Wine builtin app in another terminal (same WINEPREFIX winecfg/notepad...) to avoid tracing of unwanted processes
3) "cd" to the app directory and execute the following command (paste the whole line, everything after the '$'):
--- snip --- $ WINEDEBUG=+tid,+seh,+relay wine ./Construct2.exe >>log.txt 2>&1 --- snip ---
Run the app to some point past the error (if the crash dialog is shown, press close). Ctrl+C or 'wineserver -k' from another terminal.
Attach the file to the bug - do not copy/paste the contents! Compress the trace log if too large for plain text attachment (bzip2).
Regards
http://bugs.winehq.org/show_bug.cgi?id=35830
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #4 from Ken Sharp imwellcushtymelike@gmail.com --- All wrappers are not supported equally.
http://bugs.winehq.org/show_bug.cgi?id=35830
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Ken Sharp imwellcushtymelike@gmail.com --- Closing bugs marked as invalid.