Opened 4 years ago
Closed 4 years ago
#247 closed defect (fixed)
Windows theming regression in version 8.0.0 build 3173
Reported by: | Bakhtiar Hasmanan | Owned by: | Jan Vrany |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
OS : WinXP
ST/X version : 8.0.0 from http://swing.fit.cvut.cz/download/smalltalkx/8.0.0/
I just upgraded from branch 6.2.6 build 2605 and found it started (stx.bat) with ugly style:
[info]: reading display setup 'd_win32.rc'...
VERBOSE:
WARNING: SimpleView? [warning] (2018-10-24 11:54:47.468): * no styleSheet
for mswindows8-style.
VERBOSE:
WARNING: SimpleView? [warning] (2018-10-24 11:54:47.468): not even a styleSheet
for normal-style (using ugly defaults).
Also tested on win7 under VM
Change History (5)
comment:1 Changed 4 years ago by
comment:2 Changed 4 years ago by
Owner: | set to Jan Vrany |
---|---|
Priority: | major → critical |
Status: | new → accepted |
comment:3 Changed 4 years ago by
Status: | accepted → testing |
---|
Hi,
I believe this is fixed now by:
- 7b62ce033d81/stx.goodies.builder.rake: Issue #247: fix version patching in stx.bat
- e174b1111c7c/stx.projects.smalltalk: Issue #247: add a big FAT warning comment to prevent this regression creeping back
The issue should be fixed from build #3363 on (including).
Could you please test smalltalkx-jv-branch-8.0.99_build3363_x86_64-w64-mingw32.zip and confirm it works for you?
comment:4 Changed 4 years ago by
thanks, https://swing.fit.cvut.cz/jenkins/job/stx_jv/3363/artifact/artifacts/smalltalkx-jv-branch-8.0.99_build3363_i686-pc-mingw32.zip works!
so its just version mismatch right? I will noted this so I could fix it myself next time.
comment:5 Changed 4 years ago by
Resolution: | → fixed |
---|---|
Status: | testing → closed |
Sigh, I can reproduce this. This one reoccurring regularly, following me for years. Windows startup scripts are very fragile :-(
Will have a look soon, this is indeed very annoying.