1. Suddenly very quiet. Is everyone okay?
- Posted by axtens_bruce 1 week ago
- 325 views
Oh, and how's 4.2 going?
-Bruce
2. Re: Suddenly very quiet. Is everyone okay?
- Posted by Icy_Viking 1 week ago
- 319 views
Oh, and how's 4.2 going?
-Bruce
I'm still around. Working on my wrappers and such. Also coding in C and other languages. Trying to figure out why every time I try to run a example program for my doslike wrapper, the program crashes. I've tried using chatgpt, but I keep running into walls. If anyone can help me figure it out, I'd be grateful.
[https://www.mediafire.com/file/01cmy0k8t51380s/doslike.zip/file]
3. Re: Suddenly very quiet. Is everyone okay?
- Posted by petelomax 1 week ago
- 242 views
Still chipping away at my stupid little gui...
I'm thinking of asking Exercism to delete the Phix track since it's never going to go live...
Trying to figure out why every time I try to run a example program for my doslike wrapper, the program crashes. If anyone can help me figure it out, I'd be grateful.
[https://www.mediafire.com/file/01cmy0k8t51380s/doslike.zip/file]
I can tell you that download has a 64-bit doslike.dll and a 32-bit SDL2.dll, however it doesn't look like it is even getting that far...
It created (on Phix) C:\Users\pete\AppData\Local\CrashDumps\p64.exe.49056.dmp which tells me it died with 0xc0000005 aka
"The thread tried to read from or write to a virtual address for which it does not have the appropriate access."
After removing the or rather commenting out the dosmain functions, I was able to get it to build as a DLL
My guess would be you removed something rather vital.
4. Re: Suddenly very quiet. Is everyone okay?
- Posted by Icy_Viking 1 week ago
- 209 views
Still chipping away at my stupid little gui...
I'm thinking of asking Exercism to delete the Phix track since it's never going to go live...
Trying to figure out why every time I try to run a example program for my doslike wrapper, the program crashes. If anyone can help me figure it out, I'd be grateful.
[https://www.mediafire.com/file/01cmy0k8t51380s/doslike.zip/file]
I can tell you that download has a 64-bit doslike.dll and a 32-bit SDL2.dll, however it doesn't look like it is even getting that far...
It created (on Phix) C:\Users\pete\AppData\Local\CrashDumps\p64.exe.49056.dmp which tells me it died with 0xc0000005 aka
"The thread tried to read from or write to a virtual address for which it does not have the appropriate access."
After removing the or rather commenting out the dosmain functions, I was able to get it to build as a DLL
My guess would be you removed something rather vital.
That may be why it is not working. I can try building the DLL again with the dosmain function. Might have to find a work around.
5. Re: Suddenly very quiet. Is everyone okay?
- Posted by axtens_bruce 1 week ago
- 229 views
I'm thinking of asking Exercism to delete the Phix track since it's never going to go live...
Whoa, what?! What's holding it back from going live?
-Bruce
6. Re: Suddenly very quiet. Is everyone okay?
- Posted by petelomax 1 week ago
- 180 views
Whoa, what?! What's holding it back from going live?
Beats me. I just simply got sick of smacking my head against that brick wall at least nine months ago, or it might have been late last year.
The biggest thing is I cannot do edit/run, and I absolutely hate that. The representer is broke (no idea how), the test runner is broke (no idea how), and the syntax highlighting saga continues.
The latest thing is Error: buildx failed with: ERROR: failed to build: failed to solve: failed to push exercism/phix-representer:latest: push access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
7. Re: Suddenly very quiet. Is everyone okay?
- Posted by axtens_bruce 6 days ago
- 174 views
the syntax highlighting saga continues.
and that is no small saga.
8. Re: Suddenly very quiet. Is everyone okay?
- Posted by axtens_bruce 6 days ago
- 183 views
I just simply got sick of smacking my head against that brick wall
And you left a big dent in that wall too:
(10:38:56.93) c:\Users\bugma\Dropbox\Projects\phix-track>bin\configlet.exe info Updating cached 'problem-specifications' data... Concepts that aren't a prerequisite for any Practice Exercise: none Concepts that aren't practiced by any Practice Exercise: none Concepts that are a prerequisite, but aren't practiced by any Practice Exercise: none There are 26 non-deprecated exercises in `exercism/problem-specifications` that are both unimplemented and not in the track config `exercises.foregone` array: With canonical data: baffling-birthdays bank-account camicia flower-field go-counting intergalactic-transmission killer-sudoku-helper line-up micro-blog parallel-letter-frequency piecing-it-together rational-numbers rectangles relative-distance rest-api satellite sgf-parsing split-second-stopwatch swift-scheduling zipper Without canonical data: dot-dsl error-handling hangman lens-person paasio tree-building Track summary: 0 Concept Exercises (plus 0 work-in-progress) 112 Practice Exercises (plus 0 work-in-progress) 112 Exercises in total (plus 0 work-in-progress) 0 Concepts
Forked into: Phix fix

